@charset "utf-8";

/* 初期リセット */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acr.exm, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption, Link,
table, tbody, thead, tr, th, td, tfoot {
	margin: 0;
	padding: 0;
	font-style: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/*	HTML5*/
header,article,aside,section,footer,nav{
	display: block;
}
* {
	letter-spacing: 0;
}
ul {
	list-style: none;
}
html,
body {   
	font-family: "Noto Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
	line-height: 1.8;
	background:#fff;
	color: #000;
	cursor: auto;
}

/*iPhoneなど input要素のボタンにCSSが効かない時の対処方法*/
input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
	cursor: pointer;
}
.clear{clear:both;}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】メニューデザイン
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/*--------------------------*/	
/* 通期・四半期 PC用*/
/*--------------------------*/
/* ---------------------
 * メニューデザイン①共通
 * --------------------- */
/*選択状態*/
.com_menu01#listQHidden .tabPC a.tabA,
.com_menu01#listAHidden .tabPC a.tabQ{
	font-weight: bold;
	color: #ffffff; /*★★★【個別css】★★★*/
	background: #1f3863; /*★★★【個別css】★★★*/
	border-bottom: 3px #0f3c90 solid; /*★★★【個別css】★★★*/
}



/*--------------------------*/	
/* メニュー*/
/*--------------------------*/ 
/* -----------------
 * メニューデザイン①共通
 * -----------------*/
.com_menu01 .list a.naviCur{
	color: #1f3863;
	background: #dce4f4;
	border-bottom: 2px #0f3c90 solid; /*★★★【個別css】★★★*/
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】ページタイトル①　タイトル文字左に縦線	 
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */	
h2.comPageTitle1 {
	color: #1f3863;
	background: #dce4f4;
	border-left: solid 5px #0f3c90;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】エクセルダウンロード 
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
	div.comExcelDL a{
		font-size: 14px;
		color: #000000;		
		text-decoration: underline;
		background-image:url("../../image/7806/Premium_icon_xlsx.png");
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 20px;
		margin-right: 5px;
	}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】テーブル
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
	/* --------------
	 * 左1列 固定時　 comFixed-boxZaimu
	 * -------------- */
	div.comFixed-boxZaimu {
		width:100%;
		height:100%;
		overflow:auto;
	}
	div.comFixed-boxZaimu table {
		width: 100%;
		border-collapse: collapse;
	 	border: none;
	}
	div.comFixed-boxZaimu table .fixed {
		position: sticky;
		left: 0;
	}
	div.comFixed-boxZaimu table .fixed:before {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
	 	border: none;
	}	
@media print {    
	div.comFixed-boxZaimu {
		overflow: visible;
    }	
}





/* --------------------------------------------------
 * 財務データ関連 Table
 * -------------------------------------------------- */
/*単位*/
.unitFData {
	width: 100%;
	text-align: right;
	font-size: 15px;
	line-height: 2;
	font-weight: bold;
}
.tDataPad0 {
	padding: 10px 15px!important;
}
.tDataPad1 {
	padding: 10px 15px 10px 30px!important;
}
.tDataPad2 {
	padding: 10px 15px 10px 45px!important;
}
.tDataPad3 {
	padding: 10px 15px 10px 60px!important;
}
.fDataFontBig {
	padding: 15px!important;
	font-size: 18px!important;
}
