<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content span.blue {
	color: #2577E6;
	font-weight: bold;
}
#content dl {
	margin-bottom: 40px;
}
#content dl dt {
	font-weight: bold;
	font-size: 1.53em;
	color: #FFA511;
}
#content .mb90 {
	margin-bottom: 90px;
}
#content .mb85 {
	margin-bottom: 85px;
}</pre></body></html>