

@charset "utf-8";

/*
ticket-navigation
------------------------------ */
.tickets-navi {
	margin-bottom:20px;
}
.tickets-navi li {
	display: inline-block;
	*display: inline;  
    *zoom: 1; 
	margin: 0 2px 7px;
}
.tickets-navi li > a {
	display: block;
	position:relative;
	padding: 15px 30px 15px 20px;
	background-color: #f2f2f2;
}
.tickets-navi li > a:after {
    position: absolute;
    top: 40%;
    right: 10px;
    font-size: 16px;
    line-height: 16px;
    font-family: "fifa-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\3E";
	color: #0087e6;
}
.tickets-navi li > a:hover {
	background-color: #0087e6;
	color: #fff;
	text-decoration:none;
}
.tickets-navi .active {
	padding: 15px;
	background-color: #fafafa;
}


/*
table
------------------------------ */
table {
	border-top: 1px solid #e5e5e5;
  width: 100%;
  margin-bottom:20px;
  border-spacing: 0;
  font-size:12px;
  *border-collapse: collapse;
}
table th {
  color: #666666;
  padding: 8px 15px;
  background: #e5e5e5;
  font-weight: bold;
  border-left:1px solid #fff;
  line-height: 120%;
  text-align: center;
  vertical-align:middle;
}
table th:first-child {
  border-left:none;
}
table tr td {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  text-align: center;
  vertical-align:middle;
}
table tr td:last-child {
  border-right: 1px solid #e5e5e5;
}
table tr {
  background: #fff;
}
table tr:hover {
  background: #fcfcfc;
}
table .tel_b {
	font-weight:bold;
	font-size:20px;
	padding:2px 0 2px 10px;
}

.seat-cat-list {
	width: 460px;
}
.seat-cat-list li {
	width: 85px;
	height:100%;
	padding:10px 0;
	border-right: 1px solid #e5e5e5;
	display: inline-block;
	*display: inline;  
    *zoom: 1; 
}
.seat-cat-list li:last-child {
	border-right: none;
}
table tr td a:hover img {
     filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}
.seat-icon {
	margin-bottom:20px;
}
.seat-icon li {
	margin-right:20px;
	display: inline-block;
	*display: inline;  
    *zoom: 1;
}
.seat-icon li > img {
	margin: 0 10px -5px;
}

.seat_link {
	font-size:10px;
	margin-top: 10px;
}
a.fancybox {
	padding: 3px 6px;
	background: #f2f2f2;
}
a.fancybox:hover {
	background-color: #0087e6;
	color: #fff;
	text-decoration:none;
}



