@charset "utf-8";
/* CSS Document */
.canvas{
	width:95%;
	height: auto;
}

.display_container {
	display: flex;
	color:#fff;
	width:840px;
	margin-left:10px;
}
.label-vertical .label{
	width:60px;
	font-size: 12px;
	line-height: 25px;
	text-align: right;
	margin-right:4px;
}

.label_2{
	font-size: 12px;
	line-height: 10px;
	text-align: right;
	margin-right:4px;
}
.label_3{
	font-size: 12px;
	line-height: 34px;
	text-align: right;
	margin-right:4px;
}

.graph {
	display: flex;
	height: 125px;
	position: relative;
	margin-top: 10px;
	vertical-align:bottom;
}

.label-horizontal {
	display: flex;
	font-size: 12px;
	padding-top: 6px;
}

.label-horizontal .label{
	text-align: center;
	min-width:20px;
	background:#666;
	margin-right:6px;
}

.display_inner{
	overflow-x: scroll;
	overflow-y: hidden;
}
.flex-hit{
    display: flex;
	list-style: none;
	background:#666;
}
.flex-hit li{
	width:40px;
    margin: 2px;
	text-align:center;
    color: #fff;
}

.panel_blue{
	background:#00F;
}
.panel_red{
	background:#F00;
}

.flex-bou {
    display: flex;
	align-items:flex-end;
	list-style: none;
	background:#CCC;
	height:125px;
	background: repeating-linear-gradient(0deg,#fff,#ccc 1px,#ccc 25px,#fff 1px);  
}

.flex-bou li{
	width:36px;
    margin: 4px;
	text-align:center;
    color: #fff;
	margin-bottom:0;
	border-radius: 4px 4px 0 0;
}

.disp_out_ball{
	margin-top:-16px;
	font-size:9px;
	background:#fff;
	color:#000;
}

.bou_100{
	height:8px;
	background: #0fc;
}
.bou_200{
	height:16px;
	background: #0f3;
}
.bou_300{
	height:24px;
	background: #0f0;
}
.bou_400{
	height:36px;
	background: #6f3;
}
.bou_500{
	height:50px;
	background: #9f3;
}
.bou_600{
	height:55px;
	background: #cf3;
}
.bou_700{
	height:60px;
	background: #ff3;
}
.bou_800{
	height:65px;
	background: #fc3;
}
.bou_900{
	height:70px;
	background: #f93;
}
.bou_1000{
	height:75px;
	background: #f63;
}
.bou_1100{
	height:80px;
	background:#f66;
}
.bou_1200{
	height:85px;
	background:#F00;
}
.bou_1300{
	height:90px;
	background:#F00;
}
.bou_1400{
	height:95px;
	background:#F00;
}
.bou_1500{
	height:100px;
	background:#F00;
}
.bou_1600,.bou_1700,.bou_1800,.bou_1900,.bou_2000,.bou_2100,.bou_2200,.bou_2300,.bou_2400,.bou_2500,.bou_2600{
	height:105px;
	background:#C00;
	background-image: url(../images/up.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#display{
	display:flex;
	max-width:100%;
	background:#000;
	padding:10px;
}

#disp_detail{
	max-width: 100%;
	background:#000;
	margin-top:10px;
	padding:10px;
	color:#fff;	
}

#counter_area{
	width:70px;
	padding:5px;
	border:1px solid #fff;	
}

.hit{
	text-align:center;
	color:#F00;
	font-size:18px;
	line-height:0.8;
}
.hit_count{
	text-align:right;
	font-size:26px;
}

.other_count{
	text-align: center;
	color:#fff;
	font-size:9px;
}
.other_count_1{
	text-align:right;
	color:#fff;
	font-size:14px;
	line-height:0.8;
	margin-bottom:4px;
}

.hit_up{
	background:#F00;
	color:#fff;	
}

.hit_0{
	background:#00F;
	color:#fff;	
}
.start_back{
	background:#000;	
}
.start{
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:0.8;
}
.start_count{
	text-align:right;
	color:#fff;
	font-size:22px;
}

.label_model_hight_middle{
	padding:0 10px;
	background:#F00;
	color:#fff;	
}

.label_model_middle{
	padding:0 10px;
	background:#00F;
	color:#fff;	
}

.start_button{
	background: #ccc;
	border: 1px solid #666;
	font-size:12px;
	text-align:center;
}


@media screen and (max-width: 768px) {

#display{
	overflow-x: scroll;
}

}
