@charset "utf-8";
/* CSS Document */

h2.title {
	overflow: hidden;
	font-size: 18px;
	line-height: 120%;
	color: #FFF;
	text-shadow: 0 2px 0 #ff630a;
	background: #ffaf4b;
	background: -moz-linear-gradient(top, #ffaf4b 0%, #ff630a 100%);
	background: -webkit-linear-gradient(top, #ffaf4b 0%, #ff630a 100%);
	background: linear-gradient(to bottom, #ffaf4b 0%, #ff630a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff630a', GradientType=0 );
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: solid 2px #FF470A;
	margin-bottom: 12px;
	padding: 10px 10px 8px;
}
h2.title span {
	display: block;
	font-size: 14px;
	font-weight: lighter;
	line-height: 120%;
}
h2.title span.date {
	float: right;
	font-size: 12px;
	padding-top: 5px;
}

.mb20 {
	margin-bottom: 60px;
}
.attention {
	color: #E32A2D;
}
span.must {
	font-size: 0.8rem;
	font-weight: lighter;
	float: right;
	color: #fff;
	background: #FF9C02;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 5px;
}


/*===========================================================
/* TOP
/*=========================================================*/

/*------ShipList__common------*/
.item_list {
	background: #FFF;
	box-shadow: 0 3px 6px #ebebeb;
	padding: 20px;
	box-sizing: border-box;
}
.item_list .box {
	position: relative;
}
.item_list .box h3 a {
	display: block;
	line-height: 1.2;
	color: #1C1C1C;
	margin-bottom: 6px;
}
.item_list .box .price span {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	color: #FF0000;
}
.item_list .box.sold h3 a,
.item_list .box.sold .price {
	color: #999;
}
.item_list .box.sold .favorite {
	display: none;
}


/* new___ship
#main .new_ship {
	margin-bottom: 30px;
}
p.top_title {
	margin-left: -20px;
	margin-bottom: 12px;
}

#main.ship p.btn_search {
	cursor: pointer;
	width: 60%;
	color: #FFF;
	background: #A30327;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto 15px;
	padding: 10px;
}
#main.ship p.btn_search:hover {
	background: #D12323;
}
#main .ship_list {
	height: 665px;
	overflow-y: auto;
}
#main .ship_list .box {
	overflow: hidden;
	position: relative;
	width: 100%;
	border-bottom: solid 1px #F3F3F3;
	margin: -20px;
	padding: 20px;
}
 */
/* 船カテゴリ一覧用 */
#shipList_Page { position:relative; }
#main.ship .ship_list {
	height: auto;
	overflow: inherit;
}
#main .ship_list .box {
	overflow: hidden;
	position: relative;
	width: 100%;
	border-bottom: dotted 1px #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#main.ship .ship_list .box:last-child {
	border-bottom: none;
}
#main .ship_list .box .photo {
	position: relative;
	overflow: hidden;
	/*float: left;*/
	width: 180px;
	margin-right: 20px;
}
#main .ship_list .box .photo a > img {
	display: block;
	width: 100%;
	height: auto;
}
#main .ship_list .box .tcon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 46px;
}
#main .ship_list .box .date {
	color: #B8B8B8;
}
#main .ship_list .box .nameBox {
	flex: 1;
}
#main .ship_list .box .location {
	margin-bottom: 3px;
}
#main .ship_list .box .location .locName {
	display: inline-block;
	vertical-align: middle;
	background: url(../img/pc/ship/ico_area.svg) no-repeat left center;
	background-size: 12px;
	margin-right: 20px;
	padding-left: 20px;
}
#main .ship_list .box .nameBox .yearData {
	display: inline-block;
	vertical-align: middle;
	background: url(../img/pc/ship/ico_search_cat01.svg) no-repeat left center;
	background-size: 28px;
	padding-left: 36px;
}
#main .ship_list .box p.ship_name {
	float: right;
	width: 650px;
	font-weight:bold;
	font-size:16px;
	letter-spacing: -0.5px;
	border-bottom: solid 1px #CCC;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-bottom: 4px;
}
#main .ship_list .box p.price {
	line-height: 1.4;
}
#main .ship_list .box p.price span.comment {
	display: block;
	float: right;
	/*width: 345px;*/
	font-size: 100%;
	font-weight: lighter;
	line-height: normal;
	color: #000;
	text-align: right;
}
#main .ship_list .box p.pie {
	overflow: hidden;
	float: right;
	width: 443px;
}
#main .ship_list .box p.pie span.tel {
	display: block;
	float: right;
	background: url(../img/top/ico_tel.gif) no-repeat 0 4px;
	padding-left: 13px;
}
#main .ship_list .box p.favorite {
	position: absolute;
	top: 0;
	left: 518px;
	width: 50px;
	height: 46px;
}


