/* BR */

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

/* base */
main#topics a {
  text-decoration: underline;
  color: #0066ff;
}
.center { text-align: center;}
.bold {font-weight: bold;}
.red {color: #da0000;}
.end {margin: 40px auto; text-align: center; color: #ff0000; font-weight: 900;}


/* Subbox */
.subbox {
  margin: 20px;
  padding: 20px;
  border: solid 1px #000;
}

.subbox h4 {
  font-size:1.6em;
  font-weight: bold;
  padding: 10px 0 20px;
  line-height: 1.3em;
  text-align: center;
}

.button {
  max-width: 300px;
  border-radius: 20px;
  margin: 30px auto 50px;
  background: #ffcc33;
  text-align: center;
  padding: 20px;
}

/* MARKING LINE */
.linered{background:linear-gradient(transparent 65%, #ffadad 60%); font-weight: bold;}
.lineblue{background:linear-gradient(transparent 65%, #c1e0ff 60%);font-weight: bold;}
.lineyellow{background:linear-gradient(transparent 65%, #fff799 60%);font-weight: bold;}



/* YouTube */
.youtube {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* Custam */

ul.navigation {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

ul.navigation li {
  max-width: 200px;
  margin: 0 3px 20px;
  padding: 20px 10px;
  background: #052844;
  color: #fff;
}

ul.navigation a {
  color: #fff !important;
  text-decoration: none !important;
}


h4.movttl {
  font-size: 2em;
}

div.storybox {
  max-width: 530px;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 30px;
  border: solid 1px #000;
}

div.storybox dt{
  margin-bottom: 10px;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  background: #000;
  color: #fff;
}

div.storybox dd{
  padding: 0 10px;
  line-height: 1.5em;
}

div.movdtl{
  max-width: 500px;
  margin: 0 auto;
}
div.movdtl dl{
  display: flex;
  flex-flow: row wrap;
}
div.movdtl dt{
  width: 30%;
  margin-bottom: 10px;
  text-align: right;
}
div.movdtl dd{
  width: 60%;
  margin-bottom: 10px;
  padding-left: 10px;
}

p.movstart {
  margin: 20px 0 10px !important;
  text-align: center;
  font-size: 2.3em !important;
  font-weight: bold;
}

p.movofficial {
  text-align: center;
}
p.movofficial a {
  text-decoration: underline;
  color: #11b5ea !important;
}

p.movcrd {
  text-align: center;
}




/* Custam - prgbox */

div.event_info {
  margin-bottom: 50px !important;
}

div.event_info a {
  color: #000 !important;
  text-decoration: none !important;
}

dl.prgbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px;
  background: #d2e3e9;
}
dl.prgbox dt{
  max-width: 300px;
  padding: 0 15px;
}
dl.prgbox dd{
  max-width: 380px;
}
dl.prgbox dd h4{
  margin-bottom: 10px !important;
}
dl.prgbox dd p{
  line-height: 1.5em;
}
dl.prgbox dd p.onairdate{
  margin-bottom: 30px;
}

dl.prgbox dd dl.guestlineup{
  margin: 10px 0;
}
dl.prgbox dd dl.guestlineup dt{
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: solid 1px #000;
  font-weight: bold;
}
dl.prgbox dd dl.guestlineup dd{
  line-height: 1.5em;
}


/* Custam - youtubebox */

div.ytoutline {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

div.ytbox {
  width: 200px;
  margin: 0 20px;
}

ul.youtubebox {}
ul.youtubebox li{
  max-width: 100px;
}

/* SMART PHONE STYLE */

@media screen and (max-width: 680px){   
 
  .subbox {
    margin: 40px 0 20px;
    padding: 10px;
  }

  .subbox h4 {
    font-size:1.4em;
  }

  div.movdtl dt{
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
  div.movdtl dd{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  p.movstart {
    line-height: 1.2em !important;
  }
  dl.prgbox {
    margin-bottom: 40px;
  }
  dl.prgbox h4{
    text-align: center;
  }
  dl.prgbox dd p.onairdate{
    text-align: center;
    margin-bottom: 20px;
  }
  div.ytbox {
    width: 310px;
  }


}
