@charset "Shift_JIS";

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

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

div.panelBlock01 {
  width: 680px;
  overflow: auto;
}

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

th.table02Th02 {
  width: 77px;
}

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

  div.panelBlock01 {
    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;
  }
}