@charset "UTF-8";
#mainBox #gameBox a:visited, a:link {
	color: #00F;
	text-decoration: underline;
}
#mainBox #gameBox a:hover {
	color: #00F;
}
 #mainBox .subBox{
	white-space: nowrap;
	overflow-x:auto;
}
.teamName {
	text-align: center;
}
#teamBox {
	text-align: center;
	overflow: hidden;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#teamBox li {
	width: 200px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
.all-rank {
	width: 50%;
	font-size: 130%;
	margin-bottom:25px;
}
a:link {
	color: #1131ED;

}
