@charset "utf-8";

@media only screen and (min-width: 768px), print {


/* layout common setting
=========================================*/
/* container */

body{
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
 color:#333333;
 font-size:1.5rem;
 line-height:1.7;
}
img{
	max-width:100%;
	height:auto;
}
.spOnly{
	display:none !important;
}
main{
	display:block;
}
#pageContainer{
	padding-top:95px;
}
.contentsWrap{
	width:1000px;
	margin:0 auto;
}
.contentsWrap #main{
	float:right;
	width:780px;
}
.oneContents .contentsWrap #main{
	float:none;
	width:1000px;
}
.contentsWrap #sidebar{
	float:left;
	width:190px;
}
.contentsUnderBox{
	background:#f2f2f2;
	padding-top:58px;
	padding-bottom:57px;
	margin-top:60px;
}
.contentsUnderBox .contentsUnderIn{
	width:1000px;
	margin:0 auto;
}

/* link */
a:link    { color: #398fdf; text-decoration: underline; }
a:visited { color: #398fdf; text-decoration: underline; }
a:hover   { color: #62acf1; text-decoration:none; }
a:active  { color: #398fdf; }
a:hover img{
	opacity:0.8;
}

/* header
=========================================*/

#followContentsBox{
	display:none !important;
}
#followMenuBtn{
	display:none !important;
}

#pcHeader{
	width:100%;
	height:95px;
	position:fixed;
	z-index:9000;
	left:0px;
	top:0px;
	background:#FFF;
	box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.13);
}
#pcHeader .pcHeaderWrap{
	width:1000px;
	height:95px;
	margin:0 auto;
	position:relative;
}
#pcHeader #headLogo{
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:14px;
}
#pcHeader .pcGnav .gnav1{
	position:absolute;
	left:0px;
	top:33px;
	display:table;
}
#pcHeader .pcGnav .gnav1 > li{
	display:table-cell;
	vertical-align:top;
	text-align:left;
}
#pcHeader .pcGnav .gnav1 > li.gnavType01{
	padding-left:10px;
}
#pcHeader .pcGnav .gnav1 > li.gnavType02{
	padding-left:70px;
}
#pcHeader .pcGnav .gnav1 > li > a{
	font-size:1.6rem;
	font-weight:bold;
	color:#023894;
	text-decoration:none;
}
#pcHeader .pcGnav .gnav1 > li.on > a{
	color:#ff8400;
}
#pcHeader .pcGnav .gnav1 > li.current > a{
	color:#ff8400 !important;
}
#pcHeader .pcGnav .gnav1 > li > a:hover{
	text-decoration:underline;
	color:#398fdf;
}
#pcHeader .pcGnav .gnav2{
	position:absolute;
	right:0px;
	top:29px;
	display:table;
}
#pcHeader .pcGnav .gnav2 > li{
	display:table-cell;
	vertical-align:top;
	text-align:right;
	vertical-align: middle;
}
#pcHeader .pcGnav .gnav2 > li.gnavType03{
	padding-right:69px;
}
#pcHeader .pcGnav .gnav2 > li.gnavType04{
	padding-right:116px;
}
#pcHeader .pcGnav .gnav2 > li > a{
	font-size:1.6rem;
	font-weight:bold;
	color:#023894;
	text-decoration:none;
}
#pcHeader .pcGnav .gnav2 > li.on > a{
	color:#ff8400;
}
#pcHeader .pcGnav .gnav2 > li.current > a{
	color:#ff8400 !important;
}
#pcHeader .pcGnav .gnav2 > li > a:hover{
	text-decoration:underline;
	color:#398fdf;
}

