@charset "UTF-8";

/* ========================================
	main
======================================== */
#movie-list li {
	position: relative;
	margin-bottom: 8%;
}

#movie-list li:last-child {
	margin-bottom: 4%;
}

.thumb {
	position: relative;
}

.movie-arw {
	position: absolute;
	top: 16%;
	left: 10.9375%;
	width: 78.125%;
}

.new {
	position: absolute;
    top: -54%;
    right: 10%;
    width: 16.5625%;
	z-index: 2;
}

.note {
	width: 87.5%;
	margin: 0 auto 40px auto;
	color: #333;
	font-size: 13px;	
	line-height: 1.6;
}

#movie-list .movie-btn {
	width: 87.5%;
	margin: 0 auto;
}

.movie-ttl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
