@charset "utf-8";
header a.logo{
    display: block;
    text-indent: -9999px;
    float: left;
    width: 408px;
    height: 44px;
    background: url(../images/logo_survey.png) no-repeat center/contain;
}
header {
    background: #3BAAEF;
    
}
header a.searchEvent {
    background: #198192 url(../images/search_W.svg) no-repeat 15px center/23px;
}
.allBtn>* {
    background: #2AAFC5;
}
footer {
    background: #3BAAEF;
}
.noticeBox .title {
    background: #2ECEB9;
}
.title h2 {
    background: #2ECEB9;
}
.content h3 {
    color:#3BAAEF;
}
.title h1 {
    color: #3BAAEF;
}
.instruction {
    font-size: 90%;
    color:#9a9a9a;
}
.signUpBtn {
    background: #2AAFC5;
}

.reload,
.voiceServices {
    margin: 10px 0;
    padding: 10px 10px 10px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 92%;
    background-color: #EB65A1;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0px;
    position: relative;
}

    .reload::before,
    .voiceServices::before {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -13px;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .reload::before {
        background-image: url(../images/reload.svg);
    }

    .voiceServices::before {
        background-image: url(../images/sound.svg);
    }

    .reload:hover,
    .voiceServices:hover {
        background-color: #d22a75;
    }
    .block-m{
        margin: 10px 0;
    }
    /*#rblService input {
    display: inline-block;
    width: 1%;
}

#rblService label {
    display: inline-block;
    width: 97%;
}*/

    @media screen and (max-width: 481px) {
        header {
    height: 86px;
}
        header a.logo{
        width: 360px;
    }
        .reload,
.voiceServices{
        display: block;
        width: 60%;
}
    }
