@charset "UTF-8";

#contents_detail table th,
#contents_detail table td {
  min-width: 150px;
}

@media (max-width: 599px) {

  #contents_detail table th,
  #contents_detail table td {
    min-width: 19vw;
  }
}