@charset "UTF-8";
/* CSS Document */

body {
	background:#000 url(../images/simulation/bg.jpg) no-repeat top center;
	background-size:cover;
}

.contents {
	text-align:center;
	padding:200px 0 100px;
	
}

.game {display:block; border:1px solid white; margin:0 auto 0; padding:5px; position:relative; width:910px; }
.game h2 {position:absolute; top:-110px; left:0px; width:150px;}

/* tablet */
@media only screen and (min-width: 481px) {
.contents {
	text-align:center;
	padding:280px 0 170px;
	}

.game h2 {position:absolute; top:-140px; left:0px; width:200px;}

}



@media screen and (min-width: 769px){
.contents {
	text-align:center;
	padding:180px 0 70px;
	}

.game h2 {position:absolute; top:-90px; left:-130px; width:200px;}
}