/********************************************************************
	Box Office CSS
********************************************************************/
.box-office .content {
	width: 100%;
}

.box-office .site-inner {
	padding-bottom: 80px;
}

.box-office h3.subpage-title a {
    color: #111820;
}

.box-office article.sub-page.one-third {
    margin-bottom: 40px;
}

.box-office article.sub-page.one-third img {
	height: 300px;
	object-fit: cover;
	width:100%;
	display: block;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.box-office article.sub-page .post-cnt {
	background-color: #f8f8f8;
	padding: 30px;
}



/********************************************************************
	@Media
********************************************************************/
@media only screen and (max-width: 860px) {
}

@media only screen and (max-width: 700px) {
}

@media only screen and (max-width: 600px) {
}
