@charset "shift_jis";

/* bottom fixed 
--------------------------------------------------------- */	
body.isFacetSearch #overlayBGNarrow {
    padding-bottom: 4.5rem;
	position: inherit;
}
#fixedBottomArea {
    position: fixed;
    bottom: 0;
    left: 0;
	width: 100%;
    z-index: 600;
}

/* for below iOS4 */
#fixedBottomArea.ipn {
    position: absolute;
    overflow: inherit;
}

.fixedBottom {
    padding:8px 0;
    background: rgba(50,50,50,.9);
}
.fixedBottom > div {	
    display:table;
	table-layout: fixed;
	margin:0 auto;
	width:100%;
}
.fixedBottom > div > span {
    display: table-cell;
	vertical-align: middle;
	color:#fff;
}
.fixedBottom > div > span #itemCounter {
	font-size:26px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.fixedBottom > div > span #itemCounter + span {
    font-size:12px;
	padding-left:3px;
}
.fixedBottom > div > span.itemCounter {
    width:40%;
	text-align:center;
}
.fixedBottom > div > span.narrowBtnArea {
    width:40%;
	padding-right:0;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
}
.fixedBottom .narrowBtn {
    display: inline-block;
    margin: 0;
    padding: 0;
    width:85%;
	height:32px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.001em;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f06b12;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.0, #fead57),color-stop(0.70, #f06b12));
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    color: #fff;
    border: 1px solid #b8720f;
}

.fixedBottom .narrowBtn.off {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.001em;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ebebeb;
    background-image: none;
    border: 1px solid #babbbc;
	border-color: transparent;
	text-shadow: none;
	color:#999;
}
.fixedBottom .narrowBtn.off2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.001em;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #c8c8c8;
    background-image: none;
    border: 1px solid #babbbc;
	border-color: transparent;
	text-shadow: none;
	color:#999;
}
.fixedBottom .narrowBtn.off3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.001em;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #d7d8da;
    background-image: none;
    border: 1px solid #b3b2b1;
	text-shadow: none;
	color:#909090;
}

/* [type = text] */
#overlayNarrow .narrowList .selectList input.inputW100[type="text"] {
    width: 100%;
    height:30px;
    padding:0 4px;
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 14px;
}

.narrowList .selectList ul + dl {
	margin-top:10px;
}
.narrowListRoundBg > div + dl {
    margin-top:10px;
}

/* no scroll area style [add sm3 20130925]*/
.noScrBase {
	width:94%;
	margin:0 auto;
}
/* scroll area style */
.scrBase{
	position:relative;
	/* z-index:1; */
	overflow:hidden;
	height: 200px;
	background:#fff;
	border-radius:8px;
	border:1px solid #aaa;
	padding:2px 0;
	width: 94%; /* scroll Area width */
	margin: auto;
}
.scrBase > .scrMain{
	position: relative;
	top:0px;
}

/* scrollbar style */
#overlayNarrow .scrollbarV {
    position: absolute;
    z-index: 100;
    width: 8px;
    bottom: 2px;
    top: 2px;
    right: 3px;
    pointer-events: none;
    -webkit-transition: opacity 0ms 0ms;
    transition: opacity 0ms 0ms;
    overflow: hidden;
    opacity: 1;
}
#overlayNarrow .scrollbarV > div {
    position:absolute;
    z-index:100;
    background-color: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.9);
    -webkit-background-clip: padding-box;
    box-sizing: border-box;
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0ms cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: -webkit-transform 0ms cubic-bezier(0.33, 0.66, 0.66, 1);
    -webkit-transform: translate(0px, 0px) translateZ(0px);
}

#overlayNarrow .facetedList .gchkBoxRow li,
#overlayNarrow .facetedList .colorListBoxRow li {
    background: none;
	padding:0;
	padding: 10px 7px;
    border: 1px solid #aaa;
    border-left:none;
    border-right:none;
    border-top:none;
    border-radius:0;
}
#overlayNarrow .facetedList .gchkBoxRow li:last-child {
    border-bottom:none;
}


