/**************index******************/
#ticket_box{
	width:990px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
	padding:5px;
}

.ticket_printbox{
	width:900px;
	height:auto;
	overflow:hidden;
	font-size:20px;
	color:#000;
	line-height:2em;
	text-align:center;
	margin:10px auto;
}
.ticket_couponimg{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.ticket_contents{
	width:900px;
	height:auto;
	overflow:hidden;
	font-size:20px;
	color:#000;
	line-height:2em;
	text-align:left;
	margin:10px auto;
}
.ticket_title{
	width:890px;
	height:auto;
	overflow:hidden;
	font-size:20px;
	color:#000;
	line-height:2em;
	text-align:left;
	margin-top:10px;
	padding-left:10px;
	border-bottom:1px #000 dotted;
}
.ticket_title:before{
	content: "";
	margin-right:5px;
}
.ticket_text{
	width:830px;
	height:auto;
	overflow:hidden;
	font-size:20px;
	color:#000;
	line-height:1.4em;
	text-align:left;
	margin:0 auto;
	padding:5px;
}

