@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;
}

}