#pcHeader .pcGnav .gnav2 > li.langBtn{
}
#pcHeader .pcGnav .gnav2 > li.langBtn > span{
	display:inline-block;
	width:130px;
	padding:7px 4px 5px 39px;
	text-decoration:none;
	color:#333333;
	background:#f8f8f8 url(/english/site_common/img/head_ic02.png) no-repeat 12px 50%;
	font-size: 1.3rem;
	cursor: pointer;
}
#pcHeader .pcGnav .gnav2 > li.langBtn.on > span{
	color:#FFF;
	background:#023795 url(/english/site_common/img/head_ic04.png) no-repeat 12px 50% !important;
}
#pcHeader .pcGnav .gnav2 > li.langBtn > span > em{
	font-style:normal;
	padding-right:23px;
	background:url(/english/site_common/img/head_ic07.png) no-repeat right 50%;
}
#pcHeader .pcGnav .gnav2 > li.langBtn.on > span > em{
	background:url(/english/site_common/img/head_ic08.png) no-repeat right 50% !important;
}
#pcHeader .pcGnav .gnav2 > li.langBtn > span:hover{
	color:#FFF;
	background:#023795 url(/english/site_common/img/head_ic04.png) no-repeat 12px 50%;
}
#pcHeader .pcGnav .gnav2 > li.langBtn > span:hover > em{
	background:url(/english/site_common/img/head_ic09.png) no-repeat right 50%;
}
#pcHeader .pcGnav .gnav2 .langList{
	position: absolute;
	z-index:9001;
	display:none;
	width:130px;
}
#pcHeader .pcGnav .gnav2 .langList li a{
	display:block;
	background:#002972 url(/english/site_common/img/com_ic27.png) no-repeat right 50%;
	color:#FFF;
	font-size:1.3rem;
	padding:6px 15px 4px 13px;
	text-decoration:none;
	text-align: left;
	border-bottom:1px solid #2d58a5;
}
#pcHeader .pcGnav .gnav2 .langList li a:hover{
	text-decoration:underline;
}



.topicNavBlock{
	background:#f8f8f8;
	padding-top:9px;
	padding-bottom:9px;
}
.topicNavBlock .topicNav{
	width:1000px;
	margin:0 auto;
}
.topicNavBlock .topicNav ul li{
	display:inline;
	margin-right:7px;
	padding-right:18px;
	font-size:1.3rem;
	background:url(/english/site_common/img/com_ic01.png) no-repeat right 50%;
}
.topicNavBlock .topicNav ul li:last-child{
	background:none;
}
.topicNavBlock .topicNav ul li a{
	text-decoration:none;
}
.topicNavBlock .topicNav ul li a:hover{
	text-decoration:underline;
}




/*dropDownBox*/
.dropDownBox{
	position:fixed;
	left:0px;
	top:95px;
	background:url(/english/site_common/img/com_bg14.png) repeat;
	width:100%;
	z-index:8000;
	display:none;
}
.dropDownBox .dropDownIn{
	width:1000px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:50px;
	position:relative;
}
.dropDownBox .dropDownIn:after{
	content:"";
	display:block;
	position:absolute;
	left:90px;
	top:-9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 9px 11px;
	border-color: transparent transparent #023794 transparent;
}
.dropDownBox.dropDownType02 .dropDownIn:after{
	left:323px;
}
.dropDownBox.dropDownType03 .dropDownIn:after{
	left:752px;
}
.dropDownBox.dropDownType04 .dropDownIn:after{
	left:858px;
}
.dropDownBox .dropDownTitleBox{
	display:table;
	width:100%;
}
.dropDownBox .dropDownTitleBox a{
	color:#FFF;
}
.dropDownBox .dropDownTitleBox > *{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
}
.dropDownBox .dropDownTitleBox > .dropDownTitleCol1{
	width:50%;
}
.dropDownBox .dropDownTitleBox > .dropDownTitleCol2{
	text-align:right;
	padding-right:20px;
}
.dropDownBox .dropDownTitleBox > .dropDownTitleCol3{
	width:65px;
	text-align:center;
	border-left:1px solid #FFF;
}
.dropDownBox .dropDownTitle a{
	font-size:2.0rem;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	padding-right:18px;
	background:url(/english/site_common/img/com_ic28.png) no-repeat right 50%;
}
.dropDownBox .dropDownTitle a:hover{
	text-decoration:underline;
}
.dropDownBox .dropDownTitle span{
	color:#ffffff;
	font-size:2.0rem;
	font-weight:bold;
	display:inline-block;
}