/* For Android below 4.0 */
.narrowList .selectList .folding ul {
    margin-bottom: 0;
}
#overlayNarrow .facetedList.folding .gchkBoxRow li {
	background:#fff;
	border:1px solid #aaa;
	border-top:0;
}
#overlayNarrow .facetedList.folding ul.gchkBoxRow:first-child li:first-child {
	border-top:1px solid #aaa;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
#overlayNarrow .facetedList.folding .gchkBoxRow li:last-child {
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
#overlayNarrow .facetedList.folding .gchkBoxRow.nbr li:last-child {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
#overlayNarrow .facetedList .gchkBoxRow.moreEl li:first-child {
    border-top:1px solid #aaa;
}


/* toggle */
.addFootMargin {
     margin-bottom:2em;
}

/* toggle overwrite */
.hType3Toggle {
    background: #555;
	border-bottom:1px solid #dce6f3;
}
.facetedNarrowList > .hType3Toggle:last-child {
    border-bottom:0;
}
.toggleBtn {
    display: block;
    padding: 6px 10px;
}
span.inputBlock {
	display: inline-block;
	margin-top:5px;
}
label span.prdnum {
    font-size: 12px;
}


/* ランキング絞り込み */
#overlayNarrow .facetedNarrowList .hType2 {
	margin-top:5px;
}
#overlayNarrow .facetedNarrowList .hType2:first-child {margin-top:0;}
#overlayNarrow .facetedNarrowList .narrowInTtl {
	border-top:1px solid #7e98c0;
	border-bottom:none;
	background:#b3c5dd;
}
#overlayNarrow .facetedNarrowList .narrowInTtl {
	border-top:1px solid #7e98c0;
	border-bottom:none;
	background:#b3c5dd;
}
#overlayNarrow .facetedNarrowList .narrowInTtl a {
	padding:9px 10px 8px 10px;
	color:#425599;
	font-weight:bold;
	vertical-align:middle;
	border-top:1px solid #fff;
}
#overlayNarrow .facetedNarrowList .narrowInTtl.o {
	border-top:1px solid #7e98c0;
	background:#97b0d2;
}
#overlayNarrow .facetedNarrowList .narrowInTtl.o a {
	background:#97b0d2;
	margin:0 10px;
	padding:9px 0 8px 0;
	color:#000;
	border-color:#97b0d2;
	border-bottom:1px solid #cbd8e9;
}
#overlayNarrow .facetedNarrowList .narrowInBox {
	background:#97b0d2;
	padding:10px 15px 5px 15px;
	margin-bottom:0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.narrowList .selectList ul {
    margin-bottom: 10px;
}
.hType2 > span {
    padding: 6px 12px 7px;
}
.hType2 > span > span.sToggle {
	position: absolute;
	top:6px;
	right:10px;
    display: block;
    background: #40517f;
    width: 8em;
    text-align: center;
    font-size: 12px;
    margin-top: 0;
    padding: 2px 0;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    -webkit-box-shadow: 0 1px rgba(255,255,255,0.25);
    box-shadow: 0 1px rgba(255,255,255,0.25);
    border-radius: 9.5px;
}
#overlayNarrow .close {
    top: 5px;
}
.angleB {
    background: url(http://img1.kakaku.k-img.com/images/smartphone/icon_arrow.png) no-repeat left -104px;
    background-size: 22px 165px;
    padding-left: 12px;
}
.angleR {
    background: url(http://img1.kakaku.k-img.com/images/smartphone/icon_arrow.png) no-repeat left -88px;
    background-size: 22px 165px;
    padding-left: 12px;
}

/* moreload */
#overlayBGNarrow .facetedList p.moreLoad {
    width: 80%;
    margin: 5px auto 0;
    padding: 5px 0;
}

#overlayBGNarrow .facetedList p.moreLoad > a {
    background: #eee !important;
    padding: 6px;
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
}

p.moreLoad > a {
    display: block;
    background: #ddd !important;
    height: 16px;
    padding: 8px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-bottom: 1px solid #bbb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* [spec] color */
#overlayNarrow .colorListBoxRow li input {
    display: inline-block;
    height: auto;
    margin: 0 3px 0 0;
    padding: 0;
    font-size: 16px;
    vertical-align: baseline;
    border: 1px solid #999;
}

