@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#guide{
	margin-bottom:50px;
}
#guide dl.top{
	border-bottom:2px dotted #2EAAC5;
	padding-bottom:12px;
}
#guide dl{
	margin-bottom:20px;
}
#guide dl dt{
	margin-bottom:15px;
}
#guide dl.last dd{
	border:3px solid #FF6600;
	border-top:none;
	padding:18px 30px 20px 25px;
}
#guide dl.last dt{
	margin-bottom:0;
}
#flow{
	margin-bottom:50px;
}
#flow .imgbox{
	background: url(../image/bg03.jpg) 50px bottom no-repeat;
	padding-bottom: 60px;
	margin-bottom:20px;	
}
#flow .imgbox.last{
	background:none;
	padding-bottom: 0;	
}
#flow .imgbox .box dl dt{
	margin-bottom:15px;
}
#flow .imgbox .box dl dd.top{
	margin-bottom:5px;
}
#flow .imgbox .box dl dd span{
	font-weight:bold;
	font-size:1.15em;
	color:#CC3333;
}
#flow .imgbox p{
	font-weight:bold;
	border:3px solid #2185C0;
	padding:15px 40px;
	margin-top:20px;
}
#content .same{
	background:url(../image/bg04.jpg) right top no-repeat;
	margin-bottom:50px;
}
#content .same p{
	background:url(../image/bg04.jpg) right top no-repeat;
	padding:60px 230px 60px 0;
}
#content .same p span{
	font-weight:bold;
	font-size:1.15em;
	color:#FF6600;
}