@charset "UTF-8";
.theater .content:before {
  display: none;
}

.theater .content .txt_roadshow {
  text-align: center;
}

.theater .content .area_list {
  margin-top: 42px;
  margin-bottom: -10px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  letter-spacing: -.4em;
}

.theater .content .area_list li {
  width: 188px;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: normal;
}

.theater .content .area_list li:last-child {
  margin-right: 0;
}

.theater .content .area_list li a {
  display: block;
  width: 100%;
  height: 50px;
  padding-top: 18px;
  background: url(../img/in_theater/bg_btn.png) no-repeat center center;
  text-align: center;
  color: #595544;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}

.theater .content .area_list li a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.theater .content .area_box {
  font-size: 16px;
}

.theater .content .area_box .area_box_title {
  padding-top: 75px;
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 26px;
  font-weight: bold;
}

.theater .content .area_box table {
  width: 100%;
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
}

.theater .content .area_box table tr td {
  padding: 22px 20px 21px;
  border: 0;
  border-bottom: 1px solid rgba(89, 85, 68, 0.2);
}

.theater .content .area_box table tr td:first-child {
  width: 150px;
}

.theater .content .area_box table tr td:nth-child(2) {
  text-align: left;
}

.theater .content .area_box table tr:first-child td {
  padding: 14px 20px;
  border-bottom: 0;
  background-color: #f0efed;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.2;
  text-align: center;
}

.theater .content .area_box .area_ticket_btn {
  margin-top: 20px;
  text-align: center;
}

.theater .content .area_box .area_ticket_btn a {
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}

.theater .content .area_box .area_ticket_btn a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
