@charset "utf-8";
/* CSS Document */

body{
  font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;	
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#def9ff+3,f3f2e7+37,f3f2e7+100 */
background: rgb(222,249,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(222,249,255,1) 3%, rgba(243,242,231,1) 37%, rgba(243,242,231,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(222,249,255,1) 3%,rgba(243,242,231,1) 37%,rgba(243,242,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(222,249,255,1) 3%,rgba(243,242,231,1) 37%,rgba(243,242,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def9ff', endColorstr='#f3f2e7',GradientType=0 ); /* IE6-9 */
 
}
html{
	overflow:auto !important;
	}

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; }

a{ text-decoration: none; outline: none; }

.shadow{ text-align: center; }

strong{
  color: red;
  font-weight: bold;
}

/************ container **************/
.container{
    width: 1200px;
    margin: auto;
    display: block;
    position: relative;
}

/**************** parent div ****************/

#header,#GNav, #banner, #content, #footer, #Nav{
    display: block;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    position: relative;
}

#header{
  z-index: 4;
  background:#00-;
  margin-bottom: 20px;
  padding: 20px 0;

}

#header .container{}

#GNav{
  background: #fff;
  border-top: 1px solid #e1e1e1;
  padding: 5px 0;
}
#GNav .container{
  background: url(../images/pattern02.jpg) repeat top left ;
  padding-top: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#GNav ul{
  padding: 5px 0;
  background: #b12727;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#GNav li{
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  text-align: center;  
  padding: 0 10px;
}
#GNav li:first-child{ border-left: none; }

#GNav li a{
    font-size: 12px;
  -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;   
  color: #fff;
  display: block;
  padding: 10px 16px;  
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

#GNav li a:hover{
    color: #fff;
    background: #911b1b;
    color: #fff;
}
#GNav li a:hover > .shadow{ opacity: 1; }

#GNav li a .shadow{
  position: absolute;
  bottom: -15px;
  left: -17px;
  z-index: 1;
  opacity: 0;
  transition: opacity .20s linear;
}

.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:10px 0;
}
#banner > .container{
    
}

#content{
 
}

.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{
  margin-top: 30px;
  border-top: 3px double #7DBCCB;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+18,ffffff+25,ffffff+32,c1f4ff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 32%, rgba(193,244,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 18%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 32%,rgba(193,244,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 18%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 32%,rgba(193,244,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1f4ff',GradientType=0 ); /* IE6-9 */
}


