﻿@media only screen and (min-width: 720px) {
    .forpc {
        margin-left: 35px !important;
    }
    .fort {
        height: 205px;
    }
    .pc {
        display: none !important;
    }
}

@media only screen and (max-width: 420px) {
    .mobile {
        display: none !important;
    }
}

/*@media(max-width:480px) {
    th {
        width: 10% !important;
    }
}*/ 