/*headCompanyList*/
.headCompanyList{
	margin-top:23px;
}
.headCompanyList li{
	display:table;
	width:241px;
	margin-top:12px;
	margin-right:12px;
	float:left;
	border: solid 1px #ffffff;
}
.headCompanyList li:nth-child(4){
	margin-right:0px;
}
.headCompanyList li:nth-child(1),
.headCompanyList li:nth-child(2),
.headCompanyList li:nth-child(3),
.headCompanyList li:nth-child(4){
	margin-top:0px;
}
.headCompanyList li a{
	display:table-cell;
	height: 80px;
	background: url(/english/site_common/img/head_ic29.png) no-repeat right 9px bottom 50%;
	text-align:center;
	color:#ffffff;
	font-size:1.6rem;
	text-decoration:none;
	padding:10px 35px 10px 10px;
	vertical-align: middle;
	line-height: 1.2;
}
.headCompanyList li a:hover{
	text-decoration:underline;
}
#spHeader{
	display:none !important;
}





/*topNaviBox*/
.topNaviBox{
	display:block;
	width:100%;
	background:#023894;
}
.topNaviBox .topNavi{
	width:1000px;
	margin:0 auto;
}
.topNaviBox li{
	float:left;
	background:url(/english/site_common/img/com_bg21.png) no-repeat right 50%;
}
.topNaviBox li a{
	display:block;
	padding:13px 40px 12px 40px;
	color:#FFF;
	font-size:1.4rem;
	text-decoration:none;
}
.topNaviBox li.selected a{
	background:url(/english/site_common/img/com_ic32.png) no-repeat center bottom;
}
.topNaviBox li:last-child{
	background:none;
}
.topNaviBox li:hover{
	text-decoration:underline;
	color:#FFF;
}
.topNaviBox li:first-child{
	background:#001c77;
}












/* footer
=========================================*/

#localFooter{
	position:relative;
	background:#FFF;
	width:100%;
	min-width:1000px;
	padding:17px 10px 15px 10px;
	text-align:center;
}
#localFooter .localFoot{
	position:relative;
	z-index:2;
}
#localFooter .aeonLogoBox{
	float:left;
}
#localFooter .woodLogoBox{
	float:right;
}
#localFooter #copy{
	position:absolute;
	top:28px;
	right:0;
	left:0;
	display:inline-block;
	font-size:10px;
	/*text-align:center;
	margin:0 auto;
	transform:translateY(-35px);*/
}
#localFooter .aeonLogoBox{
	float:left;
	width:250px;
}
#localFooter .aeonLogoBox .aeonLogo{
	float:left;
	margin-right:17px;
}
#localFooter .aeonLogoBox .aeonLogo a{
	display:block;
}
#localFooter .aeonLogoBox .aeonLogo img{
	width:90px;
	height:auto;
}
#localFooter .woodLogoBox{
	padding-top:5px;
}
#localFooter .woodLogoBox a{
	display:block;
}
#localFooter .woodLogoBox img{
	width:114px;
	height:auto;
}


#footerLink{
	background:#f8f8f8;
	margin-top:60px;
	padding:70px 0 60px;
}
.mainUnder #footerLink{
	margin-top:0px;
}
#footerLink .footLinkWrap{
	width:1000px;
	margin:0 auto;
}
#footerLink .footLinkWrap > .footLinkCol{
	float:left;
}
#footerLink .footLinkWrap > .footLinkCol:nth-child(1){
	position:relative;
	width:200px;
	margin-right:49px;
	padding-right:50px;
}
#footerLink .footLinkWrap > .footLinkCol:nth-child(1):after{
	content:"";
	position:absolute;
	top:-2px;
	right:0;
	display:block;
	width:1px;
	height:48px;
	border-right:dotted 1px #c2c2c2;
}
#footerLink .footLinkWrap > .footLinkCol:nth-child(2){
	width:252px;
	padding-right:100px;
}
#footerLink .footLinkWrap > .footLinkCol:nth-child(3){
	width:242px;
}
#footerLink .footLinkWrap > .footLinkCol:nth-child(4){
	width:257px;
}
#footerLink .footLinkWrap > .footLinkCol .banner{
}
#footerLink .footLinkWrap > .footLinkCol .bnCaption{
	margin-top: 7px;
	font-size: 1.3rem;
	line-height: 1.4;
}



