<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);
#first p {
	margin-bottom:20px;
}
#first dl dt {
	font-size:1.15em;
	font-weight:bold;
	color:#3F9FFF;
	background:#00052B;
	padding:5px 0 5px 10px;
	margin-bottom:15px;
	line-height:1.4;
}
#first dl {
	margin-bottom:33px;
}
#first dl dd{
	padding:0 10px 0 0;
}</pre></body></html>