@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
.section {
	margin-bottom: 5px;
	padding-bottom: 16px;
	border: 4px solid #FDE95C;
}
.section.flow02 {
	border: 4px solid #B9B9B9;
}
.section.flow03 {
	border: 4px solid #ACD2F2;
}
.section.flow04 {
	margin-bottom: 50px;
	border: 4px solid #EAC702;
	background: #FCDF56;
}
#content .section h4 {
	margin-bottom: 16px;
	padding: 6px 14px 7px;
	background: #FDE95C;
	color: #000;
	font-size: 1.15em;
	font-weight: bold;
}
#content .section.flow02 h4 {
	background: #B9B9B9;
}
#content .section.flow03 h4 {
	background: #ACD2F2;
}
#content .section.flow04 h4 {
	background: #EAC702;
}
.section .box {
	margin-bottom: 18px;
	padding: 0 16px 0 14px;
	min-height: 152px;
	overflow: hidden;
	/zoom: 1;
}
.section .box.last {
	margin-bottom: 0;
	min-height: auto;
}
.section .box .image {
	float: left;
}
.section .box dl {
	margin-left: 182px;
}
.section .box dl dt {
	margin-bottom: 2px;
	font-weight: bold;
}
.section .box.last .image {
	background: none;
}
#content p {
	margin-bottom: 30px;
}
