@charset "utf-8";

/*-------------------------------------

　ゲーミングデバイス特集

---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/

.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 805px;
	margin: 10px auto;
	float: right;
	color: #FFF;
	line-height: 1.6em;
	font-size: 14px;
	background-color:#000;
}
#sub {
	margin: 10px 10px 0 0 !important;
	width: 155px !important;
}

/*-------------------------------------
　装飾
---------------------------------------*/
/*-- タイトル画像部分 --*/
#title {
	margin-bottom: 15px;
}

#title img {
	margin-bottom: 10px;
}

.itemContents {
	padding-bottom:30px;
}
.itemNameSmall {
	border-bottom: 1px solid #fff;
	color: #ff6700;
	font-size: 16px;
	padding-bottom: 4px;
	margin-top: 10px;
}
.itemPriceSmall {
	font-size: 12px;
	font-weight: bold;
	height: 110px;
}
.linkBtn {
	background-color: #ff6700;
	color: #ffffff;
	display: block;
	font-size: 16px;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
}
.osusumeBox:hover,
.linkListBtn a:hover,
.all_btn a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}



.osusumeTit {
	background-color: #9B31D8;
	border-radius: 0;
	-webkit-border-radius: 0px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 0px;	/* Firefox用 */
    font-size: 24px;
    margin-bottom: 20px;
    padding: 20px 30px;
	margin-top:20px;
}
.osusumeBox {
	border: 2px solid #cccccc;
	background-color: #ffffff;
	color: #000000;
	float: left;
    margin-left: 16px;
    padding: 10px;
	margin-bottom:20px; 
    width: 222px;
	position: relative;
}
.osusumeBox img {
	display:block;
	margin:0 auto;
}
.device_icon{
	width:80px;
	display:block;
	position: absolute;
	top:-15px;
	left:-15px;
}
.all_btn{
	text-align: center;
	margin-bottom: 50px;
}
.all_btn a{
	background-color: #ff6700;
	color: #ffffff;
	display: block;
	font-size: 16px;
	margin: 0 auto;
	padding: 16px 0; 
	text-align: center;
	text-decoration: none;
	width: 770px;
}

#topBtn {
	/*width: 250px;
	float: right;*/
}
#topBtn a {
	background-color: #901C27;
	color: #fff;
	display: block;
	padding: 13px;
	text-align: center;
	text-decoration: none;
	width: 200px;
	margin-left: auto;
}
#topBtn a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

/*-------------------------------------
　ページ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;
}