@charset "utf-8";
/* CSS Document */

#load_screen{
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1;
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100%;
	height: 2000px;
}
#load_screen > #loading{
	color: #fff;
	width: 100px;
	height: 100px;
	margin: 250px auto;
}
#loading img{
	width: 100%;
	height: 100%;
}
#club_type{
	text-align: left;
	font-size: 70%;
}