#cal #date #prev,
#cal #date #next {
  width: 18px;
  height: 18px;
  background: #00A6BD;
  color: #fff;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
}

#cal #date #now {
  font-size: 17px;
  top: -4px;
  letter-spacing: 5px;
}

table {
  table-layout: fixed;
}

table thead th {
  letter-spacing: 2px;
}

table tbody tr td {
  border: solid 1px #303030;
  position: relative;
  vertical-align: top;
}

table tbody tr td:after, table tbody tr td:before {
  content: '';
  position: absolute;
  left: -5%;
  top: 0;
  width: 110%;
  height: 5px;
  background: #fff;
  z-index: 1;
}

table tbody tr td:before {
  top: auto;
  bottom: 0;
}

table tbody tr td .label {
  font-size: 11px;
  margin-top: 10px;
}

table tbody tr td .label:nth-of-type(1) {
  margin-top: 0;
}

table tbody tr td img.label {
  display: block;
  width: 100%;
  height: auto;
}

table tbody tr td .date {
  font-size: 12px;
}

table tbody tr td .c {
  padding: 3px 0 0;
}

table tbody tr td .d {
  padding: 0 3px;
  min-height: 50px;
  border: none;
}

table tbody tr td.sun .d {
  border: none;
}

#popup {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
  height: 100%;
}

#popup #screen {
  overflow: scroll;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  padding-bottom: 30px;
  background: rgba(0, 0, 0, 0.7);
}

#popup #item {
  width: 90%;
  margin: 30px auto 0;
  padding: 10px;
  background: #fff;
  position: relative;
  z-index: 1;
}

#popup .close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #303030;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  right: 0;
  top: 0;
}

#popup a {
  color: #00A6BD;
  text-decoration: underline;
}

#popup h2 small {
  color: #333;
  font-size: 12px;
  line-height: 1.3;
  display: block;
}

#popup .popup-label {
  line-height: 20px;
}

#popup.live-table-sp article {
  margin-top: 15px;
}

#popup.live-table-sp article .note {
  margin-bottom: 15px;
  line-height: 1.5;
}

#popup.live-table-sp article dl {
  line-height: 1.5;
}

#popup.live-table-sp article dl.first dt {
  display: none;
  width: 0;
}

#popup.live-table-sp article dl.first dd {
  color: #00A6BD;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 1.3;
  word-break: break-all;
  border: none;
  padding: 0;
}

#popup.live-table-sp article dl.last span,
#popup.live-table-sp article dl.last dd {
  border-bottom: none;
}

#popup.live-table-sp article dl dt {
  width: 70px;
  float: left;
  padding: 0 10px 0 0;
  margin: 0;
  border: none;
}

#popup.live-table-sp article dl dd {
  margin: 0 0 0 80px;
  padding: 0 0 5px 10px;
  border-left: solid 1px #666;
}

#popup .media-sep {
  background: #00A6BD;
  margin: 10px 0;
}

#popup .label {
  margin-bottom: 0;
}

#popup .price {
  margin-bottom: 10px;
}
