@charset "utf-8";
/* CSS Document */

a {
	color: #0074af;
}
#sec_tic {
	margin-bottom: 20px;
}


#tic_in {
	margin: 14px 14px 0;
}
.stage_lead {
	font-size: 12px;
	line-height: 17px;
	color: #645d5b;
	margin: 4px 0 0;
}
.notice {
	font-size: 10px;
	line-height: 1.5;
	margin-left: 1em;
	text-indent: -1em;
	color: #909090;
}
#top_notice {
	margin-top: 6px;
	margin-bottom: 12px;
}

#attention {
	padding: 12px 0;
	border-top: 1px solid #cecece;
}
#attention h4 {
	font-size: 15px;
	line-height: 1.5;
	color: #0074af;
}
#attention p {
	font-size: 12px;
	line-height: 1.5;
	color: #645d5b;
	margin: 12px 0 0;
}
#attention p span {
	color: #f00200;
}

#attention li {
	margin: 12px 0 0;
	border-top: 1px solid #ebebeb;
	font-size: 12px;
	line-height: 1.5;
	color: #645d5b;
}
#attention li p {
	margin-left: 1em;
	text-indent: -1em;
	word-wrap: break-word;
}
#attention li:nth-child(4) p {
	margin-left: 0;
	text-indent: 0;
}
#attention li p img {
	width: 100%;
}
#attention li:nth-child(4) p.notice {
	font-size: 10px;
	line-height: 1.5;
	margin-left: 1em;
	text-indent: -1em;
	color: #909090;
}

#oubo_btn img {
	width: 100%;
}

#schedule {
	margin: 3px 0 0;
	border-top: 1px solid #cecece;
	padding: 12px 0 0;
}
#schedule h4 {
	font-size: 15px;
	line-height: 1.5;
	color: #221815;
	margin: 0 0 11px;
}
.date_wrap {
	display: table;
	width: 100%;
}
.date_wrap h5 {
	display: table-cell;
	width: 109px;
	height: 58px;
	text-align: center;
	vertical-align: middle;
	background-color: #0074af;
	color: #fff;
	font-size: 12px;
}
.date_wrap p {
	display: table-cell;
	font-size: 12px;
	line-height: 16px;
	padding: 13px 16px;
	color: #0074af;
	background-color: #cae7f7;
	vertical-align: middle;
	text-align: left;
}
#schedule section {
	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;
}
#schedule section:last-child {
	background: none;
}
#schedule section:last-child:after {
	background: none;
}
#schedule section: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;
}
#schedule ul {
	padding: 12px 0 12px 33px;
	
}