#overlayNarrow .colorListBoxRow li {
    background: #fff;
    padding: 9px 7px;
    border: 1px solid #aaa;
    border-bottom: none;
}

#overlayNarrow .colorListBoxRow li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#overlayNarrow .colorListBoxRow li:last-child {
    border-bottom: 1px solid #bbb;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#overlayNarrow .colorListBoxRow li label {
    display: inline-block;
    width: 91%;
    font-size: 16px;
    line-height: 1;
    vertical-align: text-top;
}

/* iOS7 2013.10.1 sm10 */
body.isFacetSearch.ios7 #overlayBGNarrow {
    padding-bottom: 6rem;
}
.ios7 .fixedBottom {
	padding:8px 0px 0;
}
.ios7 .fixedBottom:after {
	margin-top:10px;
    content:"";
	display:block;
	height:20px;
	background:#eee;
}
.fixedBottom .narrowBtn {
    height:40px;
    text-shadow: none;
    color: #fff;
    border:0;
}

/* SubSeries 2014.03 sm10 */
#overlayNarrow .facetedList .gchkBoxRow li label,
#overlayNarrow .noScrBase .gchkBoxRow li label {
  font-size:14px;
}

.subSeries.off{
  display: none ;
}

#overlayNarrow .gchkBoxRow li.hasSubSeries{
  padding: 0;
}

.narrowList .selectList .subSeries {
  margin-bottom: 0;
}

#overlayNarrow .gchkBoxRow .hasSubSeries .parentList{
  position: relative;
  padding: 10px 15px 10px 7px;
}

#overlayNarrow .gchkBoxRow .hasSubSeries .parentList input,
#overlayNarrow .gchkBoxRow .hasSubSeries .parentList label,
#overlayNarrow .gchkBoxRow .hasSubSeries .parentList .accordion{
  display: inline-block;
  float: left;
  /* vertical-align: middle; */
}

#overlayNarrow .gchkBoxRow .hasSubSeries .parentList::after{
  display: block;
  content:"";
  clear: both;
}

#overlayNarrow .gchkBoxRow .hasSubSeries .parentList label {
  width: 80%;
  text-align: left;
}

#overlayNarrow .gchkBoxRow .hasSubSeries .parentList::after{
  display: block;
  content:"";
  clear: both;
}

/* トグルボタン */
#overlayNarrow .gchkBoxRow .hasSubSeries .parentList .accordion{
  position: absolute;
  top:3px;
  right:5px;
}

.toggleBtn.accordion span.toggleIcon {
  background-position: 0 0;
  overflow: hidden;
  width: 18px;
  height: 18px;
}

.toggleBtn.accordion span.toggleIcon {
  background-image: url(http://img1.kakaku.k-img.com/images/smartphone/icon_morelist.png);
  background-size: 36px 18px;
  background-repeat: no-repeat;
}

.toggleBtn.accordion span.toggleOpen {
  background-position: -18px 0;
}

.toggleBtn.accordion span {
  display: table-cell;
  vertical-align: middle;
}

/* サブシリーズのリストのみ処理 */
#overlayNarrow .gchkBoxRow .subSeries li {
  padding-left: 20px;
  border-left: 0;
  border-right: 0;
}

#overlayNarrow .gchkBoxRow .subSeries li:first-child {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#overlayNarrow .gchkBoxRow .subSeries li:last-child {
  border-bottom: 0;
}

/* スクロールの場合 */
#overlayNarrow .facetedList .gchkBoxRow .subSeries li:first-child {
  border-top: 1px solid #aaa;
}

/* Android2x対応の場合 */
#overlayNarrow .facetedList.folding .gchkBoxRow .subSeries li {
  border-right: 0;
  border-left: 0;
}

#overlayNarrow .facetedList.folding ul.gchkBoxRow:first-child .subSeries li:first-child {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* 20140805 visited対応 sm10 */
div.itemList.displayArea ul.linkList > li a:link {
  background-color: #fff;
}

