@charset "utf-8";

.game_time {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 3%;
	left: 80%;
	text-align: center;
}

/* time scroll*/
.pie {
	width: 50px;
	height: 50px;
	background-color: blue;
	border-radius: 25px;
	position: absolute;
}

.pie1 {
	clip: rect(0px, 50px, 50px, 25px);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	background-color: #fff;
}

.pie2 {
	clip: rect(0px, 25px, 50px, 0px);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	background-color: #fff;
}

.hold {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 1;
}

.bg {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	position: absolute;
	background-color: #d13c36;
}

.time {
	width: 40px;
	height: 40px;
	margin: 5px 0 0 5px;
	background-color: #e45534;
	border-radius: 40px;
	position: absolute;
	z-index: 1;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
}



