<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 "/include/css/common.css";

/* ---------------------------------------------------------
	CSS Document voices &gt; visual
--------------------------------------------------------- */

#visual {
	background-image: url(../voices/visual_01.jpg);
}

/* ---------------------------------------------------------
	CSS Document voices &gt; common
--------------------------------------------------------- */

#voices h3 {
	width: 760px;
	margin: 0 auto 40px;
	padding: 100px 0 20px;
	border-bottom: solid 1px #202020;
	background: url(../voices/h3.jpg) no-repeat top;
	text-align: left;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: 100;
	font-size: 26px;
	line-height: 1.6;
}

#voices .inner {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 30px;
	text-align: left;
}

#voices .odd {
	background: #efefef;
}

#voices dl {
	width: 530px;
}

#voices dt {
	margin-bottom: 15px;
	padding-left: 40px;
	border-bottom: solid 1px #cecece;
	background: url(../voices/dt.png) no-repeat left;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: 100;
	font-size: 21px;
	line-height: 60px;
}
</pre></body></html>