@charset "utf-8";

@media screen and (max-width:670px){

	/* --------------------------------------------------
	 * 単位
	* -------------------------------------------------- */
	span.unit{
		font-size:12px;
	}
	/* --------------------------------------------------
	 * Table
	 * -------------------------------------------------- */
	.TableWrap table,
	.TableWrap_investDetail table {
		font-size: 12px;
	}
	/*最初の行*/
	.TableWrap table tr:first-child td {
		font-size:12px;
	}

/* --------------------------------------------------
 * 配当（※現行チャート）
 * -------------------------------------------------- */
@media screen and (max-width:599px){

/* メインナビゲーション */
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #01a9e0;
	}
	#toggle a {
		display: block;
		position: relative;
		padding: 12px 0 10px;
		border-bottom: 1px solid #fff;
		color: #fff;
		text-align: center;
		text-decoration: none;
		text-indent: -9999px;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 47%;
		right: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}
	#toggle a:before,
	#toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 47%;
		right: 10px;
		width: 20px;
		height: 4px;
		background: #01a9e0;
	}
	#toggle a:before {
		margin-top: -6px;
	}
	#toggle a:after {
		margin-top: 2px;
	}
	
	#contentsNavi {
		height: 34px;
	}
	ul#contentsmainNavi {
		display: none;
		box-sizing:content-box;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-o-box-sizing: content-box;
		-ms-box-sizing: content-box;
	}
	ul#contentsmainNavi li {
		z-index: 999;
		width: 100%;
		height: 30px;
		border-bottom: 1px #fff solid;
		box-sizing:content-box;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-o-box-sizing: content-box;
		-ms-box-sizing: content-box;
		/*　■変更　以下追加■スマホ時コンテンツが下に下がってしまうため*/
		float: none;
	}
	ul#contentsmainNavi li a {
		padding: 0 15px;
		height: 30px;
		font-size: 13px;
		line-height: 30px;
		text-align: left;
	}
	ul#contentsmainNavi li a.naviCur {
		display: block;
		margin: 0;
		padding: 0 15px;
		height: 30px;
		font-size: 13px;
		line-height: 30px;
		background-image: none;
	}
	ul#contentsmainNavi li.en a {
		font-size: 12px;
		line-height: 30px;
	}
	ul#contentsmainNavi li.en a.naviCur {
		font-size: 12px;
		line-height: 30px;
	}
}