<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

#regularPrice dd {
  font-size: 1.8em;
}
.linkLists {
  margin: 40px auto;
  width: 90%;
}
.linkLists li {
  text-align: left;
}
.linkLists li a {
}
@media screen and (min-width: 769px) {
  #regularPrice dd {
    font-size: 26px;
  }
  .linkLists li {
    text-align: center;
  }
}
.goods_name_caption {
  text-align: left;
}
</pre></body></html>