@charset "utf-8";
/* CSS Document */

body{
  font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;	
   background: #0d5760;
}

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{
    display: block;
    width: 100%;
    min-width: 1000px;
    height: 100%;
    position: relative;
}

#header{
  
	padding:20px 0;
}

#header .container{}

#GNav{
  background: #88c0c5;
}
#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: 5px 9px;
}
#GNav li:first-child{ border-left: none; }

#GNav li a{
    font-size: 12px;
    color: #224C4F;
  -webkit-transition: all .20s ease-in;
  -moz-transition: all .20s ease-in;
  -ms-transition: all .20s ease-in;
  -o-transition: all .20s ease-in;
  transition: all .20s ease-in;    
}

#GNav li a:hover{
    color: #fff;
}

.GNav{
  width: 642px;
  float: right;
  background: #f3deb6;
  position: relative;
  margin-top: 40px;
  padding: 10px 0;
  border-top: 1px solid #fcf3e2;
  border-bottom: 1px solid #fcf3e2;
}
.GNav ul{
  border-top: 1px dashed #B79B68;
  border-bottom: 1px dashed #B79B68;
  padding: 10px;
}
.GNav li{
  *display: inline;
  display: inline-block;
  zoom: 1;
  margin: 5px 0 5px 10px;
}
.GNav li a{
  color: #725a2b;
  font-size: 13px;
  padding: 5px 15px;
  display: block;
  border-radius: 2px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .20s ease-in;
  -moz-transition: all .20s ease-in;
  -ms-transition: all .20s ease-in;
  -o-transition: all .20s ease-in;
  transition: all .20s ease-in;  
}
.GNav li a:hover{
  background: #ecd5aa;
  border-right: 1px solid #f1e4bf;
  border-bottom: 1px solid #f1e4bf;
  box-shadow: inset 0 0 2px #d3b57c;  
}

.GNav > .shadow{
  position: absolute;
  bottom: -35px;
  right: 0;
}

#banner{
  padding: 20px 0 20px 0;
  background:#243A3C  url(../images/vector.jpg) repeat top left;

}
#banner > .container{
    
}

#content{
  padding: 20px 0 20px 0;
  background: #0d5760;
 
 
}

.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:#243A3C  url(../images/vector.jpg) repeat top left;
  padding: 20px 0;
}


/**************** child section div ****************/
.aside-left{
    width: 250px;
    float: right;
    display: block;
    position: relative;
}
.aside-right{
    width: 250px;
    float: right; 
    display: block;
    position: relative;
}
.main{
    width: 730px;
    float: left;
    display: block;
    position: relative;      
}
.aside{
    float: left;
    width:  250px;
}

/******** site title **********/
#headerTop{
    background: #335214 !important;
}
.siteTitle{
	display: inline-block;
}
.siteTitle a{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding: 20px 0px;
   border-bottom: 2px solid #fff;
  margin-left: 300px;
 
  
}
.siteTitle a > img{
    vertical-align: middle;
	margin-right:15px;
}

/******** Mv **********/

.Mv{
    display: block;
  position: relative;
  *overflow: hidden;
  height: 320px;
  width: 730px;
  border:5px solid #0D5760;
  float: right;
  margin-right: 10px; 
  
}
.Mv .mask{
   position:absolute; /* Center the mask */
   top:50%;
   left:50%;
   margin-left: -50px;
   margin-top: -50px;
   cursor:pointer;
   border-radius: 50px;
   border-width: 50px;
   display: inline-block;
   height: 100px;
   width: 100px;
   border: 50px solid rgba(0, 0, 0, 0.5);
   -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
   -ms-box-sizing:border-box;
   -o-box-sizing:border-box;
   box-sizing:border-box;
   opacity:1;
   visibility:visible;
   -webkit-transform:scale(15);
   -moz-transform:scale(15);
   -ms-transform:scale(15);
   -o-transform:scale(15);
   transform:scale(15);
   -webkit-transition:all 0.3s ease-in-out;
   -moz-transition:all 0.3s ease-in-out;
   -ms-transition:all 0.3s ease-in-out;
   -o-transition:all 0.3s ease-in-out;
   transition:all 0.3s ease-in-out;
}
.Mv:hover .mask {
   opacity: 0;
   border:0px solid rgba(0,0,0,0.7);
   visibility:hidden;
}

.Mv .shadow{
  position: absolute;
  top: 0;
  left: -28px;
}

/******** main content **********/

h1{
  font-size: 18px;
  text-transform: uppercase;
  line-height: 2;
  min-height: 1.5;
  padding: 6px 20px;
   color: #fff;
  position: relative;
  font-weight: bold;
 border-bottom:1px dashed  #fff;
}
h2{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  min-height: 40px;
  padding: 0 20px;
  color: #E27530;
  background: #d390ff;
  position: relative;
  margin: auto;
  z-index: 10;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
}
 h1 > img{ vertical-align: middle; padding-right: 10px; }
.text01{
  padding: 10px;
 
}
.text01 p{
  padding: 10px;
  color: #F8FFFA;
  font-size: 13px;
  line-height: 20px;
}
.text01 .pull-left img{
  margin-right: 10px;
 border: 2px solid #fff;
 padding:2px;
border-radius: 5px;
}
.text01 .pull-right img{
  margin-left: 10px;
 border: 2px solid #fff;
 padding:2px;
  border-radius: 5px;
}

/******** nav **********/