.footIconLink{
	font-size:1.4rem;
	font-weight:bold;
	padding-left:16px;
	background: url(/english/site_common/img/foot_ic01.png) no-repeat 0 0.4em;
}
.footIconLink .block{
	color:#333;
	text-align:center;
	text-decoration:none;
}
.footIconLink a.block:hover{
	text-decoration: underline;
}
.overseasList {
	margin-top: 20px;
}
.overseasList li{
	/*float:left;
	width:102px;*/
	margin-bottom:13px;
}
.overseasList li:nth-child(3){
	white-space:nowrap;
}
.overseasList li a{
	font-size:1.3rem;
	text-decoration:none;
	color:#333;
	padding:5px 3px 4px 39px;
	background:url(/english/site_common/img/com_flag01.png) no-repeat left 50%;
}
.overseasList li.countryType02 a{
	background:url(/english/site_common/img/com_flag02.png) no-repeat left 50%;
}
.overseasList li.countryType03 a{
	background:url(/english/site_common/img/com_flag03.png) no-repeat left 50%;
}
.overseasList li.countryType04 a{
	background:url(/english/site_common/img/com_flag04.png) no-repeat left 50%;
}
.overseasList li a:hover{
	text-decoration:underline;
}











/* aside
=========================================*/
/* sideMenu */
#sideMenu {
	font-size:1.4rem;
}
#sideMenu .catHead2nd {
	position: relative;
	display: table;
	width: 100%;
	height: 59px;
	margin: 0;
	background: #ffab00;
}
#sideMenu .catHead2nd > a,
#sideMenu .catHead2nd > span {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 15px 12px 20px;
	color: #ffffff;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
}
#sideMenu .catHead2nd > a:hover {
	text-decoration:underline;
}
#sideMenu .catMenu3rd {
	margin: 0;
}
#sideMenu .catMenu3rd > li {
	position:relative;
	line-height: 1.4;
}
#sideMenu .catMenu3rd > li:after {
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	z-index:2;
	width:160px;
	height:1px;
	margin-left:-80px;
	border-bottom: dashed 1px #dfdfdf;
}
#sideMenu .catMenu3rd > li:last-child {
	border-bottom:none;
}
#sideMenu .catMenu3rd > li:last-child:after {
	display:none;
}
#sideMenu .catMenu3rd > li.open {
	border-bottom: none;
}
#sideMenu .catMenu3rd > li > a,
#sideMenu .catMenu3rd > li > span {
	display: block;
	padding: 14px 13px;
	color: #023795;
	text-decoration: none;
	background:#f8f8f8;
	background-size:24px auto;
}
#sideMenu .catMenu3rd > li.selected > a, 
#sideMenu .catMenu3rd > li.selected > span {
	font-weight: bold;
	background:#e3e9f7;
	background-size:24px auto;
}
#sideMenu .catMenu3rd > li.open > a,
#sideMenu .catMenu3rd > li.open > span {
	font-weight: bold;
}
#sideMenu .catMenu3rd > li > a:hover {
	color: #44bbee;
	text-decoration:underline;
}
#sideMenu .catMenu3rd > li > span {
}
#sideMenu .catMenu3rd > li > .catMenu4th {
	display: none;
	margin: 0;
	background:#f1f1f1;
}
#sideMenu .catMenu3rd > li.selected > .catMenu4th {
	display: block;
}
#sideMenu .catMenu3rd > li > .catMenu4th > li {
	position:relative;
}
#sideMenu .catMenu3rd > li > .catMenu4th > li:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:50%;
	z-index:2;
	width:160px;
	height:1px;
	margin-left:-80px;
	border-top: dashed 1px #dfdfdf;
}
#sideMenu .catMenu3rd > li > .catMenu4th > li:last-child {
	border:none;
}
#sideMenu .catMenu3rd > li > .catMenu4th > li > a,
#sideMenu .catMenu3rd > li > .catMenu4th > li > span {
	display: block;
	padding: 10px 5px 10px 28px;
	color: #023795;
	text-decoration: none;
	font-size:1.3rem;
	background:#f1f1f1;
	background-size:24px auto;
}
#sideMenu .catMenu3rd > li > .catMenu4th > li > a:hover {
	color: #44bbee;
	text-decoration:underline;
}
#sideMenu .catMenu3rd > li > .catMenu4th > li.selected > a,
#sideMenu .catMenu3rd > li > .catMenu4th > li.selected > span {
	font-weight: bold;
	background:#e3e9f7;
	background-size:24px auto;
}

