@charset "euc-jp";
/* ==============================================
	itemApiArea
============================================== */
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol {
  overflow: hidden;
  padding-left: 2%;
  margin: 12px 0;
	display: flex;
	flex-wrap: wrap;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li {
  /*float: left;*/
    width: 48%;
    box-sizing: border-box;
    margin-right: 3%;
    height: auto;
    margin-bottom: 15px;
    background: #fff;
    padding: 2vw;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li:nth-of-type(2n) {
	margin-right: 0;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li .image img {
  max-width: 100%;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li .note a {
  display: block;
  font-size: 13px;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li .note span {
  display: block;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li .note span.iconAL {
  background: #a88203;
  padding: 0 3px;
  width: 16vw;
  text-align: center;
  color: #fff;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li .note span.iconSG {
  background: #aea7a5;
  padding: 0 3px;
  width: 16vw;
  text-align: center;
  color: #fff;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li .note span.iconBD {
  background: #23b0eb;
  padding: 0 3px;
  width: 16vw;
  text-align: center;
  color: #fff;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li .note span.iconDVD {
  background: #bf0000;
  padding: 0 3px;
  width: 16vw;
  text-align: center;
  color: #fff;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li .note span.date {
  color: #888;
  font-size: 10px;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li .note span.before {
  color: #333;
  text-decoration: line-through;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li .note span.discountRate {
  color: #bf0000;
  font-weight: bold;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li .note span.after {
  font-weight: bold;
  color: #bf0000;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li .note .after + .before {
  color: #888;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li .note a {
  font-weight: bold;
	text-decoration: none;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rankingContents ol li .note span.apiRankIc {
    margin-right: 4px;
    vertical-align: super;
    display: inline-block;
    width: 16px;
    height: 15px;
    padding-top: 5px;
    background: url(https://books.rakuten.co.jp/event/common/img/ic-apirank.png) bottom left no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 19px;
    color: #ffffff;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
}