/* parts__list */
.parts_item {
	overflow-x: scroll;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 1600px;
	gap: 2%;
}
.parts_item > div {
	width: 32%;
	margin-bottom: 30px;
}
.parts_item .box h3 span {
	display: block;
	font-size: 0.8rem;
	font-weight: lighter;
	line-height: 1.2;
	background: url(../img/pc/top/ico_search_cat08.png) no-repeat 0 0;
	padding: 10px 30px;
}

/*
#main .item_list {
	height: 465px;
	overflow-y: auto;
}
#main .item_list .box {
	vertical-align: top;
	display: inline-block;
	width: 130px;
	margin-bottom: 20px;
	padding: 6px;
}
#main .item_list .box h3 {
	margin-bottom: 6px;
}
#main .item_list .box h3 span {
	display: block;
	font-size: 68%;
	line-height: 120%;
	font-weight: lighter;
	color: #999;
}
#main .item_list .box p.price {
	text-align: center;
}
*/

/*------更新艇------*/
#main .reneal_ship {
	margin-bottom: 30px;
}
/*------新部品------*/
#main .reneal_item.parts_item {
	overflow-x: unset;
	height: auto;
	margin-bottom: 30px;
}


/*------店一覧------*/
#main .shop {
	margin-bottom: 30px;
}
#main .shop h2 {
	font-size: 20px;
	line-height: 150%;
	border-bottom: solid 1px #CCC;
	margin-bottom: 12px;
	padding-bottom: 10px;
}
#main .shop p {
	font-size: 115%;
	line-height: 160%;
	margin-bottom: 15px;
}
#main .shop p.btn {
	margin-bottom: 0;
}
/*------ページャ------*/
#shipList_Page .sort {
	position: absolute;
	top: 10px;
	right: 10px;
}
.sort {
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
.sort select {
	font-size: 16px;
	line-height: 1.5;
	width: auto;
	padding: 5px;
}
.sort select + select {
	margin-left: 15px;
}
.sort p.display {
	float: right;
}
.sort p.number {
	font-size: 120%;
	line-height: 150%;
}
.sort p.number strong {
	display: inline;
	font-size: 18px;
	line-height: 120%;
	color: #FF0004;
	font-weight: bold;
}
.pager {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}
.pager span.pager_current,
.pager a:link {
	display: inline-block;
	border: solid 1px #CCCCCC;
	margin: 5px;
	padding: 6px 14px;
	text-decoration: none;
}
.pager a:hover {
	color: #FFF;
	background: #2175BA;
}
.pager a.nextprev,
.pager a.nextprev {
	border: none;
}
.pager span.pager_current {
	background: #DCDCDC;
}
/*===========================================================
/* 船詳細
/*=========================================================*/
#main.ship_detail {
	max-width: 1500px;
	margin: 0 auto;
}
#ship_detail,
#shipContactBox,
#ship_special_detail {
	background: #FFF;
	box-shadow: 0 5px 10px #CCC;
	margin-bottom: 50px;
	padding: 20px;
}
#shipContactBox {
	margin-bottom: 0;
}
#shipContactArea {
	display: block;
	margin-top: -150px;
	padding-top: 150px;
}
#ship_detail .detailComments {
	flex-grow: 1;
}
#ship_detail .detailButtons {
	width: 265px;
}
#ship_detail .detailButtons li + li {
	margin-top: 15px;
}
#ship_detail .detailButtons a img {
	position: relative;
	box-shadow: 0 3px 10px #ccc;
}
#ship_detail .detailButtons a:hover img {
	opacity: 0.6;
	top: 2px;
	box-shadow: 0 3px 7px #ccc;
}
#ship_detail .detailComments .location span {
	display: block;
	margin-right: 20px;
}


