/* Common設定 */
html,
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

header,
main,
article {
	margin: 0;
	padding: 0;
}

iframe {
	border: 0;
}

table,
table th,
table td {
	margin: 0;
	padding: 0;
	font-size: 13px;
	/* line-height: 16px; */
	vertical-align: top;
}

input[type="text"],
input[type="date"],
input[type="month"],
input[type="number"],
select {
	margin: 0 3px;
	font-size: 13px;
	line-height: 21px;
}

input[type="button"] {
	margin: 0 3px;
	font-size: 13px;
	/* line-height: 16px; */
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0 3px;
	font-size: 13px;
	/* line-height: 16px; */
}

.baseline {
	display: flex;
	align-items: baseline;
}



/* Frame設定 */
main #app {
	width: 100%;
	min-height: 100vh;
	background: linear-gradient(to bottom right, #668fbb,#e4f0f2);
}

main .sideBox {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 520px;
	min-height: 100vh;
	background: linear-gradient(to right, #4aa732,#258b21);
	box-shadow: 20px 0 6px 4px #7b7d85;
}

main .sideBox {
	transform: translateX(-520px);
	transition: 0.2s all;
}

main .sideBox.active{
	transform: translateX(0)
}

main .sideBox > button {
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
	min-height: 100vh;
	border: none;
	cursor: pointer;
	padding: 0;
	color: #FFFFFF;
	background-color: #197918;
}

main .mainBox {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	margin: 0;
	padding: 14px 0 0 34px;
}



/* sideBox設定 */
main .sideBox article {
	margin: 0;
	padding: 10px;
	height: calc(100vh - 20px);
	overflow-y: auto;
}

main .sideBox .view td a,
main .sideBox .view td a:hover {
	color: #FFF;
	text-decoration: none;
}

main .sideBox .view td button {
	width: 26px;
	height: 23px;
	background: #FFF;
	border: none;
	border-radius: 2px;
}

main .sideBox section {
	margin: 0 0 10px 0;
	padding: 8px 10px;
	border: 1px solid rgba(255,255,255,0.3);
}

main .sideBox table th {
	width: 83px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	line-height: 22px;
}

main .sideBox table td {
	text-align: left;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 22px;
}



/* mainBox設定 */
main .mainBox article {
	width: 1872px;
	min-height: 920px;
	border: 1px solid rgba(255,255,255,1.0);
}

/* section */
main .mainBox section {
	position: relative;
	margin: 0;
	padding: 0;
}

/* Chart0101Box */
main .mainBox article #Chart0101Box {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 800px;
	height: 400px;
}

/* Chart0201Box */
main .mainBox article #Chart0201Box {
	position: absolute;
	top: 425px;
	left: 15px;
	width: 395px;
	height: 235px;
}

/* Chart0202Box */
main .mainBox article #Chart0202Box {
	position: absolute;
	top: 425px;
	left: 420px;
	width: 395px;
	height: 235px;
}

/* Chart0203Box */
main .mainBox article #Chart0203Box {
	position: absolute;
	top: 670px;
	left: 15px;
	width: 395px;
	height: 235px;
}

/* Chart0204Box */
main .mainBox article #Chart0204Box {
	position: absolute;
	top: 670px;
	left: 420px;
	width: 395px;
	height: 235px;
}

/* Chart0301Box */
main .mainBox article #Chart0301Box {
	position: absolute;
	top: 15px;
	left: 831px;
	width: 800px;
	height: 890px;
}

/* Chart0401Box */
main .mainBox article #Chart0401Box {
	position: absolute;
	top: 15px;
	left: 1647px;
	width: 102px;
	height: 170px;
}

/* Chart0402Box */
main .mainBox article #Chart0402Box {
	position: absolute;
	top: 15px;
	left: 1755px;
	width: 102px;
	height: 170px;
}

/* Chart0403Box */
main .mainBox article #Chart0403Box {
	position: absolute;
	top: 195px;
	left: 1647px;
	width: 102px;
	height: 170px;
}

/* Chart0404Box */
main .mainBox article #Chart0404Box {
	position: absolute;
	top: 195px;
	left: 1755px;
	width: 102px;
	height: 170px;
}

/* Chart0405Box */
main .mainBox article #Chart0405Box {
	position: absolute;
	top: 375px;
	left: 1647px;
	width: 102px;
	height: 170px;
}

/* Chart0406Box */
main .mainBox article #Chart0406Box {
	position: absolute;
	top: 375px;
	left: 1755px;
	width: 102px;
	height: 170px;
}

/* Chart0407Box */
main .mainBox article #Chart0407Box {
	position: absolute;
	top: 555px;
	left: 1647px;
	width: 102px;
	height: 170px;
}

/* Chart0408Box */
main .mainBox article #Chart0408Box {
	position: absolute;
	top: 555px;
	left: 1755px;
	width: 102px;
	height: 170px;
}

/* Chart0409Box */
main .mainBox article #Chart0409Box {
	position: absolute;
	top: 735px;
	left: 1647px;
	width: 102px;
	height: 170px;
}

/* Chart0410Box */
main .mainBox article #Chart0410Box {
	position: absolute;
	top: 735px;
	left: 1755px;
	width: 102px;
	height: 170px;
}


/* 集計表示画面 */
main .mainBox article.ChartBox {
    width: 1872px;
    min-height: 920px;
    border: 1px solid rgba(255,255,255,1.0);
}
main .mainBox article.ChartBox #Chart01Box {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 1858px;
    height: 906px;
}