@charset "utf-8";

/*-------------------------------------

　GALLERIA × Steam

---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/

.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 900px;
	margin: 30px auto;
	color: #FFF;
	line-height: 1.6em;
	font-size: 14px;
	background-color:#000;
}

.pageTitle {
	background: none;
	font-size: 14px;
	border-left: solid 4px #FF3300;
	margin: 0 0 20px 0;
	padding: 4px 8px;
}

/*-------------------------------------
　見出し設定
---------------------------------------*/

#container h2 {
	background: rgb(72,104,153); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(72,104,153,1) 0%, rgba(40,40,56,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(72,104,153,1)), color-stop(100%,rgba(40,40,56,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(72,104,153,1) 0%,rgba(40,40,56,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(72,104,153,1) 0%,rgba(40,40,56,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(72,104,153,1) 0%,rgba(40,40,56,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(72,104,153,1) 0%,rgba(40,40,56,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486899', endColorstr='#282838',GradientType=1 ); /* IE6-9 */
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 4px;
	padding: 20px 25px;
}
#container h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom:15px;
}
#container h4 {
	padding:8px 0 8px 5px;
	border-left:4px #FFF solid;
	border-bottom:1px #FFF solid;
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
	color:#FFF;
}

/*-- タイトル画像部分 --*/
#title {
	margin-bottom: 20px;
}

/*-------------------------------------
　バナーの下にテキストを設置する場合は
　sectionBox_b を使ってください
　通常はsectionBoxを使用
---------------------------------------*/
.sectionBox {
	margin-bottom: 50px;
}
.textBox {
	border:2px solid #333333;
	background-color:#242426;
	padding:20px 25px;
}
.aboutBox {
	float:left;
	width:400px;
}
.webmoneyText {
	float:left;
	width:680px;
}
/*-------------------------------------
　ml：　margin-left
　mr：　margin-right
　mb：　margin-bottom
　mt：　margin-top
---------------------------------------*/
.ml7 {
	margin-left: 7px;
}
.ml20 {
	margin-left: 20px;
}
.ml40 {
	margin-left: 40px;
}
.mb20 {
	margin-bottom:20px;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px;
}

/*-----------------------
　PC部分
-----------------------*/
.multiColumnRow {
	margin-bottom:20px;
}
.g_recommend_cts_01 {
    margin: 0 20px 0 0;
}
.g_recommend_cts {
    float: left;
    height: 205px;
    width: 440px;
}
.g_recommend_cts2 {
    float: left;
    height: 205px;
    width: 900px;
}
.g_recommend_txt_wrap {
	color: #000;
    padding: 5px 10px;
}
a.g_recommend_txt_wrap {
	text-decoration:none;
}
p.g_recommend_txt_os {
	color:#fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 4px;
	margin-top: 5px;
	text-shadow: 1px 1px 1px #000;
}
p.g_recommend_txt_cpu {
	color:#fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
	margin-top: 5px;
	text-shadow: 1px 1px 1px #000;
}
p.g_recommend_txt_vga {
	color:#fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
	text-shadow: 1px 1px 1px #000;
}
p.g_recommend_txt_other {
	color:#fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
	text-shadow: 1px 1px 1px #000;
}
p.g_recommend_txt_point {
	color:#fff;
    font-size: 16px;
	font-weight:bold;
    line-height: 1.2;
	margin-top: 5px;
}
p.g_recommend_txt_pcname {
    font-size: 14px;
    font-weight: bold;
    /*margin-top: 8px;*/
	line-height:14px;
}
p.g_recommend_txt_price span {
    color: #FF0000;
    font-size: 22px;
    font-weight: bold;
	line-height: 27px;
	text-decoration: none;
}
p.g_recommend_txt_price .tax {
    color: #FF0000;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.g_recommend_txt_special {
    margin:15px 0 28px 0;
	}
span.special {
    background-color: #f30;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 5px;
    text-decoration: none;
	color: #fff;
}

/*-----------------------
　ページTOPへ
-----------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

/*-------------------------------------
　罫線
---------------------------------------*/
.keisen {
	border: none;
	border-top: solid 1px #333333;
	height:1px;
	color:#FFF;
	width:100%;
	margin-bottom: 30px;
}

/*-------------------------------------
　clearfix 
---------------------------------------*/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}

