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


*{
    color: #000 !important;
}
body{
    font-size: 100%;
}

#wrap{
    display: none;
}
.print_screen{ display: block !important;}

/* --------------------------------------------------
*
    .print_screen
*
-------------------------------------------------- */
h1{
    font-size: 20px;
    margin: 0 0 10px 0;
}

h3{
    font-size: 20px;
    margin: 0 0 30px 0;
}

p{
    font-size: 100%;
    margin: 0 0 25px 0;
    line-height: 1.8em;
}
p.pic,
p.pic img{ display: none !important;}

p.ti{
    padding: 0 1em;
}

p.ti br.sp{
    display: none !important;
}

a[target="_blank"]::after{
    display: none;
}

} /* ----- min-width : 641px ----- */</pre></body></html>