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

/**************************************
    印刷用CSS
***************************************/

header {
    position: relative;
}
footer {
    display: none;
}
main {
    position: relative;
    top: -110px;
}
body {
    top:0 !IMPORTANT;
    left:0 !IMPORTANT;
    width:251mm !IMPORTANT;
    height:172mm !IMPORTANT;
}
</pre></body></html>