@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content .catbox{
	margin-bottom:50px;
}
#content .imgbox{
	background: url(../image/flow_bg.jpg) center bottom no-repeat;
	padding-bottom:100px;
	margin-bottom:20px;
}
#content .imgbox.last{
	background: none;
	padding-bottom:0;
}
#content .box dl{
	margin-left:180px;  
}
#content .box dl dt{
	margin-bottom:10px; 
}
#content .box dl dd span{
	font-weight:bold;
	color:#FF6600; 
	font-size:1.15em;
}
#content .box{
	background:#E4E4E4;
	padding:30px 30px 30px 35px;
}
#content .imgbox.b01 .box{
	background:#E4E4E4;
	padding:30px 30px 20px 35px;
}