@charset "euc-jp";
/* ==============================================================================
  bookssearchAPI css
============================================================================== */
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image a {
  transition-duration: 0.3s;
  transition-property: all;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image a:hover {
  opacity: 0.7;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents {
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol {
  list-style: none outside none;
  overflow: hidden;
  margin: 30px auto;
  padding: 0 30px;
  background: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 950px;
  box-sizing: border-box;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li {
  width: 23%;
  height: auto;
  margin-left: 2.5%;
  margin-bottom: 2.5%;
  float: none;
  line-height: 1.2;
  list-style: outside none none;
  box-sizing: border-box;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li:nth-child(4n+1) {
    margin-left: 0;
}
/*#template #templateWrap #templateFlame #bodyClump .rankingContents ol li {
  width: 18%;
  height: auto;
  margin-left: 2.5%;
  margin-bottom: 2.5%;
  float: none;
  line-height: 1.2;
  list-style: outside none none;
  box-sizing: border-box;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li:nth-child(5n+1) {
    margin-left: 0;
}*/
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image {
  height: 180px;
  width: 100%;
  margin-bottom: 20px;
  display: table;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image a {
  display: table-cell;
  text-align: center;
  position: unset;
  vertical-align: middle;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image img {
  position: static;
  max-width: 180px;
  max-height: 180px;
  line-height: 0;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note {
	font-size: 14px;
    word-break: break-all;
    line-height: 1.2;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note a {
    font-weight: bold;
    display: block;
    margin: 10px 0;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span {
	display: block;
	font-size: 12px;
	margin-top: 2px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.date {
  margin: 10px 0;
  color: #666;
  font-size: 13px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.before {
  text-decoration: line-through;
  color: #666;
  font-size: 13px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.after {
  font-weight: bold;
  color: #bf0000;
  font-size: 16px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.discountRate {
  font-weight: bold;
  color: #bf0000;
  font-size: 16px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.iconSG {
  display: inline-block;
  background: #a88203;
  color: #fff;
  padding: 3px 3px 2px;
  font-size: 82%;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.iconAL {
  display: inline-block;
  background: #a88203;
  color: #fff;
  padding: 3px 3px 2px;
  font-size: 82%;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.iconDVD {
  display: inline-block;
  background: #bf0000;
  color: #fff;
  padding: 3px 3px 2px;
  font-size: 82%;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.iconBD {
  display: inline-block;
  background: #23b0eb;
  color: #fff;
  padding: 3px 3px 2px;
  font-size: 82%;
}