/* tab */
.tabDetail {
	border-bottom: solid 1px #CCC;
	margin: 20px -20px 10px;
}
.tabDetail > ul {
	display: flex;
	/*justify-content: space-between;*/
	width: 50%;
}
.tabDetail > ul li {
	flex-grow: 1;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	/*width: 25%;*/
	max-width: 250px;
	color: #666;
	background: #ECECEC;
	border-right: solid 1px #CCC;
	box-sizing: border-box;
	padding: 12px 10px 8px;
	text-align: center;
}
.tabDetail > ul li:last-child {
	border-right: none;
}
.tabDetail > ul li.active {
	color: #1c1c1c;
	background: #FFF;
	border-top: solid 3px #FF8000;
	border-bottom: solid 1px #FFF;
}
.tabDetail > ul li:last-child.active {
	border-right: solid 1px #CCC;
}
.tabDetail > ul li.content_ship_button_none {
	pointer-events: none;
	color: #bcbcbc;
}
.content_ship_box_01,
.content_ship_box_02,
.content_ship_box_03,
.content_ship_box_04 { display:none; }
.content_ship_box_01.active,
.content_ship_box_02.active,
.content_ship_box_03.active,
.content_ship_box_04.active { display:block; }
.tab_right .print > * {
	display: block;
	white-space: nowrap;
	padding-right: 10px;
}
.tab_right .print a:last-child {
	border-left: solid 1px #CCC;
	margin-left: 10px;
	padding: 0 0 0 10px;
}
.tab_right ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 20px;
}


/* baseLine */
#ship_detail p.price,
#ship_special_detail p.price {
	font-size: 1.25rem;
	line-height: 1.5;
	color: #FF0000;
	margin-bottom: 5px;
}
.main_img {
	display: block;
	max-width: 80%;
	margin: 15px auto;
}
/*
.shipBase,
.shipEngine {
	width: 49%;
}*/
#main .shipBaseInformation table {
	font-size: 0.95rem;
}
#main .shipBaseInformation table th {
	background: #F3F3F3;
	border-right: none;
	border-left: none;
	padding: 5px 12px;
}
#main .shipBaseInformation table td {
	border-right: none;
	border-left: none;
	padding: 5px 12px;
}
@media screen and (max-width: 1140px) {
	.shipBaseInformation {
		flex-wrap: wrap;
	}
	.shipBase,
	.shipEngine {
		width: 100%;
	}
}
.tabShipcont .caution {
	font-size: 0.9rem;
	background: #F3F3F3;
	margin: 30px -20px 0;
	padding: 22px;
}

