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

#content h3.spa{
	margin-bottom: 15px;
}

/*-------------------------------------------------------------------
	#flow
-------------------------------------------------------------------*/
#flow {
	margin-bottom: 40px;
}
#flow .box {
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
	padding-bottom: 12px;
	border-bottom: 1px dotted #CCC;
}
#flow .box .image {
	float: left;
	padding-bottom: 9px;
}

#flow .box .image li{
	margin-bottom:10px;
	text-align:center;
}

#flow .box .image li.last{
	margin-bottom:0px;
}

#flow .box dl {
	margin-left: 220px;
}

#flow .box dl.blank {
	margin-left: 0px;
}

#flow .box dl dt {
	margin-bottom: 12px;
	color:#000;
	font-size: 1.14em;
	line-height:1.4;
	font-weight:bold;
	padding: 6px 0 1px 19px;
	background:url(../image/h4_bg.jpg) left top no-repeat;
}
#flow .box.last {
	margin-bottom: 0;
}
#flow .box.last .image {
	background: none;
}