#contentBodyMain {
  margin-bottom: 30px;
}
#pageTitle {
  margin-top: 30px;
  margin-bottom: 50px;
}
#pageTitle span {
  font-size: 24px;
}
.nomatch .nomatch-message {
  font-size: 18px;
  font-size: 1.8rem;
}
.mod-itemList-detail li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
}
.mod-itemList-detail li:last-child {
  border-bottom: 1px solid #ddd;
}
.mod-itemList-detail li img {
  vertical-align: bottom;
}
.mod-itemList-detail .mod-item .image {
  position: relative;
}
.mod-itemList-detail .mod-item .image a:hover .no-item + img {
  opacity: 1;
}
.mod-itemList-detail .mod-item .image .no-item {
  position: absolute;
  inset: 0;
  background-color: #808080;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  margin: auto;
  height: 25px;
  width: 79px;
}
.mod-itemList-detail .mod-item .body .item-price .price[class*="-million"],
.mod-itemList-detail .mod-item .body .item-price .priceB[class*="-million"] {
  font-size: 17px;
  font-size: 1.7rem;
}
.mod-itemList-detail .mod-item .body .item-price .price[class*="-10million"],
.mod-itemList-detail .mod-item .body .item-price .priceB[class*="-10million"] {
  font-size: 15px;
  font-size: 1.5rem;
}
.mod-itemList-detail .mod-item .body .item-price .price[class*="-10million"] + .tax,
.mod-itemList-detail .mod-item .body .item-price .priceB[class*="-10million"] + .tax {
  font-size: 12px;
  font-size: 1.2rem;
}
.item-name {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.item-name a {
  text-decoration: underline;
}
.item-name a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.item-catch {
  margin: 0 0 1em;
  line-height: 1.5;
}
.buttonClearHistoryWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}
.buttonClearHistoryWrapper .buttonClearHistory {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.buttonClearHistoryWrapper .buttonClearHistory:hover {
  opacity: 0.7;
}
.buttonClearHistoryWrapper .buttonClearHistory > span {
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 38px;
}
