@charset "utf-8";

/************************************************

封筒豆知識Q&A

************************************************ */

.qa-part {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: #999 dashed 1px;
}

/* Answerが二行にになる場合ddのスタイルがきかなくなるため別途スタイル指定 */
.second-line {
    background-repeat: no-repeat;
    padding-left: 35px;
    font-size: 13px;
    padding-top: 4px;
    height: 25px;
    line-height: 1.5;
    clear: both;
}
