<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift-jis";

/* result_sys/以下のhtmlに反映 */

table {
	clear:both;
	border-collapse: collapse;
	width: 100%;
	font-size: 10px;
	margin-bottom:2em;
	cursor:default;
}

caption {
	margin:0 0 5px 0;
}

caption span {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #003366;
	padding:2px 5px;
	border: 1px solid #000033;
	text-align: center;
	margin:0 0 5px 0;
	display:block;
}

th {
	background: #053EA7;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

td {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";

	font-size: 12px;

	padding:2px 14px 0 14px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	letter-spacing:-0.01em;
}

td * {
	padding: 2px 11px;
}

tfoot tr td {
	background:#f6f6f6;
	border-bottom: 1px solid #ccc;
}

tr.alt td {
	background: #ecf6fc;
}
tfoot tr.alt td {
	background:#f6f6f6;
}
tfoot tr td.memo {
	padding-top:0.3em;
	text-align:right;
	background:#fff;
	border-bottom:none;
}

tr.over td, tr:hover td {
	background: #bcd4ec;
}
tfoot tr.over td,tfoot tr:hover td {
	background:#e0e0e0;
}
tfoot tr.over td.memo,tfoot tr:hover td.memo {
	background:#fff;
}

tr td.separator,tfoot tr td.separator {
	background: #fff;
	border-bottom:none;
	padding:0;
}
tr td.separator hr {
	border-top:3px #99A5AC solid;
	border-right:0;
	border-bottom:0;
	border-left:0;
}
</pre></body></html>