@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; 
  display: none;

}

/************ container **************/
.container{
    width: 1050px;
    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{
  
 
}

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{
 background: url(../images/mvbg.png)no-repeat center;

    height: 700px;
}
#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: #323336 url(../images/border.jpg) repeat-x top left;
  padding-top: 20px;
}


/**************** child section div ****************/
.aside-left{
    width: 250px;
    float: left;
    margin-right: 15px;
    display: block;
    position: relative;
}
.aside-right{
    width: 250px;
    float: right; 
    display: block;
    position: relative;
}
.main{
    width: 1050px;
    
    display: block;
    position: relative;      
}
.aside{
    float: left;
    width:  250px;
}

/******** site title **********/
#headerTop{
    background: #335214 !important;
}
.siteTitle{
  text-align:center;
  padding: 60px;
}
.siteTitle a{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 100px;
  background: #222;
  padding: 22px;
  transition: all 0.3s ease-in;
}
.siteTitle a:hover
{
  background: #09c;
}
.siteTitle a > img{
    vertical-align: middle;
    padding: 0 8px;
}

/******** Mv **********/

.Mv{
    display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
 
  position: relative;
  *overflow: hidden;

 

 
}

/******** main content **********/

h1{
  font-size: 20px;
  text-transform: uppercase;
  line-height: 50px;
  min-height: 50px;
  padding: 0px 20px;
  color: #484848;
  position: relative;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #888;
}
h1 span
{
 border-bottom: 4px solid #888;
border-radius: 5px;
padding-bottom: 14px;
  color: #ddd;
}
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: 5px;
 }

.text01{
  margin-top: 10px;
  padding: 10px;
}
.text01 p{
  padding: 10px;
  color: #ddd;
  font-size: 13px;
  line-height: 1.5;
}
.text01 .pull-left img{
  margin-right: 10px;
 border: 5px solid #fff;
  float: left;
  margin: 10px;
}
.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;
padding: 0px 20px;
color: #484848;
position: relative;
font-weight: bold;
  text-align: center;
border-bottom: 1px solid #888;
}
.nav h3 span {
    border-bottom: 4px solid #888;
    border-radius: 5px;
  
    padding-bottom: 15px;
}
.nav h3 > img { vertical-align: middle;
padding-right: 5px;
padding-bottom: 5px;}
.nav{ 
  display: block;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.nav ul{
  padding: 8px;

}
.nav li{
  display: inline-block;
  padding:  0px 0;
  border-bottom:  1px solid #ddd;
}

.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: #ddd;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all .50s ease-in;
  -moz-transition: all .50s ease-in;
  transition: all .50s ease-in;
  line-height: 35px;
  padding: 7px 40px;
  background: url(../images/folder.png) no-repeat 4px center;
}
.nav li a:hover{
  background: url(../images/hover.png) no-repeat 10px center #09c;
  background-position: 20px;
 padding-left:  60px;
  color: #fff;
  border-radius: 3px;
}


.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;
}
.blogparts h3{ 
  font-size: 18px;
  text-transform: uppercase;
  line-height: 50px;
  min-height: 50px;
  padding: 0 20px;
  color: #484848;
  position: relative;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #888;
}
.blogparts h3 span{
  border-bottom: 4px solid #888;
  border-radius: 5px;
  padding-bottom: 15px;
 
  color: #0099CC;
}
.blogparts h3 > img{ vertical-align: middle; padding-right: 5px; padding-bottom: 5px;  }
.blogparts .blogWidget{
  padding: 3px;
  margin: 10px 0 0 0;
 
  
}
.blogwrap{
  padding: 20px 0;
  background: rgba(117,74,74,0.4);
 
  border-radius:  0 0 30% 30%;
}

/******** 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: 15px 20px 15px 60px;
  margin-bottom: 10px;
  background: #602E1C url(../images/link01-icon.png) no-repeat 18px 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: #09c;
  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:inline-block;
  *display: inline;
  position: relative;
  z-index: 10;
  background:rgba(52,52,52,10);
  bottom: 38px;
  width: 100%;
  text-align: center;
  
}
.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:inline-block;
  *display: inline;
  
}
.new li{
    display:inline-block;
  *display: inline;
  text-align:  left;
  
}
.new li p > span{
  padding: 0 10px;
   border-left: 1px solid #666;
  color: #fff;
}

.new li a{
  color: #fff;
  padding: 13px;
  font-size: 13px;
  display: block;
  transition: all 0.4s ease-in;
  text-decoration: none;

}
.new li a:hover{ 
  background:  #09c;
  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;
  border-right: 1px solid #373737;
  padding: 5px;
  margin-bottom: 10px;
}
.FNav li:last-child{ border-right: none; }
.FNav li a{
  font-size: 13px;
  color: #fff;
  padding:  8px 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: #BC4338;
  color: #fff;
}

/******** copy **********/

.copy{
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding: 10px 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;
}
