@charset "utf-8";
/* CSS Document */

body{
  font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;	
 
}

li{ list-style-type: none; } 

#wrap{ 
  width: 1000px;
  display: block;
  margin: 0 auto;
  background: rgba(255,255,255,0.85);
  padding-left: 20px;
}
.clear{ clear: both; }

strong{
  color: red;
  font-weight: bold;
}

a{ text-decoration: none; outline: none; }

.shadow{ text-align: center; position:relative; bottom:15px;}

/************ container **************/
.container{
    width: 1000px;
    margin: auto;
    display: block;
    position: relative;
}

/**************** parent div ****************/

#header,#GNav, #banner, #content, #footer{
    display: block;
    width: 100%;
    min-width: 1000px;
    height: 100%;
    position: relative;
}

#header{
  background:#fff;
}

header .container{}

#GNav{
  background: #e5c554;
}
#GNav .container{}
#GNav .shadow{
  position: absolute;
  bottom: -8px;
  right: -20px;
  z-index: -1;
  pointer-events: none;
}
#GNav ul{
  padding: 10px 0;
}
#GNav li{
  display: inline-block;
  float: left;
  text-align: center;  
  border-left: 1px solid rgba(0,0,0,0.25);
  padding: 0 25px;
}
#GNav li:first-child{ border-left: none; }

#GNav li a{
    font-size: 12px;
    color: #424242;
  -webkit-transition: all .20s linear;
  -moz-transition: all .20s linear;
  -ms-transition: all .20s linear;
  -o-transition: all .20s linear;
  transition: all .20s linear;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 25px 15px 50px;
  background: url(../images/hover.png) no-repeat -30px center;
}

#GNav li a:hover{
  background: #667ea0 url(../images/hover.png) no-repeat 16px center;
  color: #f0bf77;
}

.GNav{
  width: 640px;
  float: right;
  position: relative;
  line-height: 90px;
}
.GNav li{
  *display: inline;
  display: inline-block;
  zoom: 1;
  margin: 0 3px;
}
.GNav li a{
  color: #a0af84;
  font-size: 13px;
  display: block;
  border-radius: 2px;
  padding-left: 20px;
  line-height: 20px;
}
.GNav li a:hover{
  background: url(../images/hover.png) no-repeat left center;
  color: #a7a5ba;
}

.GNav > .shadow{
  position: absolute;
  bottom: -35px;
  right: 0;
}

#banner{
  padding: 40px 0 30px 0;
  background: url(../images/bg.png) repeat top left;
}
#banner > .container{
    
}

#content{
  padding: 40px 0;
  background:#00AEEF ;
}

.email{
  text-align: left;
  padding: 0 10px;
  display: inline-block;
  font-size: 16px;
  color: #315f13;
  position: absolute;
  top: 45%;
  right: 0;
}

.sitemap{
  display: inline-block;
  position: absolute;
  top: 35%;
  right: 0;
}
.sitemap li{
    display: inline-block;
}
.sitemap li a{
    background: url(../images/head-nav.jpg) repeat-x center center;
    font-size: 14px;
    color: #8C53B2;
    padding: 8px 20px;
    -webkit-transition: all .50s ease-in;
    -moz-transition: all .50s ease-in;
     transition: all .50s ease-in;
    display: block;
    float: left;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.sitemap li a:hover{
  background: #8C53B2;
    color: #fff;
}

#footer{
  background: #00baff url(../images/bg.png) repeat-x top left;
  padding-top: 20px;
}


/**************** child section div ****************/
.aside-left{
    width: 450px;
    float: right;
    margin-left: 15px;
    display: block;
    position: relative;
}
.aside-right{
    width: 250px;
    float: right; 
    display: block;
    position: relative;
}
.main{
    width: 530px;
    float: left;
    display: block;
    position: relative;      
}
.aside{
    float: left;
    width:  250px;
}

/******** site title **********/
#headerTop{
    background: #335214 !important;
}
.siteTitle{
  position:relative;
  bottom:30px;
  z-index: 20;
  text-align: center;
}
.siteTitle a{
  font-size: 30px;

  font-weight: bold;
  line-height: 80px;
  padding:20px 10px;
  border-radius: 5px;

 background: #00AEEF;
      color: #034862;
}
.siteTitle a:hover{
      background: #034862;
    color: #00AEEF;
}
.siteTitle a > img{
    vertical-align: middle;
    padding:0 15px 0 0 ;
}

/******** Mv **********/

.Mv{
    display: block;
  position: relative;
  *overflow: hidden;
  background:url(../images/mv.png) no-repeat center;
  height:350px;
  padding: 15px;
}

/******** main content **********/

h1{
font-size: 15px;
text-transform: uppercase;
line-height: 50px;
min-height: 50px;
font-weight: bold;
padding: 0px 10px;
color: #FFF;
position: relative;
text-align: left;
background: #00BAFF none repeat scroll 0% 0%;
box-shadow: 0 0 2px #666 inset;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
}
h2{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  min-height: 40px;
  padding: 0 20px;
  color: #fff;
  border: 3px solid #f4eae0;
  -webkit-box-shadow: 0 0 0 3px #674d53;
  -moz-box-shadow: 0 0 0 3px #674d53;
  -ms-box-shadow: 0 0 0 3px #674d53;
  -o-box-shadow: 0 0 0 3px #674d53;
  box-shadow: 0 0 0 3px #674d53;  
  background: #674d53;
  position: relative;
  margin: auto;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
}
 h1 > img{ vertical-align: middle; padding-right: 10px; }
