@charset "UTF-8";

.voice dt{
    background-color:#ffcc66;
    font-size:16px;
    font-weight:bold;
    padding:5px 0 2px 10px;
}

.voice dd{
    margin:0 0 20px;
    border:solid 1px #ffcc66;
    font-size:16px;
    padding:20px 75px 10px 30px;
    min-height:50px;
}

.voice .ddVoi01{    background:url(../img/voice/bg-01.png) no-repeat right 5px;}
.voice .ddVoi02{    background:url(../img/voice/bg-03.png) no-repeat right 5px;}
.voice .ddVoi03{    background:url(../img/voice/bg-02.png) no-repeat right 5px;}

#main .pager p{
    font-size:16px;
    text-align:center;
    width:660px;
}


.sp {
    display: none;
}

/*スマホ
------------------------------*/

@media screen and (max-width: 750px) {

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    .voice {
        width: 94%;
        margin: 0 auto;
    }

    .voice dd{
    margin:0 0 3%;
    border:solid 1px #ffcc66;
    font-size:16px;
    padding:3% 75px 3% 3%;
    min-height:50px;
}


.voice .ddVoi01{    background:url(../img/voice/bg-01.png) no-repeat right 3%;}
.voice .ddVoi02{    background:url(../img/voice/bg-03.png) no-repeat right 3%;}
.voice .ddVoi03{    background:url(../img/voice/bg-02.png) no-repeat right 3%;}
}
