@import url(base.css);
.gd, #header, .stationArea .stationList .area .areaList ul li .radio .officialLink a {
  background: linear-gradient(to bottom, #FFF 0%, #e8e4d2 100%); }

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
body {
  background: url(../img/bg.jpg); }

.pc {
  display: none; }

#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  background-size: 300%; }

.cInner {
  display: block;
  clear: both;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative; }

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
#header {
  width: 100%;
  height: 18vw;
  position: fixed;
  z-index: 9999;
  top: 0; }
  #header h1 {
    padding: 3vw 0; }
    #header h1 img {
      display: block;
      margin: 0 auto;
      text-align: center;
      height: 14vw;
      width: auto; }

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#contents {
  background: url(../img/cbg.png);
  padding-top: 18vw; }
  #contents .cHeader {
    background: #333;
    color: #FFF;
    height: 44px;
    overflow-y: hidden;
    position: fixed;
    z-index: 9998;
    width: 100%; }
    #contents .cHeader:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      content: "";
      background: url(../img/menu_current.png) center bottom no-repeat;
      background-size: 14px 7px;
      width: 14px;
      height: 7px;
      margin-left: -7px; }
    #contents .cHeader#chiku ul li {
      float: left;
      width: 33.3333%; }
      #contents .cHeader#chiku ul li a {
        display: block;
        color: #FFF;
        padding: 15px 0;
        font-size: 15px;
        font-weight: bold;
        line-height: 1; }
      #contents .cHeader#chiku ul li.hokkaido a {
        background-color: #417f51; }
      #contents .cHeader#chiku ul li.tohoku a {
        background-color: #439074; }
      #contents .cHeader#chiku ul li.kanto a {
        background-color: #436c79; }
      #contents .cHeader#chiku ul li.shinetsu a {
        background-color: #3f5396; }
      #contents .cHeader#chiku ul li.tokai a {
        background-color: #5e3894; }
      #contents .cHeader#chiku ul li.hokuriku a {
        background-color: #864384; }
      #contents .cHeader#chiku ul li.kinki a {
        background-color: #9b59b6; }
      #contents .cHeader#chiku ul li.chugoku a {
        background-color: #c25b7e; }
      #contents .cHeader#chiku ul li.shikoku a {
        background-color: #c54f47; }
      #contents .cHeader#chiku ul li.kyushu a {
        background-color: #dc5541; }
      #contents .cHeader#chiku ul li.okinawa a {
        background-color: #e27f46; }
    #contents .cHeader h2 {
      padding: 10px 0;
      font-size: 4.2vw; }

body.page #contents .cHeader {
  height: auto; }

.section {
  padding: 20vw 5vw 5vw 5vw; }
  .section .bookmark {
    font-size: 3vw; }
    .section .bookmark a {
      text-decoration: underline; }
  .section .secContent {
    text-align: left;
    font-size: 4.2vw; }
    .section .secContent h3 {
      font-size: 4.7vw;
      border-bottom: 2px solid #000;
      padding-bottom: 10px;
      text-align: center; }
    .section .secContent .noList li {
      margin-bottom: 2vw; }

body.kiyaku .secContent h3 {
  margin-bottom: 5px; }
body.kiyaku .secContent h4 {
  font-size: 116%;
  margin-bottom: 5px; }

.indent2 li {
  margin-left: 15px;
  text-indent: -15px; }

