/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
#sub_main {
    background: url(../img/accomplishment_submain.png) no-repeat center 0;
    height: 308px;
}
#seminar .float_l {
    margin-left: 15px;
    width: 350px;
    line-height: 2.0;
}
#seminar .float_r {
    margin-right: 15px;
}
.voice_box {
    margin: 0 30px;
    clear: both;
    border-bottom: 1px dotted #dfdfdf;
    padding: 30px 0;
}
.voice_box:nth-child(even) {
    background: #f6f6f6;
}
.voice_box .img {
    float: left;
    width: 120px;
    text-align: center;
}
.voice_box .txt {
    float: left;
    margin-left: 10px;
}
