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

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

---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	Layout
---------------------------------------------------------------------------- **/
/**
 *	contents
---------------------------------------------------------------------------- **/
#contents .section h4 {
	margin:0 0 5px 0;
	padding:3px 0 0 10px;
	border-left:7px solid #f98d21;
	font-size:116%;
	font-weight:bold;
	line-height:105%;
}
#contents .section h4 span {
	color:#f98d21;
	font-size:85%;
	font-weight:normal;	
}
#contents .odd,#contents .even {
	padding:10px 0 0 0;
	margin:0 0 10px 0;
	border-top:1px solid #f1f1f1;
}
#contents .odd .genomTex {
	float:left;
	width:460px;
}
#contents .even .genomTex {
	float:right;
	width:460px;
}

#contents .odd .genomPhoto { float:right;}
#contents .even .genomPhoto { float:left;}

#contents h3 {
	margin:0 0 10px 0;
}
.txtGreen {
	color:#00913a;	
}
.txtBlue {
	color:#026fb8;	
}
.txtOrange {
	color:#f07e0c;	
}

.imgGenome {
	margin:0 0 10px 0;	
}

.imgGenome a {
	outline:none;
}

.imgGenome img:hover{
	box-shadow: #000 0em 0em 0em;
	opacity:0.7;
	filter:alpha(opacity=70);        /* ie lt 8 */
	-ms-filter:"alpha(opacity=70)"; /* ie 8 */
	zoom:1;
}

.noteBox {
	margin:15px 0 10px 0;
	padding:15px 0 0 0;
	background:url(/imgs/exhibition/hall/016/notebox_top.gif) 0 0 no-repeat;
}

.noteBox .inner {
	padding:0 0 15px 0;
	background:url(/imgs/exhibition/hall/016/notebox_bottom.gif) 0 bottom no-repeat;
}

.noteBox .inner .contents {
	padding:10px 15px 10px 15px;
	border-left:5px solid #fffce9;
	border-right:5px solid #fffce9;
}

.noteBox .inner .contents h4 {
	font-size:134%;
	font-weight:bold;
	margin:0 0 10px 0;
}

.noteBox .inner .contents h4 .fzS {
	font-size:85%;
}
/** ----------------------------------------------------------------------------
 *	Module
---------------------------------------------------------------------------- **/
#pagination {
	clear:both;
	margin:0 -30px 20px 0;
}
#pagination p {
	float:left;
	margin:20px 30px 0 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 */}