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

	@ Style Name    : /css/exhibition/hall/011.css

---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	Layout
---------------------------------------------------------------------------- **/
/**
 *	mainContents
---------------------------------------------------------------------------- **/
#mainContents {}
/**
 *	headerArea
---------------------------------------------------------------------------- **/
/**
 *	contents
---------------------------------------------------------------------------- **/
#contents .section .body {
	float:left;
	width:350px;
}
#contents .section .photo {
	float:right;
}

/** ----------------------------------------------------------------------------
 *	Module
---------------------------------------------------------------------------- **/
#pagination {
	clear:both;
	margin:0 -30px 0 0;
}
#pagination p {
	float:left;
	margin:20px 30px 0 0;
}
.borderBoxArea .last dt,.borderBoxArea .last dd { margin:0;}

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

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