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





	
	
/* arena
--------------------- */
#arena {
	width: 100%;
}



		#arena .map {
			width: 900px;
			margin: 30px auto 0 auto;
		}
			#arena .content .score iframe {
				width: 100%;
				border: none;
			}
			#arena .content .score iframe.h01 {
				height: 1000px;
			}





/* 1260px */
@media screen and (max-width: 1260px) {
	
}









/* 1080px */
@media screen and (max-width: 1080px) {
	
}






/* 800px */
@media screen and (max-width: 800px) {





	
	
/* arena
--------------------- */
#arena .content {
	padding-top: 20px;
}



	#arena .map {
		width: 100%;
		padding-bottom: 56.25%;
		height:0px;
		position: relative;
		margin-bottom: 40px;
	}
		#arena .map iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}







}