@charset "utf-8";
/* CSS Document */

/* 共通スタイルシート読み込み
---------------------------------------------------------------------------- */
@import "/x/bus/dynamic/3/ja/ship/pc/share/css/default.css"; 
@import "/x/bus/dynamic/3/ja/ship/pc/share/css/shared_class.css";


body{
	font-size:12px;	
}

/* 見出しのスタイル
---------------------------------------------------------------------------- */
h1,
h2{
	width:960px;
	clear:both;
	border-bottom:#06b3b1 3px solid;
	font-size:16px;
	font-weight:bold;
	padding:0 0 8px 0;
	margin:0 0 21px 0;
}

h3{
	clear:both;
	font-size:16px;
	font-weight:bold;
	padding:8px 0 0 13px;
	margin:0 0 13px 0;
	height:36px;
	background:url(/x/bus/dynamic/3/ja/ship/pc/share/img/common/h2_common.jpg) no-repeat;
}	

div.h4Box{
	width:100%;
}
div.h4Box_s{
	clear:both;
	border-bottom:1px solid #06b3b1;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	width:100%;
}

div.h4Box_s h4{
	background:url(/x/bus/dynamic/3/ja/ship/pc/share/img/common/list_sq_green_s.gif) left center no-repeat;
	font-size:12px;
	font-weight:bold;
	padding:0 16px 0;
	margin:0 10px 0 0;
	color:#06b3b1;
}

div.senpakuText .h4Box_s{
	width:692px;
}

div.h4Box h4 span{
	font-size:10px;
	font-weight:normal;

}

h5{
	font-size:12px;
	font-weight:bold;
	padding:5px 0 5px 8px;
}


div.h5Box_shisetsu{
	width:755px;
	background-color:#cdf0ef;
	border-left:5px solid #06b3b1;
	clear:both;
	margin:0 0 13px 0;
}

div.h5Box_senshitsu h5{
    color:#FFFFFF;
}

div.h5Box_senshitsu{
	width:760px;
	height:29px;
	clear:both;
	margin:0 0 13px 0;
	background:url(/x/bus/dynamic/3/ja/ship/pc/system/img/senpaku_detail/h5_senshitsu.gif) left center no-repeat;
}

div.h6Box_s h6{
	background:url(/x/bus/dynamic/3/ja/ship/pc/share/img/common/list_sq_brown_s.gif) left center no-repeat;
	font-weight:bold;
	font-size:12px;
	color:#996633;
	padding:0 16px 0;
}

div.h6Box_s{
	clear:both;
	border-bottom:1px solid #996633;
	margin:0 0 5px 0;
	padding:0 15px 5px 0;
}
/* 船舶スペックボックス
---------------------------------------------------------------------------- */

div.senpakuBox{
	width:960px;
	margin:0 0 21px 0;
}


div.senpakuText h6{
	font-weight:bold;
	font-size:12px;
	margin:0 0 8px 0;
}

div.senpakuBox p{
	font-size:12px;
	line-height:130%;
	margin:0 0 21px 0;
}

div.senpakuImg{
	width:240px;
	display:inline;
	margin:0 0 21px 0;
}

div.senpakuText{
	width:708px;
	display:inline;
}

div.senpakuBox .left{
	float:left;
}

div.senpakuBox .right{
	float:right;
}


div.specText{
	background-color:#f5f5f5;
	border:1px solid #CCCCCC;
	padding:8px 13px 8px;
}

div.specText div.h4Box_s{
	width:680px;
}

div.senpakuBox .specTbl{
	font-size:12px;
	width:100%;
	_width:680px;
}

div.senpakuBox .specTbl th{
	font-weight:bold;
	width:90px;
	padding:8px 0 8px 0;
	vertical-align:top;
	border-bottom:#b3b3b3 dotted 1px;
}
div.senpakuBox .specTbl td{
	padding:8px 0 8px 0;
	border-bottom:#b3b3b3 dotted 1px;
}
div.senpakuBox .specTbl th.linenone,
div.senpakuBox .specTbl td.linenone{
	border-bottom:none;
	
}
/* =========================================================
	Popup (2025レスポンシブ化)
========================================================= */
#wrapper {
	width: 100%;
	max-width: 960px;
}
/* 767px以下 */
@media only screen and (max-width: 767px) {
	#wrapper {
		padding-top: 44px!important;
	}
}
h1 {
	width: 960px;
	clear: both;
	border-bottom: #00b199 3px solid;
	font-size: 16px!important;
	font-weight: bold!important;
	padding: 0 0 8px 0;
	margin-top: 21px;
	margin-bottom: 21px;
}
#contents {
	width: 98%!important;
	position: relative;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	#contents {
		width: 98%!important;
		max-width: 960px!important;
	}
}
/* 960px以上 */
@media only screen and (min-width: 960px) {
	#contents {
		width: 100%!important;
	}
}
#contents > .closebuttns {
	position: absolute;
	top: 0;
	right: 0;
	width: auto!important;
}
div#shipdetail,
div.senpakuBox,
div#shipdetail .senpakuText,
div.h5Box_senshitsu,
div.h4Box,
div.h5Box,
div.senpakuBox ul {
	width: 100%!important;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	div#shipdetail .senpakuText {
		width: calc(100% - 250px)!important;
		margin-left: 10px;
	}
}
/* 2行パターンも考慮 */
#contents h1 {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 30px!important;
	/*width: calc(100% - 30px)!important;*/
	width: 100%;
	margin-bottom: 21px;
}
/* 2行パターンも考慮 */
div#shipdetail h3 {
	background: none!important;/* BG Img 非表示 */
	background: #e6eceb!important;
	border-left: 3px solid #00b199!important;
	margin-bottom: 20px;
	padding: 10px!important;
	display: flex!important;
	align-items: center!important;
	height: auto!important;
	font-size: 14px;
	font-weight: bold;
}
div#senpakuImg {
	display: block;
}
div#senpakuImg > img {
	width: 240px;
	display: block;
	margin: 0 auto;
}
/*-----▽▽ float 打消し ▽▽-----*/
div.senpakuBox div.senpakuImg.left,
div.senpakuBox .right,
.senpakuText.right {
	float: none;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	div.senpakuBox div.senpakuImg.left {
		float: left;
	}
	div.senpakuBox .right,
	.senpakuText.right {
		float: right;
		width: calc(100% - 250px)!important;
	}
}
/*-----▲▲ float 打消し ▲▲-----*/
div.senpakuImg {
	display: block;
	text-align: center;
	width: 100%;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	div.senpakuImg {
		display: inline;
		text-align: left;
		width: 240px;
	}
}
input.overImg.detailLink {
	display: block;
	margin: 10px auto;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	input.overImg.detailLink {
		display: block;
		margin: 8px auto;
	}
}
div.specText div.h4Box_s,
div.h6Box_s {
	width: auto!important;
}
div.senpakuText p:empty {
	display: none;
}
.h4Box {
	background-position: left -5px!important;
}
.h4Box > h4 > span {
	display: block;
}
div.h5Box_senshitsu {
	width: auto!important;
	background-image: none;
	background: #a07143;
}
.h5Box_shisetsu {
	width: auto!important;
	background-image: none;
	background: #a07143;
}
