@charset "UTF-8";


/* -------------------------------------------------------------------------- **
**  GAME FLOW
** -------------------------------------------------------------------------- */
.gameflow .content1,
.gameflow .content2 {
	position: relative;
	width: 810px;
	height: 0px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	}
.gameflow .content1 {
	padding-top: 670px;
	background: transparent url(../images/gameflow/content1.png) center top no-repeat;
	}
.gameflow .content2 {
	padding-top: 1080px;
	background: transparent url(../images/gameflow/content2.png) center top no-repeat;
	}



/* -------------------------------------------------------------------------- **
**  GAME FLOW RETINA
** -------------------------------------------------------------------------- */
@media only screen and (min-device-pixel-ratio:1.5),
	only screen and (-o-min-device-pixel-ratio:3/2),
	only screen and (-ms-min-device-pixel-ratio:1.5),
	only screen and (min--moz-device-pixel-ratio:1.5),
	only screen and (-webkit-min-device-pixel-ratio:1.5) {
		.gameflow .content1 {
			background-image: url(../images/gameflow/content1_2x.png);
			background-size: 810px auto;
			}
		.gameflow .content2 {
			background-image: url(../images/gameflow/content2_2x.png);
			background-size: 810px auto;
			}
	}