/* contact_bottom */
.chargeInfo {
	gap: 20px;
	flex-wrap: wrap;
}
.chargeImg { width:120px; }
.chargeImg img {
	overflow: hidden;
	border-radius: 100%;
}
.chargeTxt {
	flex: 1;
}
.chargeTxt h4 {
	font-weight: lighter;
}
.chargeTxt h4 span {
	display: inline-block;
	font-size: 0.78rem;
	color: #FFF;
	background: #257EBE;
	border-radius: 50px;
	padding: 0px 10px;
}
.chargeTxt span.locName {
	display: block;
	vertical-align: middle;
	color: inherit;
	background: url(../img/pc/ship/ico_area.svg) no-repeat left center;
	background-size: 12px;
	margin-right: 20px;
	padding-left: 20px;
}
.chargeTxt span.comName {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: bold;
	/*color: #FFF;
	background: #FF3400;*/
	color: inherit;
	background: inherit;
	padding: 0;
	padding-right: 15px;
}
.chargeTxt a span.comName {
	font-weight: bold;
	color: inherit;
	background: none;
	text-decoration: inherit;
	padding-right: 2px;
	/*color: #FFF;
	background: #257EBE;
	text-decoration: none;
	border-radius: 0;
	padding: 3px 10px 3px 3px;*/
}
.member_address {
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
	margin: 10px 0;
	padding: 10px 0;
}

.member_detail__Page .shipCharge .chargeInfo ul {
	width: 100%;
	flex-grow: 1;
}
.shipCharge ul,
.member_detail__Page .shipCharge .chargeInfo ul li {
	width: 330px;
}
.shipCharge ul li a {
	position: relative;
	display: block;
	color: #000;
	background: #F1F1F1;
	border: dotted 1px #707070;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.8s;
}
.shipCharge ul li:last-child a {
	background: #F1F1F1 url(../img/pc/ship/ico_mai_black.png) no-repeat 10px center;
	padding-left: 40px;
}
.shipCharge ul li a::after{
	content: "";
	position: absolute;
	top: 46%;
	right: 16px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #1c1c1c;
	border-right: 2px solid #1c1c1c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg) translateY(-50%);
}
.shipCharge ul li a:hover {
	background-color: #fff0e0;
	border-color: #ff7429;
}
.shipCharge ul li a:hover::after {
	right: 14px;
}
.shipCharge_tel {
	font-size: 1.5rem;
	background: #F3F3F3;
	margin: 15px -20px -20px;
	padding: 20px;
	text-align: center;
}
.shipCharge_tel span {
	display: inline-block;
	vertical-align: middle;
	font-size: 2.2rem;
	font-weight: bold;
	color: #ff7429;
	padding-left: 5px;
}
.shipCharge_tel img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}


/* contact__kotei */
.shipContact {
	overflow: hidden;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 97;
}
.shipContact::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	z-index: 98;
}
.shipContact ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 40%;
	min-width: 600px;
	margin: 0 auto;
	padding: 10px;
}
.shipContact ul li {
	position: relative;
	width: 48%;
	z-index: 99;
}
.shipContact ul li a {
	display: block;
	font-size: 1.05rem;
	font-weight: bold;
	color: #FFF;
	border-radius: 50px;
	padding: 12px 0 12px 20px;
	text-decoration: none;
	text-align: center;
}
.shipContact ul li.tel a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #045792;
	box-shadow: 0 2px 0 #002A48;
}
.shipContact ul li.tel a::before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/sp/common/ico_tel.png) no-repeat 0 0;
	background-size: 20px;
	margin-right: 10px;
}
.shipContact ul li.tel a:hover {
	top: 1px;
	background: #0287e6;
	box-shadow: unset;
}
.shipContact ul li.mail a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #DC2626;
	box-shadow: 0 2px 0 #9E0B0B;
}
.shipContact ul li.mail a::before {
	display: block;
	width: 20px;
	height: 16px;
	content: "";
	background: url(../img/sp/common/ico_mail.png) no-repeat 0 0;
	background-size: 20px;
	margin-right: 10px;
}
.shipContact ul li.mail a:hover {
	top: 1px;
	background: #f7482d;
	box-shadow: unset;
}


/* Gallery */
.sp-bottom-thumbnails {
	width: 780px !important;
	margin-top: 4px
}
.sp-thumbnails.sp-grab,
.sp-thumbnails.sp-grabbing {
	width: 780px !important;
	height: auto !important;
}

