@charset "UTF-8";

body{
	position: relative;
	background-color: #000;
	background-size: 10%;
	background-attachment: fixed;
}

img{
	border: none;
	vertical-align: bottom;
}

#torank{
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	border: solid 2px #EEE;
	width: 160px;
	height: 40px;
	margin: 10px auto 0 auto;
}

#cover{
	position: fixed;
	top: 0;
	left: 0;
	width : 100%;
	height: 100%;
	background-color: #000;
	opacity: 1;
}

#wrapper{
	width : 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000000;
	background-color: #000;
}

#score-box{
	width: 640px;
	margin: 0 auto;
}

#score-box #head{
	width: 640px;
	height: 210px;
	overflow: hidden;
}

#score-box #head img{
	width: 100%;
}

#score-table{
	width: 100%;
	text-align: left;
	font-size: 16px;
	/*
	color: #000;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	*/
	color: #FFF;
	padding: 10px 0 50px 0;
}

#score-table-ttl td{
	color: #FFF;
	height: 32px;
	font-size: 12px;
	/*
	color: #000;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	*/
}

#score-table td, #score-table tr{
	margin: 0;
	padding: 0;
}

#score-table td{
	text-align: center;
	vertical-align: middle;
	padding: 1px 0 1px 0;
}
#score-table .td-rank{
	width: 30px;
}
#score-table .td-user-icon{
	text-align: left;
	width: 40px;
}
#score-table .td-user{
	text-align: left;
	width: 76px;
}
#score-table .td-score{
	width: 50px;
}
#score-table .td-score-max{
	width: 70px;
}
#score-table .td-score-ave{
	width: 70px;
}
#score-table .td-click{
	width: 54px;
}
#score-table .td-bonus{
	width: 60px;
}
#score-table .td-hit{
	width: 24px;
	text-align: right;
	padding-right: 4px;
}
/*
#score-table .td-miss{
	width: 50px;
	text-align: left;
	padding-left: 10px;
}
*/
#score-table .td-measure{
	text-align: left;
	/*width: 240px;*/
}

#score-table .td-total{
	width:  50px;
	text-align: right;
}

#score-table .td-date{
	width:  100px;
	text-align: left;
}

#score-table .td-torophy{
	width:  30px;
	padding-left: 5px;
}

#score-table .td-torophy img{
	width:  100%;
	height: auto;
}

#score-table .measure{
	width: 100%;
	height: 30px;
	background-color: #CC3300;
	border: solid 1px #FFF;
}

#score-table .measure .m_hit{
	float: left;
	height: 30px;
	background-color: #00EE33;
	/*
	border: solid 1px #00EE33;
	box-sizing: border-box;
	*/
}

#score-table .measure .m_miss{
	float: right;
	height: 30px;
	background-color: #FF0000;
	/*border: solid 1px #000;
	box-sizing: border-box;*/
}

#kiryoku_ad{
	color: #000000;
	width:  100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background-color: #ccffff;
	}