@charset "utf-8";

/************************************************
 印刷用
************************************************ */

/* for GC,FF (NOT IE) */
@media print {
    body {
        zoom: 100%;
    }
}

/* for IE10, IE11 */
@media print and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
        zoom: 125%;
    }
    #topcolumn {
        zoom: 140%;
    }
}






/* 印刷対応
-----------------------*/

@media print {
    body {
        color: #000;
        background-color: #fff;
    }
    #header,
    #leftnavi,
    #footer,
    #breadlist,
    #shareblock,
    #rightnavi,
    #menublock,
    #seotext_right,
    #id-fixed-navigation,
	#view_history_bloc,
	#sidespace_banner {
        display: none !important;
    }
    #contents {
        text-align: center;
        margin: 0 auto 0 auto;
    }
    #maincontents {
        float: none;
        margin: 0 auto 0 0;
    }
    #coursedetailblock {
        border: solid 2px #1573B0;
    }
    .title {
        width: 845px !important;
        border: solid 2px #ccc;
    }
    #coursedetailblock .title {
        width: 845px !important;
        border: solid 2px #1573B0;
    }
    .title h1,
    .title h2 {
        color: #000 !important;
    }
    .title h2 {
        top: 10px !important;
        left: 20px !important;
    }
    .inlineblock {
        width: 845px !important;
    }
    #staffblock {
        width: 845px;
        border: solid 2px #ccc !important;
    }
    #siteleft *,
    .staffrecommend_inner_content *,
    .reviewcomment {
        text-align: left;
    }
    
    #siteblock,
    #charmblock,
    #guideblock,
    #reviewblock {
        page-break-before:always;
        float:none;
    }

    .responseblock,
    .pagetop,
    .footer-to-top {
        visibility: hidden;
        float:none;
    }
    
    #detailblock #guideblock {
        position: relative;
        float: left;
        margin-top: -3px;
    }
    
    /* TOP */
    #index_seotext #seotext_left {
        width: auto !important;
    }

#5star_banner {
        display: none !important;
    }
