@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_movie_list.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-10-29
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);

/* ================================================

	movieListArea

=================================================*/

/* movieListArea -------------*/
#movieListArea {
	background-image: url(../_img/movie_list/titile_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 28px;
	background-color: #F3F2EB;
}
#movieListArea h1 {
	margin-top: 10px;
}

/* ================================================

	movieList

=================================================*/

/* movieList -------------*/
#movieList {}
#movieList .historyBack {
	width: 810px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
#movieList .historyBack a {
	background-color: #FFFFFF;
	color: #009FFE;
	text-decoration: none;
	font-size: 10px;
	display: inline-block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #DFDFDF;
}
#movieList .historyBack a:hover {
	color: #FF6600;
}
#movieList .article {
	width: 790px;
	padding: 10px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
}
#movieList .photo {
	width: 162px;
	float: left;
}
#movieList .photo .copy {
	font-size: 10px;
	color: #999999;
}
#movieList .info {
	float: right;
	width: 618px;
}
#movieList .info li {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	clear: both;
}
#movieList .info li.title {
	background-color: #ECEADF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#movieList .info li.title span.jpName {
	font-size: 133%;
	font-weight: bold;
	color: #333333;
}
#movieList .info li.title span.enName {
	display: block;
	font-size: 83%;
	color: #999999;
}
#movieList .info li.many {
	padding-top: 4px;
	padding-bottom: 4px;
}
#movieList .info li.many span {
	display: block;
}
#movieList .info li.many span.left {
	width: 200px;
	float: left;
	height: 19px;
	padding-top: 3px;
}
#movieList .info li.many span.left img {
	vertical-align: middle;
}
#movieList .info li.many span.right {
	float: right;
	color: #666666;
}
#movieList .info li.many span.right img {
	vertical-align: middle;
	margin-left: 10px;
}
#movieList .info li.story,
#movieList .info li.cast {
	color: #666666;
}
#movieList .info li.story span.title,
#movieList .info li.cast span.title {
	font-weight: bold;
	color: #928E76;
	display: block;
	font-size: 83%;
	margin-bottom: 4px;
	margin-top: 4px;
}




/* clearfix
---------------------------------------------------------------------------------------------*/
#movieList .article:after,
#movieList .info li.many:after
	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#movieList .article,
#movieList .info li.many
	{ display: inline-table; min-height: 1%; }
/* Hides from IE-mac */
* html #movieList .article,
* html #movieList .info li.many
	{ height: 1%; }
#movieList .article,
#movieList .info li.many
	{ display: block; }
/* End hide from IE-mac */

