@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;
}

/*#lp_page h2 {
	background: none;
	font-size: 14px;
	color: #FFF;
	border-left: solid 4px #FFF;
	margin: 0 0 20px 0;
	padding: 4px 8px;
	font-weight:normal;
}*/

/*-------------------------------------
　見出し設定
---------------------------------------*/

/*-- h3、h4は依頼内容に合わせて変更してください --*/
#lp_page h3 {
	background-color: #1f1f1f;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
    padding: 16px 18px;
}
h3 span {
	background-color: #901c27;
    font-size: 26px;
    padding: 0 13px;
}
h4 {
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
h5 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

/*-- タイトル画像部分 --*/
#title {
	margin-bottom: 15px;
}

#title img {
	margin-bottom: 10px;
}

/*-------------------------------------
　バナーの下にテキストを設置する場合は
　sectionBox_b を使ってください
　通常はsectionBoxを使用
---------------------------------------*/

.sectionBox {
	margin-bottom: 50px;
}
.sectionBox img {
	margin-bottom: 15px;
}
.bgGray {
	background-color: #303030;
    padding: 18px;
}

/*-------------------------------------
　装飾
---------------------------------------*/
.itemListWrap {
	/*background-color:#FFFFFF;*/
}
.itemContents {
	padding-bottom:40px;
}
h3.saleBox {
	background-color: #901c27;
    font-size: 24px;
    margin-bottom: 30px;
    padding: 20px 30px;
}
.itemWrap {
    color: #fff;
    margin: 20px auto 0;
    width: 770px;
}
.itemLeft {
    float: left;
    padding: 0 20px;
    text-align: center;
    width: 340px;
}
.itemLeft a {
	color: #fff;
	text-decoration: none;
}
.itemRight {
    float: right;
    width: 380px;
}
.mkrName {
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.itemName {
	border-bottom: 1px solid #fff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 16px;
	padding-bottom: 10px;
	line-height: 1em;
}
.itemNameSmall {
	border-bottom: 1px solid #fff;
    font-size: 14px;
    padding-bottom: 4px;
}
.itemSpec {
	font-weight:bold;
}
.pointList {
	margin-bottom:10px;
}
.pointList li {
	list-style-type:disc;
	margin-left:2em;
}
.priceBox {
	border: 2px solid #ccc;
    padding: 14px 20px;
}
.itemPrice {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.itemPriceSmall {
	font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
.itemPrice span {
	color: #f00;
	font-size:22px;
}
.itemSetPrice {
    color: #f00;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.itemSetPrice span {
	font-size:26px;
}
.linkBtn a {
	background-color: #ff6700;
	border-radius: 3px;
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
    color: #fff!important;
    display: block;
    font-size: 18px;
    padding: 24px 0;
    text-align: center;
    text-decoration: none;
}
.linkBtn a:hover,
.linkListBtn a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.linkListBtn {
	margin-top:40px;
}
.linkListBtn a {
	background-color: #48af28;
	border-radius: 3px;
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
    color: #fff;
    display: block;
    font-size: 18px;
	margin: 0 auto;
    padding: 24px 0;
    text-align: center;
    text-decoration: none;
	width: 700px;
}
#img1_popup, #img2_popup, #img3_popup,
#img4_popup, #img5_popup, #img6_popup {
	display: none;
}
.mb0 {
	margin-bottom:0;
}
#topBtn {
	width: 250px;
	float: right;
}
#topBtn a {
	background-color: #901C27;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 13px;
    text-align: center;
    text-decoration: none;
}
#topBtn a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

/*-------------------------------------
　店舗紹介
---------------------------------------*/
#storeBox {
	margin-bottom: 50px;
	padding:15px;
	background-color: #ffffff;
	color:#333333;
}
#storeBox h3 {
	font-size:50px;
	margin-bottom:10px;
	color:#FFFFFF;
}
#storeBox .txt22 {
	font-size: 22px !important;
	background-color: #1f1f1f;
	padding: 0;
}

#storeBox .storeMap a {
	padding: 20px;
	display: block;
	margin: 15px;
	background-color: #C9C5C5;
	border: 1px solid #999999;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	border-radius: 5px;
}
#storeBox .storeMap a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.mb50 {
	margin-bottom:50px;
}

/*-------------------------------------
　オススメモニターアーム「
---------------------------------------*/

