@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_ticket.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-10-29
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);

/* ================================================

	ticketInfo

=================================================*/

/* ticketInfoList -------------*/
#ticketInfo {
	margin-top: 20px;
	background-image: url(../_img/ticket/titile_bg_1.jpg);
	background-repeat: repeat-y;
	background-position: left 62px;
}
#ticketInfoInner {
	background-image: url(../_img/ticket/titile_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 27px;
}
#ticketInfo h1 {

}
#ticketInfo .article {
	width: 780px;
	border: 1px solid #DFDFDF;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 20px;
}
#ticketInfo .article .header {
	clear: both;
	background-color: #FCE1E3;
	padding: 6px;
}
#ticketInfo .article .header h2 {
	float: left;
	font-size: 133%;
	font-weight: bolder;
	color: #EB3947;
}
#ticketInfo .article .header .date {
	float: right;
	font-weight: bold;
	color: #EB3947;
	line-height: 24px;
}
#ticketInfo .article ul {
	margin-top: 1px;
}
#ticketInfo .article li {
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DFDFDF;
	padding-top: 2px;
	padding-bottom: 2px;
}
#ticketInfo .article li span {
	display: block;
	float: left;
}
#ticketInfo .article li span.title {
	font-weight: bold;
	color: #EB3947;
	width: 100px;
}
#ticketInfo .article li span.text{
	width: 680px;
}
#ticketInfo .article li span.price{}





/* clearfix
---------------------------------------------------------------------------------------------*/
#ticketInfo .article .header:after,
#ticketInfo .article li:after
	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#ticketInfo .article .header,
#ticketInfo .article li
	{ display: inline-table; min-height: 1%; }
/* Hides from IE-mac */
* html #ticketInfo .article .header,
* html #ticketInfo .article li
	{ height: 1%; }
#ticketInfo .article .header,
#ticketInfo .article li
	{ display: block; }
/* End hide from IE-mac */

