.top_txt{
    background-color: #fff;
    background-image: url("../../images/staff/ill.png");
    background-repeat: no-repeat;
    color: #582f0c;
    font-weight: bold;
}

.green{
    color:#3c9b8c;
}

.que {
    font-size: 78%;
    font-weight: normal;    
}

.member {
    background-color: #eae9e6;
       line-height: 1.8;
}

.white_area {
    background-color: #fff;
    color: #3c9b8c;
}

.member .specs li.s1::before {
    content: "①";
}
.member .specs li.s2::before {
    content: "②";
}
.member .specs li.s3::before {
    content: "③";
}

.member .specs li.s4::before {
    content: "④";
}

.staffs .sbar{
    border-bottom:1px dotted #c38d0c;
}

.names {
    font-weight: bold;
}

.names .ruby{
    color: #c38d0c;
    font-size: 78%;
}