#ship_detail p.print {
	float: right;
	margin-left: 20px;
	margin-bottom: 50px;
}
#profile .ship_list h2 {
	clear: both;
	font-size: 18px;
	line-height: 140%;
	color: #FF470A;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	border-bottom: solid 1px #CCC;
	margin-top: 50px;
	margin-bottom: 12px;
	padding: 7px 10px;
}
#ship_detail h4 {
	font-size: 110%;
	line-height: 140%;
	color: #FFF;
	background: #002F6F;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
#ship_detail p img {
	vertical-align: bottom;
}
#ship_detail p.mini {
	font-size: 88%;
}
#ship_detail p.price b {
	font-size: 28px;
}
#ship_detail p.right {
	font-size: 110%;
	line-height: 120%;
	text-align: right;
	padding-top: 8px;
}
#ship_detail table {
	font-size: 105%;
	line-height: 160%;
}
#ship_detail th {
	text-align: left;
}
#ship_detail tr.area, #ship_detail tr.area th {
	background: #FFFEE8;
}
#ship_detail dl.fixture {
	display: inline-block;
	width: 48%;
	margin-bottom: 20px;
	padding: 5px;
	vertical-align: top;
}
#ship_detail dl.fixture dt {
	background: #E8E8E8;
	margin-bottom: 5px;
	padding: 5px 5px 3px;
}
#ship_detail dl.fixture dd {
	padding-left: 10px;
}
#ship_detail dl.fixture_other {
	display: block;
	width: 98%;
	margin-bottom: 20px;
	padding: 5px;
}
#ship_detail dl.fixture_other dt {
	background: #D0E9EF;
	margin-bottom: 5px;
	padding: 5px 5px 3px;
}
#ship_detail dl.fixture_other dd {
	padding-left: 10px;
}


#ship_detail .comment {
	font-size: 110%;
	line-height: 150%;
}
#ship_detail .comment p {
	margin-bottom: 20px;
}
#ship_detail .ship_image_information_comment {
	margin-top: 5px;
	margin-bottom: 5px;
}
#ship_detail .comment_postscript_01,
#ship_detail comment_postscript_03 {
	color: #FF0004;
}
#ship_detail .comment_postscript_02 {
	color: #2E9AFE;
}

/*------------写真掲載できま船---------------
#ship_special_detail p.favorite {
	float: right;
	margin-left: 20px;
	margin-bottom: 50px;
}
#ship_special_detail p.print {
	float: right;
	margin-left: 20px;
	margin-bottom: 50px;
}
#ship_special_detail h3,
#map h3,
#profile .ship_list h2 {
	clear: both;
	font-size: 18px;
	line-height: 140%;
	color: #FF470A;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	border-bottom: solid 1px #CCC;
	margin-top: 50px;
	margin-bottom: 12px;
	padding: 7px 10px;
}
#ship_special_detail h4 {
	font-size: 110%;
	line-height: 140%;
	color: #FFF;
	background: #002F6F;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
#ship_special_detail p img {
	vertical-align: bottom;
}
#ship_special_detail p.mini {
	font-size: 88%;
}
#ship_special_detail p.price {
	float: left;
	font-size: 120%;
	line-height: 150%;
	margin-bottom: 15px;
}
#ship_special_detail p.price b {
	font-size: 28px;
}
#ship_special_detail p.right {
	font-size: 110%;
	line-height: 120%;
	text-align: right;
	padding-top: 8px;
}
#ship_special_detail table {
	font-size: 105%;
	line-height: 160%;
}
#ship_special_detail th {
	text-align: left;
}
#ship_special_detail tr.area, #ship_special_detail tr.area th {
	background: #FFFEE8;
}
#ship_special_detail dl.fixture {
	display: inline-block;
	width: 48%;
	margin-bottom: 20px;
	padding: 5px;
	vertical-align: top;
}
#ship_special_detail dl.fixture dt {
	background: #E8E8E8;
	margin-bottom: 5px;
	padding: 5px 5px 3px;
}
#ship_special_detail dl.fixture dd {
	padding-left: 10px;
}
#ship_special_detail dl.fixture_other {
	display: block;
	width: 98%;
	margin-bottom: 20px;
	padding: 5px;
}
#ship_special_detail dl.fixture_other dt {
	background: #D0E9EF;
	margin-bottom: 5px;
	padding: 5px 5px 3px;
}
#ship_special_detail dl.fixture_other dd {
	padding-left: 10px;
}

#ship_special_detail .comment {
	font-size: 110%;
	line-height: 150%;
}
#ship_special_detail .comment p {
	margin-bottom: 20px;
}
#ship_special_detail .ship_image_information_comment {
	margin-top: 5px;
	margin-bottom: 5px;
}
*/

