@charset "UTF-8";
/*20161219 ANTz追加*/
/*ラジオアンケート項目追記*/
.add_radio {
    width: 385px;
    overflow: hidden;
    margin-top: 15px;
    border: 1px solid #8ec961;
}
.f_radio-question h4{
    width: 100%;
    line-height: 30px;
    color: #fff;
    margin-bottom: 5px;
    padding-left: 35px;
    letter-spacing: 0.07em;
    background-color: #8ec961;
        background-repeat: no-repeat;
        background-position: center left;

}
.f_radio-question h4 span {
        width: 16px
}
.f_choiceradio {
        padding:2px 5px 5px;
}
.f_radio-question p{
    width: 155px;
    float: left;
    font-size: 10px;
}
.popup-modal {
        margin-left: -10px;
}