@charset "utf-8";

#movie-list {
	padding:15px 0 0 14px;
	border:1px solid #ff02ff;
	overflow:auto;zoom:1;
}

#movie-list li{ /* 背景画像のパス修正　../img/・・・ */
	float:left;
	background:url(../../img/playbar.jpg) no-repeat 0 80px;
	width:120px;
	margin:0 15px 15px 0;
	border:1px solid #676766;
}

#movie-list img {
	padding-bottom:12px;
	vartical-align:bottom;
}

#movie-list div {
	padding:2px;
	margin:0;
	background-color:#ffc;
	height:111px;
	overflow-x:auto;
	overflow:auto;
	line-height:1.3;
	font-size:0.9em;
}

#movie-list .nomatch {
	width:100%;
	border:none;
	text-align:center;
	line-height:150px;
	background:none;
	font-weight:bold;
	font-size:125%;
}