@charset "euc-jp";

#template #templateWrap #templateFlame #bodyClump .item-box {
  width: 90%;
  min-width: 1270px;
  margin: auto;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li {
  width: 11.7%;
  min-width: 150px;
  height: 390px;
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 5px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li:nth-child(8n) {
  margin-right: 0;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image {
  max-width: 100%;
  height: 170px;
  display: grid;
  align-items: center;
  max-height: 200px;
  margin-bottom: 10px;
  text-align: center;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image img {
  max-width: 100%;
  max-height: 200px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note {
  text-align: left;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note a {
  width: 100%;
  font-size: 88%;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  margin: 10px 0;
  word-wrap: break-word;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.before {
  display: block;
  margin-top: 3px;
  color: #666666;
  font-size: 100%;
  text-decoration: line-through;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.after {
  overflow: hidden;
  display: block;
  height: 1.2em;
  margin-top: 6px;
  font-size: 100%;
  font-weight: bold;
  color: #BF0000;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.after .price-digit {
  color: #BF0000;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.after .tax {
  color: #BF0000;
  font-size: 13px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.discountRate {
  display: block;
  margin-top: 3px;
  font-size: 100%;
  font-weight: bold;
  color: #BF0000;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.discountRate span {
  color: inherit;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li span.apiRankIc {
  display: block;
  margin: 0 0 10px;
}
#template #templateWrap #templateFlame #bodyClump .bg01 ol li {
  background: #f7f7f7;
}
#template #templateWrap #templateFlame #bodyClump .bg02 ol li {
  background: #ffffff;
}