.stationArea .stationList .area {
  padding: 5vw 0px; }
  .stationArea .stationList .area .areaHeader {
    margin-bottom: 3vw; }
    .stationArea .stationList .area .areaHeader h2 {
      font-size: 6.5vw; }
    .stationArea .stationList .area .areaHeader h3 {
      font-size: 6.5vw;
      border-bottom: 2px solid #000;
      padding-bottom: 10px; }
  .stationArea .stationList .area .areaList ul li {
    width: 100%;
    margin-bottom: 3vw;
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #dfddd4;
    background: linear-gradient(to bottom, #FFF 0%, #f6f5f3 100%); }
    .stationArea .stationList .area .areaList ul li h3 {
      background-color: #333;
      color: #FFF;
      border-radius: 10px 10px 0 0;
      font-size: 4.5vw;
      padding: 2vw; }
    .stationArea .stationList .area .areaList ul li .stDetail {
      padding: 3vw;
      border-left: 1px solid #FFF;
      border-right: 1px solid #FFF; }
      .stationArea .stationList .area .areaList ul li .stDetail .bnr {
        width: 40%;
        overflow: hidden;
        float: left;
        border: 1px solid #dfddd4; }
        .stationArea .stationList .area .areaList ul li .stDetail .bnr img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .stationArea .stationList .area .areaList ul li .stDetail .text {
        width: 60%;
        font-size: 3.8vw;
        text-align: left;
        padding-left: 8px;
        overflow: hidden; }
    .stationArea .stationList .area .areaList ul li .radio {
      padding: 0 3vw;
      border-left: 1px solid #FFF;
      border-right: 1px solid #FFF; }
      .stationArea .stationList .area .areaList ul li .radio .officialLink {
        text-align: left;
        padding: 5px;
        margin-bottom: 5px;
        position: relative;
        z-index: 100;
        display: inline-block; }
        .stationArea .stationList .area .areaList ul li .radio .officialLink a {
          font-size: 3.2vw;
          border: 1px solid #dfddd4;
          border-radius: 5px;
          padding: 3px 5px; }
          .stationArea .stationList .area .areaList ul li .radio .officialLink a span {
            background: url(../img/arrow_yellow_right.png) left center no-repeat;
            background-size: 8px;
            padding-left: 15px; }
          .stationArea .stationList .area .areaList ul li .radio .officialLink a:hover {
            background: #e8e4d2; }
      .stationArea .stationList .area .areaList ul li .radio .program_box {
        background-color: #333;
        font-size: 3.8vw;
        color: #FFF; }
        .stationArea .stationList .area .areaList ul li .radio .program_box .ttl {
          background-color: #4e4f50;
          padding: 5px; }
        .stationArea .stationList .area .areaList ul li .radio .program_box .data {
          background-color: #333;
          padding: 5px;
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3) inset;
          text-align: left; }
          .stationArea .stationList .area .areaList ul li .radio .program_box .data .program_date {
            display: inline-block;
            background-color: #000;
            font-size: 3.5vw;
            color: #999;
            padding: 1px 10px;
            border-radius: 10px;
            margin-bottom: 5px; }
      .stationArea .stationList .area .areaList ul li .radio .listenNotice {
        text-align: left;
        font-size: 3.5vw;
        padding: 3vw 3vw 0 3vw; }
      .stationArea .stationList .area .areaList ul li .radio .rplayer {
        margin-top: 0px; }
        .home .stationArea .stationList .area .areaList ul li .radio .rplayer {
          margin-top: -60px; }
    .stationArea .stationList .area .areaList ul li .listenBtn {
      border-left: 1px solid #FFF;
      border-right: 1px solid #FFF;
      border-bottom: 1px solid #FFF;
      border-radius: 0 0 10px 10px;
      padding: 3vw 0;
      cursor: pointer; }
      .stationArea .stationList .area .areaList ul li .listenBtn img {
        display: block;
        margin: 0 auto;
        text-align: center; }
  .stationArea .stationList .area.hokkaido .areaList ul li h3 {
    background-color: #417f51; }
  .stationArea .stationList .area.tohoku .areaList ul li h3 {
    background-color: #439074; }
  .stationArea .stationList .area.kanto .areaList ul li h3 {
    background-color: #436c79; }
  .stationArea .stationList .area.shinetsu .areaList ul li h3 {
    background-color: #3f5396; }
  .stationArea .stationList .area.tokai .areaList ul li h3 {
    background-color: #5e3894; }
  .stationArea .stationList .area.hokuriku .areaList ul li h3 {
    background-color: #864384; }
  .stationArea .stationList .area.kinki .areaList ul li h3 {
    background-color: #9b59b6; }
  .stationArea .stationList .area.chugoku .areaList ul li h3 {
    background-color: #c25b7e; }
  .stationArea .stationList .area.shikoku .areaList ul li h3 {
    background-color: #c54f47; }
  .stationArea .stationList .area.kyushu .areaList ul li h3 {
    background-color: #dc5541; }
  .stationArea .stationList .area.okinawa .areaList ul li h3 {
    background-color: #e27f46; }
  .stationArea .stationList .area .areaListOther ul li {
    width: 47%;
    float: left;
    margin: 0 1.5% 2.5vw 1.5%;
    background-color: #FFF;
    border-radius: 5px;
    background: linear-gradient(to bottom, #FFF 0%, #f6f5f3 100%);
    padding: 1.5vw;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2); }
    .stationArea .stationList .area .areaListOther ul li a {
      display: block;
      color: #000; }
      .stationArea .stationList .area .areaListOther ul li a .bnr {
        width: 35%;
        height: 15vw;
        overflow: hidden;
        float: left;
        border: 1px solid #dfddd4; }
        .stationArea .stationList .area .areaListOther ul li a .bnr img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .stationArea .stationList .area .areaListOther ul li a .text {
        width: 65%;
        float: left;
        font-size: 3.2vw;
        text-align: left;
        padding-left: 8px;
        overflow: hidden; }
        .stationArea .stationList .area .areaListOther ul li a .text h4 {
          font-size: 3.8vw;
          line-height: 120%;
          font-weight: normal; }

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer .cInner #footerMenu {
  background-color: #f6f5f3; }
  #footer .cInner #footerMenu ul li {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #eaeaea; }
    #footer .cInner #footerMenu ul li a {
      display: block;
      background: url(../img/arrow_fsp_right.png) right center no-repeat;
      padding: 3vw 7vw 3vw 3vw;
      color: #000;
      background-size: auto 5vw;
      font-size: 3.8vw;
      text-align: left; }
#footer .cInner #footerCredit {
  padding: 5vw; }
  #footer .cInner #footerCredit ul li {
    display: block;
    vertical-align: top;
    font-size: 3vw;
    text-align: left;
    margin-bottom: 3vw;
    line-height: 130%; }
    #footer .cInner #footerCredit ul li img {
      float: left;
      margin-right: 10px;
      width: 14vw;
      height: auto; }
    #footer .cInner #footerCredit ul li#jasrac p {
      padding-top: 2vw; }
    #footer .cInner #footerCredit ul li#lmark {
      display: inline-block;
      width: 67%; }
    #footer .cInner #footerCredit ul li#lmarkLink {
      width: 30%;
      display: inline-block; }
      #footer .cInner #footerCredit ul li#lmarkLink img {
        width: 100%;
        height: auto; }
#footer .cInner #copyright {
  padding: 3vw 0;
  font-size: 3.2vw; }

.tglContents {
  display: none; }

/*# sourceMappingURL=styles_sp.css.map */
