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

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