@charset "UTF-8";
/* CSS Document */

.content {
  max-width: 1100px;
  margin: 0 auto;
}
div.content{
 margin-left: auto;
}
footer{
  background: #f3f3f3;
  padding: 0 0 40px;
}
footer p{margin: 0 auto;}
footer img.footer_graphic {
  max-width: 50%;
  width: 35%;
  position: relative;
  margin: 0 auto 20px;
}

@media screen and (min-width: 767px) {
  header {
    display: block !important;
  }
}

h3 {
  font-weight: bold;
}
h3,
ul,
p {
  max-width: 1080px;
}

div.container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

div.live img.title {
  width: 100%;
  margin: 2rem 0 4rem;
}
div.live table {
  margin-bottom: 3rem;
  width: 100%;
}
div.live table th {
  border-top:2px solid #009944;
  border-bottom: 2px solid #fff;
  padding: 0.5rem 1rem;
  font-weight: bold;
  color: #fff;
  background: #009944;
  width: 10rem;
}
div.live table th.guest{
  border-bottom: 2px solid #009944;
}
div.live table td {
  border: 2px solid #009944;
  padding: 0.5rem 1rem;
  font-weight: bold;
  letter-spacing: 1px;
}
div.live table td span,
div.live dl dd span {
  font-size: 0.8rem;
  letter-spacing: 0;
}

div.live span.on {
  background-color: #dd0000;
  color: white;
  padding: 0.3rem 1rem;
  margin: 0 1rem 0.5rem 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  top: -2px;
}
div.live span.off {
  background-color: lightgray;
  color: black;
  padding: 0.3rem 1rem;
  margin: 0 1rem 0.5rem 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  top: -2px;
}

div.live div.container p {
  display: inline;
  padding-right: 1rem;
  top: -1px;
  position: relative;
  font-weight: bold;
  font-size: 2rem !important;
}

span.btn-hashtag {
  display: inline-block;
  top: 3px;
  position: relative;
}

div.live div.jstream-eqPlayer {
  float: left;
}
div.live section.item {
  display: flex;
  position: relative;
  left: 2rem;
  top: 10px;
}
div.live h3 {
  font-size: 2rem;
  margin-top: 60px;
  line-height: 1.5;
  text-align: center;
}

div.live h3 a,
div.live .back {
  background-color: #009944;
  color: white;
  display: inline-block;
  text-decoration: none;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
}

div.live .back {
  width: 200px;
  text-align: center;
  padding: 0.2rem 0.5rem;
  margin: 0 auto;
  display: block;
}

div.live ul {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1rem;
}
div.live ul li {
  margin: 0.5rem 0;
}
div.live p {
  text-align: left;
  font-size: 1.4rem !important;
  line-height: 1.7 !important;
  width: fit-content;
  margin: 0.5rem auto 2rem;
}
div.live div.credit ul {
  list-style: none;
}
.jsteream-box {
  float: left;
  width: 634px;
  max-width: 100%;
  margin-bottom: 15px;
}
#timeline {
  max-width: 100%;
  width: 213px;
  height: 358px;
  border-radius: 5px;
  background: #fff;
  overflow: scroll;
}
#timeline #timeline-content {
  width: 100%;
  height: 100%;
  display: block;
}
#timeline #url {
  padding: 0;
  margin: 0;
}
#timeline #url li {
  list-style: none;
  font-size: 12px !important;
  line-height: 18px;
  border-bottom: 1px solid rgba(15, 70, 100, 0.12);
  padding: 10px 10px 15px 10px;
}
#timeline #url li img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  float: left;
  margin-right: 6px;
}
#timeline #url li a {
  color: #2b7bb9;
  text-decoration: none;
}
#timeline #url li span a {
  color: #333;
}
#timeline #url li span:first-child {
  font-weight: bold;
}
#timeline #url li span:nth-child(2) {
  color: #8899a6;
}
#timeline #url li a:hover {
  color: #3b94d9;
}
#timeline #url li header {
  overflow: hidden;
}
#timeline #url li header span {
  display: block;
}
#timeline #url li .content-date {
  text-align: right;
  font-size: 12px;
  color: #8899a6;
}
#timeline #url {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .content,
  .footer .footer-copyright {
    margin: 0 !important;
  }
  #timeline {
    width: 100%;
    height: 300px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .btn-hashtag {
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-bottom: 0;
    margin: 0 auto 1rem;
    display: table !important;
  }
  div.live section.item {
    display: block;
    width: fit-content;
    margin: 0 auto;
    left: 0;
  }
  dl.sp-only {
    margin-bottom: 3rem;
  }
  dl.sp-only dt {
    background-color: #009944;
    color: white;
    font-weight: bold;
    padding: 0.2rem 1rem;
  }
  dl.sp-only dd {
    font-weight: bold;
    margin: 1rem;
    line-height: 1.3;
  }
  div.live table td span,
  div.live dl dd span {
    display: inline-block;
    margin: 0.2rem 0 0.5rem;
  }
  div.live ul li {
    margin: 0.5rem 1rem 0 2rem;
  }
  div.live h3,
  div.live p {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .jsteream-box {
    margin-top: 1rem;
  }
  .footer .footer-copyright {
    margin-left: 0 !important;
  }
}

.credit {
  background: none;
  top: 0;
  margin-top: 3rem;
}

.footer {
  background: #efeee9 !important;
}

.footer .footer-copyright {
  background: #efeee9 !important;
  margin: 0 200px;
}
.footer .footer-copyright p {
  color: #009944;
  font-size: 0.8rem;
}

