/**********************************************
	テキスト
**********************************************/
.shipTestTitle {
	padding-bottom:1.5rem;
	width:20rem;
	font-size:1.8rem;
	font-weight:600;
	color:#008fc9;
}

.shipTestDetail {
	width:calc(100% - 20rem);
	line-height:2;
	font-size:1rem;
	font-weight:300;
}

.screenSeparate {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	margin-bottom:2rem;
}

@media screen and (max-width:640px) {
	.shipTestTitle {
		width:100%;
		font-size:1.4rem;
	}

	.shipTestDetail {
		width:100%;
	}
}

/**********************************************
	ブロック
**********************************************/
.shipBlock {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:start;
	align-items:stretch;
	gap:1rem;
}

.shipBlock > div {
	padding-bottom:2rem;
	width:calc(50% - 1rem / 2);
}

@media screen and (max-width:640px) {
	.shipBlock > div {
		width:100%;
	}
}

/**********************************************
	船舶詳細
**********************************************/
.shipName {
	margin:1.5rem;
	text-align:center;
	font-size:2rem;
	font-weight:600;
}

.innerTable {
	width:100%;
	border-top:1px solid #a2e3ff;
}

.innerTable th {
	padding:0.25rem 0;
	font-weight:600;
	border-bottom:1px solid #a2e3ff;
}

.innerTable td {
	padding:0.25rem 0.5rem;
	border-bottom:1px solid #a2e3ff;
}
