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

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

---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	Layout
---------------------------------------------------------------------------- **/
/**
 *	mainContents
---------------------------------------------------------------------------- **/
#mainContents {}
/**
 *	headerArea
---------------------------------------------------------------------------- **/
/**
 *	contents
---------------------------------------------------------------------------- **/
#mainContents .headerArea .summary {
	margin:20px 0;
	text-indent:0;
}
/*-- flow --*/
#contents .order,#contents .order03 {
	margin:0 0 5px 0;
	padding:0 0 30px 0;
	overflow:hidden;
	zoom:1;
}
#contents .order { background:url(/imgs/exhibition/travelingexhibition/top/bg_flow_arrow.gif) no-repeat 0 100%;}
#contents .order03 {
	background: none;
	padding:0;
}
#contents .order .wrapper,#contents .order03 .wrapper {
	float:left;
	width:420px;
}
#contents .order h4,#contents .order03 h4 { margin:0 0 5px 0;}
#contents .order .photo,#contents .order03 .photo {
	float:right;
	width:150px;
}
#orderLast {
	width:578px;
	padding:0 10px 10px 10px;
	border-right:1px dashed #ababab;
	border-bottom:1px dashed #ababab;
	border-left:1px dashed #ababab;
	
}
#orderLast .icon { padding:10px 0 5px 0;}
#cash {
	padding:0 0 8px 0;
	border-bottom:1px #a6a6a6 dashed;
}
#orderLast ul li {
	margin:0 0 2px 0;
    padding: 0 0 0 12px;
	background: url(/imgs/exhibition/ico_square.gif) no-repeat scroll 0 4px transparent;
}
#bank {
	width:280px;
	margin:2px 0 6px 0;
	padding:9px;
	background:#fffaf5;
	border:1px solid #f7ece2;
	color:#121212;
	font-weight:bold;
}
#contents .btnArea { margin:10px 0 0 0;}
/** ----------------------------------------------------------------------------
 *	Module
---------------------------------------------------------------------------- **/
em {
	font-style:normal;
	font-weight:bold;
}
.texSmall { font-size:85%;}
.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 */}