@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* -----------------------------------------------------
common
------------------------------------------------------ */
@media only print {
    body{
        zoom: .7;
        font-size: 0.8em;
    }
    *{
        -webkit-print-color-adjust: exact;
    }
    #global_header .navWrapper{
        display: none;
    }
    .inview{
        opacity:1!important;
    }
    footer#global_footer .gmap {
        width: 450px;
        height: 450px;
    }
}　
@media screen and (min-width: 641px) and (max-width: 834px){
}
@media only screen and (max-width: 640px){
}