@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
about
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#game h1{
	width:100%;
	height:194px;
	background: url(/battlegirl-hs/assets/img/game/head_0825.jpg) repeat-x;
  	background-position:center top;
	text-align:center;
	}
	
#game .headnav ul{
	text-align:center;
	background-color:#fff;
	padding:50px 0 50px 0;
	width:100%;
}

#game .headnav ul li{
	display:inline-block;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
}

#game .wrap_01{
	width:100%;
	min-height:3217px;
	background: url(/battlegirl-hs/assets/img/game/bg.jpg) no-repeat;
	background-position:center top;
	background-color:#fbfbfb;
	}
	
#game .wrap_01 li{
	text-align:center;
	font-size:0;
	}
	
#game .wrap_01 li:nth-child(2){
	padding:0 0 60px 0;
	}
	
#game .wrap_01 li:nth-child(3){
	padding:0 0 60px 0;
	}
	
#game .wrap_01 li:last-child{
	padding:60px 0 60px 0;
	}
	
#game .wrap_01 #pv{
	position:relative;
	}
	
#game .wrap_01 #pv .abso{
	position:absolute;
	top:119px;
	left:0;
	right:0;
	margin:0 auto;
	width:457px;
	height:255px;
	}

.contp{
	padding:80px 0 110px 0;	
	}
	
.contp02{
	padding:80px 0 0 0;	
	}

