@charset "utf-8";

.clear{
	clear:both;
}

/* --------------------------------------------------
 * グラフ 幅・高さ
 *  ※※Premium_graphPrint.js にも幅・高さ設定あり※※
 * -------------------------------------------------- */
	#JS_Graph_Data_Radio{
		margin-top: 10px;
	}
	
	div[id^="commonGraph"] {
		width: 100%;
		height: 420px;
	}

/* --------------------------------------------------
 * グラフ操作
* -------------------------------------------------- */
	.graphTerm {
		margin: 0 3px 0 3px !important;
		text-align: center;
	}
	.graphTerm ul {
		list-style-type: none;
	}
	.graphTerm li {
		float: left;
		margin: 0 10px 5px 10px  !important;
	}
	.graphTerm input.radioPlain {
		position: relative;
		top: 1px;
	}
	.graphTerm li label {
		display: block;
		cursor: pointer;
		font-size: 11px;
		color: #2d2d2d;
	}
	
/* --------------------------------------------------
 * グラフ操作（チェックボックス）
* -------------------------------------------------- */
	.graphTermCheck{
		margin-left:14px;
	}
	.graphTermCheck div{
		float:left;
		margin:0px;
		padding:4px 2px;
	}
	.graphTermCheck label{
		cursor: pointer;
		font-size: 11px;
		color: #2d2d2d;
	}
/* --------------------------------------------------
 * 単位
* -------------------------------------------------- */
	span.unit{
		float:right;
		padding-right:5px;
		text-align:right;
		font-size:13px;
		color:#2d2d2d;
	}
/* --------------------------------------------------
 * Table
 * -------------------------------------------------- */
	.TableWrap table,
	.TableWrap_investDetail table {
		position: relative;
		width: 100%;
		color:#000;
		font-size: 14px;
	}

	/* --------------
	 * td PADDING設定
	 * -------------- */
	.TableWrap table td,
	.TableWrap_investDetail table td{
		padding: 10px;
		vertical-align: middle;
		line-height: 1.1;
	}
	.TableWrap table tr:first-child td,             /*最初の1行目*/
	.TableWrap table td.fixed                       /*最初の1列目*/
	{padding: 10px;} 
	
	/* --------------
	 * td NOWRAP設定 
	 * -------------- */
	.TableWrap table td{        white-space: nowrap;}
	.TableWrap table td.fixed{  white-space:inherit;}   /*最初の1列目*/
	
	/* --------------
	 * td 幅設定
	 *  -------------- */
	.TableWrap table td{width: 6%;/*四半期の年度が多いのに合わせる*/ min-width: 60px;}
	.TableWrap table td.fixed{width: 12%; min-width: 186px;max-width: 230px;}  /*最初の1列目*/
	
	
	/* --------------
	 * 左項目 固定
	 * -------------- */
	div.fixed-box {
		width:100%;
		height:100%;
		overflow:auto;
	}
	.fixed-box table {
		width: 100%;
		border-collapse: collapse;
		border: 1px solid #ccc;
	}
	.fixed-box table .fixed {
		position: sticky;
		left: 0;
	}
	.fixed-box table .fixed:before {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
		border: 1px solid #ccc;
	}
	.fixed-box table .fixed.combinedColumns_title:before {border-right: none;}/* 列連結(セグメント情報などで使用) */
	
	/*TABLEの装飾や文字スタイル*/
	.TableWrap table {text-align: right;}
	.TableWrap table td{
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	/*最初の列*/
	.TableWrap table tr td:first-child {
		padding: 10px !important;
		color:#333;
		background: #e4f1ff;
		text-align: left;
		border-right: none;
	}
	/*最初の行*/
	.TableWrap table tr:first-child td {
		background: #6da3db;
		color: #fff;
		font-size:14px;
		line-height: 1.1;
		text-align: center;
	}
/* --------------------------------------------------
 * 注釈
 * -------------------------------------------------- */	
	.att {
		margin: 10px 0 0 10px;
		text-align: left;
	}
	.att ul li {
		margin-bottom:8px;
		margin-left: 10px;
		font-size:12px;
		color:#2d2d2d;
		line-height: 1.25em;
		text-indent: -1em;
	}	
	.att_en {
		margin: 10px 0 0 10px;
		text-align: left;
	}
	.att_en ul li {
		margin-bottom:8px;
		margin-left: 5px;
		font-size:12px;
		color:#2d2d2d;
		line-height: 1.25em;
		text-indent: -0.65em;
	}	

/* --------------------------------------------------
 * footer(ご利用上の注意）
 * -------------------------------------------------- */
	.copyLight{
		float:left;
		width:100%;
		text-align:right;
		padding:5px 0 0 0;
		font-size:11px;
		color:#2d2d2d;
		line-height:1.5;
		border-top:dotted 1px #cccccc;
	}

/* --------------------------------------------------
 * 配当（※現行チャート）
 * -------------------------------------------------- */

/* コンテンツタイトル（印刷用） */
.contentsTitle {
	display: none;
	border-left: 3px solid #009;
}

/* メインナビゲーション */
#toggle {
	display: none;
}

#contentsNavi {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	list-style: none;
	text-align: left;
	background: #f0f0f0;
}


ul#contentsmainNavi li {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 25%; /* チャート・時系列・配当推移・投資計算機の4つ */
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
	height: 40px;
	background: #fff;
	border-bottom: 1px #fff solid;
}

*::-ms-backdrop, ul#contentsmainNavi li {
	width: 25%; /* IE11 */
	}
ul#contentsmainNavi li a {
	display: block;
	margin: 0;
	padding: 0 10px;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px #fff;
	color: #2d2d2d;
	background: #f0f0f0;
}
ul#contentsmainNavi li a:hover {
	color: #01a9e0;
}
ul#contentsmainNavi li a.naviCur {
	display: block;
	margin: 0;
	padding: 0 10px;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	text-decoration: none;
	background-image: url("../../image/8035/Dividend_icon_naviCur.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	text-shadow: 1px 1px 0px #555;
	color: #fff;
	background-color: #01a9e0;
}
ul#contentsmainNavi li.en a {
	font-size: 12px;
	line-height: 38px;
}
ul#contentsmainNavi li.en a.naviCur {
	font-size: 12px;
	line-height: 38px;
}


/* 配当推移 */
.miniFont{/* (予想) */
	font-size:11px;
}
#transition {
	position: relative;
	margin-top: 10px;
	padding: 0;
	width: 100%;
	color: #2d2d2d;
}
.transitionTitleDividend{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
	box-sizing:content-box;
}
.transitionTitleDividend .transitionTitleText {
	float: left;
	margin: 0;
	padding: 0;
	border-left: 3px solid #009;		
	line-height: 100%;
}
.transitionTitleDividend .transitionTitleText h2 {
	margin: 11px 0 11px 10px;
	padding: 0;
	font-size: 18px;
	font-weight:normal;		
	line-height: 100%;
}
/* CLEAR FIX設定 */
.cf:after {
	content: "";
	display: block;
	clear: both;
}
