@charset "UTF-8";

.lower_wrap.voice_detail .l_main .detail_box {
    border: 3px solid #22489b;
    margin-top: 30px;
    padding: 20px 16px;
}

.lower_wrap.voice_detail .l_main .detail_box .box_top .left {
    width: 482px;
    padding-bottom: 80px;
}

.lower_wrap.voice_detail .l_main .detail_box .box_top .left .box_ttl {
    font-size: 18px;
    font-weight: bold;
    background: #ade7ff;
    padding: 11px 14px 10px;
    border-radius: 10px;
    line-height: 1.7;
}

.lower_wrap.voice_detail .l_main .detail_box .box_top .left .box_cate {
    font-size: 14px;
}

.lower_wrap.voice_detail .l_main .detail_box .box_top .left .box_cate span {
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background: #22489b;
    padding: 8px 25px;
    border-radius: 11px;
    margin: 18px 18px 0 0;
}

.lower_wrap.voice_detail .l_main .detail_box .box_top .right {
    width: 194px;
}

.lower_wrap.voice_detail .l_main .detail_box .box_top .right img.ofi {
    width: 194px;
    height: 207px;
}

.lower_wrap.voice_detail .l_main .detail_box h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 21px;
}

.lower_wrap.voice_detail .l_main .detail_box .txt_box {
    background: #f1f1f1;
    margin-top: 2px;
    padding: 8px 20px 17px;
}

.lower_wrap.voice_detail .l_main .detail_box .txt_box ul li.checked {
    background: url(../img/voice_checked.png)no-repeat left center;
}

.lower_wrap.voice_detail .l_main .detail_box .txt_box ul li {
    background: url(../img/voice_nocheck.png)no-repeat left top;
    padding: 11px 0 8px 33px;
    display: inline-block;
    margin-right: 49px;
}

.lower_wrap.voice_detail .l_main .detail_box .txt_box p {
    padding-top: 7px;
}

.lower_wrap.voice_detail .l_main .detail_more {
    text-align: right;
    margin-top: 20px;
}

.lower_wrap.voice_detail .l_main .detail_more a {
    display: inline-block;
    background: #22489b url(../img/common/common_arrow02.png)no-repeat left 11px top 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 26px 6px 41px;
    border-radius: 9px;
}

.lower_wrap.voice_detail .l_main .new_voice .new_voice_ttl {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    background: url(../img/common/common_bg01.png)repeat-y top left;
    padding: 11px 44px 5px;
    margin-top: 24px;
    border: 1px solid #4585e0;
}

.lower_wrap.voice_detail .l_main .new_voice ul {
    margin-top: 20px;
    background: #f1f1f1;
    padding: 0px 15px 17px;
}

.lower_wrap.voice_detail .l_main .new_voice ul li {
    background: #fff;
    border: 2px solid #ccc;
    width: 345px;
    box-sizing: border-box;
    margin-top: 19px;
}

.lower_wrap.voice_detail .l_main .new_voice ul li a {
    display: block;
    padding: 17px 14px 14px;
}

.lower_wrap.voice_detail .l_main .new_voice ul li a .person {
    font-size: 16px;
    font-weight: bold;
}

.lower_wrap.voice_detail .l_main .new_voice ul li a .person:before {
    content: "■";
    color: #4585e0;
    margin-right: 3px;
}

.lower_wrap.voice_detail .l_main .new_voice ul li a .new_voice_txt {
    font-size: 14px;
    margin-top: 2px;
    text-decoration: underline;
    height: 47px;
    overflow: hidden;
}