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

	@ Style Name    : /css/exhibition/travelingexhibition/top.css

---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	Layout
---------------------------------------------------------------------------- **/
/**
 *	mainContents
---------------------------------------------------------------------------- **/
#mainContents {}
/**
 *	headerArea
---------------------------------------------------------------------------- **/
/**
 *	contents
---------------------------------------------------------------------------- **/
#contents .summary { margin:0 0 10px 0;}
#contents .section p {
	text-indent:0;
}
/*-- lending --*/
#contents .section .photo {
	float:left;
	margin:0 15px 0 0;
	overflow:hidden;
	zoom:1;
}
#contents .section .article {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dashed #ababab ;
}
#contents .section .article .body {
	float:right;
	width:445px;
}
#contents .section .article .body h4 {
	padding:0 0 5px 0;
	font-size:116%;
	font-weight:bold;	
}
#contents .section .article .body .more {
	margin:10px 0 0 0;
}

/*-- flow --*/
#contents .order {
	margin:0 0 5px 0;
	padding:0 0 30px 0;
	background:url(/imgs/exhibition/travelingexhibition/top/bg_flow_arrow.gif) no-repeat 0 100%;
	overflow:hidden;
	zoom:1;
}
#contents .order .wrapper {
	float:left;
	width:420px;
}
#contents .order h4 {
	margin:0 0 5px 0;
}
#contents .order .phoneNum {
	margin:5px 0 0 10px;
}
#contents .order .photo {
	float:right;
	width:150px;
}
#contents .last {
	padding:0 0 10px 0;
	background:none;
	border-bottom:1px dashed #ababab;
}
#contents .attention { font-size:85%;}
#contents .attention span {	color:#f05018;}
#contents .btnArea { margin:10px 0 0 0;}
/** ----------------------------------------------------------------------------
 *	Module
---------------------------------------------------------------------------- **/
.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 */}