@charset "utf-8";

/*---------------------------------------
 detail （トップページのスタイル）
=======================================*/

/* 　　　
---------------------------------------*/
/*** ぱんくず ***/
ul.bread{
	display: block;
	width: 80%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 8px;
}

ul.bread > li{
	display: inline;
	padding-right: 6px;
	margin-right: 6px;
}


/*** 詳細　コンテンツ外枠 ***/
img.detailcont-cap{
	display: block;
	/*width: 1012px;
	height: 12px;*/
	width: 995px;
	height: 5px;
	margin: 0 auto 30px;
}

.detailcont{
	display: block;
	width: 1012px;
	margin: 0 auto;
	background: url(../../../imgs/detail/bg-detailcont-body.png) repeat-y 0 0;
}

.detailcont > .inbox{
	display: block;
	width: 975px;
	padding: 10px 0;
	margin-left: 18px;
}

/* 横浜中古艇フェア２０１４
---------------------------------------*/
/*==================
ヘッダーイメージ
====================*/
.bs2015_main{
	display: block;
	width: 995px;
	/*width: 1012px;*/
	height: 351px;
	background: url(../imgs/bg_main.jpg) no-repeat center top;
	position: relative;
	margin: 0 auto;
}

.bs2015_main img.tit_main{
	display: block;
	width: 495px;
	height: 65px;
	position: absolute;
	left: 21px;
	/*left: 30px;*/
	top: 34px;
}

.bs2015_main p{
	display: block;
	width: 485px;
	height: 65px;
	font-size: 1.1em;
	line-height: 1.8em;
	/*font-size: 15px;
	line-height: 25px;*/
	position: absolute;
	left: 32px;
	/*left: 41px;*/
	top: 117px;
}


.bs2015_main_img{
	display: block;
	width: 995px;
	margin: 0 auto;
}

/*==================
ジャパン インターナショナル ボートショー2014
====================*/
#bs2015{
	width: 995px;
	background: url(../imgs/bg_outbox_body.jpg) repeat-y center top;
}

#bs2015 .main_txt{
	display: block;
	width: 950px;
	/*height: 65px;*/
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0 auto 20px;
}

/*==================
セクションタイトル
====================*/
#bs2015 .tit_sec{
	display: block;
	width: 970px;
	height: 32px;
	line-height: 32px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	/*text-indent: 12px;*/
	text-indent: 33px;
	background: url(../imgs/bg_tit_light.png) repeat 0 0;
	margin-bottom: 10px;
}

#bs2015 .tit_sec a{
	color: #FFF;
	font-weight: bold;
	/*text-decoration: none;*/
}

#bs2015 .tit_sec_d{
	display: block;
	width: 970px;
	height: 32px;
	line-height: 32px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-indent: 12px;
	background: url(../imgs/bg_tit_dark.png) repeat 0 0;
	margin-bottom: 10px;
}

/*==================
セクション1　トップ
====================*/
#bs2015 .sec01_top{
	width: 970px;
}

/*==================
セクション1　トップ 左側
====================*/
#bs2015 .sec01_image-left{
	float: left;
	display: block;
	width: 528px;
	/*height: 307px;*/
	height: 398px;
}

/*==================
セクション1　トップ 右側
====================*/
#bs2015 .right{
	float: right;
	display: block;
	width: 430px;
	min-height: 398px;
	position: relative;
	margin-bottom: 15px;
}

#bs2015 .right h4.shop_tit{
	display: block;
	width: 100%;
	line-height: 25px;
	font-size: 17px;
	color: #3D8BC9;
	font-weight: bold;
	margin-bottom: 10px;
}

#bs2015 .right p.shop_exp{
	font-size: 13px;
	line-height: 20px;
	color: #333;
}



#bs2015 .right .thum_area{
	/*margin-top: 285px;*/
	width: 430px;
	height: 113px;
	position: absolute;
	bottom: 0;
}


/*==================
セクション1　トップ 下側
====================*/
#bs2015 .bottom{
	clear: both;
	display: block;
	width: 950px;
	font-size: 13px;
	background: #EEE;
	padding: 10px;
	margin-bottom: 15px;
}

#bs2015 .bottom dl{
	float: right;
	width: 860px;
}

#bs2015 .bottom dl dt{
	display: block;
	width: 100%;
	line-height: 25px;
	font-size: 15px;
	color: #036;
	font-weight: bold;
}

#bs2015 .bottom dl dd{
	font-size: 14px;
	line-height: 20px;
}


/*==================
セクション1　トップ boat_area
====================*/
.boat_area{
	display : block;
	width: 100%;
	padding: 15px 0;
}

.boat_box{
	float: left;
	display: block;
	width: 24.5% !important;
	margin-right: 3px;
	margin-bottom: 3px;
}

.boat_box table{
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	/*border-collapse: collapse;*/
	border: 1px solid #CCC;
}

.boat_box table tr th,
.boat_box table tr td{
	text-align: center;
	font-size: 13px;
	padding: 2px;
}

.boat_box table tr th{
	width: 40%;
	height: 23px;
	line-height: 23px;
	color: #FFF;
	background-color: #2E81C5;
}

.boat_box table tr td{
	width: 60%;
	text-align: center;
	text-indent: 5px;
	background-color: #EBEDEC;
}

.boat_box table tr td a{
	display: block;
	height: 175px;
	max-height: 175px;
	overflow: hidden;
	/*padding: 20px 0;*/
}

.boat_box table tr td img{
	width: 100%;
}

/*==================
セクション1　トップ BOTTOM
====================*/
#bs2015 .sec01_bottom{
	display: block;
	width: 967px;
	height: 251px;
	background: url(../imgs/bg_sec01_bottom.jpg) no-repeat 0 0;
	margin: 0 auto 10px;
	position: relative;
}