.text01{
  padding: 5px;
  display: block;
  margin: 0 auto 20px auto;
  position: relative;
  background:#9CDAF1;
    margin-top:-5px;
  border-radius: 20px;
}
.text01 p{
  padding: 10px;
  color: #000;
  font-size: 13px;
  line-height: 1.9;
  text-align: justify;
}
.text01 .pull-left img{
  margin-right: 10px;
  border-radius: 10px;
 border: 5px solid #00AEEF;
}
.text01 .pull-right img{
  margin-left: 10px;
  -webkit-box-shadow: 0 2px 2px #666;
  -moz-box-shadow: 0 2px 2px #666;
  box-shadow: 0 2px 2px #666;
}

/******** nav **********/

.nav h3{
font-size: 18px;
text-transform: uppercase;
line-height: 50px;
min-height: 50px;
font-weight: bold;
padding: 0px 20px;
color: #FFF;
position: relative;
text-align: left;
background: #00BAFF none repeat scroll 0% 0%;
box-shadow: 1px 1px 1px #666 inset;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
}
.nav h3 > img { vertical-align: middle; padding-right: 10px  }
.nav{ 
 display: block;
  margin: 0 auto 20px auto;
  position: relative;
text-align: center;
}
.nav ul{
  padding:5px;
  margin:0  3px;
  background: #9CDAF1;
  text-align: center;
}
.nav li{
  display: inline-block;
}
.nav li a > i{ padding: 0 10px;  font-size: 22px; vertical-align: middle;}
.nav li a > img{ vertical-align: middle; padding: 0 10px; }

.nav li a{
  color: #444;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin:  2px;
  
  -webkit-transition: all .50s ease-in;
  -moz-transition: all .50s ease-in;
  transition: all .50s ease-in;
  line-height: 35px;
  padding: 7px 23px;
 background: #92E0FD;
  border:2px solid #fff;
  box-shadow:inset 0 0 2px #666;
}
.nav li a:hover{
   box-shadow: 0 0 2px #000;
 background: #524AE8;
  color:#fff;
}


.faq{
  display: block;
  margin-bottom: 20px;
  width: 350px;
  float: right;
  position: relative;
  background: #cdc08b;
  border-top: 4px solid #436620;
}
.faq h3{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 20px;
  color: #436620;
  position: relative;
  margin: auto;
  z-index: 10;
  font-weight: bold;
  text-align: left;
}
.faq h3 > img { vertical-align: middle; padding-right: 10px  }
.faq dl{
    padding: 5px 10px 10px 10px; 
    background: #436620; 
    margin-top: 10px;
}
.faq dt{
  line-height: 40px;
  margin-top: 10px;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px dashed #fff;
}
.faq dd{
    padding-bottom: 3px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 3px;
}
.faq dd a{
  background: #fff;
  line-height: 40px;
  margin-top: 3px;
  padding: 0 10px;
  font-size: 13px;
  color: #436620; 
  display: block;
  -webkit-transition: all .50s ease-in;
  -moz-transition: all .50s ease-in;
  transition: all .50s ease-in;
}
.faq dd a:hover{
  background: #CDC08B;
}

.faq .shadow{
    position: absolute;
    left: -11.5px;
    bottom: 0;
}

/******** blog parts **********/

.blogparts{
  display: block;
  text-align: center;
  margin: 0 auto 20px auto;
  position: relative;
  background: #9cdaf1;
  border-radius: 20px;
}
.blogparts h3{ 
  font-size: 18px;
  text-transform: uppercase;
  line-height: 50px;
  min-height: 50px;
  font-weight:bold;
  padding: 0 20px;
  color: #fff;
  position: relative;
  text-align: left;
  background: #00BAFF;
  box-shadow: inset 0 0 2px #666;
   border-top-right-radius: 20px;
   border-top-left-radius: 20px;
}
.blogparts h3 > img{ vertical-align: middle; }
.blogparts .blogWidget{
  padding: 3px; 
}
.blogwrap01{
  padding: 10px 0 20px 0;
  background: #92e0fd;
  box-shadow:inset 0px 0px 1px #666;
   border-bottom-left-radius: 20px;
  float: left;
  width: 222px;
  height: 250px;
  position: relative;
}
.blogwrap02{
  padding: 10px 0 20px 0;
  background: #92e0fd;
  box-shadow:inset 0px 0px 1px #666;
  border-bottom-right-radius: 20px;
  float: right;
  width: 222px;
  height: 250px;
  position: relative;
}
.blogwraps{
  padding: 20px 0;
  background: #92e0fd;
  box-shadow:inset 0px 0px 2px #666;
  border-bottom-right-radius: 20px;
   border-bottom-left-radius: 20px;
}

/******** experience **********/

