@charset "UTF-8";
#wrapper {
  position: relative;
  min-height: 100%;
}

.innerPage {
  height: 100%;
  padding-bottom: 224px;
  margin: 0;
}

#footer {
  position: absolute;
  bottom: 0;
}

.ttlWrap {
  padding: 0 40px;
}

.pageTtl {
  padding: 143px 0 50px;
  border-bottom: 1px solid #ebebeb;
}
.pageTtl p {
  /*text-indent: -9999px;*/
  background-image: url(../img/live/ttl_pc.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 335px;
  height: 54px;
  margin: 0 auto;
}

.liveList {
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic;
}
.liveList li {
  background-image: url(../img/cmn/line-dot_pc.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 0 0 20px;
  overflow: hidden;
  margin: 0 0 20px;
}
.liveList li a {
  text-decoration: underline;
}
.liveList li a:hover {
  text-decoration: none;
}
.liveList .date {
  width: 84px;
  color: #FFF;
  display: inline-block;
  background: #58bdda;
  padding: 7px 0;
  letter-spacing: 1.5px;
  font-family: 'Montserrat';
  line-height: 1;
  float: left;
  text-align: center;
  font-size: 10px;
}
.liveList .title {
  width: 100%;
  float: left;
  margin: 0 0 0 -120px;
}
.liveList .title p {
  margin: 0 0 0 140px;
  padding: 0;
}

@media screen and (max-width: 920px) {
  .pageTtl {
    padding: 120px 0 50px;
    border-bottom: 1px solid #ebebeb;
  }
}
@media screen and (max-width: 768px) {
  .ttlWrap {
    padding: 0 20px;
  }

  .pageTtl {
    padding: 102px 0 25px;
    border-bottom: 1px solid #ebebeb;
  }
  .pageTtl p {
    /*text-indent: -9999px;*/
    background-image: url(../img/live/ttl.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 173px 24px;
    width: 173px;
    height: 24px;
    margin: 0 auto;
  }

  .liveList .date {
    width: 84px;
    color: #FFF;
    display: inline-block;
    background: #58bdda;
    padding: 7px 0;
    letter-spacing: 1.5px;
    font-family: 'Montserrat';
    line-height: 1;
    font-size: 10px;
    float: none;
    text-align: center;
    font-size: 10px;
    margin: 0 0 10px;
  }
  .liveList .title {
    width: 100%;
    float: none;
    margin: 0;
  }
  .liveList .title p {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .pageTtl {
    padding: 60px 0 25px;
    border-bottom: 1px solid #ebebeb;
  }
}
