.bn_ticket {
  -webkit-transform: translateY(-22px);
      -ms-transform: translateY(-22px);
          transform: translateY(-22px);
}

.area_box_txt {
  font-size: 16px;
  line-height: 1.4;
  color: #7b5ea4;
  font-weight: bold;
  letter-spacing: -.05em;
  text-align: center;
}

.area_list {
  margin-top: 15px;
  text-align: center;
  letter-spacing: -.4em;
  font-size: 0;
}

.area_list li {
  width: 29%;
  display: inline-block;
  margin: 2% 1.2%;
  letter-spacing: normal;
  font-size: 13px;
  vertical-align: top;
}

.area_list li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 23px 0;
  background-color: #fadce9;
  font-weight: bold;
  border-radius: 5px;
}

.area_list li a:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 22px;
}

.area_list li:nth-child(odd) a:before {
  background: url(../img/theater/icon_tab-01.png) no-repeat center center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}

.area_list li:nth-child(even) a:before {
  background: url(../img/theater/icon_tab-02.png) no-repeat center center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}

.area_box_title {
  margin: 0 0 20px;
  text-align: center;
}

.area_box {
  padding-top: 30px;
}

.area_box table {
  width: 100%;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}

.area_box table tr:nth-child(odd) td {
  background-color: #f2edf9;
}

.area_box table tr:nth-child(even) td {
  background-color: #f6f3f9;
}

.area_box table tr:first-child td {
  text-align: center;
  background-color: #997cc4;
  color: #fff;
}

.area_box table tr td {
  padding: 9px 3px;
}

.area_box table tr td.area, .area_box table tr td.start, .area_box table tr td.end {
  width: 70px;
}

.area_box table tr td:nth-child(2) {
  text-align: left;
}

.area_box table tr td.name {
  text-align: center;
}
