@charset "utf-8";
/*------------------------------

売れ筋ランキング コンテンツ

------------------------------*/
.column2R #main {
	float: none;
	width: auto;
}
#container #rankingContents {
	width: 970px;
	margin: 15px auto;
	font-size: 14px;
}
.clear {
	clear: both;
}
/*---------------------------------
　タイトル
-----------------------------------*/
#rankingContents h2 {
	background-color: #f0f0f0;
	border-top: 3px solid #0099ff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 24px;
	margin: 20px 0 15px;
	padding: 10px 20px;
}
#rankingContents .catchTitle {
	font-size: 16px;
}
/*---------------------------------
　集計期間
-----------------------------------*/

#rankingContents .rankingDate {
	margin: 20px 0;
	text-align: right;
}
/*---------------------------------
　ランキング内容
-----------------------------------*/

/*ランキング1位*/
#rank1 {
	margin-bottom: 30px;
}
#rank1 h3 {
	border: 1px solid #ccc;
	color: #333;
	font-size: 18px;
	margin: 50px 0 15px;
	padding: 10px 0 10px 105px;
	background: #f0f0f0 url("../5info/img/ranking_desktop/icon_rank1.webp") no-repeat 10px 8px;
}
/*ランキング2位*/
#rank2 {
	margin-bottom: 30px;
}
#rank2 h3 {
	border: 1px solid #ccc;
	color: #333;
	font-size: 18px;
	margin: 50px 0 15px;
	padding: 10px 0 10px 105px;
	background: #f0f0f0 url("../5info/img/ranking_desktop/icon_rank2.webp") no-repeat 10px 8px;
}
/*ランキング3位*/

#rank3 {
	margin-bottom: 30px;
}
#rank3 h3 {
	border: 1px solid #ccc;
	color: #333;
	font-size: 18px;
	margin: 50px 0 15px;
	padding: 10px 0 10px 105px;
	background: #f0f0f0 url("../5info/img/ranking_desktop/icon_rank3.webp") no-repeat 10px 8px;
}
/*ランキング4位*/

#rank4 {
	margin-bottom: 30px;
}
#rank4 h3 {
	border: 1px solid #ccc;
	color: #333;
	font-size: 18px;
	margin: 50px 0 15px;
	padding: 10px 0 10px 105px;
	background: #f0f0f0 url("../5info/img/ranking_desktop/icon_rank4.webp") no-repeat 10px 8px;
}
/*ランキング4位*/

#rank5 {
	margin-bottom: 30px;
}
#rank5 h3 {
	border: 1px solid #ccc;
	color: #333;
	font-size: 18px;
	margin: 50px 0 15px;
	padding: 10px 0 10px 105px;
	background: #f0f0f0 url("../5info/img/ranking_desktop/icon_rank5.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 #ccc;
	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: #EAEAEA;
	border: 1px solid #c0c0c0;
	padding: 4px 8px;
	width: 18%;
}
.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: #F3F3F3;
	border: 1px #666 solid;
	border-top: 4px #666 solid;
	margin: 20px 0 0 0;
	padding: 20px;
	font-size: 95%;
}
#others ul {
	width: 230px;
	float: left;
}
#others ul li {
	margin-bottom: 3px;
}
/*#others ul li:first-child {
	padding-left: 0px;
}*/

#others li.othersMidashi {
	font-weight: bold;
	margin-right: 20px;
}
.othersTit {
	font-weight: bold;
	margin-bottom: 5px;
}
.font12 {
	font-size: 12px;
}
/*---------------------------------
　ページ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;
  /**/
}

/*---------------------------------
　スマホ対応
-----------------------------------*/

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
#Header {
	min-width: 320px;
}
#Header .inner {
	height: 40px;
	width: 100%;
}
#Header .logo {
	position: static;
}
#Header .logo img {
	height: auto;
	width: 50%;
}
#Header h1, #Header ul.navi, #Header .keyword, #Header .btn, #Globalnavi, #headsearchBox, .leadSection, .leadSectionInner, .breadCrumb {
	display: none !important;
}
body {
	min-width: 320px!important;
	width: 100%!important;
}
#container, #wrapper {
	width: 100% !important;
}
#container #lp_page {
	margin-top: 10px;
	width: 96%;
}
.sectionBox img, .bnrBox img {
	width: 100%;
	height: auto;
}
.sectionBox li + li {
	margin-top: 0.5em;
}
.sectionBox p + p {
	margin-top: 0.5em;
}
/*170515追加*/
.ninkiTextBox {
	font-size: 16px;
	float: left;
	width: 90%;
	padding: 5%;
}
.ninkiText h4, h5 {
	width: 90%;
	margin-left : 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ninkiText h3{
	width: 98%;
	margin-left : 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ninkiText .floatR {
	width: 100%;
	text-align: center;
	}

/*-------------------------------------
　フッター周り
---------------------------------------*/
#pagetop {
	bottom: 10px;
	right: 10px;
}
.footerTagline {
	margin-bottom: 4px;
	padding: 0% 2%;
	text-align: left;
	font-size: 90%;
	line-height: 140%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#footerLinks {
	display: none;
}
.footerTagline, #footer, #footerNav2, #footerLinks #footerLinks_Nav, #footerLinks #footerLinks_NavParts, #footerCopy, #footerCopy p.copyright {
	width: 100%;
	min-width: 100%;
}
#footer {
	padding: 9px 0px 7px 0px;
}
#footerLinks ul {
	float: none;
}
#footerCopy p.copyright a {
	display: block;
	margin-bottom: 7px;
}
#footerLinks ul {
	margin: 12px 0px 0px 5px;
}
#footerLinks ul li {
	display: inline-table;
	width: 45%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#footerLinks ul li.catName, #footerLinks ul li.noLink {
	width: 90%;
}
#footerNav2 ul {
	margin: 0% 4%;
}
#footerNav2 li {
	display: inline-table;
	width: 49%;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	border-left: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#footerNav2 li:first-of-type {
	margin-bottom: 9px !important;
}
#splink_footer {
	display: none !important;
}
#footerCopy p.copyright {
	text-align: center;
	font-size: 80%;
}
/*-------------------------------------
　コンテンツ
---------------------------------------*/
	
#container #rankingContents {
	width: 100%;
}
#rankingContents h2 {
	font-size: 20px;
	border-left: none;
	border-right: none;
}
#rankingContents .catchTitle {
	width: 96%;
	margin: 0 auto;
}
#rankingContents .rankingDate {
	width: 96%;
	margin: 20px auto 0;
}
#rank1 {
	width: 100%;
}
#rank1 h3 {
	border-right: none;
	border-left: none;
	padding: 10px 10px 10px 105px;
}
.model .imgRight {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 20px;
}
.model .textLeft {
	width: 96%;
	float: none;
	margin: 0 auto;
}
	/*170516↓のwidth変更しました。*/
#others {
	width: 88%;
	margin: 20px auto 0;
	border-right: none;
	border-left: none;
}
}/*消さない*/



/*-------------------------------------

　SP （0〜479pxの場合に適用するCSS）

---------------------------------------*/
@media screen and (max-width:479px){
	
	.model .startext {
		font-size: 14px;
		margin: 0 0 0;
		font-weight: bold;
	}

	.model .revtext {
		font-size: 14px;
		font-weight: bold;
	}
	
	.model .startext img {
		display: inline-block;
		margin: 3px 0 0 0;
		width: 16px;
	}
	
	
}


.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;
  }
}