@charset "utf-8";

body {
	background: fixed;
}
.column2R #main {
	float: none;
	width: auto;
}
.container {
	padding-top: 3em;
}
#wrapper_lp_gskill {
	width: 970px;
	margin:15px auto;
}
#wrapper_lp_gskill .ta-center {
	text-align: center;
}
#wrapper_lp_gskill h1 {
	background: none;
	font-size: 14px;
	color: #111111;
	border-left: solid 4px #FF3300;
	margin: 0 auto 8px auto;
	padding: 4px 8px;
	font-weight:normal;
}
div.clearfix {
}
#wrapper_lp_gskill h2 {
	color:#222;
	font-size:24px;
	line-height:120%;
	margin-bottom:4px;
}
#wrapper_lp_gskill h3 {
	color:#fff;
	margin-bottom:10px;
}
#wrapper_lp_gskill p {
	font-size:100%;/*	margin:0.25em 0 0 0.25em;*/
}
.priceTxt {
	font-size:110%;
	font-weight: bold;
}
.ta-center {
	text-align:center;
}

.lp_contents .kome{
	margin-left:5px;
	padding-left:0;
	color:#222;
}

#wrapper_lp_gskill .contentTitle {
	margin:40px 0 10px 0;
	border-top:#000 8px solid;
	padding:10px 0;
	background: -moz-linear-gradient(top, #DEDEDE, #FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#DEDEDE), to(#FFF));
	background-color:#EFEFEF;
}

#wrapper_lp_gskill .contentTitle .conTit_l {
	float:left;
	font-size:180%;
	font-weight:bold;
	width:460px;
	color:#000;
	padding-left:2px;
}

#wrapper_lp_gskill .contentTitle .conTit_r {
	float:right;
	font-size:100%;
	width:490px;
	padding-right:4px;
}




.lp_contents .seriesList{
	float:right;
}






#lp_gskill_header {
	margin-bottom:30px;
}

.lp_contents {
	margin-bottom:10px;
}

.lp_contents .linkBox {
	background:#C00;
	padding:8px 0 8px 1.5em;
	margin:10px 0;
}

.lp_contents .linkBox a {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px #ccc solid;
	margin:20px 0;
}

#whats_gskill h2 {
	float:left;
	width:630px;
	border-bottom: 2px solid #222;
}
#whats_gskill p {
	float:left;
	width:600px;
}
#whats_gskill img {
	float:right;
}


#ripjawsz, #ripjaws, #ripjawsx {
	float:left;
	margin-right:20px;
}

#ripjawsz .series4 {
	background: url("img/lp_gskill/bg_ripjowsz.png?$staticlink$") no-repeat top right #390003;
	background-position:80px 0;
}


#tridentx .series2 {
	background: url("img/lp_gskill/bg_tridentx.png?$staticlink$") no-repeat top right #000;
	background-position:80px 0;
}
#ares .series2 {
	background: url("img/lp_gskill/bg_ares.png?$staticlink$") no-repeat top right #001D4D;
	background-position:80px 0;
}
#ripjaws .series2 {
	background: url("img/lp_gskill/bg_ripjaws.png?$staticlink$") no-repeat top right #000;
	background-position:80px 0;
}
#ripjawsx .series2 {
	background: url("img/lp_gskill/bg_ripjawsx.png?$staticlink$") no-repeat top right #000;
	background-position:80px 0;
}
#sniper .series2 {
	background: url("img/lp_gskill/bg_sniper.png?$staticlink$") no-repeat top right #242424;
	background-position:80px 0;
}
#sq .series2 {
	background: url("img/lp_gskill/bg_sq.png?$staticlink$") no-repeat top right #091C10;
	background-position:80px 0;
}

.series, .series2, .series4 {
	width:360px;
	float:left;
}


/*#sq h3, #ripjawsz h3, #ares h3{
	background: repeat-x url('/5info/img/lp_gskill/hl_bg_bk.gif');
	}*/
.memory {
	color:#fff;
}
.lp_contents h3 {
	background: repeat-x url('img/lp_gskill/hl_bg.gif?$staticlink$');
	padding-top:20px;
	font-size:32px;
	padding-left:20px;
	line-height: 120%;
}
.lp_contents p {;
	padding:0 10px 0 20px;
}
.series p {
	margin-bottom:4px;
}

.rightContent {
	float:right;
	margin-left:10px;
}

table tr.border_top{ border-top:2px solid #444444;}
/* テーブル */
table {
	border: 1px solid #666;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 0.25em;
	text-align: center;
	width: 590px;
}


thead th{	background-color: #8C0000;}
th {

	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0.25em;
	text-align: left;
}
th.th_itemname {
	width:99%;
}
tbody th.th_itemname {
	font-weight:normal;
}
th.th_itemname a, a span {

}
td {
	background: none repeat scroll 0 0;
	border: 1px solid #666;
	color: #222222;
	font-weight: normal;
	text-align: center;
	width:1%;
	padding:4px;
}
table tbody tr:nth-child(2n) {
 background: none repeat scroll 0 0 #F5F5F5;
}
.alternate {
	background: none repeat scroll 0 0 #F5F5F5;
}

.img_wrap {
	padding-left:20px;
	margin-bottom:10px;
}
.img_wrap img {
	float:left;
	padding-right:10px;
}

/* こっからしたはclearfix */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
