@charset "utf-8";
/**
 *
 *  MOVIE ムービー
 *
 */

/* -------------------------------------------------
   movie-section
------------------------------------------------- */

.movie-section{
	width:960px;
}
.movie-section + .movie-section{
	margin-top: 40px;
}
.movie-section h2{
	padding-bottom: 6px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 150%;
	border-bottom: 4px solid #f30c4e;
}
.movie-section .list{
	width:960px;
}
.movie-section .list li{
	float:left;
	width:300px;
	margin-right:30px;
}
.movie-section .list li.last{
	margin-right:0;
}
.movie-section .list li p{
	margin:20px 0;
	padding:5px;
	text-align:center;
	font-size:92%;
	background:url(../../shared/images/bg_news_day.gif) repeat;
}