.exp{
  display: block;
  width: 350px;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
.exp h3{ 
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 10px;
  color: #42641e;
  position: relative;
  font-weight: bold;
  text-align: left;
  border-top: 4px solid #42641e;
}
.exp h3 > img{ vertical-align: middle; padding-right: 10px; }
.exp ul{ 
  margin: auto; 
  padding: 10px 0;
}
.exp li{ 
  display: block;
  padding: 5px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.15);
}
.exp li a{
  display: block !important;
  font-size: 13px;
  color: #fff;
  line-height: 15px;
  -webkit-transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  transition: all .50s ease-in-out;
  padding: 15px 10px;
  background: #b9aa6e;
}

.exp li a:hover{
  background: #304d13;
  color: #fff;
}

.exp .shadow{
    position: absolute;
    left: -11.5px;
    bottom: 0;
}

/******** back links **********/
.link01{margin:10px;}
.link01 a{
  font-size: 13px;
  color: #fff;
  -webkit-transition: all .50s ease-in;
  -moz-transition: all .50s ease-in;
  transition: all .50s ease-in;
  display: block;
  background-origin: padding-box; 
  padding: 15px 20px 15px 50px;
  margin-bottom: 10px;
  background:#00AEEF url(../images/link01-icon.png) no-repeat 10px center;
  border-radius: 2px;
}
/*.link01 a:before{ content:"\f0a4"; font-family:'FontAwesome'; font-size: 28px; vertical-align: middle; padding-right: 6px;  }*/
.link01 a:hover{ 
  background-color: #1710B3;
  color: #fff;
}

/******** content navigations **********/

.con-nav{
  display: block;
  position: relative;
  padding: 10px 0;
}
.con-nav li{
  display: block;
  border-bottom: 1px dashed #d2d2d2;
  padding-top: 8px;
}
.con-nav li a{
  display: block;
  padding: 15px;
  margin-bottom: 10px;
  color: #fff;
  background: #49373b url(../images/con-nav-icon.png) no-repeat 10px center;
  -webkit-transition: all .50s ease-in;
  -moz-transition: all .50s ease-in;
  transition: all .50s ease-in;
  font-size: 13px;
}
.con-nav li a:hover{
  color: #fff;
  background: #b25b7e;
}

/******** new **********/
.new{
  display: block;
  width: 340px;
  position: absolute;
  bottom:25px;
  right:  20px;
  z-index: 10;
}
.new h3{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  min-height: 50px;
  padding: 0 20px;
  position: relative;
  font-weight: bold;
  text-align: left;
  background: #674d53;
  color: #fff;
  border: 3px solid #f4eae0;
  -webkit-box-shadow: 0 0 0 3px #674d53;
  -moz-box-shadow: 0 0 0 3px #674d53;
  -ms-box-shadow: 0 0 0 3px #674d53;
  -o-box-shadow: 0 0 0 3px #674d53;
  box-shadow: 0 0 0 3px #674d53;
}
.new h3 > img{ vertical-align: middle; padding-right: 10px; }


.new ul{
  display: block;
}
.new li{
  display: block;
  text-align:  left;
}
.new li p > span{
  padding: 0 10px;
}

.new li a{
  color: #fff;
  padding: 10px;
  font-size: 13px;
  display: block;
  -webkit-transition: all .20s ease-in;f
  -moz-transition: all .20s ease-in;
  transition: all .20s ease-in;
  text-decoration: none;
  background: rgba(12,0,225,0.7);
  border: 2px solid #00AEEF;
  -webkit-border: 2px solid #e7eae4;
  -moz-border: 2px solid #e7eae4;
  -ms-border: 2px solid #e7eae4;
  -o-border: 2px solid #e7eae4;
  border-radius: 3px;
  margin-bottom: 5px;
}
.new li a:hover{ 
  background:  #00AEEF;
  border-color: rgba(12,0,225,0.7);
}
.new li a i{
  font-size: 23px;
  vertical-align: middle;
  padding-right: 10px solid #e9872e;
}

/******** FNav **********/

.FNav{
  display: block;
  padding: 20px 0;
  text-align: center;
}
.FNav li{
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 5px;
  margin-bottom: 10px;
}
.FNav li:last-child{ border-right: none; }
.FNav li a{
  font-size: 13px;
  color: #00BAFF;
  padding:  8px 20px;
  background:#4E46E3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; 
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .50s ease-in;
  -moz-transition: all .50s ease-in;
  -ms-transition: all .50s ease-in;
  -o-transition: all .50s ease-in;
  transition: all .50s ease-in;  
}
.FNav li a:hover{
  background: #FFF ;
  color: #000;
  box-shadow: 0 0 5px #000;
}

/******** copy **********/

.copy{
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding: 20px 0 40px 0;
}

/******** slider css **********/

/*slider*/
.bx-wrapper .bx-viewport {
	border: none !important;
	background: none !important;
	left: 0 !important;
  box-shadow: none !important;
  height: 300px !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px !important;
  z-index: 20 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{

  background: #554b39 !important;
  width: 13px !important;
  height: 13px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #a6a5a5 !important;
}

/******************* misc **************************/

.title-wrap{
  padding: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
