@charset "UTF-8";
.container_top {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}

/* ------------------------------
   .movielist
------------------------------ */
.movielist img{
	width: 100%;
	height: auto;
}
.movielist ul {
	margin: 0 auto;
	width: 100%;
}

.movielist ul li {
	padding: 10px 0;
	width: 100%;
}
/*
.bg {
	width: 100%;
	height: 100%;
	background-image: url("bg.png");
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
*/
.movielist a {
	padding: 0;
	width: 100%;
	color: #555;
	font-size: 0.9rem;
	display: inline-block;
	background: #fff;
	border: #555 1px solid;
	position: relative;
	transition: all 0.3s;
	position: relative;
	z-index: 10;
}
#movie2 {
	position: relative;
	z-index: 1;
	pointer-events: none;
}
.movielist a:hover {
	color: #fff;
	background: #555;
}


.movielist iframe {
	margin: 0 auto;
	width: 100%;
	height: auto;
	min-height: 674px;
	overflow: hidden;
}
@media only screen and (max-width: 1100px) {
.movielist iframe {
	width: 100%;
	max-width: 1060px;
	min-height: 595px;
}
}
@media only screen and (max-width: 1000px) {
.movielist iframe {
	width: 100%;
	max-width: 960px;
	min-height: 539px;
}
}
@media only screen and (max-width: 900px) {
.movielist iframe {
	width: 100%;
	max-width: 860px;
	min-height: 483px;
}
}
@media only screen and (max-width: 800px) {
.movielist iframe {
	width: 100%;
	max-width: 760px;
	min-height: 426px;
}
}
@media only screen and (max-width: 700px) {
.movielist iframe {
	width: 100%;
	max-width: 660px;
	min-height: 371px;
}
}
@media only screen and (max-width: 640px) {
.movielist iframe {
	width: 100%;
	max-width: 600px;
	min-height: 337px;
}
}
@media only screen and (max-width: 480px) {
.movielist iframe {
	width: 100%;
	max-width: 440px;
	min-height: 247px;
}
}


