@charset "utf-8";

/* CSS Document */

#under section {
    margin-bottom: 40px;
}
#under .border_b {
    border-bottom: 1px dotted #999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#under .righttxt {
    line-height: 2.5;
    margin-bottom: 40px;
}
@media all and (min-width:767px) {
    #under .leftimg {
        width: 42%;
        margin-right: 8%;
        margin-bottom: 40px;
    }
}