@charset "utf-8";

.boxContents01 { position: relative; }
.headerContents { position: relative; }
.headerContents p {
	position: absolute;
	padding: 5px;
	margin: 0;
}

.leftSide {
	display: inline-block;
	width: 380px;
}

.rightSide { float: right; }
.rightSide #img_05 { width: 290px }

.ttlBasic01 { margin: 0px 0 10px;}

.inlineCentering {
	display: block;
	margin: auto;
}
.box {
	padding: 8px;
	border: 1px solid #fa5500;
}

.header02 {
	color: #fa5500;
	font-weight: bold;
	font-size: 117%;
}

.topMargining {
	margin-top: 12px;
}

.tables {
	display: flex; /* 横並び */
	justify-content: center; /* 中央寄せ */
	gap: 80px;
}

.tableCentering {
	margin: 0 auto;
}

th {
	padding: 4px 8px;
	border: 1px solid #fa5500;
	font-weight: bold;
	color: #fa5500;
	background-color: #fff0c8;
	text-align: center;
}

td {
	padding: 4px 20px;
	border: 1px solid;
	color: #fa5500;
}

td.colheader {
	padding: 4px 8px;
	border: 1px solid #fa5500;
	font-weight: bold;
	color: #fa5500;
	background-color: #fff0c8;
}

.imageBox {
	display: inline-block;
	padding: 8px;
	border: 1px solid #fa5500;
}

.rightBlock {
	float: right;
}

/* 枠で囲うキャプション */
.detailcaption {
	display: inline-block;
	top: 200px;
	left: 580px;
	border: 1px solid #fa5500;
	font-weight: bold;
	padding: 4px 8px;
	background: rgba(255, 165, 0, 0.15);
}

