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

body{
  font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
  background: rgb(48,67,82); /* Old browsers */
background: -moz-linear-gradient(top, rgba(48,67,82,1) 0%, rgba(215,210,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,67,82,1)), color-stop(100%,rgba(215,210,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(48,67,82,1) 0%,rgba(215,210,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(48,67,82,1) 0%,rgba(215,210,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(48,67,82,1) 0%,rgba(215,210,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(48,67,82,1) 0%,rgba(215,210,204,1) 100%); /* W3C */
  zoom:1;
  
}

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; }

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

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

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

#header{

}

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 40px 0; 
background: url(../images/banner.png) no-repeat top center;
		background-size: cover;	
  border-bottom: 3px solid #999;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}
#banner > .container{
}
#content{
  padding: 40px 0;
}

.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:#354756;
  margin-top: 20px;
	
	
}

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

/******** site title **********/
#headerTop{
    
}
.siteTitle{
  text-align: center;
  background:rgb(76, 82, 95);
}
.siteTitle a{
  font-size: 35px;
  font-family: Kozuka Mincho pro;
    color:#C2D2F5;
    font-weight: bold;
    line-height: 80px;
  padding:23px 15px;
	 background:#364856;
  
}

.siteTitle a > img{
    vertical-align: middle;
  margin-right:10px;
}

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

.Mv{
  position: relative;
  box-shadow: 0px 0px 0px 5px #999;
  width: 1000px;
  
}


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

h1{
  font-size: 20px;
  text-transform: uppercase;
  line-height: 45px;
  min-height: 45px;
  padding: 0px 10px;
  color:#012B4E;
  position: relative;
  font-weight: bold;
  text-align: left;
 border-bottom: 5px solid #012B4E;
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.45);
  margin-bottom: 10px;
  text-align:center;
background: #8B9195;
}


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: 5px;
  padding-bottom: 2px;
   padding-top: 2px;
 }

.text01{
  padding: 10px;
border: 1px solid #999;
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
.text01 p{
  padding: 10px;
  color: #0E3F68;
  font-size: 13px;
  line-height:30px;
}
.text01 .pull-left img{
  margin-right: 10px;
 border: 8px solid #999999;
 
 
}
.text01 .pull-right img{
  margin-left: 10px;
  border: 8px solid #999999;
}

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

.nav h3{
  font-size: 18px;
text-transform: uppercase;
line-height: 50px;
min-height: 50px;
padding: 0px 10px;
color: #000;
position: relative;
font-weight: bold;
text-align: left;
background:#73FFF6;
 margin-top:20px;
 
}

.nav h3 > img { vertical-align: middle;
padding-right:3px;
}
#Nav{
		background:#334554;
  padding: 20px 0 20px 0;
}
.nav{ 
  
  position: relative;
 
  
}
.nav ul{
	text-align: center;
	font-size:0;
	letter-spacing:0;
 
  

}
.nav ul li{
  display:inline-block;
  margin-bottom:10px;
  margin-left:15px;
}

.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: #fff;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all .50s ease-in;
  -moz-transition: all .50s ease-in;
  transition: all .50s ease-in;
  line-height: 30px;
  padding: 10px 10px;
  border-bottom: 1px solid #fff;
}
.nav li a:hover{
  color:#fff;
  background:#999;
  border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

 
}


.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{
  margin-bottom: 20px;
  text-align: center;
padding: 10px;
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
border: 1px solid #999;
  

}
.blogparts img{
  margin: 10px;
}
.blogparts h3{ 
  font-size: 18px;
  text-transform: uppercase;
  line-height: 45px;
  min-height: 45px;
  padding: 0 10px;
  color:#012B4E;
  position: relative;
  font-weight: bold;
  text-align: left;
  border-bottom: 5px solid #012B4E;
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.45);

}


.blogparts h3 > img{ vertical-align: middle; padding-right: 10px; padding-bottom: 2px; padding-top: 2px;  }
.blogparts .blogWidget{
 
  
  
}
.blogwrap{
  padding: 10px 0px;
}
.blogparts1{
  position: relative;
  
}
.blogparts1 h3{ 
  font-size: 18px;
  text-transform: uppercase;
  line-height: 50px;
  min-height: 50px;
  padding: 0 20px;
  color: #fff;
  position: relative;
  font-weight: bold;
  text-align: center;
  border-bottom:2px solid #fff;
  margin:0 70px;
  
  
}

.blogparts1 h3 > img{ vertical-align: middle; padding-right: 5px; padding-bottom: 2px; padding-top: 2px;  }
.blogparts1 .blogWidget1{
  padding: 55px 10px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  
  
  
}
.blogwrap1{
  padding: 0px 0px;
}


/******** 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 a{
  font-size: 13px;
  color:#012B4E;
  -webkit-transition: all .50s ease-in;
  -moz-transition: all .50s ease-in;
  transition: all .50s ease-in;
  display: block;
  background-origin: padding-box; 
  padding: 12px 10px 12px 10px;
  margin-bottom: 10px;
  background:#999 url(../images/link01-icon.png) no-repeat -40px center;
  transition:all .40s ease-in;
  border-left: 5px solid #4C4C4C;
  border-bottom: 1px solid #4C4C4C;
 
    
}
/*.link01 a:before{ content:"\f0a4"; font-family:'FontAwesome'; font-size: 28px; vertical-align: middle; padding-right: 6px;  }*/
.link01 a:hover{ 
  background:#012B4E url(../images/link01-icon.png) no-repeat 18px center;
   padding: 12px 20px 12px 45px;
color:#fff;
  border-left: 5px solid #999999;
  border-bottom: 1px solid #999999;
}

/******** 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{

 
  
  
}
.new h3{
	 font-size: 18px;
	text-transform: uppercase;
	line-height: 50px;
	min-height: 50px;
	padding: 0px 20px;
	color: #FFF;
	position: relative;
	font-weight: bold;
	text-align: left;
	background: #475E4E none repeat scroll 0% 0%;
 
}
.new h3 > img{ vertical-align: middle; padding-right: 10px; }


.new ul{
  text-align: center;
  
}
.new ul li{
display:inline-block;
	padding: 10px 0 10px 0;
	margin: 0 10px;
	width: 270px;
	
   
  
}
.new li a > span{
  padding: 5px 5px;
  color:#fff;
  font-size:14px;
  display:block;
}

.new li a{
  color:#fff;
  padding:15px 15px;
  font-size: 13px;
  display: block;
  transition: all 0.4s ease-in;
  text-decoration: none;
  border-bottom: 5px solid #384A58;
  background: #52565E;
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.45);
  margin-bottom: 10px;

}
.new li a:hover{ 
  background:#384A58;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
}
.new li a:hover span
{
  color: #fff;
}
.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 5px;
  margin-bottom: 15px;

}
.FNav li:last-child{ border-right: none; }
.FNav li a{
  font-size: 13px;
  color: #000;
  padding:  5px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; 
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: all .40s ease-in;
  -moz-transition: all .40s ease-in;
  -ms-transition: all .40s ease-in;
  -o-transition: all .40s ease-in;
  transition: all .40s ease-in;
  background: #D8D1FC;
    
}
.FNav li a:hover{
	color:#fff;
  border-bottom:2px solid #fff;
  background: #39358A;
  border-radius: 5px;
}

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

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

/******** 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: #fff !important;
  width: 13px !important;
  height: 13px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #84AF93 !important;
}

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

.title-wrap{
 
}