#sideMenu .catMenu3rd > li > .catMenu4th  > li > .catMenu5th{
	display: none;
	margin: 0;
	background:#f1f1f1;
}
#sideMenu .catMenu3rd > li > .catMenu4th  > li.selected > .catMenu5th{
	display: block;
}
#sideMenu .catMenu3rd > li > .catMenu4th > li  > .catMenu5th > li {
	border-bottom: dashed 1px #dfdfdf;
}
#sideMenu .catMenu3rd > li > .catMenu4th > li .catMenu5th > li:last-child{
	border:none;
}
#sideMenu .catMenu3rd > li > .catMenu4th > li > .catMenu5th > li > a,
#sideMenu .catMenu3rd > li > .catMenu4th > li > .catMenu5th > li > span {
	display: block;
	padding: 10px 5px 10px 40px;
	color: #023795;
	text-decoration: none;
	font-size:1.3rem;
	background:#f1f1f1;
	background-size:24px auto;
}
#sideMenu .catMenu3rd > li > .catMenu4th > li .catMenu5th > li > a:hover {
	color: #44bbee;
	text-decoration:underline;
}
#sideMenu .catMenu3rd > li > .catMenu4th > li > .catMenu5th > li.selected > a,
#sideMenu .catMenu3rd > li > .catMenu4th > li > .catMenu5th > li.selected > span {
	font-weight: bold;
	background:#e3e9f7;
	background-size:24px auto;
}

#sideMenu .oldNewsWrap {
	position:relative;
	padding-bottom:53px;
}
#sideMenu .oldList li:first-child{
	border-top: dashed 1px #dfdfdf;
}
#sideMenu .oldNewsLink {
	width:100%;
}
#sideMenu .oldNewsLink a {
	position:relative;
	display:block;
	height:53px;
	padding:17px 20px 17px 13px;
	background:#ededed;
	font-size:1.3rem;
	text-decoration:none;
}
#sideMenu .oldNewsLink a:hover {
	text-decoration:underline;
}
#sideMenu .oldNewsLink a:before {
	content:"";
	position:absolute;
	top:50%;
	right:10px;
	width:12px;
	height:2px;
	margin-top: -1px;
	background:#023795;
}
#sideMenu .oldNewsLink a:after {
	content:"";
	position:absolute;
	top:50%;
	right:15px;
	width:2px;
	height:12px;
	margin-top: -6px;
	background:#023795;
}
#sideMenu .oldNewsLink.active a:after{
	display:none;
}

.sideBnBox{
	margin-top:10px;
}
.sideBnBox > p{
	margin-bottom:10px;
}
.sideBnBox a img:hover{
	opacity:0.8;
}


/* extra
=========================================*/

#pageTopBtn{
	position:fixed;
	right:50px;
	bottom:80px;
	z-index:9000;
	width:60px;
	height:60px;
	display:none;
}
#pageTopBtn.fadeIn{
	display:block;
}
#pageTopBtn a{
	display:block;
	width:60px;
	height:60px;
	background:url(/english/site_common/img/com_bt05.png) no-repeat center 50%;
	background-size:60px 60px;
}
#pageTopBtn a:hover{
	opacity:0.8;
}






/*=================================

	clearfix

=================================*/
.topicNavBlock .topicNav ul:after,
.contentsWrap:after,
.localFoot:after,
#footerLink .footLinkWrap:after,
.overseasList:after,
.dropDownBox .productTwoCol:after,
.headProductList:after,
.whiteLinkBox ul:after,
.headBtnLink ul:after,
.headWaon2box:after,
.headWaonBtn ul:after,
.headWaonBnList:after,
.headCompanyList:after,
.topNaviBox ul:after {
	content: "";
	display: block;
	clear: both;
}

}

@media print{
  #pcHeader{
		position:static !important;
	}
	#pageContainer {
    padding-top: 0px !important;
}
}



