@charset "utf-8";

@media print {
    .not_print_area {
        display: none;
    }
    .print_area{
        top:0 !IMPORTANT;
        left:0 !IMPORTANT;
        width:172mm !IMPORTANT;
        height:251mm !IMPORTANT;
    }
}