/*--------------------------------------------------------------------

	layout

--------------------------------------------------------------------*/
.style1 {
	color: #990000;
}

.btn_print {
	padding-bottom: 10px;
	text-align: right;
}

.h_txt {
	padding-bottom: 20px;
	color: #000000;
}

#e_ticket_contents {
	width: 780px;
	height: auto;
	display: block;
	clear: both;
}

#p_ticket_contents {
	width: 780px;
	height: auto;
	display: block;
	clear: both;
}

.ticket_contents {
	margin: 0 0 30px 0;
	padding: 0;
	width: 780px;
	height: auto;
	display: block;
	clear: both;
}

.ticket_contents .ticket_img {
	margin: 0;
	padding: 0;
	width: 420px;
	height: auto;
	display: block;
	float: left;
}

.ticket_contents .ticket_detail {
	width: 340px;
	height: auto;
	display: block;
	float: right;
}

.ticket_contents .ticket_detail dl,
.ticket_contents .ticket_detail dt,
.ticket_contents .ticket_detail dd {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	display: block;
}

.ticket_contents .ticket_detail dt {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	line-height: 120%;
	display: block;
}

.ticket_contents .ticket_detail .ticket_detail_l {
	margin: 0;
	padding: 0;
	width: 180px;
	height: auto;
	display: block;
	float: left;
}

.ticket_contents .ticket_detail .ticket_detail_r {
	margin: 0;
	padding: 0;
	width: 160px;
	height: auto;
	display: block;
	float: right;
}

.t_space {
	padding-top: 80px;
}

.t_space_b {
	padding-top: 140px;
}

