@charset "Shift_JIS";

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

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

div#mainVis.mainVis-s {
  height: 170px;
  background: url(/category/car/img/main_vis_car_s.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;
  }
}