@charset "UTF-8";

/* ========================================
	main
======================================== */
main {
	background: url(../movie/images/main_bg01.png) no-repeat center top;
	background-size: 100% auto;
}
main img {
	width: 100%;
	height: auto;
}
#topper {
	position: relative;
	z-index: 10;
}
#contents {
	margin-top: -4%;
}
.movie-list li {
	position: relative;
	width: 92.1875%;
	margin: 0 auto 5%;
	text-align: center;
}
.movie-list li .ico-new {
	position: absolute;
	top: -3.8%;
	left: -1.2%;
	width: 17.8125%;
	height: auto;
}
.movie-list img {
	width: 100%;
}
.movie-list li p {
	line-height: 1.6;
}
.movie-list li p span {
	font-size: 12px;
}