#ms_container {
	width: 95%;
	min-width: 960px;
}
/* チャート本体 */
#ms-nav-chart2 {
	position: relative;
	margin: 0;
	text-align: center;
	height: calc(100vw * 3 / 5) ;
	min-height:200px;
	max-height:550px;
	font-size: 1.2em;
}
@media screen and (max-width: 1100px) {
	#ms-nav-chart2 {
		max-height:450px;
	}
}

#grBase2 {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#grAction2 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
/* チャート用 コントロール */
#lcCtrl {
	margin: auto;
	line-height: 1.0rem;
	border-style: none;
	width: auto;
	font-size: 1.2em;
}
#lcCtrl td {
	border-style: none;
}
#lcCtrl input {
	vertical-align: middle;
}
	/* 期間 */
ul.paradate{
    margin: 0px 10px 10px 5px;
}
ul.paratxt {
    margin: 2px 10px 5px 5px;
}
.paradate li {
	border-right: 1px solid #000000;
	display: inline;
	list-style: none;
	padding: 0 1em;
}
.paradate li.first {
    padding-left: 0;
    font-size: 1.2em;
}

	/* Tooltip */
#lcCtrl tr:nth-child(2) td {
	text-align:center;
	padding: 0 5px;
}
#lcCtrl tr:nth-child(3) td {
	text-align:center;
	font-size: 1.3em;
	min-width: 80px;
}
span[id^="line"] {
	height: 1rem;
	width: 0.75rem;
	display: inline-block;
	vertical-align: bottom;
	border-radius: 5px;
	margin-right:2px;
}
/* 資金流出入 */
.mmf-container {
	position: relative;
	width: 100%;
	height: 350px;
	font-size: 1.2em;
}
#mmfTitle {
	position: relative;
	font-size: 1.2em;
}
#mmfTitle span:nth-child(1) {
	position: absolute;
	left: 3px;
}
#mmfTitle span:nth-child(2) {
	position: absolute;
	right: 3px;
}