@charset "Shift_JIS";

@import "/common/css/common-sub.css";

/* glass style ==============================================*/
div#mainVis {
  height: 236px;
  background: url(/category/glass/img/main_vis_glass.png) no-repeat left top;
}

ul.list13 li {
  text-align: center;
}

ul.list13 li img {
  margin-bottom: 3px;
}

@media (max-width: 800px) {
  div#mainVis {
    width: auto;
  }
}

@media screen and (max-width: 375px) {
  div#mainVis {
    background-size: 700px;
    height: 184px;
  }
}

@media screen and (max-width: 320px) {
  div#mainVis {
    background-size: 600px;
    height: 158px;
  }
}