@charset "utf-8";

/************************************************
 import css
************************************************ */
/*商品詳細 ...打ち消し */
div.listrightbloc h3 {
white-space: normal;
text-overflow: clip;
}

#btn_cart {
display: none !important;
}

/* 送料無料アイコン調整 */
dd.deliv_fee span.include{
color: #fff !important;
font-weight: 500 !important;
background: #dc143c !important;
font-size: 95% !important;
padding: 4px 8px !important;
}

/* 詳細ページの定期購入アイコンサイズ */
#detailarea ul.status_icon li{
  width: 82px;
}

/* 一覧の定期購入アイコンサイズ */
div.listrightbloc ul.status_icon li{
  width: 82px;
}

/* ランキングの調整 */
.bx-wrapper {
  box-shadow: none;
}
.productContents span.price {
  color: #2D2D2F;
  font-weight: 500;
}
.ranking_list h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 28px;
}
.ranking_list h3 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.ranking_list .rank {
  display: none;
}
.ranking_list .sale_price {
  font-weight: 500;
}
.ranking_list p.icon_rank-1 {
  border: none;
  background: #d0ac56;
  color: #fff;
}
.ranking_list p.icon_rank-2 {
  border: none;
  background: #a5a5a5;
  color: #fff;
}
.ranking_list p.icon_rank-3 {
  border: none;
  background: #88672d;
  color: #fff;
}
.ranking_list p[class^="icon_rank-"] {
  border: solid 1px #e7e8e9;
  border-radius: 50px;
  width: 28px;
  height: 23px;
  text-align: center;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 5px;
  padding-left: 1px;
  margin-bottom: 4px;
}

/*紹介キャンペーン画像*/
.raku2_friend_image {
    margin: auto;
}

/*紹介キャンペーンintro*/
.raku2_friend_intro {
    margin: auto;




