@charset "EUC-JP";
/**
 *	dairticketlist_urgent.php
 */
 
h2.urgent {
	display: block;
	position: relative;
	margin: 5px 0 0;
	padding: 0;
	width: 700px;
	height: 50px;
	text-align: left;
	font-size: 80%;
}
h2.urgent span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f7f7f7 url(/sys/img/dairticketlist/urgent_d_title.gif) no-repeat 0 7px;
}
 
div#ticketlist dl.notice {
	background:#fff9f5;
	border:1px solid #f6be99;
	margin: 20px auto;
	padding: 5px 30px;
	text-align: left;
	width: 665px;
}

div#ticketlist dl.notice dt {
	margin: 0;
	padding: 0 0 10px 30px;
	text-indent: -9999px;
	background: url(/sys/img/dairticketlist/urgent_notice.gif) no-repeat;
}

div#ticketlist dl.notice dd ul {
	margin: 0;
	padding: 0;
}