/**************** child section div ****************/
.aside-left{
    width: 250px;
    float: right;
    margin-left: 10px;
    display: block;
    position: relative;
}
.aside-right{
    width: 320px;
    float: right; 
    display: block;
    position: relative;
  padding: 10px;
  margin-top: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+18,ffffff+25,ffffff+32,c1f4ff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 32%, rgba(193,244,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 18%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 32%,rgba(193,244,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 18%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 32%,rgba(193,244,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1f4ff',GradientType=0 ); /* IE6-9 */
}
.main{
    width:1180px;
    
    display: block;
    position: relative; 
  margin-top: 10px;
  padding: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+18,ffffff+25,ffffff+32,c1f4ff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 32%, rgba(193,244,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 18%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 32%,rgba(193,244,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 18%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 32%,rgba(193,244,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1f4ff',GradientType=0 ); /* IE6-9 */
}
.aside{
    float: left;
    width:  250px;
}

/******** site title **********/
#headerTop{
    background: #335214 !important;
}
.siteTitle{text-align:center;}
.siteTitle a{
    font-size: 40px;
    color: #186371;
  font-family: Kozuka Mincho pro; 
    font-weight: bold;
    line-height: 100px;
}
.siteTitle a > img{
    vertical-align: middle;
    margin-right: 15px;
}

/******** Mv **********/

.Mv{
    display: block;
  height: 350px;
  margin: auto;
  position: relative;
  border: 10px solid rgba(234, 228, 217, 0.65);
  border-radius: 5px;
}

/******** main content **********/

h1{
  font-size: 18px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 10px 20px;
  font-weight: bold;
  color: #000; 
  text-align: center;  


}
h2{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  min-height: 40px;
  padding: 0 20px;
  color: #8E8190;
  background: #b12727;
  position: relative;
  margin: auto;
  z-index: 10;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
}
 h1 > img{ 
   vertical-align: middle;
   margin-right:10px;
 }
.text01{
  margin-bottom: 20px;
  padding: 10px;

}
.text01 p{
  padding: 15px 15px;
  color: #000;
  font-size: 13px;
  line-height: 1.9;
}
.text01 .pull-left img{
  margin-right: 10px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 2px #fff;
  -moz-box-shadow: 0 0 2px #fff;
  -ms-box-shadow: 0 0 2px #fff;
  -o-box-shadow: 0 0 2px #fff;
  box-shadow: 0 0 2px #fff;
}
.text01 .pull-right img{
  margin-right: 10px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 2px #fff;
  -moz-box-shadow: 0 0 2px #fff;
  -ms-box-shadow: 0 0 2px #fff;
  -o-box-shadow: 0 0 2px #fff;
  box-shadow: 0 0 2px #fff;
}

/******** nav **********/

.nav h3{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 20px;
  background: #803436;
  font-weight: bold;
  color: #EAEAAA; 
  text-align: center;  
}
.nav h3 > img { 
  vertical-align: middle; 
  padding-right: 5px;  
}
#Nav{
		
  padding:10px 0;
  }
.nav{ 
  display: block;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+18,ffffff+25,ffffff+32,c1f4ff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 32%, rgba(193,244,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 18%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 32%,rgba(193,244,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 18%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 32%,rgba(193,244,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1f4ff',GradientType=0 ); /* IE6-9 */
 
}
.nav ul{
  display:block;
	padding: 10px 0;
	text-align:center;
		font-size: 0;
		letter-spacing: 0;
}
.nav li{
  display:inline-block;
	margin:2px 5px;
  
}

.nav li a > i{ 
  font-size: 22px; 
  vertical-align: middle;
}
.nav li a > img{ 
  vertical-align: middle; 

}
.nav li a{
  color: #000;
  font-weight: bolder;
  font-size: 12px;
  width: 250px;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all .30s linear;
  -moz-transition: all .30s linear;
  transition: all .30s linear;
  background: #FFD34F;
  padding: 15px 0px;
}
.nav li a:hover{
 background:#B1880C;
  color: #fff;
  -webkit-transition: all .30s ease;
  -moz-transition: all .30s ease;
  transition: all .30s ease;
}


.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;
  position: relative;
  margin-bottom: 20px;
}
.blogparts h3{ 
  font-size: 20px;
  text-transform: uppercase;
  line-height: 50px;
  padding: 5px 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;   
  text-align: center;
 
}
.blogparts h3 > img{ 
  vertical-align: middle; 
  padding-right: 5px; 
}

.blogparts .blogWidget{
  margin-bottom: 10px; 
 
}

.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:#832628;
  -webkit-transition: all .30s linear;
  -moz-transition: all .30s linear;
  transition: all .30s linear;
  display: block;
  background-origin: padding-box; 
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #898022;
  font-style: italic;
  font-weight: bold;
}
/*.link01 a:before{ content:"\f0a4"; font-family:'FontAwesome'; font-size: 28px; vertical-align: middle; padding-right: 6px;  }*/
.link01 a:hover{ 
  background: #898022;
  border: 1px solid transparent;
  padding-left: 20px;
  color: #fff;
}

/******** 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: 10px;
  margin-top: 10px;
  background: #111C20;
}
.new h3{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 20px;
  background: #803436;
  font-weight: bold;
  color: #EAEAAA; 
  text-align: center;
}
.new h3 > img{ 
  vertical-align: middle; 
  padding-right: 10px; 
}

.new ul{
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.new li{
  color: #fff;
  font-size: 13px;
  display: block;
  padding: 3px 0;
  text-align: left;
  display:block;
 
}

.new li a{
  color: #fff;
  padding: 15px;
  line-height: 15px;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  display: block;
  -webkit-transition: all .20s ease-in;
  -moz-transition: all .20s ease-in;
  transition: all .20s ease-in;
  text-decoration: none; 
  word-wrap: break-word;
  border: 1px solid #803436;
}
.new li a:hover{ 
  background: #803436;
  padding-left: 20px;
 
}
.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: 0 5px;
  margin-bottom: 10px;
}
.FNav li:last-child{ border-right: none; }
.FNav li a{
  font-size: 13px;
  color: #000;
  font-weight: normal;
  padding:  10px 25px;
  -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;  
  display: block;
}
.FNav li a:hover{
  color: #000;
  background: #FFD34F ;

}

/******** copy **********/

.copy{
  text-align: center;
  font-size: 13px;
  color: #000;
  padding: 20px 0;
  font-weight: bold;
  text-transform: uppercase;
}

/******** slider css **********/

/*slider*/
.bx-wrapper .bx-viewport {
	border: none !important;
	background: none !important;
	left: 0 !important;
  box-shadow: none !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 10px !important;
  z-index: 20 !important;
  lefT: 450px;
  top: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a{

  background: #efdbad !important;
  width: 16px !important;
  height: 16px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #315f13 !important;
}

/******************* misc **************************/

.title-wrap{
  
}
.blog-wrap{
  background: url(../images/pattern01.jpg) repeat top left;
}




.producer-information_navs {
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.producer-information_navs li {
	font-size: 13px;
	line-height: 40px;
}

.producer-information_navs li a {
	color: #000;
	text-decoration: underline;	
}