/*------------写真ギャラリー説明---------------*/
#ship_detail .ico_summary {
	border: solid 1px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px auto 30px;
	padding: 20px 20px 0;
}
#ship_detail .ico_summary dl {
	overflow: hidden;
}
#ship_detail .ico_summary dt {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#ship_detail .ico_summary dd {
	margin-bottom: 10px;
}

/*------------写真ギャラリー説明(掲載できま船)---------------*/
#ship_special_detail .ico_summary {
	border: solid 1px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px auto 30px;
	padding: 20px 20px 0;
}
#ship_special_detail .ico_summary dl {
	overflow: hidden;
}
#ship_detail .ico_summary dt {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#ship_special_detail .ico_summary dd {
	margin-bottom: 10px;
}


/* 問合せボタン */
.btn_contact {
	clear: both;
	width: 380px;
	height: 72px;
	margin: 20px auto 30px;
}
.btn_contact a {
	display: block;
	height: 72px;
	background: url(../img/pages/btn_contact.jpg) no-repeat 0 0;
	text-decoration: none;
}
.btn_contact a:hover {
	background-position: bottom;
}
.btn_contact a em {
	visibility: hidden;
}

.btn_contact_member {
	clear: both;
	width: 380px;
	height: 72px;
	margin: 20px auto 30px;
}
.btn_contact_member a {
	display: block;
	height: 72px;
	background: url(../img/pages/btn_contact_member.jpg) no-repeat 0 0;
	text-decoration: none;
}
.btn_contact_member a:hover {
	background-position: bottom;
}
.btn_contact_member a em {
	visibility: hidden;
}

/* Color */
.brown {
	color: #B36427;
}
.nomal {
	font-size: 120%;
	line-height: 140%;
	color: #000;
}

/*===========================================================
/* 担当者一覧
/*=========================================================*/
.mlComment {
	font-size: 1.15rem;
	background: #E5E4DA;
	margin: 30px -20px 50px;
	padding: 30px;
}
.shipCharge.memberList {
	margin-bottom: 20px;
}
.memberList .shipCharge_tel {
	font-size: 1.2rem;
	margin: 15px 0 0;
}
.memberList .shipCharge_tel span {
	font-size: 1.8rem;
}

.anchor {
	display: block;
	margin-top: -150px;
	padding-top: 150px;
}

/* ３列のとき */
#profile .base ul.list_p03 {
	overflow: hidden;
	clear: both;
}
#profile .base ul.list_p03 li {
	overflow: hidden;
	float: left;
	font-size: 130%;
	line-height: 120%;
	width: 32%;
	text-align: center;
	border: solid 1px #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 12px;
	padding: 15px 0 7px;
}
#profile .base ul.list_p03 li:last-child {
	float: right;
	margin-right: 0;
}
#profile .base ul.list_p03 li a {
	display: inline;
	padding-top: 5px;
}
#profile .base ul.list_p03 li img {
	display: inline-block;
	float: left;
	width: 14%;
	height: auto;
	margin: -7px 10px 0;
	vertical-align: middle;
}
#profile .base ul.list_p03 li.fax,
#profile .base ul.list_p03 li.tel {
	font-size: 145%;
	font-weight: bold;
}

