@charset "utf-8";


/* =main_contents
----------------------------------------------- */
#flow .title{
	background-image:url(../images/flow/title_bg.jpg);
}
#flow .inner .box{
	margin-bottom:20px;
}
#flow .inner .box .mds{
	margin-bottom:15px;
	background:#EEE url(../images/flow/mds_bg.png) left center no-repeat;
	font-weight:bold;
	font-size:130%;
}
#flow .inner .box .mds .num, #flow .inner .box .mds .txt{
	padding-top:7px;
	padding-bottom:5px;
}
#flow .inner .box .mds .num{
	display:block;
	float:left;
	width:100px;
	color:#FFF;
	text-align:center;
}
#flow .inner .box .mds .txt{
	display:block;
	float:right;
	width:510px;
}
#flow .inner .box .left{
	float:left;
	width:400px;
}
#flow .inner .box .right{
	float:right;
	width:220px;
}
#flow .inner .box .point{
	font-weight:bold;
	font-size:130%;
	color:#189E80;
}
#flow .inner .box .detail{
	padding-top:6px;
}

