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

* {
    line-height: 1.75;
}

.naviBox {
    margin: 0;
}


.movieList {
/*    background-color: #eef1f3;*/
}
.movieList h2 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 1em;
	margin-top: 80px;
}
.movieList h2:nth-of-type(1) { margin-top: 0;}

.movieList h2 span,
.movieList h2 span {
	display: inline-block;
	position: relative;
	line-height: 1.2em;
}

.movieList h2 span:before,
.movieList h2 span:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '─';
}
.movieList h2 span:before {
	left: -1.3em;
}
.movieList h2 span:after {
	right: -1.3em;
}

.movieList .movieBox {
    width: 368px;
    margin-right: 28px;
}

.movieList div.movieBox:last-of-type {
    margin-right: 0px;
}

.movieList .movieBox a:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.movieList .movieBox p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #0b2c52;
    text-align: left;
}

.wWrap { margin-bottom: 20px;}

@media only screen and (max-width:767px){
	.movieList h2 {
		font-size: 18px;
	}

    .movieList .movieBox {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .movieList .movieBox a:hover {
        opacity: 1.0;
    }

    .movieList .movieBox img{
        width: 100%;
    }

    .movieList div.movieBox:last-of-type {
        margin-bottom: 0px;
    }

    .movieList .movieBox p {
        margin-top: 10px;
        font-size: 14px;
    }

    .movieModal .contentArea h1{
        margin-bottom: 10px !important;
    }
}</pre></body></html>