/* CSS Document */
/* キャッシュレス還元 --------------------------------------------------------------------------*/
.cashlessPtBack{
  width: 410px;
}

/* 商品画像 --------------------------------------------------------------------------*/
div:not(.popover-content--1jzN2) > div.spacer--xFAdr.flex-column--zlXTp.padding-all-none--3xhH7{
  width: 410px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 4px;
}

div.spacer--xFAdr.flex-column--zlXTp.padding-all-none--3xhH7 > div.padding-bottom-xsmall--38EdM:not(:first-child):not(.flex-row--3B9KL){
  width: 134px
}

/* 商品ページ内3年あんしん延長保証バナー --------------------------------------------------------------------------*/

.warr-iframe{
  width:800px;
  height:240px;
  border:0;
  margin:0 0 20px 0;
}

.warr-sm-iframe{
  width:390px;
  height:146px;
  border:0;
}

/* 商品ページ上部カテゴリーリンク(SUZUKID等) --------------------------------------------------------------------------*/

.item-cat-head{
  display:block;
  width:800px;
  height:41px;
  border-top:1px solid #cdcdcd;
  border-bottom:1px solid #cdcdcd;
  text-align:center;
  margin:0;
}

.item-cat-head:before{
  content:"";
  display:inline-block;
  height:100%;
  vertical-align:middle;
  margin-right:-0.25em;
}

.item-cat-head:hover{
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
 
.item-cat-head,
.item-cat-head img{
  vertical-align:middle;
}

.item_desc .item-cat-head{
  width:410px;
  margin:0 0 10px 0;
}

/* メーカー問合せ先 --------------------------------------------------------------------------*/

.item_desc .item-tel{
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  background: #fff;
  padding: 4px 10px 3px 10px;
  border-radius: 15px;
  border: solid 1px #cdcdcd;
}

.item-tel:before{
  content:"\30E1\30FC\30AB\30FC\554F\5408\305B\5148\a0TEL";
  margin-right: 4px;
  font-size: 12px;
}

/* 500円OFFクーポンバナー --------------------------------------------------------------------------*/

.item-coupon{
  display:block;
  background-image:url(https://image.rakuten.co.jp/minatodenk/cabinet/layout/item-coupon_3.gif);
  background-repeat:no-repeat;
  width:800px;
  height:58px;
  margin:0 0 16px 0;
}

.item-coupon:hover{
  filter:alpha(opacity=85);
  opacity:0.85; -moz-opacity:0.85;
}

.item_desc .item-coupon{
  background-image: url("https://image.rakuten.co.jp/minatodenk/cabinet/layout/item-coupon-y.gif");
background-repeat: no-repeat;
  width: 390px;
  padding-top:16px;
  margin-bottom:0;
  background-position: 0 5px;
}

/* パンくず --------------------------------------------------------------------------*/
td.sdtext{
  font-size:0;
  height:20px;
  line-height:20px;
}

td.sdtext a:first-child{
  display:none;
}

td.sdtext a:nth-of-type(2){
  display:none;
}

td.sdtext a:not(:first-child):after{
  content:url(https://image.rakuten.co.jp/minatodenk/cabinet/004/cat-arrow3.gif);
  margin:2px 0 0 7px;
  position:absolute;
}

td.sdtext a:last-child:after{
  content:none;
}

/* ブロック */
#pagebody > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(3) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) + br{
  display:none;
}

tr:nth-child(1) > td.sdtext{
  margin-top:-4px;
}

td.breadcrumbs_list,
td.sdtext{
  margin:0;
  padding:0;
  display:block;
}

td.breadcrumbs_list{
  width:800px;
}

/* 文字 */
a.breadcrumbs_list,
.sdtext a{
  margin:-2px 0 0 -4px;
  padding:5px;
  background-color:#fff;
  vertical-align:middle;
  display:inline-block;
  text-decoration:none;
  border-radius:3px;
  color:#444 !important;
  font-size:12px;
  height:12px;
  line-height:12px;
}

.sdtext a:not(:last-child){
  margin-right:11px;
}

a.breadcrumbs_list:hover,
.sdtext a:hover{
  background-color:#eee;
}

td.breadcrumbs_list{
  font-size:11px;
}

/* PC販売説明文-------------------------------------------------------------------------- */
span.sale_desc{
  margin:1em 0 0 0;
  display:block;
  margin-bottom:10px;
}

span.sale_desc + br,
span.sale_desc + br + br,
.item_desc + br,
.item_desc + br + br{
  display:none;
}

/* 送料・代引き・即日設定 アイテムインフォ-------------------------------------------------------------------------- */
.item-info{
  display: block;
  margin: 15px 0 15px 0;
  padding: 0 11px 10px 11px;
  width: 388px;
  background: #f5f5f5;
  border-radius: 3px;
}

.item-info img{
  margin: 10px 11px 0 0;
  vertical-align: top;
}

.item-info span img,
.item-info a img{
  margin: 10px 0 0 0;
}

.item-info img:nth-of-type(3n){
  margin-right: 0;
}

/* smtb-msの部分-------------------------------------------------------------------------- */
.item-info-t{
  display:block;
  color: #ccc;
  font-size:11px;
  margin-bottom:4px;
}

/* Q&Aバナー用 --------------------------------------------------------------------------*/
.qa-banner {
  display: block;
  text-align: right;
  margin: 0 0 10px 0;
  }
  
.qa-banner > img{
  display: block;
}

/* 家電リサイクル用 --------------------------------------------------------------------------*/
.kaden-banner {
  display: block;
  text-align: right;
  }
