@charset "UTF-8";

/*----------------------------------------------------------------------
  panel
----------------------------------------------------------------------*/

#ticket-panel-frame {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  #ticket-panel-frame {
    max-width: 600px;
　}
}
@media all and (max-width: 767px) {
  #ticket-panel-frame {
    width: 100%;
　}
}

#panel > dt {
  border-bottom: solid 1px white;
  background-color: #f0f0f0;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
  line-height: 1;
}
#panel > dt img {
  vertical-align: middle;
  margin-right: 10px;
}
#panel > dd {
  border: solid 1px Silver;
  margin: 0px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
}
#panel > dd p { margin-top: 15px; margin-bottom: 15px; text-align: left;}

/*----------------------------------------------------------------------
  seat evaluation
----------------------------------------------------------------------*/

.second-body table.seateval {
  border: 1px solid #666;
  margin-bottom: 15px;
}
.second-body table.seateval th, .second-body table.seateval td {
  text-align: left; padding: 10px; line-height: 1;
}
.second-body .seateval span { color: #8f0038; }

@media screen and (max-width: 767px) { /* for SP */
  .second-body table.seateval { font-size: 12px; }
  .second-body table.seateval th, .second-body table.seateval td { padding: 5px; }
}

/*----------------------------------------------------------------------
  .seatprice
----------------------------------------------------------------------*/

  /* BUTTON */
.second-body article .link-wrap .size-fixed {
 margin-left: 8%;
 margin-right: 8%;
 padding-left: 2%;
 padding-right: 2%;
 width: 80%;
}

@media all and (max-width: 767px) {
  .table-wrap {
    overflow: auto;
  }
  .second-body article .link-wrap .link.size-fixed {
    font-size: 13px;
  }
}

.layout-main .layout-second .second-body article h4.h4-border {
	margin:40px 0 20px;
	padding: 0 0 0.3em 0.5em;
	background-color: #fff;
	color: #4c4c4c;
	font-size: 18px;
	border-bottom: 2px solid #797979;
	font-weight: bold;
}
.layout-second .second-body article.ticket ul.list li {
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
  width: auto;
  line-height: 2.4;
}
.team-tk .layout-second .second-body article table a.btn {
  color: #fff;
}
.team-tk .layout-second .second-body article td a.btn:hover {
  color: #8F0038;
}