<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&amp;display=swap');


@media screen and (min-width: 1100px) {

    h5 {
        font-size: 20px;
    }

    .movie-letter {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .movie-letter p {
        margin-bottom: 0.5em;
    }

    .movie-table {
        overflow-x: scroll;
        white-space: nowrap;
        margin-top: 10px;
    }

    .movie-table table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 10px;
        text-align: center;
    }

    .movie-table table th {
        border: solid 1.5px #000;
        background-color: #4169E1;
        color: #fff;
        padding: 5px;
    }

    .movie-table table td {
        border: 1.5px solid #000;
        padding: 5px;    
    }

    .archive-ul li {
        margin-bottom: 0.5em;
    }

}

@media screen and (max-width: 1099px) {

    h5 {
        font-size: 16px;
    }

    .story-letter {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .movie-letter p {
        margin-bottom: 0.5em;
    }

    .movie-table {
        overflow-x: scroll;
        white-space: nowrap;
        margin-top: 10px;
        
    }

    .movie-table table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 10px;
        
    }

    .movie-table table th {
        border: solid 1.5px #000;
        background-color: #4169E1;
        color: #fff;
        padding: 5px;
        text-align: center;
    }

    .movie-table table td {
        border: 1.5px solid #000;
        padding: 5px;
    }

    .archive-ul li {
        margin-bottom: 0.5em;
    }



}

@media screen and (max-width:480px) {
    
    .movie-table table th {
        text-align: left;
    }
}</pre></body></html>