@import url("sp.css") screen and (max-width:800px);
@import url("pc.css") screen and (min-width:801px), print;
table { table-layout: fixed; }
td{
    height: 8rem;
}