@charset "UTF-8";

.ticket-maintitle {
	background-image: url(../images/ticket_img/ticket_main-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 560px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}
.ticket-list {
	margin-right: 24px;
	margin-left: 28px;
	font-size: 1em;
	line-height: 1.5em;
}
.ticket-list dt {
	background-image: url(../images/ticket_img/ticket_list-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CC99;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #3399CC;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}
.ticket-list dd {
	margin-bottom: 2em;
}.ticket-list dd img {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