#profile ul.photo {
	overflow: hidden;
	margin-bottom: 20px;
}
#profile ul.photo li {
	float: left;
	width: 175px;
	padding: 10px;
}
#profile ul.photo li img {
	width: 100%;
	height: auto;
}
#profile .intro {
	font-size: 1.05rem;
	background: #F3F3F3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 15px;
}

/*　LINE枠 */
#profile .line {
	overflow: hidden;
	margin: 0 5px;
}
#profile .line.right {
	vertical-align: top;
	display: inline-block;
	width: 372px;
}
#profile .line.horizon {
}
#profile .line.right img {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 5px 0;
}
#profile .line.horizon img {
	display: block;
	float: left;
	width: 150px;
	height: auto;
	margin: 10px;
}
#profile .line p {
	padding: 0 10px 10px;
}
#profile .line.horizon p {
	padding-top: 60px;
}

/* youtube facebook */
#profile .youtube{
		width: 380px;
		height: 200px;
}
#profile .facebook{
		width: 380px;
		height: 380px;
}
#profile .youtube{
		float: left;
}
#profile .facebook{
		float: right;
}
#profile .youtube a img ,#profile .facebook iframe{
		margin: 15px 35px;
}

/*　担当者ブログ */
#profile .blog {
	border: solid 1px #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 5px;
}
#profile .blog.left {
	vertical-align: top;
	display: inline-block;
	width: 378px;
}
#profile .blog.horizon {
}

#profile .blog dl {
	padding: 10px;
}
#profile .blog.left dl {
	overflow-y: auto;
	height: 312px;
}
#profile .blog dt {
	font-size: 90%;
	color: #666;
}
#profile .blog dd {
	margin-bottom: 15px;
}
#profile .blog dd:last-child {
	margin-bottom: 0;
}

/*　船一覧 */
#profile .ship_list {
	clear: both;
	height: auto !important;
	margin-top: 50px;
}
#profile .ship_list h2 {
	margin-top: 0;
}

/*===========================================================
/* BBS
/*=========================================================*/
.bbs .caution {
	background: #F3F3F3;
	margin: 15px 0;
	padding: 10px;
	text-align: center;
}
.bbs .caution h3 {
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 1220px) {
	.bbs .caution { text-align:left; }
}
.box.bbs_list {
	border: solid 1px #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.box.bbs_list h3 {
	overflow: hidden;
	font-size: 16px;
	color: #FFF;
	text-shadow: 0 2px 0 #003164;
	background: #185788;
	margin-bottom: 15px;
	padding: 10px;
}
.box.bbs_list h3 span {
	font-size: 85%;
	font-weight: lighter;
	text-shadow: none;
}
.box.bbs_list h3 span.cat01 {
	display: inline-block;
	color: #000;
	background: #ffd900;
	border-radius: 5px;
	margin-right: 15px;
	padding: 5px 8px;
}
/*
.box.bbs_list h3 span.cat02 {
	display: inline-block;
	color: #FFF;
	background: #698817;
	border-radius: 5px;
	margin-right: 15px;
	padding: 5px 8px;
}
.box.bbs_list h3 span.cat03 {
	display: inline-block;
	color: #FFF;
	background: #FF8600;
	border-radius: 5px;
	margin-right: 15px;
	padding: 5px 8px;
}
.box.bbs_list h3 span.cat04 {
	display: inline-block;
	color: #FFF;
	background: #666666;
	border-radius: 5px;
	margin-right: 15px;
	padding: 5px 8px;
}
*/
.box.bbs_list h3 span.number {
	text-shadow: 0 2px 0 #003164;
}
.box.bbs_list h3 span.item {
	float: right;
	color: #000;
	background: #FFF;
	box-shadow: 0 0 3px #CCCCCC inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
}
.box.bbs_list p.date {
	float: left;
	font-size: 90%;
	color: #666666;
}
.box.bbs_list p.price {
	float: right;
}
.box.bbs_list ul {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0 10px;
}
.box.bbs_list ul li {
	box-sizing: border-box;
	float: left;
	width: 180px;
	margin-right: 10px;
}
.box.bbs_list ul li:nth-child(4n) {
	margin-right: 0;
}
.box.bbs_list ul li img {
	max-width: 180px;
	height: auto;
}
.box.bbs_list p {
	font-size: 120%;
	line-height: 150%;
	padding: 0 10px 10px;
}
.box.bbs_list address {
	font-style: normal;
	background: #E8E8E8;
	padding: 10px;
	text-align: right;
}
.complete {
	font-size: 200%;
	line-height: 150%;
	text-align: center;
	margin-bottom: 30px;
}
.bbs_check li {
	position: relative;
}
.bbs_check li input[type="radio"] {
	position: absolute;
	visibility: hidden;
}
.bbs_check li label {
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 1.35em;
	padding-left: 40px;
	margin: 7px 15px 8px 0;
	height: 30px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}
