@charset "utf-8";
/* --------------------------------------------------
	rules.css
-------------------------------------------------- */

/* .section01
----------------------------------------*/
.mainBlock .section.section01 {
	margin-top:0;
}
.section01 .block h5 {
	margin-top:2em;
	font-size:12px;
	font-weight:bold;
}
.section01 .block h5:first-child {
	margin-top:0;
}
.section01 .block h5 + p {
	margin-top:0.5em;
}
.section01 .block p + p.comment {
	margin-top:0.5em;
}

/* .section02 / .section03 / .section04
----------------------------------------*/
.section02 .block h5,
.section03 .block h5,
.section04 .block h5 {
	margin-top:1em;
	font-size:12px;
	font-weight:bold;
}
.section02 .block h5 + p,
.section03 .block h5 + p,
.section04 .block h5 + p {
	margin-left:1em;
}
/* .section03
----------------------------------------*/
.section03 .block p.banner {
	padding:0.5em 0;
}



