@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content p.btn01{
	margin-bottom:35px;
}
/*-------------------------------------------------------------------
	#flow
-------------------------------------------------------------------*/
#flow {
	margin-bottom: 35px;
}
#flow .box {
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
}
#flow .box .image {
	float: left;
}
#flow .box dl {
	margin-left: 120px;
	padding-top:7px;
	
}
#flow .box dl dt {
	font-weight: bold;
	font-size:1.14em;
	line-height:1.6;
	color:#FF3314;
	margin-bottom:5px;
}
#flow .box.last {
	margin-bottom: 0;
}
#flow .box.last .image {
	background: none;
}


