@charset "UTF-8";
/* --------------------------------
絶対座標によるレイアウト
-------------------------------- */
.read {
	padding: 0 0 30px 0;
}
.section {
	clear: both;
	border-top: 1px solid #cccccc;
	width: 820px;
	padding: 12px 0 18px 0;
}
.section img {
	padding-top: 2px;
	float: left;
}
.section .scdl {
	width: 700px;
	float: right;
}
.section .scdl p {
	line-height: 1.4;
}
.section h3 {
	padding: 0 0 8px 0;
}

.section2 {
	padding-top: 14px;
	border-top: 1px solid #cccccc;
	width: 820px;
}
.section2 p {
	font-size: 9pt;
	line-height: 1.4;
}
/* --------------------------------
.clearfix
-------------------------------- */
.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.section { display: inline-block; }
/* \*/
* html .section { height: 1%; }
.section { display: block; }
/* End hide from IE-mac */
