
/* 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; }
}

/* button */
div.button {
    background: #0bd79b;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    padding: 20px 55px;
    border-radius: 32.5px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  div.button:hover {
    background: #27715b; 
    color: #fff; 
  }
  div.button p {
    padding: 20px auto;
    font-weight: bold;
    font-size: 14px;
  }


/* ON AIR And REED */

p.oatime {
    margin: 25px auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
}

div.frfmv {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

div.frfmv img {
    width: 95%;
}

p.read {
    max-width: 750px;
    margin: 25px auto 0;
    text-align: center;
}


/* BANNER */

div.bnr {
    max-width:  700px;
    margin: 40px auto;
    text-align: center;
}

div.bnr ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
div.bnr ul li{
    margin: 10px;
}

div.bnr img {
    width: 320px
}


/* PODCAST */

div.frfpodcast {
    max-width: 750px;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    border: solid 1px;
}

div.frfpodcast h3 {
    margin-bottom: 30px;
    font-size: 22pt;
    text-align: center;
    font-weight: bold;
}

div.frfpodcast img {
    width: 180px;
    margin: 10px;
}

/* PRESENT */

div.frfpresent {
    max-width: 750px;
    margin: 20px auto 0;
    text-align: center;
}


/* ARCHIVE */

div.archive {margin-top: 60px }

/* COMMON ON AIR */

div.common__onair img {
    width: 60%;
}


/* SMART PHONE */

@media screen and (max-width: 680px){   
    p.oatime { font-size: 2em;}
    p.read { 
        padding: 0 20px;
        font-size: 2em;
        line-height: 1.5em;
    }
    div.frfpodcast {
        margin: 10px;
    }

    div.bnr img { width: 280px;}
    div.frfpresent {
        margin: 0 10px;
    }
 
 }
