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

#content h3{
    font-size: 2em;
    line-height: 1.3;
    background: none;
    padding-top: 0;
}
/*------------------------------------*/
#content .section{
    overflow: hidden;
}
#content .section .aside{
    overflow: hidden;
    float: left;
    margin-bottom: 0px;
}
#content .section .aside dl{
    width: 310px;
    margin-right: 40px;
    margin-bottom: 45px;
}
#content .section .aside dl.last{
    margin-bottom: 0;
}
#content .section .aside dl:nth-child(2n){
    margin-right: 0;
}
#content .section .aside dl dt.text{
    color: #D00C15;
    font-weight: bold;
    font-size: 1.29em;
    line-height: 1.67;
    padding: 11px 0 7px;
    border-top: 2px solid #D00C15;
}
#content .section .aside dl dd.image{
    margin-bottom: 15px;
}
#content .section .aside dl dd{
    font-size: 1em;
    line-height: 1.71;
}
#content .section .aside dl.first .att{
    font-size: 0.85em;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 5px;
}
#content .section .aside dl dd a{
    background: url(../image/icon07.jpg) center right no-repeat;
    padding-right: 22px;
    color: #000000;
    text-decoration: none;

}
#content .section .aside dl dd a:hover{
    text-decoration: underline;

}