.msgt {
    font-size: 18px
}
table.uranai {
    width: 420px;
    padding: 20px;
    margin: 0 0 0 30px;
    border: 1px solid #ccefdb;
    background-color: #F6FCFA;
    font-size: 1.2rem;
    border-radius: 5px;
    font-family: Georgia, 'BIZ UDGothic', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
    font-weight: 500
}
table.uranai tbody td {
    padding: 10px 0
}
table.uranaires {
    font-size: 1rem;
    border: 1px solid #fff5ee;
    font-family: Georgia, 'BIZ UDGothic', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
    font-weight: 400;
    width: 100%
}
table.uranaires tbody td {
    padding: 1px;
    border: 1px solid #fff5ee
}
.btnvote {
    color: #000;
    border-radius: 5px;
    font-size: 18px;
    border-color: #cfcdcd;
    padding: 2px
}
@media only screen and (max-width: 767px){
    table.uranai {
        width: 270px;
        padding: 10px;
        margin: 0 0 0 10px
    }
}
