@charset "UTF-8";
/*総得点エリア*/
.total_score{
	color:#0BF;
	position:relative;
	top:10px;
	/*background-image:url("/images/score_bk.png");*/
	/*background-repeat:no-repeat;*/
	/*background-position:center;*/
	font-size:120%;
	font-weight:bold;
	float:left;
	margin:0 0 0 20px;
	/*padding:20px 0px 15px 0px;*/
}
.total_score .border{
	/*font-size:13%;*/
}
.total_score_2{
	color:#0BF;
	background-image:url("/images/score_bk.png");
	background-repeat:no-repeat;
	background-position:center;
	font-size:115%;
	font-weight:bold;
	position:absolute;
	left:5px;
	top:255px;
	padding:15px 0px 15px 0px;
}
.total_score_2 .border{
	font-size:13%;
}