@charset "utf-8";

/* 64bit Firefox対応 Arial Black */
@font-face{
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}



/* 初期リセット */
html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
code, 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,
table,
caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
	display: block;
}
* {
	letter-spacing: 0;
}



/* IE7用のおまじない */
ul {
	list-style: none;
}



/* アンカー設定 */
a, a:visited {
	color: #4d4d4d;
	text-decoration: none;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
}
a:hover, a:active {
	color: #4d4d4d;
	text-decoration: none;
}
a:active, a:focus {
	outline: 0 none;
}



/* HTML・BODY設定 */
html,
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 12px;
	line-height: 100%;
	color: #333;
	-webkit-text-size-adjust: 100%;
}



/* CLEAR FIX設定 */
.cf:after {
	content: "";
	display: block;
	clear: both;
}



/* FLOAT設定 */
.floatL { float: left; }
.floatR { float: right; }



/* MARGIN設定 */
.mgT05 { margin-top: 5px; }
.mgT10 { margin-top: 10px; }
.mgT15 { margin-top: 15px; }
.mgT20 { margin-top: 20px; }
.mgB05 { margin-bottom: 5px; }
.mgB10 { margin-bottom: 10px; }
.mgB15 { margin-bottom: 15px; }
.mgB20 { margin-bottom: 20px; }
.mgL05 { margin-left: 5px; }
.mgL10 { margin-left: 10px; }
.mgL15 { margin-left: 15px; }
.mgL20 { margin-left: 20px; }
.mgL30 { margin-left: 30px; }
.mgL40 { margin-left: 40px; }
.mgL50 { margin-left: 50px; }
.mgR05 { margin-right: 5px; }
.mgR10 { margin-right: 10px; }
.mgR15 { margin-right: 15px; }
.mgR20 { margin-right: 20px; }
.mgR30 { margin-right: 30px; }
.mgR40 { margin-right: 40px; }
.mgR50 { margin-right: 50px; }



/* PADDING設定 */
.pdL20 { padding-left: 20px; }
.pdR20 { padding-right: 20px; }



/* ボーダーライン設定 */
.lineRGray { border-right: 1px #eee solid; }



/* ボールド設定 */
.bold { font-weight: bold; }



/* 全デバイス共用レイアウト */

/* 画像表示 */
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}



/* コンテンツ枠 */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#container {
	position: absolute;
	width: 100%;
	background: #fff;
}



/* コンテンツタイトル（印刷用） */
.contentsTitle {
	display: none;
}



/* メインナビゲーション */
#contentsNavi {
	margin: 0;
	padding: 0;
	width: 100%;
	/* background: ; */
}
ul#contentsmainNavi li {
	margin: 0;
	padding: 0;
	background: #fff;
}
ul#contentsmainNavi li a {
	display: block;
	margin: 0;
	text-decoration: none;
	/* text-shadow: ; */
	/* color: ; */
	/* background: ; */
}
ul#contentsmainNavi li a.naviCur {
	display: block;
	margin: 0;
	padding: 0 10px;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	text-decoration: none;
	/* text-shadow: ; */
	/* color: ; */
	/* background: ; */
}



/* 操作ボタン関連 */
.navi {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	/* background: ; */
}
ul.mainNavi {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: left;
}
ul.mainNavi li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	height: 30px;
	background: #fff;
}
ul.mainNavi li.term {
	width: 16.6%;
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
	height: 30px;
}
*::-ms-backdrop, ul.mainNavi li.term {
	width: 16.6%; /* IE11 */
}
ul.mainNavi li.term5 {
	width: 20%;
	width: -webkit-calc(100% / 5);
	width: calc(100% / 5);
	height: 30px;
}
*::-ms-backdrop, ul.mainNavi li.term5 {
	width: 20%; /* IE11 */
}
ul.mainNavi li.type {
	width: 25%;
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
	height: 30px;
}
*::-ms-backdrop, ul.mainNavi li.type {
	width: 25%; /* IE11 */
}
ul.mainNavi li.type2 {
	width: 50%;
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
	height: 30px;
}
*::-ms-backdrop, ul.mainNavi li.type2 {
	width: 50%; /* IE11 */
}
ul.mainNavi li.type3 {
	width: 33.3%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	height: 30px;
}
*::-ms-backdrop, ul.mainNavi li.type3 {
	width: 33.3%; /* IE11 */
}
ul.mainNavi li.type5 {
	width: 20%;
	width: -webkit-calc(100% / 5);
	width: calc(100% / 5);
	height: 30px;
}
*::-ms-backdrop, ul.mainNavi li.type5 {
	width: 20%; /* IE11 */
}
ul.mainNavi li a {
	display: block;
	margin: 0;
	padding: 0 2px;
	height: 30px;
	/* font-size: ; */
	/* line-height: ; */
	text-align: center;
	text-decoration: none;
	/* text-shadow: ; */
	/* color: ; */
	/* background: ; */
}
ul.mainNavi li a:hover {
	/* color: ; */
}
ul.mainNavi li a.naviCur {
	display: block;
	margin: 0;
	padding: 0 2px;
	height: 30px;
	/* font-size: ; */
	/* line-height: ; */
	text-decoration: none;
	/* text-shadow: ; */
	/* color: ; */
	/* background: ; */
}



