@charset "utf-8";
/* CSS Document */

h2 {
	position:relative;
}

#back2ContentsIndex {
	position:absolute;
	right:20px;
	top:0px;
	height:60px;
	line-height:60px;
}

#back2ContentsIndex a {
	display:inline-block;
	padding-left:20px;
	background:url(../img/arrow_link.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:14px;
}

#back2ContentsIndex a:hover {
	color:#80BAD7 !important;
}

#contentsContainer a {
	color:#0074AF;
}

#contentsContainer a:hover {
	color:#7FB9D7;
}


#fastTicketOverview {
	font-size:15px;
	line-height:1.7em;
	padding-bottom:30px;
	border-bottom:1px solid #e5e5e5;
}

#fastTicketOverview span {
	font-size:11px;
	color:#8b8a8a;
	line-height:1.2em !important;
}

h4 {
	font-size: 16px;
	color: #0074AF;
	font-weight: bold;
	margin: 30px 0 0;
}

.ticket_article {
	padding:30px;
	background:#f5f5f5;
	font-size:13px;
	line-height:1.7em;
}

.ticket_article span {
	color:#8b8a8a;
	font-size:12px;
}

.ticket_unit dl {
	border-top:1px solid #e5e5e5;
	padding-top:20px;
	margin-top:20px;
}

.ticket_unit dt {
	float:left;
	width:90px;
	font-weight:bold;
	font-size:14px;
}

.ticket_unit dd {
	float:left;
	width:754px;
}

.ticket_unit dd p {
	position:relative;
	padding-left:140px;
	min-height:25px;
	padding-top:14px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:14px;
	font-size:14px;
}

.ticket_unit dd p:first-child {
	padding-top:0px;
}

.ticket_unit dd p img {
	position:absolute;
	left:0px;
	top:0px;
}

#fastTicketschedule {
	background:#f5f5f5;
	padding:28px;
	font-size:13px;
	line-height:1.7em;
}

.fastTicketDate {
	height:50px;
	line-height:50px;
	margin-top:10px;
}

.fastTicketDate .left {
	color:#fff;
	background:#0074af;
	width: 230px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

.fastTicketDate .right {
	color:#0074af;
	background:#c9e7f7;
	font-size:14px;
	padding-left:10px;
	width: 608px;
	text-align:left;
}

.fastTicketArticle {
	background:url(../../ticket/img/stage_event/arrow.png);
	background-repeat:no-repeat;
	background-position: 110px bottom;
	padding-top:20px;
	padding-bottom:10px;
	padding-left: 240px;
}

.fastTicketArticle span {
	color:#8b8a8a;
	font-size:12px;
}

.nobg {
	background:none;
}

h5 {
	font-weight: bold;
	font-size: 16px;
}

.scheduleCaption {
	font-size:14px;
	font-weight:bold;
}


#pdf_btn {
	text-align: center;
	padding: 0 0 30px;
	border-bottom: 1px solid #e5e5e5;
}