svg {
width:100%;
}
.blue{
	fill:#155495;
}
.graph-box {
	display: none;
}
 
/*
	縦棒グラフにラベルを表示する設定
*/
.barNum{
	font-size:10px;
	text-anchor:middle;
}

.axis text{
	font-family:sans-serif;
	font-size:11px;
}
.axis path,
.axis line{
	fill:none;
	stroke:#fff;
}
.axisX line{
	fill:none;
	stroke:black;
}
.barName{
	font-size:24px;
	fill: #155495;
	text-anchor:middle;
}