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

/*-------------------------------------------------------------------
	#flow
-------------------------------------------------------------------*/
#flow {
	margin-bottom: 70px;
}
#flow .box {
	overflow: hidden;
}
#flow .box .image {
	float: left;
	background: url(../image/flow_arrow.jpg) center bottom repeat-y;
	padding-bottom: 40px;
}
#flow .box:last-child .image{
	background: none;
	padding: 0;
}
#flow .box dl {
	margin-left: 150px;

}
#flow .box dl dt {
		color: #CE4D4D;
	font-weight: bold;
	font-size: 1.14em;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 8px;
}
#flow .box.last {
	margin-bottom: 0;
}
#flow .box.last .image {
	background: none;
}
