<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* **************************************** */
/*       iSUS 固定ページ専用の CSS          */
/* **************************************** */


@media all and (max-width:50em) {

    /*一定幅以下は、テーブルは縦並び*/
    table, tbody, thead, tfoot, tr, th, td {
        display: block;
    }

    td {
        width: 100%;
    }
}</pre></body></html>