@charset "utf-8";

/*------------------------------

売れ筋ランキング コンテンツ ゲーム版

------------------------------*/
.column2R #main {
	float: none;
	width: auto;
}
#container #rankingContents {
	width: 970px;
	margin:15px auto;
	font-size:14px;
}
#container a span {
	color: #fff;
	text-decoration: none;
}

/*---------------------------------
　タイトル
-----------------------------------*/
#rankingContents h2 {
	color: #FFF;
	background: #7d7e7d;
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 55%);
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 55%); 
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
    border:1px solid #292625;
    font-size: 24px;
	margin:20px 0 15px;
    padding: 10px 20px;
}

#rankingContents .catchTitle {
	font-size:16px;
}

/*---------------------------------
　集計期間
-----------------------------------*/

#rankingContents .rankingDate {
	margin:20px 0;
	text-align:right;
}

/*---------------------------------
　ランキング内容
-----------------------------------*/

#rankingContents h3 {
	color: #FFF;
}

#rankingContents h3 a {
	color: #FFF ;
	text-decoration: none;
}

/*ランキング1位*/
#rank1 {
	margin-bottom:30px;
}
#rank1 h3 {
	border: 1px solid #666;
    font-size: 18px;
    margin: 50px 0 15px;
    padding: 10px 0 10px 105px;
	background:#3E3A39 url("../5info/img/ranking_game/icon_rank1_bk.webp") no-repeat 10px 8px;
}

/*ランキング2位*/
#rank2 {
	margin-bottom:30px;
}
#rank2 h3 {
	border: 1px solid #666;
    font-size: 18px;
    margin: 50px 0 15px;
    padding: 10px 0 10px 105px;
	background:#3E3A39 url("../5info/img/ranking_game/icon_rank2_bk.webp") no-repeat 10px 8px;
}

/*ランキング3位*/

#rank3 {
	margin-bottom:30px;
}
#rank3 h3 {
	border: 1px solid #666;
    font-size: 18px;
    margin: 50px 0 15px;
    padding: 10px 0 10px 105px;
	background:#3E3A39 url("../5info/img/ranking_game/icon_rank3_bk.webp") no-repeat 10px 8px;
}

/*ランキング4位*/

#rank4 {
	margin-bottom:30px;
}
#rank4 h3 {
	border: 1px solid #666;
    font-size: 18px;
    margin: 50px 0 15px;
    padding: 10px 0 10px 105px;
	background:#3E3A39 url("../5info/img/ranking_game/icon_rank4_bk.webp") no-repeat 10px 8px;
}

/*ランキング4位*/

#rank5 {
	margin-bottom:30px;
}
#rank5 h3 {
	border: 1px solid #666;
    font-size: 18px;
    margin: 50px 0 15px;
    padding: 10px 0 10px 105px;
	background:#3E3A39 url("../5info/img/ranking_game/icon_rank5_bk.webp") no-repeat 10px 8px;
}

/*model共通*/

.model .imgRight {
	width:200px;
	float:left;
}

.model .imgRight a:hover {
	opacity:0.8;
}

.model .textLeft {
	width:770px;
	float:right;
}

.model .textLeft h4 {
	font-size:19px;
	margin:0 0 10px;
}

.model .textLeft .catchText {
	font-size:16px;
	margin:0 0 20px;
}

.model .textLeft .price {
	font-size:32px;
	font-weight:bold;
	color:#FB0105;
}

.model .textLeft .en {
	color:#FB0105;
	font-size:20px;
	font-weight:bold;
}

.model .textLeft .taxkara {
    color: #FB0105;
    font-size: 18px;
	font-weight:bold;
}

.model .textLeft .star {
	margin:20px 0 0;
}

.model .textLeft .spec {
	margin:20px 0 10px;
}


/*---------------------------------
　レビュー部分　リンク
-----------------------------------*/

.model .revtext {
	font-size: 18px;
	font-weight:bold;
}

.model .startext {
    font-size: 20px;
	margin:20px 0 0;
	font-weight:bold;
}

.model .startext img {
	display:inline-block;
    margin: 0 5px 0 0;
	width: 18px;
}

.model .startext .score {
	color:#ff8400;
}