.nav h3{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
min-height: 40px;
  padding: 0 20px;
  color: #d74f37;
  position: relative;
  font-weight: bold;

  text-align:center;
  z-index:10;
 color: #fff;
 background:#0D5760;
  text-align: left;
  border-top: 1px dashed #fff;
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
  
 
  
}

.nav h3 > img { vertical-align: middle; padding-right: 0px  }
.nav{ 
  display: block;
  position: relative;
  width: 230px;
  float: right;
   color: #fff;
 background:rgba(13, 87, 96, 0.5);
  text-align: left;
  
  padding:10px;
  
}
.nav ul{
  padding: 0px;
  border: 1px dashed #fff;
}
.nav li{
  display: block;
  padding: 0;
  margin-bottom: 6px;
  
}
.nav li:last-child{ margin-bottom: 0; }

.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: #FEFFFF;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding:9px 20px;
   -webkit-transition: all .30s ease-in;f
  -moz-transition: all .30s ease-in;
  transition: all .30s ease-in;
  border-bottom:1px solid #fff;
 
}
.nav li a:hover{
  background: #0d5760;
 color: #fff;
  padding:9px 24px;
}


.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;
  border: 1px dashed #fff;
}
.blogparts h3{ 
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  min-height: 40px;
  padding: 0 20px;
  position: relative;
  font-weight: bold;
  color: #fff;
  background: #256870;
  text-align: left;
  border-bottom: 1px dashed #fff;
}
.blogparts h3 > img{ vertical-align: middle; padding-right: 0px; }
.blogparts .blogWidget{
  padding: 10px;

  
  
 
}
.blogContainer {
    width: 250px;
    float: right;
    display: block;
}
/******** blog parts1 **********/

.blogparts1{
  display: block;
  text-align: center;
  float:left;
  width:230px;
  position: relative;
  margin-right: 10px;
  background:rgba(13, 87, 96, 0.5);
  padding:10px;
   
}
.blogparts1 h3{ 
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  min-height: 40px;
  padding: 0 20px;
  position: relative;
  font-weight: bold;
  color: #fff;
 background:#0D5760;
  text-align: left;
  border-top: 1px dashed #fff;
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
}
.blogparts1 h3 > img{ vertical-align: middle; padding-right: 0px; }
.blogparts1 .blogWidget1{
  padding: 40px;
   border: 1px dashed #fff;
 
}
.blogContainer {
    width: 250px;
    float: right;
    display: block;
}


/******** 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: #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: 10px 40px;
  margin-bottom: 10px;
  background: #256870 url(../images/link01-icon.png) no-repeat -30px center;
  border-bottom: 2px solid #fff;
  border-radius: 5px;

}
/*.link01 a:before{ content:"\f0a4"; font-family:'FontAwesome'; font-size: 28px; vertical-align: middle; padding-right: 6px;  }*/
.link01 a:hover{ 
   background: url(../images/link01-icon.png) no-repeat 10px center;
  border-bottom: 2px dashed #fff;
  color:#fff;
  margin-left: 5px;
}

/******** content navigations **********/

.con-nav{
  display: block;
  position: relative;
}
.con-nav ul{}
.con-nav li{
  display: block;
  border-bottom: 1px dashed #d2d2d2;
}
.con-nav li a{
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  color: #292929;
  background: #fff 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;
  margin-bottom: 20px;
 border: 1px dashed #fff;
}
.new h3{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  min-height: 40px;
  padding: 0 20px;
 color: #fff;
  background: #256870;
  position: relative;
  font-weight: bold;
  border-bottom: 1px dashed #fff;
 
}
.new h3 > img{ vertical-align: middle; padding-right: 10px; }


.new ul{
  display: block;

 
}
.new li{
  color: #fff;
  font-size: 13px;
  display: block;
  text-align:  left;
  display:block;
  margin-bottom:5px;
  

}
.new li:last-child{ margin-bottom: 0; }

.new li a > p:first-child{ 
  -webkit-transition: all .50s ease-in;
  -moz-transition: all .50s ease-in;
  transition: all .50s ease-in;
  padding-bottom: 5px;
  font-weight: bold;
}
.new li a{
  color: #FEFFFF;
  padding: 15px 20px;
  line-height: 15px;
  font-size: 13px;
  display: block;
  -webkit-transition: all .30s ease-in;f
  -moz-transition: all .30s ease-in;
  transition: all .30s ease-in;
  text-decoration: none;
  word-wrap: break-word;
  border-bottom: 1px solid #fff;
    text-align: center;
  
}
.new li a:hover{
	background:#0A464D;
}
.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;
  border-right: 1px solid #fff;
  padding: 5px;
  margin-bottom: 10px;
}
.FNav li:last-child{ border-right: none; }
.FNav li a{
  font-size: 13px;
  color: #fff;
  padding:  5px 15px;
  -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: #242021;
}

/******** copy **********/

.copy{
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
 
}

/******** slider css **********/

/*slider*/
.bx-wrapper .bx-viewport {
	border: none !important;
	background: none !important;
	left: 0 !important;
  box-shadow: none !important;
  height: 320px !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: #16A1CA !important;
  width: 11px !important;
  height: 11px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #fff !important;
}

/******************* misc **************************/

.blogwrap{
  padding-top: 10px;
}
.blogwrap1{
  padding-top: 10px;
}


.sitemap_contents {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.sitemap_contents li {
	font-size: 13px;
	line-height: 40px;
}

.sitemap_contents li a {
	color: #F8FFFA;
	text-decoration: underline;	
}
