@charset "UTF-8";
/****************************************************************************************************/
/*
/*　各ページで使用するスタイル（※デザインによって使い方が異なる為、分かりやすい名前を任意でつける）
/*
/****************************************************************************************************/

#mainvisual{
	position: relative;
	overflow:hidden;
	width:100%;
	min-width: 1000px;
	height:408px;
	margin:0 auto;
	text-align:center;
	background:url(../img/bg_mainvisual.gif) bottom center repeat-x;
}
#slider {
    position:relative;
    overflow: hidden;
}
.caroufredsel_wrapper{
	overflow:visible!important;
}
ul#carousel {
	padding:0;
}
#carousel li {
    float: left;
	list-style-type:none;
}
#prev, #next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	outline: 0;
	width: 51px;
	height: 51px;
	text-indent: -9999px;
	z-index: 9999;
}
#prev {
    left: 30px;/* スライドする画像の横半分の値 */
    background:url(../bxslider/images/controls.png) no-repeat 0 0px;
}
#next {
    background:url(../bxslider/images/controls.png) no-repeat -51px 0px;
    right:30px;/* スライドする画像の横半分の値 */
}
#prev:hover {
    background-position: 0 -51px;
}
#next:hover {
    background-position: -51px -51px;
}


#gnav{
	z-index: 99999;
	margin-top:-33px;
	margin-bottom:50px;
}
#main{
	float:left;
	width:645px;
	margin-right:37px;
	margin-bottom:40px;
}
#side{
	float:left;
	width:318px;
	margin-bottom:40px;
}
#side div.snsIcon{
	float:left;
	width:89px;
	margin:10px 25px 0 0px;
}
#side div.snsIcon.last{
	margin:10px 0px 0 0px;
}
#side div.snsIconArea{
	width:100%;
	margin-bottom: 15px;
	padding: 10px 0;
	background: #F5F5F5;
	text-align: center;
}
#side div.snsIconArea a{
	margin: 0 10px;
}
#side div.snsIconArea img{
	width: 46px;
	height: 46px;
}
#side p{
	margin-bottom:10px;
}
#side p.lead{
	margin-bottom:20px;
}
#side p.sideTit{
	margin-bottom:10px;
	font-size: 14px;
	font-weight: bold;
}
#side div.siteArchive a:last-child{
	 margin-left: 18px;
}


/*インフォメーション*/
#main #infoArea{
	overflow:auto;
	width:605px;
	height:360px;
	padding:20px;
	background:#f5f5f5;
}
#main h2.info{
	position:relative;
	width:605px;
}
#main h2.info span{
	position:absolute;
	right:0;
	width:87px;
	height:19px;
}
#main #infoArea dl{
	overflow:hidden;
	width:590px;
}
#main #infoArea dl dt{
	float:left;
	width:100px;
	padding:6px;
	padding-left:18px;
	background:url(../common/img/ico_arrow.png) left center no-repeat;
	font-size:108%;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
}
#main #infoArea dl dd{
	float:left;
	width:450px;
	padding:6px;
	font-size:108%;
	line-height:180%;
}
#main #infoArea dl dd img{
	margin:auto 10px;
	vertical-align: baseline;
}

#contents h2{
	clear:both;
	margin-bottom:15px;
	padding-left:20px;
	background:url(../common/img/bg_h2.png) left center no-repeat;
	color:#1f1f1f;
	font-size:124%;
	font-weight:bold;
	letter-spacing:0.1em;
}

#recommendArea{
	width:960px;
	margin:0 auto;
	text-align:left;
}
#brandArea{
	width:100%;
	min-width: 1000px;
	padding-top:60px;
	padding-bottom:20px;
	background:#f5f5f5;
	text-align:center;
}
#brandArea .inner{
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	text-align:left;
}
#brandArea h2{
	clear:both;
	margin-bottom:15px;
	padding-left:20px;
	background:url(../img/bg_h2_brand.png) left center no-repeat;
	color:#959595;
	font-size:124%;
	font-weight:bold;
	letter-spacing:0.1em;
}
#brandArea dl{
	overflow:hidden;
	float:left;
	width:320px;
	height:120px;
	margin-right:20px;
	margin-bottom:10px;
}
#brandArea dl dt{
	float:left;
	width:170px;
	text-align:center;
}
#brandArea dl dd{
	float:left;
	width:150px;
	font-size:11px;
}
#brandArea dl dd strong{
	color:666666;
	line-height:180%;
}
#brandArea dl dd{
	color:959595;
}