@charset "utf-8";

/* 利用しない要素の非表示設定 */
.igo_product_product_name_label,
.igo_product_discount_rate2_label,
.igo_product_declaration_of_value_label,
.igo_product_regular_price2_label,
.igo_product_sale_price2_label,
.igo_product_product_link,
.igo_product_few_remaining_label,
.igo_product_declaration_of_sale_label
{
  display: none;
}
.igo_boxhead {
  border-left: 6px solid #EA5503;
}
.igo_product {
  display: block;
  border: 1px solid #dfdfdf;
  float: left;
  position: relative;
  box-shadow: 0 0 3px #fff, 0 0 3px #ccc, 0 0 1px #aaa;
  background: #ffffff;
}
.igo_product_image_link a,
.recommend-item .igo_product > a {
  display: block;
  background-color:  #f6f6f6;
  text-align: center;
}
.igo_product a:nth-child(2) {
  display: none;
}
.igo_product_image_link{
  position: relative;
}
.igo_product_image_link a {
  position: relative;
  display: block;
}
.igo_product_area {
  background: rgba(255, 255, 255, 0.8);
}
.igo_product_discount_rate2_value,
.igo_product_few_remaining_value {
  display: block;
  background-color: #ea5504;
  color: #fff;
  font-size: 66%;
  text-align: center;
  border-radius: 3px;
}
.igo_product_declaration_of_value_value:empty,
.igo_product_regular_price2_value:empty,
.igo_product_discount_rate2_value:empty,
.igo_product_few_remaining_value:empty
{
  display: none;
}
.igo_product_regular_price2_value
{
  text-decoration: line-through;
}
.igo_product_declaration_of_sale,
.igo_product_declaration_of_value {
  clear: both;
}
/* PC対応 */
@media(min-width:751px) {
  .igo_boxhead h2 {
    margin-bottom: 0;
    padding: 4px 0 4px 10px;
    font-size: 154%;
  }
  .igo_boxbody {
    margin-top: 20px;
  }
  .igo_product {
    width: 22.7%;
    padding: 7px;
    height: 262px;
    margin-right: 7px;
    margin-bottom: 7px;
    cursor: pointer;
  }
  .exist_side .igo_product {
    width: 158.7px;
    height: 214px;
    overflow: hidden;
  }
  .igo_product_area {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 70%;
    padding: 2px 4px;
    color: #000;
    overflow: hidden;
    height: 12.5px;
    max-width: 100%;
  }
  .igo_product:nth-child(4n) {
    margin-right: 0;
  }
  .igo_product_image_link {
    margin-bottom: 4px;
  }
  .tab-container-list .igo_product a img,
  .igo_product_image_link a img {
    max-height: 130px;
    width: initial !important;
  }
  .exist_side .igo_product a img {
    max-height: 93px;
  }
  .igo_product_product_name {
    height: 39px;
    overflow: hidden;
    margin-bottom: 8%;
  }
  .recommend-item .igo_product_product_name {
    margin-top: 4px;
  }
  .igo_product_discount_rate2,
  .igo_product_few_remaining
  {
    float: left;
    height: 21px;
    margin-bottom: 3%;
  }
  .igo_product_discount_rate2_value,
  .igo_product_few_remaining_value {
    display: block;
    padding: 4px 3px;
    width: 60px;
  }
  .igo_product_discount_rate2_value {
    margin-right: 6px;
  }
  .igo_product_declaration_of_value,
  .igo_product_regular_price2 {
    margin-bottom: 2%;
  }
  .igo_product_declaration_of_value,
  .igo_product_regular_price2 {
    float: left;
    height: 17px;
    min-width: 4em;
  }
  .igo_product_declaration_of_value_value,
  .igo_product_regular_price2_value
  {
    font-size: 80%;
    color: #b8b8b8;
  }
  .igo_product_declaration_of_sale,
  .igo_product_sale_price2 {
    float: left;
  }
  .igo_product_declaration_of_sale {
    font-size: 80%;
  }
  .igo_product_declaration_of_sale_value {
    display: block;
    padding-top: 4px;
    margin-right: 5px;
  }
  .igo_product_sale_price2 {
    font-size: 16px;
  }
  /* deal detail style */
  .recommend-detaiUnit .igo_boxhead h2 {
    font-size: 130%;
    padding: 0 0 0 10px;
  }
}
/* SP対応 */
@media(max-width:750px) {
  .igo_boxhead {
    padding-left: 10px;
    margin-left: -7px;
  }
  .igo_boxhead h2 {
    padding: 4px 0;
    font-size: 125%;
    letter-spacing: 0;
    line-height: 1;
  }
  .igo_boxbody {
    padding: 10px 0 0 0;
    margin: 0 -10px 0 -7px;
  }
  .igo_product {
    width: 44.2%;
    padding: 2%;
    margin-bottom: 2%;
  }
  .igo_product:nth-child(2n) {
    margin-left: 2%;
  }
  .igo_product_area {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 70%;
    padding: 2px 4px;
    color: #000;
    height: 16.5px;
    overflow: hidden;
    max-width : 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .igo_product_image_link {
    margin-bottom: 4%;
  }
  .igo_product a img,
  .igo_product_image_link a img {
    max-width: 100% !important;
    width: inherit;
    max-height: 100%;
  }
  .igo_product_image_link a,
  .recommend-item .igo_product > a {
    height: 24.9vw;
  }
  .igo_product_product_name {
    font-size: 85%;
    height: 30px;
    overflow: hidden;
    margin-bottom: 8%;
  }
  .recommend-item .igo_product_product_name {
    margin-top: 4%;
  }
  .igo_product_discount_rate2,
  .igo_product_few_remaining
  {
    float: left;
    height: 20px;
  }
  .igo_product_discount_rate2_value,
  .igo_product_few_remaining_value
  {
    display: block;
    width: 60px;
    padding: 3px 0;
  }
  .igo_product_discount_rate2_value {
    margin-right: 8px;
  }
  .igo_product_declaration_of_value,
  .igo_product_regular_price2 {
    float: left;
    height: 20px;
    min-width: 3.5em;
  }
  .igo_product_declaration_of_value_value,
  .igo_product_regular_price2_value {
    color: #b8b8b8;
    font-size: 74%;
  }
  .igo_product_declaration_of_sale,
  .igo_product_sale_price2 {
    float: left;
  }
  .igo_product_declaration_of_sale {
    font-size: 74%;
  }
  .igo_product_declaration_of_sale_value {
    display: block;
    padding-top: 4px;
    margin-right: 4px;
  }
}

/* ローカルランキング */
.local-ranking_boxhead {
  border-left: 6px solid #EA5503;
  padding-left: 10px;
  margin-left: -7px;
}
.local-ranking_boxhead h2 {
  padding: 4px 0;
  font-size: 125%;
  letter-spacing: 0;
  line-height: 1;
}
.local-ranking_boxbody {
  margin: 0 -10px 0 -7px;
  padding-top: 10px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-y: hidden;
  white-space: nowrap;
}

.local-ranking_product {
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  margin-bottom: 2%;
  margin-right: 10px;
  width: 44.2%;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 3px #fff, 0 0 3px #ccc, 0 0 1px #aaa;
}
.local-ranking_product .local-ranking_product_image_block img {
  height: 24.9vw;
}
.local-ranking_product_image_link {
  position: relative;
  margin-bottom: 4%;
}
.local-ranking_product .local-ranking_product_image_block img,
.local-ranking_product_image_link a img {
  max-width: 100% !important;
  width: inherit;
  max-height: 100%;
}
.local-ranking_product_image_link a,
.recommend-item .local-ranking_product .local-ranking_product_image_block {
  display: block;
  height: 24.9vw;
  background-color:  #f6f6f6;
  text-align: center;
}
.local-ranking_product a:nth-child(2) {
  display: none;
}
.local-ranking_product_image_link a {
  position: relative;
  display: block;
}
.local-ranking_product_detail {
  padding: 4%;
}

.local-ranking_product_detail .deal-localarea {
 overflow: hidden;
 height: 22px;
}
.local-ranking_product_detail .deal-localarea span {
 white-space: nowrap;
}
.local-ranking_product_detail p {
  height: 39px;
  overflow: hidden;
}

.local-ranking_btn {
  width: 75%;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 10px;
}
.local-ranking_btn a {
  border: 1px #EA5503 !important;
  color: #FFFFFF;
  background-color: #EA5503 !important;
}

.local-ranking_btn a:after {
  right: 1%;
  top: 54%;
  background-position: -59px -78.5px;
}


