
#graphSelect {
	overflow: auto;
	text-align: center;
	padding: 0;
}

#graphSelect li {
	list-style: none;
	float: left;
	width: 28%;
	margin: 0 10px;
	display: block;
	
	text-align: center;
	
	background-color: #699800;
	color: #fff;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#graphSelect li.active {
	padding: 10px;
	background-color: #FFBF00;
}

#graphSelect li a {
	color: #fff;
	display: block;
	padding: 10px;
	text-decoration: none;
}

#graphWaku {
	background-color: #fff;
}

#bx-pager {
	
}


#pointSelectBox input {
    font-size: 1.2em;
    margin: 5px auto;
}

.graphBox {
	width: 720px;
	height: 650px;
	position: relative;	
}

.graphBox .waku,
.graphBox .graph {
	position: absolute;
	top: 0;
	left: 0;
}

.graphvalue {
	width: 700px;
	margin: 420px auto 0 auto;
}



.flex {
	display: flex;
	align-items: center;
	padding: 0.5em 0;
}
.flex > div {
	padding: 0 0.5em;
}

#pointSelectBox input[name="graphdate"],
#graphPointSelectBox input[name="graphdate"] {
    font-size: 1.4em;
    text-align: center;
    width: 200px;
    border-radius: 5px;
    border: none;
    padding: 0.25em;
}

#dateNav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5em 0;
}
#dateNav span {
	margin: 0 1em;
    cursor: pointer;
    font-size: 1.35em;
}