#bs2015 .sec01_bottom .inner{
	display: block;
	width: 937px;
	padding: 15px;
}

#bs2015 .sec01_bottom h4.sec01_bottom_opt{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 21px;
	color: #663300;
	font-weight: bold;
	background: url(../imgs/icon_sec01_bottom_opt.jpg) no-repeat left top;
	padding-left: 50px;
}

#bs2015 .sec01_bottom .inner > div{
	width: 500px;
	position: relative;
	left: 155px;
}

#bs2015 .sec01_bottom .inner > div.sec01_bottom01{
	padding-top: 5px;
	margin-bottom: 15px;
}

#bs2015 .sec01_bottom .inner > div.sec01_bottom01 p{
	font-size: 15px;
	line-height: 1.3em;
	color: #111111;
}

#bs2015 .sec01_bottom .inner > div.sec01_bottom01 p.sub{
	font-size: 12px;
	line-height: 1.5em;
	color: #111111;
	text-align: right;
}

#bs2015 .sec01_bottom .inner > div.sec01_bottom01 p span{
	color: #D86C00;
	font-weight: bold;
}

#bs2015 .sec01_bottom .inner > div.sec01_bottom02{
	width: 370px;
}

#bs2015 .sec01_bottom .inner p.sec01_bottom03{
	text-align: center;
	position: absolute;
	left: 550px;
	top: 145px;
}

#bs2015 .sec01_bottom .inner p.sec01_bottom03 img{
	display: block;
}

/*==================
セクション2
====================*/
#bs2015 .sec02{
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

/*==================
セクション3
====================*/
#bs2015 .sec03{
	width: 960px;
	padding: 0 5px;

}

/*==================
セクション3 左側
====================*/
#bs2015 .sec03 .left{
	width: 400px;
}

#bs2015 .sec03 .left h4{
	font-size: 17px;
	color: #2D81C4;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 7px;
}

/*==================
セクション3 右側
====================*/
#bs2015 .sec03 .right{
	width: 550px;
	padding-top: 27px;
}

#bs2015 .sec03 .right p{
	font-size: 17px;
	color: #444444;
	line-height: 25px;
}

#bs2015 .sec03 .right p span{
	font-weight: bold;
	color: #2D81C4;
}

#bs2015 .sec03 .right p a{
	color: #2D81C4;
	text-decoration: none;
}

#bs2015 .sec03 .right p.bold{
	font-size: 17px;
	color: #0B0000;
	font-weight: bold;
}




/*==================
トピックス
====================*/
#bs2015 .topics_outer{
	display: block;
	width: 930px;
	padding: 15px 20px;
}

#bs2015 .topics_outer .topics_box{
	float: left;
	display: block;
	width: 300px;
	height: 450px;
	margin-right: 10px;
	margin-bottom: 15px;
}

#bs2015 .topics_outer .topics_box .flexslider{
	border: 1px solid #333;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

#bs2015 .topics_outer .topics_box .photo_outer{
	margin-bottom: 7px;
}

#bs2015 .topics_outer .topics_box h4.topics_tit{
	color: #2D81C4;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 7px;
}

#bs2015 .topics_outer .topics_box p.topics_exp{
	font-size: 13px;
	line-height: 16px;
}

/*==================
セクション　ボートオブイヤー　トップ
====================*/
#bs2015 .sec_boy_top{
	width: 970px;
}

/*==================
セクション　ボートオブイヤー　トップ 左側
====================*/
#bs2015 .sec_boy_image-left{
	float: left;
	display: block;
	width: 528px;
	/*height: 307px;*/
}

/*==================
セクション　ボートオブイヤー　トップ 右側
====================*/
#bs2015 .right{
	float: right;
	display: block;
	width: 430px;
	min-height: 398px;
	position: relative;
	margin-bottom: 15px;
}

#bs2015 .right h4.shop_tit{
	display: block;
	width: 100%;
	line-height: 25px;
	font-size: 17px;
	color: #3D8BC9;
	font-weight: bold;
	margin-bottom: 10px;
}

#bs2015 .right p.shop_exp{
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

#bs2015 .right p.shop_exp span.links{
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	text-align: right;
	margin-top: 10px;
}

#bs2015 .right p.shop_exp span.links a{
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	padding: 2px 5px;
	background: #666;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */ 
}

#bs2015 .right p.shop_exp span.links a:hover{
	color: #FFF;
	background: #999;
}

#bs2015 .right .thum_area{
	/*margin-top: 285px;*/
	width: 430px;
	height: 113px;
	position: absolute;
	bottom: 0;
}

#bs2015 .right dl.box_clm{
	display: block;
	width: 410px;
	background: #EEE;
	padding: 10px;
}

#bs2015 .right dl.box_clm dt{
	display: block;
	width: 100%;
	line-height: 25px;
	font-size: 15px;
	color: #036;
	font-weight: bold;
}

#bs2015 .right dl.box_clm dd{
	font-size: 14px;
	line-height: 20px;
}

/*==================
セクション　ボートオブイヤー　トップ 下側
====================*/
#bs2015 .bottom{
	clear: both;
	display: block;
	width: 950px;
	font-size: 13px;
	background: #EEE;
	padding: 10px;
	margin-bottom: 15px;
}

#bs2015 .bottom dl{
	float: right;
	width: 860px;
}

#bs2015 .bottom dl dt{
	display: block;
	width: 100%;
	line-height: 25px;
	font-size: 15px;
	color: #036;
	font-weight: bold;
}

#bs2015 .bottom dl dd{
	font-size: 14px;
	line-height: 20px;
}