/* チャート表示範囲 */
.naviymd {
	margin-top: 1px;
	padding: 0;
	width: 100%;
	height: 60px;
	/* background: ; */
}



/* 四本値関連 */
.stockBoard,
.stockBoardSp,
.stockBoard2Sp {
	position: relative;
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
	/* color: ; */
	/* background: ; */
}
.stockBoardLeft {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 5px 0 5px 5px;
	text-align: left;
}
.stockBoardRight {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	text-align: right;
}
.stockPriceWrap {
	margin: 0;
	padding: 0;
}
ul.stockPriceWrap li {
	margin: 0;
	padding: 0;
}
ul.stockPriceWrap li.stockPrice {
	margin-top: 5px;
	/* color: ; */
}
.stockPriceWrapR {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
}
.stockPriceWrapR ul,
.stockPriceWrapSp ul {
	margin: 0;
	padding: 0;
}
.stockPriceWrapR ul li,
.stockPriceWrapSp ul li {
	float: left;
	position: relative;
}
.stockPriceWrapR ul li span.stockTitle {
	display: block;
	position: absolute;
}
.stockPriceWrapSp ul li span.stockTitle {
	display: block;
	position: relative;
}
.stockPriceWrapR ul li span.stockData {
	display: block;
	position: absolute;
	margin-top: 5px;
	/* color: ; */
}
.stockPriceWrapSp ul li span.stockData {
	display: block;
	position: relative;
	/* color: ; */
}



/* チャート */
#chart,
#chartSp {
	margin-top: 10px;
	width: 100%;
}
.chartPrice {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}
.chartPrice ul {
	margin: 0;
	padding: 0;
}
.chartPrice li {
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
	padding: 0;
}
.chartPrice .stockData {
	margin-left: 5px;
}



/* 適時開示リスト */
.disclosureWrap {
	margin-top: 10px;
}
.disclosureWrap .title {
	display: block;
	position: relative;
	margin: 1px 0 0;
	padding: 10px;
	/* text-shadow: ; */
	/* color: ; */
	/* background: ; */
}
.disclosureWrap .child {
	display: block;
	margin: 0;
	padding: 0;
	/* background: ; */
}
.disclosureList {
	position: relative;
	overflow-y: scroll;
	transform: translateZ(0);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 80px;
	/* color: ; */
}
.disclosureList table {
	margin: 0;
	padding: 0;
	width: 100%;
}
.disclosureList table tr {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	/* border-bottom: ; */
}
.disclosureList table th {
	margin: 0;
	width: 10px;
	white-space: nowrap;
	/* border-bottom: ; */
}
.disclosureList table td {
	margin: 0;
	/* border-bottom: ; */
}
.disclosureList a:hover {
	/* color: ; */
}



/* 詳細情報 */
.stockBoardAccordion {
	margin-top: 10px;
}
.stockBoardAccordion a {
	display: block;
}
.stockBoardAccordion .child {
	display: block;
	margin: 0 0 -1px;
	padding: 0;
	background: #fff;
}
.stockBoardAccordion .title {
	display: block;
	position: relative;
	margin: 1px 0 0;
	padding: 10px;
	text-decoration: none;
	/* text-shadow: ; */
	/* color: ; */
	/* background: ; */
}
.stockBoardSub {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 55px;
	/* color: ; */
}
.stockPriceSubWrap,
.stockPriceSubWrapSp {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
}
.stockPriceSubWrap ul,
.stockPriceSubWrapSp ul {
	margin: 0;
	padding: 0;
}
.stockPriceSubWrap ul li,
.stockPriceSubWrapSp ul li {
	float: left;
	position: relative;
	padding: 0;
	/* background: ; */
}
.stockPriceSubWrap ul li span.stockTitle,
.stockPriceSubWrapSp ul li span.stockTitle {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}
.stockPriceSubWrap ul li span.stockData,
.stockPriceSubWrapSp ul li span.stockData {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 14px;
	/* color: ; */
}
.stockBoardSubText .l_jp p {
	margin-left: 1em;
	text-indent: -1em;
}
.stockBoardAccordion .stockBoardSubText a {
	display: inline;
	text-decoration: underline;
}






/* フッタ */
#footer {
	margin: 15px 0 0 0;
	padding: 0;
	/* color: ; */
}
.copyrightsw {
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	/* color: ; */
	/* border-bottom: ; */
}
.realtime {
	padding: 6px 0;
	font-size: 11px;
}
.notice {
	padding: 5px 0 10px;
	font-size: 10px;
	line-height: 15px;
}
.copyright {
	text-align: right;
	font-size: 10px;
}

/*
.highcharts-tooltip{
	visibility:hidden;
}
*/
