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

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

---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	Layout
---------------------------------------------------------------------------- **/
/**
 *	contents
---------------------------------------------------------------------------- **/
#contents .section .body {
	float:left;
	width:335px;
	position:relative;
	z-index:100;
}
#contents .section .photo {
	float:right;
	margin:-105px 0 0 0;
	position:relative;
	z-index:50;
}
#contents .brainOdd,#contents .brainEven {
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px solid #F1F1F1;
}
#contents .brainOdd h4,.brainEven h4 {
	margin:0 0 5px 0;
	padding:0 0 0 10px;
	border-left: 7px solid #f98d21;
	font-size:116%;
	font-weight:bold;
}
#contents .brainOdd .tex {
	float:left;
	width:425px;
}
#contents .brainOdd .photo {
	float:right;
	margin:0;
}
#contents .brainEven .tex {
	float:right;
	width:425px;
}
#contents .brainEven .photo {
	float:left;
	margin:0;
}

/** ----------------------------------------------------------------------------
 *	Module
---------------------------------------------------------------------------- **/
#pagination {
	clear:both;
	margin:0 -30px 20px 0;
}
#pagination p {
	float:left;
	margin:20px 30px 0 0;
}

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

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