@charset "UTF-8";

.lower_wrap.reception .l_main .reception_mv {
    margin-top: 25px;
}

.lower_wrap.reception .l_main .reception_txt {
    line-height: 1.8;
    margin-top: 10px;
}

.lower_wrap.reception .l_main .reception_img {
    margin-top: 20px;
}

.lower_wrap.reception .l_main .reception_tel {
    margin-top: 8px;
}
.lower_wrap.reception .l_main h3 {
    margin-top: 35px;
    font-size: 20px;
    font-weight: bold;
    background: url(../img/common/common_bg01.png)repeat-y left top;
    padding: 16px 28px 10px;
    border: 1px solid #2984cf;
    border-left: none;
}

.lower_wrap.reception .l_main .staff_list li {
    width: 358px;
    border: 1px solid #bbb;
    margin-top: 25px;
}

.lower_wrap.reception .l_main .staff_list li a {
    display: block;
    padding: 20px 20px 15px;
}

.lower_wrap.reception .l_main .staff_list li a .staff_roll {
    background: #109aaf;
    color: #fff;
    font-size: 11px;
    padding: 5px 0 4px;
    width: 100px;
    text-align: center;
}

.lower_wrap.reception .l_main .staff_list li a .staff_name {
    width: 190px;
    font-size: 16px;
    margin-top: 1px;
}

.lower_wrap.reception .l_main .staff_list li a .staff_photo {
    width: 100px;
    margin-top: 20px;
}

.lower_wrap.reception .l_main .staff_list li a .staff_photo img {
    width: 100%;
}

.lower_wrap.reception .l_main .staff_list li a .staff_comment {
    width: 190px;
    margin-top: 20px;
}

.lower_wrap.reception .l_main .staff_list li a .staff_comment span {
    padding: 13px 12px;
    background: #eee;
    display: block;
    border-radius: 8px;
    position: relative;
}

.lower_wrap.reception .l_main .staff_list li a .staff_comment span:before {
    content: "";
    width: 12px;
    height: 11px;
    display: inline-block;
    background: url(../img/common/common_arrow13.jpg);
    position: absolute;
    left: -12px;
    bottom: 20px;
}

.lower_wrap.reception .l_main .staff_list li a .staff_to_detail {
    text-align: right;
    margin-top: 5px;
}

.lower_wrap.reception .l_main .staff_list li a .staff_to_detail span {
    display: inline-block;
    padding-left: 25px;
    background: url(../img/common/common_arrow01.png)no-repeat left center;
    text-decoration: underline;
}

.lower_wrap.reception .common_cv {
    margin-top: 25px;
}