@charset "UTF-8";
/* **************************************************
 * チケット
************************************************** */
/* ------------------------------
	チケット
------------------------------ */
h5 {
  padding: 9px;
  color: #2c2c2c;
  font-size: 14px;
  border-top: 1px solid #ccc;
  background: #ddd;
}

.ticketBlock {
  margin-bottom: 30px;
}
.ticketBlock h5 {
  text-align: center;
}
.ticketBlock .ticketTable td {
  border-left: none;
}

.ticketTable {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
}
.ticketTable th {
  background-color: #f6f6f6;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  vertical-align: middle;
  padding: 8px 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 120px;
}
.ticketTable th:first-child {
  border-left: none;
}
.ticketTable td {
  padding: 8px 10px;
  font-size: 14px;
  vertical-align: middle;
  padding: 8px 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  line-height: 1.5;
  text-align: center;
}
.ticketTable td:first-child {
  border-left: none;
}
.ticketTable td span {
  display: block;
  margin-bottom: 10px;
}
.ticketTable td span:last-child {
  margin-bottom: 0;
}
.ticketTable .ArrowBtnLink04 {
  width: 200px;
  margin: 10px auto;
}

.seatBlock {
  margin-bottom: 30px;
}

.priceBlock {
  margin-bottom: 50px;
}
.priceBlock h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.priceBlock p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.priceBlock p strong {
  font-weight: bold;
  font-size: 12px;
}
.priceBlock ul li {
  font-size: 14px;
  line-height: 1.5;
  list-style-type: square;
  margin-left: 30px;
  margin-bottom: 10px;
}
