<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">iframe{
  width: 100%;
}
.mod_item_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 30px;
}
.mod_item {
  padding: 10px;
}
.mod_item .thumbnail div {
  border: 1px solid #ccc;
  max-width: 275px;
}
.mod_item .thumbnail div img {
  max-width: 100%;
  height: auto;
  display: block;
}
.mod_item span.rank {
  color: #6bcd9c;
  font-size: medium;
}
.mod_info .title {
  color: #464646;
  font-size: small;
  padding: 3px 0;
}

.mod_info .freeshipping{
  background-color: #d32525;
  color: #fff;
  font-size: x-small;
  font-weight: bold;
  text-align: center;
  padding: 0 5px;
  padding-top: 3px;
  margin: 5px 0;
  margin-left: 3px;
  height: 2em;
  white-space: nowrap;
}
.mod_info .pricefav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mod_info .pricefav .price {
  color: #6bcd9c;
  font-size: 1.9em;
  font-weight: bold;
}
.mod_info .pricefav .favbtn {
  width: 30px;
}
.mod_info .pricefav .favbtn a img {
  filter: grayscale(100%);
  opacity: 0.3;
  width: 100%;
}
.mod_info .pricefav .favbtn a img:hover {
  filter: grayscale(0%);
  transition: 0.2s;
  opacity: 1;
}
.mod_info .pricefav .prevprice{
  text-decoration: line-through double red;
  font-size: medium;
  color: #464646;
}
.mod_info .pointup {
  display: flex;
  justify-content: space-between;
  background-color: #6bcd9c;
  color: #fff;
  font-size: 1.2em;
  padding: 3px 10px;
}

@media screen and (max-width: 800px) {
  .ranking_sp {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    background-color: #f5f5f5;
    padding: 0;
  }
  .ranking_sp .mod_item {
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 1150px){
  .mod_item {
    max-width: 200px;
}
</pre></body></html>