@charset "utf-8";

@page {
	size: A4 portrait;/* A4縦 */
	margin:10mm;
}
@media print {    
    *{
        margin: 0mm;
        padding: 0mm;
    }
	body {
		-webkit-print-color-adjust: exact; /* Chrome 背景印刷する */
		width:100%;
		min-width: auto;
		max-height:auto;
		overflow-x: visible !important;
		overflow-y: visible !important;
	}


/* --------------------------------------------------
 * メインメニュー（通期・四半期 切替メニュー）
 * -------------------------------------------------- */
	.submenuWrap .submenu{
		display: none;
	}

	/*配当ジェネ*/
	.contentsNavi{
		display: none;
	}
/* --------------------------------------------------
 * メインメニュー（スマホ：プルダウン）
 * -------------------------------------------------- */
    #naviPulldownSp{
        display: none;
    }
    
/* --------------------------------------------------
 * エクセルダウンロード
 * -------------------------------------------------- */
	.excelDL .excelDL_list {
		display: none;
	}

    
/* --------------------------------------------------
 * 見出し
 * -------------------------------------------------- */
    .titleWrap .title{
        margin: 0;
    }
    div.fixed-box{
        overflow: visible;
    }

/* --------------------------------------------------
 * 表
 * -------------------------------------------------- */
    .TableWrap table td,
    .TableWrap table td.fixed{font-size: 0.56em;}
    .TableWrap table tr:first-child td{font-size: 0.5em;}
    
    .TableWrap table td,
    .TableWrap table td.fixed{padding: 10px 1px;}
    .TableWrap table tr:first-child td{padding: 12px 1px;}
    .TableWrap table tr td:first-child{padding: 8px 4px!important;}
    
    .TableWrap table td.fixed{min-width: 80px;}
    .TableWrap table td{min-width: 40px;}
    
    /*投資実績*/
    .TableWrap_investDetail table,
    .TableWrap_investTotal table {font-size: 12px;}
	
/* --------------------------------------------------
 * 決算ハイライト
 * -------------------------------------------------- */
.pageLinkMenu{
	display:none;
}
.column2{
	z-index:100;
}

/* --------------------------------------------------
 * 配当（メインナビゲーション）
 * -------------------------------------------------- */

#contentsNavi {
	display:none;
}

}