@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
}

body{
	background:#010912;
	overflow-y: scroll;
}

a,a img,button{
	border: none;
	outline:none;
}




/**



**/

#wrapper{
	min-width:1280px;
	background:url(../img/common/bg_wrapper.jpg) center 0 no-repeat;
	background-attachment: fixed;
}

#header{
	height:56px;
	margin:0;
	padding:0;
	width: 100%;
	min-width: 1280px;
	background:url(../img/common/bg_header.png) center 0 no-repeat;
	position: relative;
	z-index: 99;
	top: 0;
}

#header ul{
	height:56px;
	width:1280px;
	margin:0 auto;
	padding:0;
	list-style:none;

}

#header ul li{
	float: right;
	margin: 10px 0 0 8px;
	vertical-align: middle;
}

#header ul li.sound{
	margin-top:12px;
}




/**



**/

#contents{
	min-width:1280px;
	/*min-height: 960px;*/
}

#contents p{
	margin: 0 0 50px;
	padding: 0;
	line-height: 0;
}

#main_area.refine_ver p{
	margin: 0 0 20px;
	padding: 0;
	line-height: 0;
}

#contents ul.color_box{
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ページ内ナビ */
#pageIndex{
	width: 1280px; 
	margin: 0 auto;
	padding: 0;
	position:fixed;
	top:150px;
	left: 0; 
	right: 25px; 
	z-index: 5;
	font-size:11pt;
	list-style: none;
	padding: 0;
	/*overflow: hidden;*/
	color: #fff;
	text-align: right;
}

#pageIndex li{
	display: inline;
	margin-left:10px;
	position: relative;
}

#pageIndex li a{
	color: #ffe700;
	text-decoration:none;
}

#pageIndex li img.new{
	position: absolute;
	top: -32px;
	left: 0;
}

/* アンカーマージン */
.Anchor{
	position: inherit;
	top: -150px;
}

.Anchor_refineTop{
	position: inherit;
	top: -310px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.Anchor_refineTop{
		position: inherit;
		top: 520px;
	}
}

.Anchor_refineTop_02{
	position: inherit;
	top: -300px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.Anchor_refineTop_02{
		position: inherit;
		top: 550px;
	}
}

.Anchor_weapon{
	position: inherit;
	top: -140px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.Anchor_weapon{
		position: inherit;
		top: 490px;
	}
}


.Anchor_tenrou{
	position: inherit;
	top: -100px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.Anchor_tenrou{
		position: inherit;
		top: -140px;
	}
}


/**



**/


#footer{
	min-width:1280px;
	margin:0 auto 0;
	padding:45px 0 0;
	background:url(../img/common/bg_footer.png) center 0 no-repeat;
	position: relative;
	z-index: 3;
}

#footer #attention{
	background:url(../img/common/fotter_text.png) 0 0 no-repeat;
	height: 23px;
	width: 1192px;
	margin:0 auto -8px;
	padding:0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#footer ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 1280px;
	overflow: hidden;
}

#footer ul li{
	float: left;
	margin-left: 18px;
}

#footer ul li:not(:first-child){
	padding-top: 15px;
}

#footer #bnr_area{
	margin: 10px auto 0;
	padding: 0;
	width: 1200px;
	list-style: none;
	float: none;
}

#footer #bnr_area li{
	display: inline;
	float: none;
	margin: 3px;
	text-align: center;
}

#footer #copyright{
	margin: 0 auto;
	padding:10px 0 0;
	width: 840px;

}

