.movie-control > ul li div span.off a:before {
	border-bottom: 4px solid #6d6d6d;
	border-left: 4px solid #6d6d6d;
}

.movie-control > ul li div span.off a.hover:before,
.movie-control > ul li div span.off a.touch:before {
	top: 28px;
}

.movie-control > ul li div span.off a {
	background-image: url(https://cdn1.n-kishou.co.jp/image/common/bg_nav_inactive.png);
	color: #6d6d6d;
	background-color: #ededed;
}

.movie-control .movie-control-next .off a {
	background-position: right bottom;
}
.movie-control .movie-control-prev .off a {
	background-position: left bottom;
}

.movie-control > ul li div span.off a.hover,
.movie-control > ul li div span.off a.touch {
	padding: 60px 0 25px;
	background-image: url(https://cdn1.n-kishou.co.jp/image/common/bg_nav_inactive.png) !important;
}

@media screen and (min-width: 751px){
	.movie-control > ul li div span.off a.hover {
		padding: 40px 0 15px;
	}
	.movie-control > ul li div span.off a.hover:before {
		top: 17px;
	}

	#movie-button span.play a:before {
		top: 15px;
		width: 20px;
		height: 22px;
		margin-left: -10px;
		background-size: 100%;
	}

	#movie-button span.stop a:before {
		top: 15px;
		width: 10px;
		height: 22px;
		margin-left: -5px;
		background-size: 100%;
	}
}

#movie-button .play a:before {
    position: absolute;
    top: 25px;
    left: 50%;
    display: block;
    width: 26px;
    height: 28px;
    margin-left: -13px;
    content: "";
    background: url(https://cdn1.n-kishou.co.jp/image/common/icon_play.png) left top no-repeat;
}

#movie-button .stop a:before {
    position: absolute;
    top: 25px;
    left: 50%;
    display: block;
    width: 14px;
    height: 28px;
    margin-left: -7px;
    content: "";
    background: url(https://cdn1.n-kishou.co.jp/image/common/icon_stop_white.png) left top no-repeat;
}

.area-movie {
	margin-bottom: 40px;
}

@media screen and (max-width: 750px){
	.select-wrap {
		width: 400px;
	}

	.select-wrap .select-inner select {
		width: 400px;
	}
}

