@charset "utf-8";
/* CSS Document */
#contentsContainer {
	padding-top:40px;
}

#ticket_sub_navigation {
	border-bottom:1px solid #e5e5e5;
	padding-bottom:40px;
}

#ticket_sub_navigation li {
	background:url(../../ticket/img/ticket/btn_frame_red.png);
	width:420px;
	height:70px;
	color:#fff;

	line-height:1.4em;
	padding-left:20px;
	font-size:14px;
	margin-left:20px;
	float:left;
}


#ticket_sub_navigation li:first-child {
	margin-left:0px;
}

#ticket_sub_navigation li a {
	background:url(../../ticket/img/ticket/btn_arrow_white.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	display:inline-block;
	text-decoration:none;
	
	display:table-cell;
	vertical-align:middle !important;
	
	height:70px;
}

#ticket_sub_navigation li a:hover {
	color:#80BAD7;
}

h4 {
	font-size:16px;
	color:#0074af;
	font-weight:bold;
}

.ticket_article {
	padding:30px;
	background:#f5f5f5;
	position: relative;
}

.ticket_unit {
	line-height:1.7em;
	font-size:14px;
}

.ticket_unit span {
	font-size:13px;
	color:#8b8a8a;
}

.ticket_unit a {
	color:#0074AF;
}

.ticket_unit a:hover {
	color:#7FB9D7;
}

h5 {
	height:60px;
	line-height:60px;
	background:#c9e7f7;
	font-size:20px;
	font-weight:bold;
	color:#0074af;
}
h5 span {
	display:inline-block;
	color:#fff !important;
	text-align:center;
	width:130px;
	background:#0074af;
	margin-right:30px;
	font-size:16px;
	
	display: block;
	float: left;
	line-height: 60px;
}



.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:14px;
}

.ticket_unit dd p:first-child img {
	position:absolute;
	left:0px;
	top:0px;
}



#today_ticket {
	line-height: 50px;
}
#today_n {
	position: absolute;
	color: #0074af;
	font-size: 10px;
	line-height: 1;
	top: 70px;
	left: 190px;
}
#today_place,#today_map {
	padding-left: 0;
	border: 0;
	padding-bottom: 0;
}
#today_map img {
	position: static;
}