#c-wrapper {
	margin-bottom: 40px;
}
#c-wrapper a img {
	border: none;
}
#c-wrapper h2 {
	width: 100%;
	padding-bottom: 3px;
	margin: 0 0 20px 0;
}
#c-wrapper h3 {
	background-color: #00a2e5;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 20px;
    padding: 8px 16px;
}
#c-wrapper h4 {
	border-bottom: 1px solid #605b5a;
    font-size: 22px;
    margin: 20px 0 0;
}
#c-wrapper h4 span {
	font-size:14px;
	font-weight:normal;
}
#c-wrapper .arrow {
 margin-left:20px;
}
#c-wrapper table {
	font-size:14px;
}
#c-wrapper td {
	padding: 4px 13px;
    vertical-align: top;
}
#c-wrapper .productName {
	font-size:15px;
}
#c-wrapper .price {
	margin-bottom: 10px;
}
#c-wrapper .saleText span {
	color:#0062b0;
	font-weight:bold;
}
#c-wrapper ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
#c-wrapper li {
	font-size: 12px;
	text-indent: 5px;
}
.img-1 {
	float: left;
	margin-right: 10px;
}
.img-2 {
	float: left;
	margin-right: 20px;
}



.ineup {
	margin-bottom: 70px;
}
.lineup {
    margin: 10px 0 30px;
}
.gameHead {
	border-bottom:1px solid #999;
}
.standardHead {
	border-bottom: 1px solid #999;
	font-size: 26px;
	font-weight: bold;
	line-height: 140%;
}
.mainText {
	font-size: 30px;
	font-weight: bold;
	float: left;
}
.subText {
	font-size:14px;
	float: right;
}


.monitorArmTxt {
	font-size: 18px;
	padding: 15px;
	border: 3px solid #FFFFFF;
	margin-top: 30px;
	background-color: #1F1F1F;
	margin-bottom: 30px;
}


/*-------------------------------------
　罫線
---------------------------------------*/
.keisen {
	border: none;
	border-top: solid 1px #666;
	height:1px;
	color:#FFF;
	width:96%;
	margin-bottom: 20px;
}

/*-------------------------------------
　その他のオススメ
---------------------------------------*/
.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;
    color: #fff;
    float: left;
    margin-left: 16px;
    padding: 10px;
    width: 222px;
}
.osusumeBox img {
	display:block;
	margin:0 auto;
}

/*-------------------------------------
　ページ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;
}


/*--------------------------------------
12/13 スマホ対応
---------------------------------------*/
#title_sp{
	display: none;
}



@media screen and (max-width: 480px) {

#sub {
		display: none;
  }

#container ,#lp_page, #footer, #fotterLinks, .footerTagline{
    width: 100%;
	margin: 0px;

}



.inner h1, .keyword, ul .breadCrumb, .bcLast, .leadSectionInner, .btn, #headsearchBox, #Globalnavi, #footerNav2{
	display: none;
}

#Header, #Header .inner {
	height: 70px;
	width: 100%;
	min-width: 1px;
	margin: 0;
}

#Header .logo{
		top: 20px;
		left: 0px;
	}

body, #container ,#lp_page, #footer, #fotterLinks, #footerLinks, #footerCopy, #footerCopy .copyright, .footerTagline, .itemWrap{
	min-width: 0px !important;
	min-width: auto !important;
	width: 100% !important;
	padding: 0px !important;
	}
#head_navi_menu_g{
	display: none;
}

#title img {
	width: 100%;
	height: auto;
}

	.itemRight{
	width: 80%;
    margin-left: 10%;
    margin-right: 10%;

	}

	.itemLeft, .osusumeBox{
		float: none;
		padding: 0;
		margin: 0 auto;
	}
  .osusumeBox {
    width:80%;
    margin-bottom:20px;
  }
  .osusumeBox img {
    margin:10px auto;
  }
	.osusumeBox .itemNameSmall, .osusumeBox .itemPriceSmall {
    padding:5px 0;
    text-align:center;
  }
  h2 {
    font-size:120%;
  }
	h3 {
		font-size: 14px !important;
	}

	.itemName {
		font-size: 16px;
	}

	.linkBtn a, .linkListBtn a{
		font-size: 16px;
		padding: 8px 0;
		margin: 5px;
		width: auto;
	}

	#topBtn{
		float: none;
		margin: 0 auto;
	}

	.footerTagline {
		text-align: left;
		font-size: 50%;

	}

	#footer .siteSwitchLink{
		font-size: 200%;
		padding: 0px;

	}

	.osusumeTit{
		font-size: 16px;
		width: 100%;
		padding: 10px 0;
		margin: 20px auto;
		text-align: center;
	}

	#footerLinks #footerLinks_Nav{
		margin: 0px auto;
    	width: 320px;
	}

	#footerLinks ul {
    width: 140px;
    float: left;
    margin: 5px 10px;
    line-height: 150%;
}
	.copyright{
		margin: 5px auto !important;
	}

	.copyright img {
		float: left;
	}

	#title {
		display: none;
	}

	#title_sp{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.sp_img {
		width: 100%;
	}

	#title_sp p {
		margin: 5px;
	}

}
