@charset "Shift_JIS";

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

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

th.table02Th01 {
  width: 320px;
  text-align: center;
}

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

  table.table02 {
    width: 100%;
  }

  th.table02Th01 {
    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;
  }
}