@charset "utf-8";


/* flow block レイアウト
=======================================*/
div#block-flow {
	margin: 50px 0 0 250px;
}
div#block-flow h3 {
	padding: 0 0 20px 0;
	line-height: 1;
	background-image: url(../img/common/body/border_1.gif);
	background-position: 0px bottom;
	background-repeat: no-repeat;
}
div#block-flow h3 img {
	vertical-align: bottom;
}

div#block-flow dl {
	clear: both;
	width: 721px;
	margin: 12px 0 0 0;
	padding: 0 0 18px 0;
	background-image: url(../img/common/body/border_1.gif);
	background-position: 0px bottom;
	background-repeat: no-repeat;
}
div#block-flow dt {
	width: 54px;
	float: left;
}
div#block-flow dt img {
	vertical-align: bottom;
}
div#block-flow dd {
	width: 600px;
	float: left;
	padding: 3px 0 0 0;
	line-height: 20px;
}







