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

/* CSS Document */


/*kobetsu ena movie page*/

body {
    border: 10px solid red!important
}

.center-block {
    margin: 2rem auto;
    display: block;
}

.btn-yellow {
    background: #ffba2b;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    box-shadow: 0px 5px 3px rgb(178, 133, 40);
}

.btn-yellow:hover {
    background: #f2c15c;
    text-decoration: none;
}

a.btn-yellow {
    color: white;
}

section {
    margin-bottom: 1.5rem;
}

.movie-title {
    color: #0075c1;
    margin-top: 1.5rem
}

.mb20 {
    margin-bottom: 3rem;
}

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

    .movie-title {
        width: 100%;
        padding: 0;
        float: none;
    }
    .movie-title {
        margin-top: 0.2rem
    }
    .btn-yellow {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .mb20 {
        margin-bottom: 0rem;
    }
}


.main-cnt h3 {
    margin-top: 2rem;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    color: #0075c1;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.main-cnt h3:before {
    margin-top: 3px;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #0075c1;
}

.main-cnt h3:after {
    margin-top: 3px;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #0075c1;
}</pre></body></html>