@charset "utf-8";
/** ----------------------------------------------------------------------------

	@ Style Name    : /css/exhibition/movie/005.css

---------------------------------------------------------------------------- **/
/**
 *	contents
---------------------------------------------------------------------------- **/
.headerArea h3 { margin:-5px 0 5px 0;}
#contents .section .body {
	float:left;
	width:415px;
}
#contents .section .photo {
	float:right;
	margin:0 0 20px 0;
}
#parts { margin:10px 0 5px 0;}
#parts p {
	margin:0 0 0 -0.5em;
	font-weight:bold;
}

/** ----------------------------------------------------------------------------
 *	Module
---------------------------------------------------------------------------- **/
#contents .award {
	margin:5px 0 0 0;
	padding:3px 0 3px 48px;
	background:url(/imgs/exhibition/movie/ico_awards.gif) no-repeat 0 0 transparent;
	font-size:93%;
	line-height:105%;
	text-indent:0;	
}
#contents .borderBoxArea {
	margin:15px 0;
	font-size:85%;
}
.borderBoxArea dt{
	clear:left;
	float:left;
	width:6em;
	margin:0 0 0 0;
	font-weight:bold;
}
.borderBoxArea dd{
	margin:0 0 6px 0;
	padding:0 0 0 6em;
	min-height:20px;
}
#pagination { margin:0 -30px 0 105px;}
#pagination p {
	float:left;
	margin:0 30px 0 0;
}

/** ----------------------------------------------------------------------------
 *	@@. Clearfix
---------------------------------------------------------------------------- **/
.article:after,
#pagination:after {
	visibility:hidden;
	clear:both;
	display:block;
	content:" ";
	height:0;
	font-size:0;
}
* html .article,
* html #pagination {zoom:1; /* IE6 */}

*:first-child+html .article,
*:first-child+html #pagination {zoom:1; /* IE7 */}