@charset "UTF-8";
/* rest and common
======================================= */
body{
	background-color: #fff;
	color: #000;
	font-size: 12px;
	overflow-x:hidden;
}
a,a:visited{
	color: #fff;
}
a:hover{
	color: #fff772;
}
h1,h2,h3{
	background: none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}
img{
	vertical-align: bottom;
}
#header{
	box-shadow: none;
	margin-bottom: 0;

}

/* ====================================
コンテンツ内設定
======================================= */
#mainContent{
	height: 700px;
	width: auto;
	margin:0 auto;
	background:#000 url(/pc/image/game_intro/12016007/bg.jpg?v=20140801) no-repeat center -100px;
	overflow: hidden;
	position: relative;
}

/* gameTop *******************************/
#gameTop{
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#gameTop h1{
	display: block;
	background: url(/pc/image/game_intro/12016007/game_logo.png?v=20140801) no-repeat center center;
	width: 526px;
	height: 146px;
	position: absolute;
	top: 500px;
}

#gameTop .text_copy{
	display: block;
	background: url(/pc/image/game_intro/12016007/text_copy.png?v=20140801) no-repeat center center;
	width: 285px;
	height: 53px;
	position: absolute;
	top: 220px;
	left: 40px;
}

#gameTop .qr{
	display: block;
	background: url(/pc/image/game_intro/12016007/qr.png?v=20140801) no-repeat center center;
	width: 183px;
	height: 190px;
	position: absolute;
	top: 425px;
	right: 40px;
}
#gameTop .cpn_copyright{
	position: absolute;
	right: 0;
	top: 620px;
}
.shipContent{
	position: relative;
	width: 600px;
	height: 600px;
	margin: 0 auto;
}

.shipContent .img_ship{
	display: block;
	background: url(/pc/image/game_intro/12016007/img_ship.png?v=20140801) no-repeat center center;
	height: 511px;
	width: 567px;
	position: absolute;
	top: 100px;
	left: 180px;
}

/* setting layout
======================================================== */
#gameTop,
#gameTop h1,
#gameTop .text_copy,
#gameTop .qr {
	z-index: 100;
}
.shipContent .img_ship{
	z-index: 2;
}

/* common hack
======================================================== */
/*text hidden*/
#gameTop h1,
#gameTop .text_copy,
#gameTop .qr,
#mainContent .textHidden,
#gameTop .qrText,
#gameTop .chromeLink{
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	text-indent: -9000px\9;	/*ie8以下*/
}
/*clear fix*/
#mainContent .clearfix{
	content: "";
	display: block;
	clear: both;
}


/* chrome */
#gameTop .qrAndChrome{
	background: url(/pc/image/game_intro/12016007/pclink.png?v=20140801) no-repeat center center;
	width: 421px;
	height: 196px;
	position: absolute;
	top: 416px;
	left: 560px;
}
#gameTop .chromeLink{
	display: block;
	background: url(/pc/image/game_intro/12016007/chrome_link.png?v=20140801) no-repeat center center;
	width: 373px;
	height: 35px;
	position: absolute;
	bottom: 20px;
	left: 24px;
}

#globalHeader{
	margin-bottom: 0 !important;
}
