@charset "utf-8";

/*-------------------------------------

夏休みはPCゲームやろうぜ！

---------------------------------------*/
.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 900px;
	margin: 30px auto;
	color: #333333;
	line-height: 1.8em;
	font-size: 14px;
	background-color:#000;
}

.pageTitle {
	background: none;
	color:#FFF;
	border-left: solid 4px #FF3300;
	margin: 0 0 20px 0;
	padding: 4px 8px;
	font-weight:normal;
}
h2 {
	margin: 0 0 20px 0;
	padding: 0;
}
h3 {
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	margin-top:0%;
	padding:33px 0 8px 25px;
}
.section p{
	color:#FFF;
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 290px;
	padding: 10px 25px;	
}
	
.section p.long {
	color:#FFF;
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 490px;
	padding: 10px 25px;
}

.section{
	margin-left: 10%;
	}	
	
hr {
	margin:20px 0;
	background-color: #FFF;
	border: 0 none;
	height: 1px;
}


.sectionBox {
	margin-bottom: 0px;
}



.sectionPCBox {
	margin-bottom: 0px;
}

.sectionPCBox p {
	margin-bottom: 0px;
}




.sectionBnrBox {
	margin-bottom: 0px;
	text-align:center;
}

.sectionBnrBox p {
	margin-bottom: 0px;
	text-align:center;
}




#lp_page table {
	width: 900px;
	border:1px #039 solid;
}

#lp_page table td {
	width: 225px;
	text-align:center;
	padding:10px;
	font-size:12px;
	font-weight:bold;
	background-color:#FEFEFE;
	background: -moz-linear-gradient(top, #FEFEFE, #CCCCCC);
    background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#CCCCCC));
	border-right:1px #03C dashed;
}

#lp_page table td a{
	color:#03C;
	font-size:13px;
}








/*PC*/


