@charset "utf-8";
/* CSS Document */

#sec_tic {
	margin-bottom: 20px;
	padding: 15px 14px 0;
}

#page_link {
	padding-bottom: 5px;
}
#page_link li {
	background-color: #ff573c;
	border-radius: 5px;
	margin: 0 0 10px;
	display: table;
	width: 100%;
	height: 56px;
	position: relative;
}

#page_link li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 17px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 15px;
}
#page_link li a:after {
	content: "";
	position: absolute;
	top: 23px;
	right: 15px;
	background-image: url(../img/ticket/icon_banner_arrow02.png);
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
}


h3 {
	font-size: 15px;
	line-height: 1.5;
	color: #0074af;
	padding: 11px 0;
	border-top: #cecece 1px solid;
}

.stage_lead {
	font-size: 12px;
	line-height: 17px;
	color: #645d5b;
	margin: 0 0 11px;
}
.sale_time {
	width: 100%;
	height: 60px;
	display: table;
	font-size: 14px;
}
.sale_time h4 {
	display: table-cell;
	width: 85px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	background-color: #0074af;
}
.sale_time p {
	display: table-cell;
	color: #0074af;
	vertical-align: middle;
	background-color: #cae7f7;
	padding: 0 14px;
}

.sale_price {
	border-top: 1px solid #ebebeb;
	padding: 14px 0 0;
	margin: 15px 0 0;
}
.sale_price h4 {
	font-size: 14px;
	line-height: 1;
	color: #221815;
}
.sale_price p {
	font-size: 12px;
	line-height: 1.5;
	color: #645d5b;
	margin: 5px 0 0;
}
.sale_price ul {
	padding: 8px 0 12px;
}
.sale_price li {
	color: #909090;
	font-size: 10px;
	line-height: 1.5;
	margin-left: 1em;
	text-indent: -1em;
}


.sale_place {
	border-top: 1px solid #ebebeb;
	padding: 14px 0 0;
}
.sale_place h4 {
	font-size: 14px;
	line-height: 1;
	color: #221815;
}

.sale_place .sale_shop:nth-of-type(1) {
	border: none;
	padding: 9px 0 0;
}
.sale_shop {
	padding: 7px 0 0;
	border-top: 1px solid #ebebeb;
	margin: 0 0 15px;
	word-wrap: break-word;
}
.sale_shop h5 {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.5;
}
.sale_shop p {
	font-size: 12px;
	line-height: 1.5;
	color: #645d5b;
}
.sale_shop a {
	color: #0074af;
}
.sale_shop h6 {
	font-size: 12px;
	color: #221815;
	margin: 6px 0 0;
}
.sale_shop p.cn_notice {
	font-size: 10px;
	margin: 5px 0 0 1em;
	text-indent: -1em;
}

.sale_place ul {
	padding: 14px 0;
	border-top: 1px solid #ebebeb;
}
.sale_place li {
	font-size: 10px;
	line-height: 1.5;
	color: #909090;
	margin-left: 1em;
	text-indent: -1em;
	
}


#ticket_end {
	color: #f00;
}

#todayticket {
	color: #909090;
	font-size: 10px;
	line-height: 1.5;
	margin: 8px 0 0;
}
#today_map img {
	width: 100%;
}