@charset "utf-8";

@media print {

body {
    top:0 !important;
    left:0 !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    -webkit-print-color-adjust: exact;
}
#footer {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.fixed_footer { position:static; }
.fixed_footer .farea2 { display:none; }
.fix { position: absolute; }
.page_top { position: absolute; }

.icn_menu_close { position:static; }
.gnav_wrap { position: static; }


}
