@charset "utf-8";
/* CSS Document */


@media print {
    
/*-------------------------------------

　共通スタイル

-------------------------------------*/

/* 幅指定 */

	.w10.off,
	.w20.off,
	.w30.off,
	.w40.off,
	.w50.off,
	.w60.off,
	.w70.off,
	.w80.off,
	.w90.off { width: 50%!important;}
	

/* ULリスト */

    ul.list2 li {
        width:48%;
        margin:0;
    }

    
/* -----------------------------------------------------
　トップページ
----------------------------------------------------- */

    .greeting p {
        width: 100%;
    }

    #top_pick {
        width:100%;
        break-inside: avoid;
    }
    #top_pick ul.grid_system { margin:0;}
    #top_pick ul.grid_system li {
        width:32.0%;
    }


/* -----------------------------------------------------
　セカンド以降
----------------------------------------------------- */

    #schedule .grid_system {
        break-inside: avoid;
    }
    
    .exhibition_area ol li {	
        width: 23.5%;
        font-size:90%;
    }
    
    #voice .voicebox {
        break-inside: avoid;
    }
   
    
}


@media print and (max-width : 210mm) {
    
    
/*-------------------------------------

　共通スタイル

-------------------------------------*/

    .menu > ul > li {
        font-size: 12px;
    }
    .main h3,
    .h3_title {
        font-size: 113%;
    }

/* カラム指定 */

    .col_l60{
        float: none;
        width:100%;
    }
    
    .col_r80 {
        width: 70%;
    }
   
    
/* ULリスト */

    ul.list2 li {
        display: block;
        width:100%;
    }
  
    
/* ナビゲーション */

    #submenu { width:180px;}
    #submenu ul > li > ul > li > a { font-size:10px;}
    
    
/* ボタンデザイン */
    
    .top_btnsty .btn01 { font-size:113%;}
    
    .bnr_type ul li {
        display: inline-block;
        width:45.0%;
    }
    .bnr_type .bnr_type_txt1 p { font-size:100%;}
    
    .btnsty01 li a,
    .btnsty01_r li a,
    .btnsty01_g li a,
    a.btnsty01,
    a.btnsty01_r{
        width: 49.0%;
    }
    .btn_box ul.btnlist01 li a { width:60%;}
    
    
/* -----------------------------------------------------
　トップページ
----------------------------------------------------- */

    .greeting p {
        font-size:100%;
    }

    #top_pick {
        break-inside:auto;
        width:100%;
    }
    
    #top_pick ul.grid_system {
        margin:0;
    }

    #top_pick ul.grid_system li {
        width:49.0%;
        break-inside: avoid;
        font-size:88%;
    }
    #top_pick ul.grid_system li:nth-child(2n+1) { margin-left:0;}
    
    #top_pick ul.grid_system li a span,
    #top_pick ul.grid_system li .nolink span{
        padding-bottom: 2em;
    }
    
    
 
    
/* -----------------------------------------------------
　セカンド以降
----------------------------------------------------- */
    
    .exhibition_area ol li {
        width: 32.0%;
        font-size:80%;
    }
    
    #voice dl.fuki_box dd span{
        width:68%;
    }
    
    #voice .voicebox {
        float:none;
        width:100%;
        margin: 2% 0 4%;
        height: auto!important;
    }
    
    #voice .speech_fuki,
    #voice .speech_fuki2{
        width: 70%;
    }
    
    #visitors .w40.off {
        width:auto;
        float: none;
        margin:0 auto 10px;
    }
    

        
}


