@charset "UTF-8";


th.ttl{
    width:20%;
}
th.price{
    width:60%;
}
th.cat-sortth{
    width:20%;
}

@media (max-width: 768px) {
    th.ttl{
        width:20%;
    }
    th.price{
        width:50%;
    }
    th.cat-sortth{
        width:30%;
    }
}

td.release{}