.infoPost {
  margin: 0;
  border-bottom: 1px solid #dbdbdb;
}
#movieInfo.infoPost .about {
  padding: 5% 3.3333333333333335%;
}
.infoPost .about .imgArea {
    margin: 0 0 20px;
}
.infoPost .about .rightSide {
    margin: 0 0 0 4%;
  width: 81%;
  float: left;
    position: relative;
    z-index: 10;
}
.infoPost .about .movieTitle {
  overflow: hidden;
  text-overflow: inherit;
  white-space: inherit;
}
.infoPost .about .trailer {
  clear: both;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.infoPost .about .trailer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.infoPost .about .btnArea {
  clear: both;
}
.infoPost .about .btnArea .theaterBtn li {
  width: 48.5%;
}
.infoPost .about .btnArea .theaterBtn li a {
  height: 40px;
}

.infoArea {
  padding: 5% 3.3333333333333335%;
  background: #fff;
  font-weight: normal;
  color: #1e1e1e;
}
.infoArea .infoBlock {
  margin-bottom: 30px;
}
.infoArea .infoBlock dl .infoCont {
  line-height: 1.8;
}
.infoArea .infoBlock dl .infoCopy {
  margin-bottom: 20px;
}
.infoArea .infoBlock dl .infoContEnd {
  text-align: right;
  font-size: 12px;
}
.infoArea .infoBlock .infoTitle {
  margin: 0 0 14px;
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 2px solid #e60012;
}
.infoArea .infoBlock .infoList li a {
  display: block;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #dbdbdb;
  color: #1e1e1e;
  position: relative;
}
.infoArea .infoBlock .infoList li a span {
  display: inline-block;
  margin: 11px 0 0;
}
.infoArea .infoBlock .infoList li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: transparent url(/wp-content/themes/d-menu4/images/common/icon_arrow_gray.png) center center no-repeat;
  background-size: 8px 12px;
  position: absolute;
  top: 15px;
  right: 10px;
}
.infoArea .infoBlock .infoList:first-child li:first-child {
  border-top: 1px solid #dbdbdb;
}
.infoArea .infoBlock .infoData {
  font-size: 14px;
}
.infoArea .infoBlock .hiddenArea .infoList li:first-child {
  border-top: none;
}
.infoArea .infoBlock .infoBtn a {
  height: 40px;
}
.infoArea .infoBlock .infoBtn a span {
  margin: 11px 0 0;
}
.infoArea .infoBlock .infoBtn a:after {
  top: 10px;
}
.infoArea .infoBlock:last-child {
  margin-bottom: 0;
}
.week .theaterName{
  padding:0 0 3.3333333333333335% 3.3333333333333335%;
}
@media screen and (min-width: 600px) {
  .infoPost .movieTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) and (min-width: 1px) {
  .infoPost .about .imgArea {
    /*max-width: 114.8px;*/
    max-width: 100%;
    width: 41%;
  }
  .infoPost .about .rightSide {
    width: 57%;
    float: left;
  }
  .infoPost .about .movieTitle {
    font-size: 18px;
  }
  .infoPost .about .btnArea .theaterBtn li a span {
    margin: 11px 0 0;
    font-size: 12px;
  }

  .infoBlock {
    margin-bottom: 15px !important;
  }
  .infoBlock:last-child {
    margin-bottom: 0 !important;
  }
  #movieInfo.infoPost .about .rightSide {
    width: 54% !important;
  }
}

