@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#movie
-------------------------------------------------------------------*/
#movie {
	overflow: hidden;
	/zoom: 1;
	margin-bottom: 70px;
}
#movie dl {
	float: left;
	width: 250px;
	padding: 0;
	margin-right: 30px;
	margin-bottom: 45px;
}
#movie dl.none {
	margin-right: 0;
}
#movie dl dt {
	margin-top: 7px;
}
#movie dl dd.image a,
#movie dl dd.image span {
	border: 1px solid #EEEEEE;
	width: 248px;
	height: 248px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#movie dl dd.image a img,
#movie dl dd.image span img {
	width: 240px;
	max-height: 240px;
}
#movie dl dt a {
	color: #44B9E2;
	text-decoration: none;
}
#movie dl dt a:hover {
	text-decoration: underline;
}