<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*============================================================
    プリント

    .Base Layout
    .Navigation
    .List
    .Column Block
    .Table

============================================================*/

/*------------------------------------------------------------
    .Base Layout
------------------------------------------------------------*/
.frame {
    display: none;
}

#header {
    display: none;
}

#footer {
    display: none;
}

body {
    _zoom: 67%;
}

/*------------------------------------------------------------
    .Navigation
------------------------------------------------------------*/


/*------------------------------------------------------------
    .List
------------------------------------------------------------*/


/*------------------------------------------------------------
    .Column Block
------------------------------------------------------------*/


/*------------------------------------------------------------
    .Table
------------------------------------------------------------*/


</pre></body></html>