@charset "UTF-8";
/* CSS Document */

ul#case {
  padding: 0 !important;
  margin: 0 !important;
}

ul#case li {
  list-style:none;
}

.column .Img a {
  display: block;
  width: 100%;
  height: 300px;
  background-position: center !important;
  background-color: #eee !important;
  background-repeat: no-repeat !important;
  background-size :contain !important;
}

ul#case li .Img a img {
  display: none !important;
}

@media (max-width: 1180px) {
  .column .Img a {
  height: 200px;
  }
}

@media (max-width: 640px) {
  .column .Img a {
  height: 250px;
  }
}