@charset "utf-8";
/* CSS Document */

a {
	color: #0074af;
}
#sec_tic {
	margin-bottom: 20px;
}


#tic_in {
	margin: 14px 14px 0;
}
.fast_lead {
	font-size: 12px;
	line-height: 17px;
	color: #645d5b;
}
.notice {
	font-size: 10px;
	line-height: 1.5;
	margin-left: 1em;
	text-indent: -1em;
	color: #909090;
}
#top_notice {
	margin-top: 6px;
	margin-bottom: 12px;
}

#fast h4 {
	font-size: 15px;
	line-height: 1;
	color: #0074af;
	padding: 14px 0;
	/*border-top: 1px solid #cecece;*/
}
.one_info {
	padding: 14px 0;
	border-top: 1px solid #ebebeb;
}
.one_info h5 {
	color: #221815;
	font-size: 14px;
	line-height: 1;
}
#fast .one_info:last-child {
	padding-bottom: 0;
}
.info_txt {
	font-size: 12px;
	line-height: 1.5;
	color: #645d5b;
	margin: 6px 0 0;
}
#notice1 {
	padding: 4px 0 0;
}

h6 {
	font-size: 12px;
	line-height: 1;
	color: #221815;
	margin: 8px 0 0;
}
.cn_link {
	font-size: 12px;
	line-height: 16px;
	color: #645d5b;
	margin: 5px 0 0;
}
.cn_link a {
	color: #0074af;
	word-wrap: break-word;
}
p.notice {
	padding: 6px 0 0;
}
.notice_wrap {
	padding: 12px 15px;
	background-color: #f5f5f5;
	margin: 0 0 15px;
}


.date_wrap {
	display: table;
	width: 100%;
}
.date_wrap:nth-of-type(1){
	margin: 15px 0 0;
}
.date {
	display: table-cell;
	width: 79px;
	height: 58px;
	vertical-align: middle;
	background-color: #0074af;
	color: #fff;
	font-size: 12px;
	padding: 0 15px;
}
.date_txt {
	display: table-cell;
	font-size: 12px;
	line-height: 16px;
	padding: 13px 16px;
	color: #0074af;
	background-color: #cae7f7;
}
.sche_bg {
	position: relative;
	background-image: url(../img/stageticket/bg_arrow_line.png);
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 33px 14px;
	background-color: transparent;
	padding: 15px 0 15px 33px
}

.sche_bg:last-child {
	background: none;
}
.sche_bg:last-child:after {
	background: none;
}
.sche_bg:after {
	content: "";
	position: absolute;
	width: 33px;
	height: 14px;
	left: 0;
	bottom: 0;
	background-image: url(../img/stageticket/bg_arrow_end.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 33px 14px;
	background-color: #ffffff;
}
.sche_bg .notice_wrap {
	margin: 7px 0 0;
}