div.itemList.displayArea ul.linkList > li a:visited {
  background-color: #fafafa; /*カラー変更 20160530 sm26*/
}

ul.linkList > li a:visited .specTxt li:after {
  border-color: #ccc;
}

/* ページ下絞り込みボタン追加 20140814 sm10 */
.pageNavigation + ul.sort.btm {
	border-top:1px solid #fff;
}
.itemList + ul.sort.btm {
	border-top:1px solid #bbb;
}

ul.sort.btm {
	background:#f1f1f1;
	height:auto;
	padding:10px 20px 8px 20px;
}

ul.sort.btm li.only {
	width:100%;
}

ul.sort.btm li.only .notes {
	margin-top:5px;
	color:#555;
	font-size:11px;
	letter-spacing:-0.001em;
	line-height:1;
	text-align:left;
}

ul.sort li.narrowChange a:before {
    content: normal;
}

ul.sort li.narrowChange a {
    font-size: 14px;
}

/* SIMカード導線設置 201410 sm18
--------------------------------------------------------- */
.simBoxWrap > .simBox {
	display:table;
	width:100%;
	padding: 5px;
	margin-top:5px;
	background-color: #eee;
}
.simBoxWrap > .simBox > span {
	background-color:#f3f3f3;
}
.simBoxWrap > .simBox > div ,
.simBoxWrap > .simBox p {
	display:table-cell;
	vertical-align:middle;
	font-size:10px;
	background-image:none;
	color:#000;
}
.simBoxWrap > .simBox .simSize {
	padding-right:5px;
	width:100%;
}
.simBoxWrap > .simBox .simSize dt ,
.simBoxWrap > .simBox .simSize dd {
	display:table-cell;
	vertical-align:middle;
}
.simBoxWrap > .simBox .simSize dt {
	width:60px;
	vertical-align:middle;
}
.simBoxWrap > .simBox input {
	background-color:#f06b12;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.0, #fead57),color-stop(0.70, #f06b12));
	background-image:-moz-linear-gradient(top, #fead57, #f06b12 70%);
	-webkit-text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	color:#fff;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: normal;
  border: 1px solid #f06b12;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
div.itemList.displayArea ul.linkList > li a:visited .simBoxWrap > .simBox  {
	background:#ddd;
}

/*　glayOut　*/
.simBoxWrap > .simBox input.grayOut {
  background-color: #d7d8da;
  background-image: -moz-linear-gradient(top, #d7d8da, #d7d8da);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#d7d8da), to(#d7d8da)); 
  color:#909090;
  border: 1px solid #b3b2b1;
  text-shadow:none;
}

/* 製品画像拡大施策 201601 sm10
--------------------------------------------------------- */
.c-viewListClm_in {
  display: table;
  width: 100%; }

.p-viewListClm {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d7d8da;
  background: #f1f1f1; }
  .p-viewListClm_line {
    display: table-cell;
    padding: 4px 10px;
    vertical-align: middle;
    font-size: 12px; }
  .p-viewListClm_btn {
    display: table-cell;
    padding: 4px 0;
    vertical-align: middle; }

.p-switchBtn {
  width: 52px; }
  .p-switchBtn-display {
    content: '';
    display: block;
    width: 52px;
    height: 18px;
    padding: 0 10px;
    background: url("http://img1.kakaku.k-img.com/images/smartphone/itemlist/icon_view-switch.png") no-repeat;
    background-size: 52px auto;
    background-position: 10px 0; }
    .p-switchBtn-display.is-blockView {
      background-position: 10px 0; }
    .p-switchBtn-display.is-listView {
      background-position: 10px -18px; }

.c-linkList-col1-v1 .c-linkList_cell {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .c-linkList-col1-v1 .c-linkList_cell .c-linkList_item {
    display: block;
    border-bottom: 1px solid #D7D8DA; }
  .c-linkList-col1-v1 .c-linkList_cell:last-child .c-linkList_item {
    border-bottom: 0; }
.c-linkList_window-col1 .c-linkList_visual {
  position: relative;
  overflow: hidden;
  margin: 10px auto;
  width: 280px;
  min-height: 210px;
  text-align: center; }
  .c-linkList_window-col1 .c-linkList_visual_entity {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 280px;
    max-height: 210px;
    vertical-align: top; }
  .c-linkList_window-col1 .c-linkList_visual_entity-v2 {
    margin: auto;
    max-width: 280px;
    max-height: 210px;
    vertical-align: top; }
.c-linkList_window-col1 .c-linkList_visual-v2 {
  position: relative;
  overflow: hidden;
  margin: 10px auto;
  padding: 10px 0;
  width: 280px;
  text-align: center; }
.c-linkList_lines_wrap {
  padding: 7px 20px 7px 10px;
  background: url("http://img1.kakaku.k-img.com/images/smartphone/icon_linkarrow.png") no-repeat right center;
  background-size: 18px 13px; }
.c-linkList_lines .p-linkList_lines_head {
  margin-bottom: 5px; }
.c-linkList_lines_col2 {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .c-linkList_lines_col2 .c-linkList_lines_line {
    display: table-cell;
    vertical-align: top; }
.c-linkList_lines .p-linkList_lines_head_txt {
  width: 55%;
  font-size: 11px;
  color: #000; }
.c-linkList_lines .p-linkList_lines_head_date {
  width: 45%;
  font-size: 11px;
  color: #999;
  text-align: right; }
.c-linkList_lines_ttl {
  margin-bottom: 3px;
  font-size: 14px;
  color: #000;
  font-weight: bold; }
.c-linkList_lines .p-linkList_lines_price {
  margin-bottom: 3px;
  color: #b71b1b;
  font-family: "Verdana";
  font-size: 14px;
  font-weight: bold; }

.p-specTxt {
  margin-top: 3px;
  font-size: 0;
  color: #999; }
  .p-specTxt_line {
    display: inline;
    line-height: 1.4;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 10px; }
    .p-specTxt_line::after {
      content: "";
      display: inline;
      line-height: 1.4;
      word-wrap: break-word;
      word-break: break-all;
      margin: 0 8px;
      border-right: 1px solid #eee; }
    .p-specTxt_line:last-child::after {
      content: none; }

ul.linkList > li a:visited .p-specTxt li:after {
  border-color: #ccc; }

.u-text-ell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* ショップ選択追加 160406 sm29
--------------------------------------------------------- */
.shopSelect {
  font-size: 11px;
  padding: 10px 30px 8px 8px;
  position: relative;
  display: block;
  border-bottom: 1px solid #d7d8da;
}
.shopSelectList {
  display: inline-block;
  padding: 0 0 2px 2px;
}
input[type=checkbox].shopSelectListCheck {
  margin: 0 2px 0 0;
  vertical-align: top;
}
.shopSelectHint {
  position: absolute;
  right: 10px;
  top: 9px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  box-shadow: none;
  background: #40517f;
  line-height: 16px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.shopSelectList .zerohit {
  color: #999;
}
.shopSelectList .schshopYahoo.zerohit:before,
.shopSelectList .schshopAmazon.zerohit:before,
.shopSelectList .schshopRakuten.zerohit:before {
  opacity: .5;
  
}
/* tooltip */
.popupCell .tooltipBox {
  width: 200px;
}
.popupCell .tooltipBox {
  text-align: left;
  top: 62px;
  left: -30px;
}
.tooltipBox {
  display: none;
  position: absolute;
  width: 200px;
  height: auto;
  right: 6px;
  padding: 10px;
  overflow: hidden;
  background: #40517f;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  z-index: 2;
  margin-top: 3px;
}
.tooltipBox .tooltipClose {
  display: block;
  float: right;
  width: 12px;
  height: 12px;
  margin: -5px -5px 0 0;
  background-color: #fff;
  box-shadow: none;
  background-image: url(http://img1.kakaku.k-img.com/images/smartphone/icon_btn_01_e.png);
  background-size: 17px 60px;
  background-repeat: no-repeat;
  background-position: -3px -50px;
  text-indent: 100%;
  color: #40517f;
  font-weight: bold;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #fff;
}
.tooltipBox .tooltipBoxImg {
  background: #fff;
  display: block;
  padding: 2px 4px;
  margin-top: 5px;
  border-radius: 2px;
}
.tooltipBox .schshopRakuten,
.tooltipBox .schshopYahoo,
.tooltipBox .schshopAmazon {
  display: block;
  color: #40517F;
  margin: 2px 0 ;
  line-height: 1;
}
.tooltipBox .schshopRakuten:before { background-position: 1px 0px; width: 18px; }
.tooltipBox .schshopAmazon:before {  background-position: 2px -54px; width: 18px;}
.tooltipBox .schshopYahoo:before {  background-position: 1px -13px;  width: 19px;}
/* ショップ選択追加 end */
/* リスト表示追加 160406 sm29
--------------------------------------------------------- */
.viewListBtnWrap {
  overflow: hidden;
  padding: 7px 10px;
  background: #c5c5c5;
  border-bottom: 1px solid #bbb;
}
.viewListBtnWrap .sort {
  width: 80%;
  float: left;
  padding: 0;
  border-bottom: none;
  height: 34px;
}
.viewListBtnWrap ul.sort li.sort1 {
  margin-right: 2%;
}
.viewListBtnWrap .sort li {
  float: left;
  width: 49%;
}
.viewListBtn {
  width: 20%;
  float: left;
  height: 33px;
  text-align: center;
}

.viewListBtn a {
  position: relative;
  float: right;
  display: block;
  background-color: #fff;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff), to(#e2e2e2));
  background: -moz-linear-gradient(top, #fff, #e2e2e2);
  width: 50%;
  height: 28px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  border: 1px solid #b3b2b1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 2px;
}
.viewListBtn a:before {
  content: '';
  position: absolute;
  dispay: inline-block;
  width: 1px;
  height: 32px;
  border-left: 1px solid #b3b2b1;
  left: -52%;
  top: -2px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.5);
}
.viewListBtn a:after{
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(http://img1.kakaku.k-img.com/images/smartphone/itemlist/icon_view.png);
  background-position: 0 -50px;
  background-size: 20px auto;
  background-repeat: no-repeat;
}
.viewListBtn.viewListBtnCell a:after{
  background-position: 0 0;
}

/* リスト表示追加 end */
/* リスト2カラム 160406 sm29
--------------------------------------------------------- */
div.itemList ul.linkList.linkListColumn2 {
  background: #FAFAFA;
  overflow: hidden;
}
div.itemList ul.linkList.linkListColumn2 > li{
  width: 50%;
  float: left;
  border-top: none;
  display:inline-block;
  vertical-align:top;
}
@media screen and (min-width:500px){
  div.itemList ul.linkList.linkListColumn2 > li{
    width: 33.33%;
  }
}
@media screen and (min-width:901px){
  div.itemList ul.linkList.linkListColumn2 > li{
    width: 25%;
  }
}
div.itemList ul.linkList.linkListColumn2 > li.moreloadResult{
  width: 100%;
  float: none;
  overflow: hidden;
  background: #fff;
}
div.itemList ul.linkList.linkListColumn2 > li a {
  padding: 10px;
}
.linkListColumn2 li .linkOther,
.linkListColumn2 .itemCatWriteRev a {
  border-bottom: 1px solid #d7d8da;
}
ul.linkList.linkListColumn2 > li a.linkOther {
  background: none;
}
.linkListColumn2 li .linkOther,
.linkListColumn2 li .itemCatWriteRev a {
  border-right: 1px solid #d7d8da;
}
@media screen and (max-width:499px){
  .linkListColumn2 li:nth-child(even) .linkOther,
  .linkListColumn2 li:nth-child(even) .itemCatWriteRev a {
    border-right: none;
  }
}
@media screen and (min-width:500px) and (max-width: 900px){
  .linkListColumn2 li:nth-child(3n) .linkOther,
  .linkListColumn2 li:nth-child(3n) .itemCatWriteRev a {
    border-right: none;
  }
}
@media screen and (min-width:901px){
  .linkListColumn2 li:nth-child(4n) .linkOther,
  .linkListColumn2 li:nth-child(4n) .itemCatWriteRev a{
    border-right: none;
  }
}

div.itemList .linkListColumn2 .image,
div.itemList .linkListColumn2 .productInfo {
  display: block;
  padding-right: 0;
}
/* メーカー名追加 1609 sm26 */
div.itemList .linkListColumn2 .image {
  margin-top:12px;
  padding-top:3px; 
}
div.itemList .linkListColumn2 .headTxt {
  color: #999;
  font-size: 10px;
  margin-bottom: 3px;
  line-height: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.itemList .linkListColumn2 .headTxt + .image {
  margin-top:0;
  padding-top:0; 
}
div.itemList .linkListColumn2  div + .specTxt li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
/* メーカー名追加 1609 sm26 END */
div.itemList .linkListColumn2 .productInfo dt {
  overflow: hidden;
  text-align: left;
  width: 100%;
  margin-top: 3px;
}
div.itemList .linkListColumn2 .image p {
  width: 120px;
  max-height: 120px;
  height: 120px;
  margin: auto;
  position: relative;
  background: #fff;
}
div.itemList .linkListColumn2 .image p img {
  max-width: 120px;
  position: absolute;
  max-height: 120px;
  top: 0;
  left: 0;
  bottom: 0;
  right:0;
  margin: auto;
}
.linkList.linkListColumn2 .price {
  text-align: center;
  margin-top: 5px;
}
.linkListColumn2 .shop:after{
  content: '';
  width: 20px;
  height: 13px;
  display: inline-block;
  background: url(http://img1.kakaku.k-img.com/images/smartphone/icon_linkother.png) no-repeat 3px 2px;
  -webkit-background-size: 20px 13px;
  background-size: 20px 13px;
}
.linkList.linkListColumn2 > li + .hType3 {
  border-top: none;
}
.linkList.linkListColumn2 .orangeTxt {
  letter-spacing: -1px;
}
/* リスト2カラム end */
/* 買い物ナビ絞り込み条件枠追加 20160622 sm26 */
.shpngNavi .toggleBtn {
  background: #eff9da;
}
.shpngNavi .toggleEl {
  background: #eff9da;
}
.shpngNavi .confirmList {
  counter-reset: li;
  border-radius: 5px;
}
.shpngNavi .confirmListItem {
  background: #fff;
  padding: 0;
}

.shpngNavi .confirmListItem:first-child {
  border-top: 1px solid #e4eece;
  padding-top: 7px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.shpngNavi .confirmListItem:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.shpngNavi .confirmList .confirmListItemLink {
  border-top:none;
  margin-top: 0;
  background: #EFF9DA;
}
.shpngNavi .confirmList .confirmListItemLink a {
  width: auto;
  border-radius: 4px;
}
.shpngNavi .confirmList .confirmListItemLink a:before {
  background: url(http://img1.kakaku.k-img.com/images/smartphone/shoppingnavi/icn_leaf.png) no-repeat;
  -webkit-background-size: 12px 15px;
  background-size: 12px 15px;
  background-position: 0px 2px;
}
.shpngNavi .confirmListItem .qTxt {
	position: relative;
  display: block;
  padding: 0 5px 0 35px;
	font-size: 11px;
	line-height: 11px;
}
.shpngNavi .confirmListItem .qTxt:before,
.shpngNavi .confirmListItem .qTxt:after {
	position: absolute;
	top: 5px;
	left: 0;
	width: 24px;
	height: 1em;
  margin-top: -.7em;
	margin-left: 5px;
	color: #fff;
	font-size: 85%;
}
.shpngNavi .confirmListItem .qTxt:after {
	content: "";
  border-radius: 3px;
  background: #8fc21f;
    padding: 1px 0 2px 0;
}
.shpngNavi .confirmListItem .qTxt:before {
	position: absolute;
	top: 5px%;
	left: 0;
	z-index: 10;
	content: "Q" counter(li);
	counter-increment: li;
	text-align: center;
	font-family: Arial ;
	font-weight: normal;
	line-height: 1;
	padding: 2px 0 1px 0;
}
.shpngNavi .confirmListItem .aTxt {
	display: block;
	padding: 0 6px 10px 8px;
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
}
.shpngNavi .mainTxt {
  display: inline-block;
  padding: 0 3px 0 0;
}
.shpngNavi .subTxt {
	display: inline-block;
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
/* off */
p.confirmListItemLink {
  background: #eff9da;
  padding: 8px 10px;
  text-align: center;
  width: auto;
  border-bottom: 1px solid #bbbbbb;
}
p.confirmListItemLink a {
  display: block;
  background: #fff;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff), to(#e2e2e2));
  background: -moz-linear-gradient(top, #fff, #e2e2e2);
  margin: 0 auto;
  padding: 6px 13px 8px 14px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #b3b2b1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
p.confirmListItemLink a:before {
  content: "";
  overflow: hidden;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  background: url(http://img1.kakaku.k-img.com/images/smartphone/shoppingnavi/icn_leaf.png) no-repeat;
  -webkit-background-size: 12px 15px;
  background-size: 12px 15px;
  background-position: 0px 4px;
}
/*.shpngNavi.off .toggleBtn,*/
.shpngNavi.off .confirmListItem {
  position: absolute;
  display: block;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.shpngNavi.off dd.cls {
  position: static;
}
.shpngNavi.off dd.cls .confirmList {
  
}
/* 買い物ナビ絞り込み条件枠追加 20160622 sm26 END */

/* サーチアイテムリスト レビュー表示 20170414 sm23 */
ul.linkList.withReview .reviewBox {
    position: relative;
}
ul.linkList.withReview .reviewBox::before {
    content: '';
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 7px;
    position: absolute;
    top: -7px;
    left: 0;
}
ul.linkList.withReview .reviewBoxIn {
	border-radius: 3px;
    border: 1px solid #e7e7e7;
    margin: 0 10px 7px;
    padding: 5px 8px 7px;
}

ul.linkList.withReview .reviewBox a {
    display: -webkit-box;
    background: none;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
}
div.itemList.displayArea ul.linkList.withReview .reviewBox a:visited {
    background-color: #fff;
}
ul.linkList.withReview .reviewBox .faceIcon {
    display: inline-block;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    margin: 0 -14px -12px 0;
    vertical-align: middle;
}
ul.linkList.withReview .reviewBox .starIcon:before {
    vertical-align: -1px;
}
ul.linkList.withReview .reviewBox .reviewTitleBox {
    display: table;
    font-size: 12px;
    line-height: 1;
}
ul.linkList.withReview .reviewBox .reviewTitleBox > div {
    display: table-cell;
}
ul.linkList.withReview .reviewBox .reviewTitleBox > div:first-child {
    width: 50px;
}
ul.linkList.withReview .reviewBox .txt10 {
    color: #555;
    line-height: 1.3;
}
/* サーチアイテムリスト レビュー表示 20170414 sm23 END */

/* レビュー表示に見出しを追加 20170501 sm23 */
ul.linkList.withReview .reviewBox .reviewTitleL {
    border-radius: 3px 3px 0 0;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    background: #f3f3f3;
    margin: 0 10px;
    padding: 3px 5px;
    font-size: 10px;
    color: #666;
    line-height: 1.4;
}
ul.linkList.withReview .reviewBox .reviewTitleL + .reviewBoxIn {
    border-radius: 0 0 3px 3px;
    border-top: none;
}
/* レビュー表示に見出しを追加 20170501 sm23　END */

/* 限定価格 20170517 sm23 */
ul.linkList > li .withIcnLimited {
    position: relative;
}
ul.linkList > li .withIcnLimitedBox {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
ul.linkList > li .withIcnLimitedBox .icnLimited {
    display: block;
    background: #d54545;
    width: 70px;
    padding: 2px 0; 
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: -21px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/* 限定価格 20170517 sm23　END */
/* モールアイコンCSS→画像化 170531 sm26 */
.itemList .productInfo .shop img {
  margin: 0 0 1px 0;
  vertical-align: text-bottom !important;
  max-width: 17px;
  max-height: 13px;
  width: auto;
  height: auto;
}
/* モールアイコンCSS→画像化 170531 sm26　END */