@charset "utf-8";
 @import url(reset.css);
@import url(base.css);
@import url(common.css);

#content .box {
zoom:1;
overflow:hidden;
margin:-4px 0 34px 0;
}
#content .box div {
float:right;
}
#content .box p{
margin:0 230px 0 0;
text-indent: 1em;

}
#content .step {
zoom:1;
overflow:hidden;
margin-bottom:28px;
}
#content .step p {
float:left;
}
#content .step dl{
margin:0 0 0 138px;
}
#content .step dl dt{
color:#B8C43A;
font-size:1.4em;
line-height:1.2;
border-bottom:1px dotted #ccc;
padding-bottom:5px;
margin-bottom:15px;
}
#content .step dl dd{
line-height:1.75;
font-size:1.2em;
}
#content .mb40{
margin-bottom:40px;
}