@charset "utf-8";

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】メニューデザイン①
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
    /*通期・四半期★タブ背景色*/
	.com_menu01#listQHidden .tabPC a.tabA,
	.com_menu01#listAHidden .tabPC a.tabQ{
		background: #1e2087;
		border-bottom: 3px #1e2087 solid;
	}
	 /*メニュー項目★hover時文字色*/
	.com_menu01 .list a:hover{
		 color: #666666;
	}
	 /*メニュー項目★選択時：背景色*/
	.com_menu01 .list a.naviCur{
		border-bottom: 2px #1e2087 solid;
		background: #f5fcff;
	}
	
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】メニューデザイン②
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

    /*メニュー項目★hover時文字色*/
	.com_menu02.pulldownTrue .list a:hover,
	.com_menu02.pulldownTrue .list a:hover,
	.com_menu02.pulldownFalse .list a:hover,
	.com_menu02.pulldownFalse .list a:hover{
        color: #333333;
    }
	 /*メニュー項目★選択時：背景色*/
    .com_menu02.pulldownTrue .list a.naviCur,
	.com_menu02.pulldownFalse .list a.naviCur{
        border-bottom: 3px solid #224392;
        background: #e7eef9;
    }		
    /*通期・四半期★タブ背景色*/
    .com_menu02 .kikan a:hover,
	.com_menu02#listQHidden .kikan a.kikanA,
    .com_menu02#listAHidden .kikan a.kikanQ{
        color: #ffffff;
        background: #224392;
        border: 1px solid #224392;
	}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】ページタイトル①　タイトル文字左に縦線	 
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
	h2.comPageTitle1 {
		background: #f5fcff;
		border-left: solid 5px #1e2087;
	}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】ページタイトル②　タイトル文字下に線	 
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */	
	h2.comPageTitle2::after {
		border-bottom: 2px solid #224392;
	}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】ボタン
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
	/*選択状態*/
	.com_button .link.naviCur,
	.com_button .link:hover{
		background: #f5fcff!important;
		border: 1px solid #1e2087;
		color: #333;
	}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	所有者別分布状況 
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
	#circleG1 {
		float: left;
		width: 70%;
	}
	.circleHanrei {
		float: right;
		margin-top: 90px;
		width: 30%;
		vertical-align: middle;
	}
	.numTable_jp {
		margin: 10px 0 0 12px;
		width: 20em;
	}
	.numTable_en {
		margin: 10px 0 0 12px;
		width: 29em;
	}
	.numTable td.numDot {
		width: 1em;
		text-align: left;
	}
	.numTable td.numTitle_jp {
		width: 6em;
		text-align: left;
	}
	.numTable td.numNumber_jp {
		width: 12em;
		text-align: right;
	}
	.numTable td.numTitle_en {
		width: 12em;
		text-align: left;
	}
	.numTable td.numNumber_en {
		width: 16em;
		text-align: right;
	}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	【共通】テーブル
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
	/* --------------
	 * td 全体設定
	 * -------------- */
	 /*td NOWRAP設定 */
	.comTableWrap table td.breakWord {
		white-space: normal;
	}
	.comTableWrap table td.fixed.color1,
	.comTableWrap table td.fixed.color2,
	.comTableWrap table td.fixed.color3,
	.comTableWrap table td.fixed.color4 {
		padding-left: 15px;
	}

	/* --------------
	 * 左1列 固定時　 comFixed-box
	 * -------------- */
	div.comFixed-box table .fixed.color1:before {
		width: calc(100% - 10px);
		width: calc-webkit(100% - 10px);
		border-left: 10px solid #8cc8e4;
	}	
	div.comFixed-box table .fixed.color2:before {
		width: calc(100% - 10px);
		width: calc-webkit(100% - 10px);
		border-left: 10px solid #f4d690;
	}	
	div.comFixed-box table .fixed.color3:before {
		width: calc(100% - 10px);
		width: calc-webkit(100% - 10px);
		border-left: 10px solid #88c8a3;
	}	
	div.comFixed-box table .fixed.color4:before {
		width: calc(100% - 10px);
		width: calc-webkit(100% - 10px);
		border-left: 10px solid #d596c2;
	}	

