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


#content .mask {
zoom:1;
overflow:hidden;
margin-bottom:28px;
}
#content .mask p {
float:left;
}
#content .mask img {
width:250;
}
#content .mask dl{
margin:0 0 0 138px;
}
#content .mask dl dt{
color:#B8C43A;
font-size:1.4em;
text-indent: 1em;
padding-left:15px;
border-bottom:1px dotted #ccc;
padding-bottom:5px;
margin-bottom:15px;
}
#content .mask dl dd{
line-height:1.75;
text-indent: 1em;

}
#content .mb50{
margin-bottom:40px;
}