@charset "utf-8";
#contents {
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
}
#contents .inner {
	margin-right: 15px;
	margin-left: 15px;
}

#contents .slider-pro {
	margin-top: 0px;
	margin-bottom: 15px;
}
.sp-buttons {
	margin-top: -40px;
}
.sp-button {
	border-color: #fff !important;
	background-color: #fff !important;
	margin: 8px !important;
	width: 10px !important;
	height: 10px !important;
}
.sp-button.sp-selected-button {
	border-color: #eb5c01 !important;
	background-color: #eb5c01 !important;
}

.slides-banner-wrap .lrNav {
	display: none;
}

.categories-box {
	margin: 50px 25px;
	max-width: initial;
	min-width: initial;
}

.categories-box li {
	margin-right: 8px;
	margin-left: 8px;
	width: 80px;
}
.categories-box li a {
	font-size: 12px;
	margin-bottom: 0px;
}
.lrNav {
	width: 30px;
	height: 80px;
}
.lrNav.left {
	left: -25px;
}

.lrNav.left:before {
	transform: rotate(-45deg);
	left: 10px;
}
.lrNav.right:before {
	transform: rotate(135deg);
	margin-left: -13px;
}
.lrNav.right {
	right: -25px;
}
.news-list {
	margin-bottom: 50px;
}



.movie-box {
	background-position: 0px -4px;
    background-size: 200px auto;
    padding: 25px 10px;
}
.movie-box:before {
	width: 220px;
    height: 44px;
    bottom: -6px;
    background-size: cover;
}
.movie-footer {
	margin-top: 2px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 0;
    text-align: right;
	height: 40px;
	padding-right: 10px;
}
.movie-footer a {
	font-size: 12px;
    position: relative;
    z-index: 2;
    height: 30px;
    line-height: 29px;
    top: 5px;
    width: auto;
    padding: 0 30px 0 10px;
}
.movie-footer img {
	display: none;
}
.movie-footer:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/top/movie-footer-02.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: auto 40px;
	z-index: 0;
}
.movie-footer:before {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	background-color: #f73e00;
	left: calc(50%);
    transform: skewX(-18deg);
	z-index: 1;
}
.row.menu-banner {
	margin: 0 -10px 50px;
}
.row.menu-banner>* {
	padding: 0 10px 20px;
}
.row.menu-banner img {
	width: 100%;
}



.menu-banner dl {
	width: auto;
}
.menu-banner dt {
	font-size: 16px;
	border-bottom: 1px solid #7f8c97;
    line-height: 30px;
    height: 30px;
    margin-bottom: 5px;
    padding: 0 5px 0 8px;
}
.menu-banner dt:before {
	height: 20px;
}
.menu-banner dt a {
	font-size: 12px;
}
.menu-banner dd a {
	font-size: 12px;
	text-decoration: underline;
}
