<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);

/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 36px;
	overflow: hidden;
	/zoom: 1;
}
#content .section ul {
    width: 200px;
}
#content .imgright .text {
	margin-right: 230px;
}
#content .section .title {
	margin-bottom: 6px;
	padding-left: 40px;
	background: url(../image/voice_icon.jpg) left 2px no-repeat;
	color: #1D456D;
	font-size: 1.286em;
	font-weight: bold;
}
</pre></body></html>