@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#flow
-------------------------------------------------------------------*/
#flow {
	margin-bottom: 40px;
}
#flow .box {
	margin-bottom: 29px;
	overflow: hidden;
	/zoom: 1;
}
#flow .box .image {
	float: left;
}
#flow .box dl {
	margin-left: 220px;
}
#flow .box dl dt {
	background: url(../image/flow_dt.jpg) left bottom repeat-x;
	font-weight: bold;
	font-size:1.15em;
	color:#333333;
	margin:-4px 0 10px;
	padding-bottom:1px;
}
#flow .blast {
	margin-bottom: 0;
}
#flow .box span {
	font-weight:bold;
}
#flow .box span.sp01 {
	color:#C32666;
}