@charset "euc-jp";

table.style th{
    width: 16em;
}
@media (max-width:960px){
    table.style th{
        width: auto;
    }
}