.model .startext td {
	padding-right: 10px;
}

.model .startext .kakakucomreview p span {
    display: none;
}


/*---------------------------------
　人気構成
-----------------------------------*/

.ninkiTextBox {
	font-size: 16px;
	float: left;
	width: 750px;
}
.ninkiText h3 {
	background-color: #f0f0f0;
	border: 1px solid #666;
    color: #333;
    font-size: 18px;
    margin: 50px 0 15px;
    padding: 10px 0 10px 20px;
}
.ninkiText h4 {
	border-bottom: 1px solid #333;
	font-size: 18px;
	margin-bottom: 10px;
}
.ninkiText h5 {
	font-size: 16px;
	margin-bottom: 2px;
}

/*---------------------------------
　スペックテーブル
-----------------------------------*/
.specTableHead {
	font-size: 20px;
	margin-top: 20px;
}
.specTable {
	border-collapse: collapse;
	width: 100%;
}
.specTable th {
	background-color:#3E3A39;
	border: 1px solid #c0c0c0;
	padding: 4px 8px;
	width: 18%;
	color: #fff;
}
.specTable td {
	border: 1px solid #cccccc;
	padding: 6px 10px;
	width: 72%;
}

/*---------------------------------
　その他
-----------------------------------*/
.spec_camp {
    color:red; font-weight:bold;
}
.othersHr {
	border: none;
	border-top: 1px #333 solid;
	margin: 40px 0 0 0;
}

#others {
	background-color: #3E3A39;
	border: 1px #666 solid;
	border-top: 4px #666 solid;
	margin: 20px 0 0 0;
	padding: 20px;
	font-size: 95%;
}

#others ul {
    margin: 14px;
    float: left;
}

#others ul li {
	color: #FFF;
	margin-bottom: 3px;
}

#others ul li a {
    color: #FFF;
}

#others li.othersMidashi {
	font-weight: bold;
	margin-right: 20px;
}

#others .othersTit {
    color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
}



/*---------------------------------
　ページ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;
}

/* こっからしたはclearfix */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ----------------------------------------
   レスポンシブ対応：2018.05.22
---------------------------------------- */
@media screen and (max-width: 479px){
	#container #rankingContents {
		width: 100%;
		margin: 0 0 15px;
	}
	#rankingContents .catchTitle { margin: 0 10px; }
	#rankingContents .rankingDate { margin: 10px; }
	#rankingContents h2 {
		padding: 10px;
		border-right: none;
		border-left: none;
		line-height: 1.3;
		font-size: 20px;
	}
	
	.model .imgRight {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
	}
	.model .textLeft {
    width: 96%;
    float: none;
    margin: 0 auto;
	}
	
	#others {
		width: 98%;
		margin: 20px auto 0;
		border-right: none;
		border-left: none;
		box-sizing: border-box;
	}
	#others ul {
		float: none;
		margin: 0 0 1em;
	}
}/*/@media*/



.model a.detail_link{
	text-decoration:none;
}
.model .item_img{
	width:100%;
}
.model .detail_button{
	width: 75%;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	background: #0300c0;
	background-image: linear-gradient(#0074e0,#0056a7);
	text-align: center;
	padding: 6px 0;
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 0.2em;
	border: 1.5px solid #fff;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 0px 1px 5px rgba(0,0,0,.4);
	text-shadow: 0px 0px 2px #002c53;
	position:relative;
	margin-top:5px;
}
.model .detail_button::after{
	content:'';
	width:0;
	height:0;
	border-width:3px 3px;
	border-color:transparent transparent transparent #fff;
	border-style:solid;
	position:absolute;
	top:50%;
	right:6px;
	transform:translateY(-50%);
}

/*-------------------------------------
　search--results
---------------------------------------*/
.search-results__list-link {
  padding: 20px;
  margin-top: 20px;
}
.search-results .c-button--secondaryA-blue::after {
  right: 12px;
}
#container .container.search-results a.more {
  color: #484848;
}
@media screen and (max-width: 479px) {
  .search-results__list-link {
    width: 88%;
    margin: 20px auto;
  }
  .search-results .p-products-all-item-product__name__text {
    flex: 1 1 auto;
  }
}