@charset "utf-8";



/* ticketArea */
.ticketTableArea {
  margin-top: 20px;
}
.accList {
  border-top: 1px solid #ccc;
}
.matchAcc.noBorder {
  border-bottom: none;
}
.matchAcc .matchTicketList {
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0px;
  border-bottom: 1px solid #aaa;
}
.matchTicketList li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 21%;
}
.matchTicketList li span {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.matchTicketList li .matchTeam {
  font-size: 13px;
  font-weight: bold;
}

.matchTicketList li .matchLiveTxt,
.matchTicketList li .matchTime,
.matchTicketList li .matchPlace {
  font-size: 12px;
  line-height: 15px;
}
.matchTicketList .ticketListBtn {
  padding: 0 10px;
  width: 37%;
}


/* tv */
.pageArea h4.matchListTit {
  padding: 8px;
    border-left: none;
}
.matchLiveCh .commercialTv {
  color: #0066ff;
  font-weight: bold;
}
.matchLiveCh {
  list-style-type: disc;
  margin-left: 15px;
}

.matchLiveCh .nationalTv {
  color: #ff0000;
  font-weight: bold;
}
