@charset "UTF-8";
#contents_detail table th,
#contents_detail table td {
  min-width: 100px;
}

@media (max-width: 599px) {
  #contents_detail table th,
  #contents_detail table td {
    min-width: 12vw;
  }
}