.ctsBox {
	width:280px;
	padding:4px;
	border:1px #999 solid;
	margin:0 5px;
	float:left;
	background-color:#FFF;
}
.ctsBox .ctsBox_tit {
	padding:4px;
	margin-bottom:1px;
	background: -moz-linear-gradient(top, #003, #036);
    background: -webkit-gradient(linear, left top, left bottom, from(#003), to(#036));
	background-color:#036;
}
.ctsBox .ctsBox_tit p {
	color:#FFF;
	font-weight:bold;
}

.ctsBox .ctsBox_machine {
	padding:4px;
	background-color:#000;
}
.ctsBox .ctsBox_machine a {
	text-decoration:none;
}
.ctsBox .ctsBox_machine p.name {
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	margin-top: 40px;
}
.ctsBox .ctsBox_machine p.img {
	float:right;
	margin-top: 0;
}
.ctsBox .ctsBox_txt {
	padding:4px;
}
.ctsBox .ctsBox_txt p {
	font-size:13px;
	line-height:130%;
}
.ctsBox .ctsBox_txt p.catch {
	font-size:15px;
	font-weight:bold;
	margin-bottom:4px;
}





.ctsBox .ctsBox_osusume {
	padding:4px;
	background:#EFEFEF;
}
.ctsBox .ctsBox_osusume p {
	font-size:13px;
	line-height:130%;
}
.ctsBox .ctsBox_osusume p.kyoka {
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
}
.ctsBox .ctsBox_osusume p.kyoka .point {
	color:#F00;
}






#gameDevice {
	margin-bottom: 0px;
}

.sectionGDBox {
	margin-bottom: 0px;
}


.sectionGDBox .gd_left {
	float:left;
	width:435px;
	margin-top:20px;
	background-color:#222;
	padding:4px;
	color:#FFF;
}


.sectionGDBox .gd_right {
	float:right;
	width:435px;
	margin-top:20px;
	background-color:#222;
	padding:4px;
	color:#FFF;
}

.sectionGDBox .gd_all {
	margin-top:20px;
	background-color:#222;
	padding:4px;
	color:#FFF;
}

.sectionGDBox .gd_custom {
	background-color:#222;
	padding:10px;
	color:#FFF;
	text-align:center;
}

.sectionGDBox .gd_custom p {
	margin:10px 0;
	font-size:17px;
	font-weight:bold;
}



.sectionGDBox .gd_left p, .sectionGDBox .gd_right p, .sectionGDBox .gd_all p {
	margin-bottom:4px;
	font-size:12px;
	line-height:140%;
}

.sectionGDBox .gd_left p.tit, .sectionGDBox .gd_right p.tit, .sectionGDBox .gd_all p.tit {
	margin-bottom:4px;
	font-size:14px;
	font-weight:bold;
	background-color:#090;
	color:#FFF;
	padding:4px;
}



.sectionGDBox .gd_left p img, .sectionGDBox .gd_right p img, .sectionGDBox .gd_all p img {
	float:left;
	margin:0 5px 5px 0;
}










/*ゲーム推奨*/




.ctsBox_game {
	width:392px;
	padding:4px;
	border:1px #999 solid;
	margin:0 20px;
	float:left;
	background-color:#FFF;
}
.ctsBox_game p {
	font-size:13px;
}
.ctsBox_game p a {
	color:#069;
}
.ctsBox_game p.catch {
	font-size:15px;
	font-weight:bold;
	margin-bottom:4px;
}
.ctsBox_game p.copy {
	font-size:11px;
	margin-bottom:4px;
	line-height:110%;
}



/*パーツ*/




.ctsBox_parts {
	width:280px;
	padding:4px;
	border:1px #999 solid;
	margin:0 5px;
	float:left;
	background-color:#FFF;
}
.ctsBox_parts .ctsBox_tit {
	padding:4px;
	margin-bottom:1px;
	background: -moz-linear-gradient(top, #033, #069);
    background: -webkit-gradient(linear, left top, left bottom, from(#033), to(#069));
	background-color:#033;
}
.ctsBox_parts .ctsBox_tit p {
	color:#FFF;
	font-weight:bold;
}

.ctsBox_parts .ctsBox_detail {
	padding:4px;
}
.ctsBox_parts .ctsBox_detail a {
	text-decoration:none;
}
.ctsBox_parts .ctsBox_detail p.name {
	color:#333;
	font-size:18px;
	font-weight:bold;
	margin-top: 30px;
}
.ctsBox_parts .ctsBox_detail p.img {
	float:right;
	margin-top: 0;
}
.ctsBox_parts .ctsBox_txt {
	padding:4px;
}
.ctsBox_parts .ctsBox_txt p {
	font-size:13px;
	line-height:130%;
}
.ctsBox_parts .ctsBox_txt p.catch {
	font-size:15px;
	font-weight:bold;
	margin-bottom:4px;
}





/*ゲーム推奨*/


.btnBox_others {
	width:272px;
	padding:8px;
	border:2px #FFF solid;
	margin-right:4px;
	float:right;
	background: -moz-linear-gradient(top, #033, #069);
    background: -webkit-gradient(linear, left top, left bottom, from(#033), to(#069));
	background-color:#033;
}
.btnBox_others p {
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}






/*PCとパーツ共通*/



.btnBox {
	width:280px;
	padding:4px;
	border:1px #999 solid;
	border-top:none;
	margin:0 5px;
	float:left;
	text-align:center;
	background-color:#EFEFEF;
}







/* こっからしたはclearfix */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*SFCC*/
.p-header__login{height: auto;}  
@media screen and (max-width: 479px){    
#container{margin: 0 auto;width: auto;} 
.breadCrumb{display: none;}    
#lp_page{width: auto;}    
#lp_page img{width: 100% !important;height: auto !important;} 
#lp_page .section {
    margin-left: 0%;
    width: 100% !important;
    height: auto !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 22px; 
    padding-bottom: 15px;
    }
#lp_page .section p{
    margin-top: 130px;
    font-size: 12px;
    }  
#lp_page .section p.long{
    margin-top: 240px;
    font-size: 12px;
    }       
} 
 