@media print {

    body {
        zoom: 85%;
    }
    #caution_print {
        display: block;
    }
    #caution_print .title {
        width: 100%;
        height: 41px;
        background: url('../images/common/caution_bg_print.png') no-repeat left top;
    }

    #caution_print .content {
       /* width: 750px;*/
        width: 100%;
        height: 700px;
        margin-top: 10px;
        font-size: 18px;
        overflow: visible;
    }

    #lean_overlay {
        position: absolute;
        z-index: 100;
        top: 0px;
        left: 0px;
        /*height: 100%;*/
        height: 820px;
        /*width: 100%;*/
        width: 1300px;
        background: #000;
        display: none;
    }
}
