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

table.basic.center tr:first-child th:first-child,
table.basic.center tbody th {
	width: 15%;
	text-align: left;
	padding-left: 20px;
}
table.basic thead th {
	padding-top: 8px;
	padding-bottom: 8px;
}
table.basic thead .fz14 {
	display: inline-block;
	line-height: 1.4;
}

.table_unit {
	margin: -20px 0 10px;
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
}
</pre></body></html>