@charset "UTF-8";

/*	weaponsCSS
	
		■コンテンツ設定
----------------------------------------------------------------------------------------------------------------------------------*/


/*	コンテンツ設定（各コンテンツ上書き）
----------------------------------------------------------------------------------------------------------------------------------*/

div#content {
	width: 840px;
	padding: 40px 0 0 0;
	margin: 0 auto;
}


div.sttl {
	height: 35px;
	width: 833px;
	margin: 0px auto 10px 0px;
	font-size: 1px;
	text-indent: -9999px;
	background-image: url(../Images/weapon_sttl_weapon.png);
	background-repeat: no-repeat;
}



/*	コンテンツ
----------------------------------------------------------------------------------------------------------------------------------*/

div#content div.pttl {
	margin: 35px 0 0 0;
}


div#content p.weaponTxt {
	width: 820px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 150%;
	display: block;
}


div#content p.weaponTxt img {
	float: left
}


div#content div.weapon {
	width: 840px;
	margin: 15px 0 0 5px;
}


div.weapon div.column {
	float: left;
	width: 260px;
	margin: 0 20px 0 0;
	text-align: center;
}


div.weapon a.shot {
	position: relative;
	height: 163px;
	width: 257px;
	margin: 10px 0 0 5px;
	display: block;
	background-position: top;
	background-repeat: no-repeat;
}


div.weapon a.shot:hover {
	background-position: bottom;
}


div.weapon img.txt {
	margin: -5px auto 0 auto;
}


div.weapon .end {
	margin-right: 0 !important;
}


div.weapon a.shot div {
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

