@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#flow
-------------------------------------------------------------------*/
#flow {
	margin-top:50px;
	margin-bottom:46px;
}
#flow dl {
	border:1px #2EB0F0 solid;
	padding:0 26px 16px 20px;
}
#flow dl dt {
	text-align:center;
	margin-top:-20px;
	margin-bottom:3px;
}
#flow dl dd span {
	color:#CC0000;
	font-weight:bold;
}
#flow dl dd.special {
	margin:10px 0 0 10px;
}
#flow p {
	text-align:center;
	margin-bottom:50px;
}
