/* コピーライトユニット指定
---------------------------------------------*/
/* エリア指定 */
#cr {
margin: 0px;
padding: 15px 0px 20px 0px;
text-align: right;
font-size: 10px;
}
#cr td {
padding: 0px 0px 0px 10px;
}
#cr .wblogo {
width: 81px;
height: 74px;
}

@media screen and (max-width: 767px) {
    #cr {
    margin: 0px;
    padding: 2vw 0px 0px 0px;
    text-align: center;
    font-size: 2vw;
    }
    #cr table,
    #cr table tbody,
    #cr table tr,
    #cr table tr td{
        display:block;
        padding: 1vw 0;
    }
    #cr .wblogo {
        width: 100%;
        height: auto;
    }
}