/**********************************************
	トップ画像
**********************************************/
#topBlock {
	margin-top:2.5rem;
}

@media screen and (max-width:1023px) {
	#topBlock {
		margin-top:64px;
	}
}

/**********************************************
	テーブル
**********************************************/
.detailTable {
}

.detailTable th {
	padding:0.5rem 1rem 0.5rem 0;
	text-align:left;
}
