/**********************************************
	ページ
**********************************************/
#boatBlock {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:start;
	align-items:stretch;
	gap:2rem;
}

#boatPhotoBlock {
	width:60%;
}

#boatDetailBlock {
	width:calc(40% - 2rem);
}

@media screen and (max-width:1024px) {
	#boatPhotoBlock {
		width:100%;
	}

	#boatDetailBlock {
		width:100%;
	}
}

/**********************************************
	価格
**********************************************/
.price {
	margin-bottom:1rem;
	color:#900;
	text-align:center;
	font-size:2rem;
	font-weight:600;
}

.price span {
	font-family:"Oswald";
	font-size:2.4rem;
	font-weight:600;
}

/**********************************************
	ボート情報
**********************************************/
#boatName {
	padding:2rem 0;
	font-size:1.65rem;
	font-weight:600;
}

.mainTable {
	width:100%;
	border:1px solid #999 !important;
}

.mainTable tr {
	border-bottom:1px solid #ddd;
}

.mainTable tr:last-child {
	border-bottom:1px solid #999;
}

.mainTable th {
	padding:0.25rem 1rem;
	width:8rem;
	white-space:nowrap;
	font-size:0.8rem;
	font-weight:bold;
	background-color:#fff;
	border-right:1px solid #ccc;
}

.mainTable td {
	padding:0.25rem 1rem;
	font-size:1rem;
	background-color:#fff;
	border-right:1px solid #999;
}

.equip {
	font-size:0.9rem;
}

.descript {
	padding:0.25rem 0;
	text-align:center;
	font-size:0.9rem;
	color:#1a3781;
}
