@charset "utf-8";

#wrapper{
}

#main,
#footer,
.centering{
	width:928px;
	margin:0 auto;
}
.inquiry #main,
.inquiry #footer,
.inquiry .centering{
	width:768px;
	margin:0 auto;
}

/*-------- header --------*/
#header{
	border-bottom: 4px solid #d9d9d9;
}
.inquiry #header{
	margin-bottom:28px;
}
#masthead{
	background-color:#fff;
	position:relative;
}
#mastheadBody{
	/*position:relative;*/
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 928px;
	margin: 0 auto;
	padding: 16px 0 0;
}

#branding{
	float:left;
}

#siteTitle{
	/*float:left;*/
	display:block;
}
#siteTitle img{
	vertical-align:middle;
}

#siteDescription{
	display:none;
	float:left;
	margin:27px 0 -2px 16px;
	color:#808080;
	font-weight:bold;
	font-size:83.333%;
}

.miniSiteTitle{
	padding-right: 20px;
}

#headButton{
	line-height: 1;
	padding-top: 4px;
}
#headButton .entry{}
#headButton a{
	display: block;
}
#headButton img{
	vertical-align: top;
}

/*---- mainNavi ----*/
/*#mainNavi{
	height: 40px;
}

.mainNaviCurrent{}
.mainNaviCurrent .currentLine{
	height:36px;
}*/


/*---- mainVisual ----*/
#mainVisual{
	/*margin-top: -16px;*/
}
#mainVisualHead{
}
#mainVisualHeadContent{
	overflow:hidden;
	width:926px;
	height:24px;
}
#mainVisualCurrentList{
	padding-right:9px;
	overflow:hidden;
	text-align: center;
}
#mainVisualCurrentList li{
	background:url(../images/carousel_off.png) no-repeat 6px 7px;
	display: inline-block;
	height: 24px;
	width: 24px;
}
#mainVisualCurrentList li a{
	width:8px;
	height:8px;
	margin:1px 0;
	padding:6px;
}
#mainVisualCurrentList li.current{
	background:url(../images/carousel_on.png) no-repeat 6px 7px;
	height: 24px;
	width: 24px;
}
#mainVisualTitle{
	padding-left:20px;
	position:relative;
	overflow:hidden;
	width:680px;
	height:17px;
	font-size:91.667%;
	margin:3px 0 2px 11px;
	float:left;
	display: none;
}
#mainVisualTitle p{
	width:680px;
	position:absolute;
	top:0;
	right:0;
	display:none;
}
#mainVisualTitle p.current{
	display:block;
}

#mainVisualBody{}
#mainVisualBody .mainList a{
	display: block;
	position: relative;
}
#mainVisualBody .mainList a:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mainVisualBody .mainList a:hover:before{
	/*background: #000;
	opacity: 1;*/
}

#mainVisualImage{
	position:relative;
	height:430px;
	overflow:hidden;
}
#mainVisualImage .img{
	position:absolute;
	display:none;
	top:0;
	left:0;
}
#mainVisualImage .current{
	display:block;
}

/*-------- #main --------*/
#main{
	margin-top:16px;
	overflow:hidden;
}

/*-------- #container --------*/
#container{
	float:left;
	width:612px;
}
#categorybody{
	margin-bottom:60px;
}

/*-------- #sidebar --------*/
#sidebar{
	float:left;
	width:300px;
	margin-left:16px;
	_margin-left:8px;
}

/*-------- #footer --------*/
#footer{
	clear:both;
	margin-top:80px;
	margin-bottom: 15px;
}
#footerNavi{
	border-top: 4px solid #d0d0d0;
	padding-top:4px;
	line-height:2.25;
	margin-bottom:7px;
}
#footerLeft{
	width:612px;
	margin-right:16px;
	float:left;
}
#footerRight{
	width:300px;
	float:left;
}
#footerBottom{
	padding-top:4px;
	clear:both;
	border-top: 1px solid #d0d0d0;
}
#siteinfo{
}


/* clearfix
-------------------------------------------------------------- */
.clearfix{
	_overflow:visible;
	_height:1px;
	zoom:1;
}
.clearfix:after{
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	font-size:0px;
}
