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

.table th {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.table td {
	text-align: center;
}
.table td.fn {
	text-align: left;
}
.table-caption {
	text-align: right;
	margin-top: 8px;
}

.contents-title {
	font-weight: bold;
}

.contents-price th, .contents-price td {
	width: 50%;
}

.contents-price .table-caption {
	text-align: left;
}

@media (max-width: 640px) {
	.contents-text {
		text-align: left;
	}
}</pre></body></html>