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

/* CSS Document */



div {
  max-width: 100%;
}

.product {
  padding-bottom: 40px;
}

.product .content_title {
  display: none;
}

@media screen and (max-width: 900px) {
.product .lineup_inner {
  width: 95%;
  margin:0 auto;
}

}
</pre></body></html>