.bbs_check li:hover label {
	color: rgb(255,156,0);
}
ul li:hover .check {
	border: 3px solid rgb(255,156,0);
}
.bbs_check li .check{
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	height: 25px;
	width: 25px;
	border: 3px solid #AAAAAA;
	border-radius: 100%;  
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	z-index: 5;
}
.bbs_check li .check::before {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	height: 15px;
	width: 15px;
	margin: auto;
	border-radius: 100%;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.bbs_check li input[type=radio]:checked ~ .check {
	border: 3px solid #185788;
}
.bbs_check li input[type=radio]:checked ~ .check::before{
	background: #185788;
}
.bbs_check li input[type=radio]:checked ~ label{
	color: #185788;
}

/*===========================================================
/* マッチングメール
/*=========================================================*/
#main.match_mail table {
	max-width: 99.8%;
	margin: 15px auto;
}
#main.match_mail th {
	text-align: left;
}
#main.match_mail th.alignC {
	text-align: center;
}

#main.match_mail td textarea {
	width: 80%;
}
p.text_error {
	color: #FFF;
	background: #E32A2D;
	margin-top: 10px;
	padding: 6px;
}

#main.match_mail p.btn_search {
	cursor: pointer;
	position: relative;
	width: 60%;
	color: #FFF;
	background: #048AC9;
	box-shadow: 0 2px 0 #0370a3;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto 15px;
	padding: 10px;
}
#main.match_mail p.btn_search:hover {
	top: 2px;
	background: #329ed1;
	box-shadow: unset;
}
.iconPlus {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
	color: #FFF;
	margin-right: 22px;
}
.iconPlus::before,
.iconPlus::after {
	content: "";
	position: absolute;
	top: 12px;
	width: 22px;
	height: 4px;
	background-color: #FFF;
}
.iconPlus::after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}


/*===========================================================
/* マッチングメール
/*=========================================================*/
#main.ship_inquiry table {
	max-width: 99.8%;
	margin: 15px auto;
}
#main.ship_inquiry table td p {
	font-size: 120%;
	line-height: 180%;
}
#main.ship_inquiry table td p span.mini {
	font-size: 85%;
}
#main.ship_inquiry table td p strong {
	color: #ff0004;
}
#main.ship_inquiry table td img {
	max-width: 60%;
	height: auto;
}
/*===========================================================
/* 写真掲載出来ま船
/*=========================================================*/
.ship_special_attention {
	font-size: 1.05rem;
	background: #feffeb;
	box-sizing: border-box;
	border: 2px solid #FFEBD8;
	margin: 0 0 20px;
	padding: 15px;
}
.ship_special .box + .box {
	margin-top: 20px;
}
