@charset "utf-8";

/*
-----------------------------------------------
▼print.css
----------------------------------------------- */

/* body {
background-image:none;
background:#fff;
} */
body {
-webkit-print-color-adjust:exact;
}
@page {
margin:1.5cm 0.5cm 1cm;
}
#ALL {
min-height:auto;
}
#container {
padding-bottom:24px;
}
#footer {
position:static;
}

/* IE印刷用 */
body.ie6 {zoom:74%;}
body.ie7 {zoom:74%;}

