@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
-------------------------------------------------*/
.sp {
  display: none; }

#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  min-width: 1000px;
  overflow-x: hidden; }

.cInner {
  display: block;
  clear: both;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  .cInner.single-radio {
    width: 313px; }

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
#header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 9999; }
  #header h1 {
    padding: 10px 0; }
    #header h1 img {
      display: block;
      margin: 0 auto;
      text-align: center; }

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#contents {
  background: url(../img/cbg.png);
  padding-top: 100px; }
  #contents .cHeader {
    background: #333;
    color: #FFF;
    height: 44px;
    overflow-y: hidden;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 9998; }
    #contents .cHeader#chiku ul li {
      float: left;
      width: 90px; }
      #contents .cHeader#chiku ul li a {
        display: block;
        color: #FFF;
        padding: 15px 0;
        font-size: 15px;
        font-weight: bold;
        line-height: 1;
        position: relative; }
      #contents .cHeader#chiku ul li.slick-current a:after {
        display: block;
        content: "";
        width: 14px;
        height: 7px;
        background: url(../img/menu_current.png);
        background-size: 14px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -7px; }
      #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: 14px; }

.section .secContent {
  text-align: left;
  font-size: 16px;
  line-height: 34px;
  padding: 30px 0; }
  .section .secContent h3 {
    font-size: 24px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px; }

.stationArea .stationList .area {
  padding: 40px 0px; }
  .stationArea .stationList .area .areaHeader {
    margin-bottom: 20px; }
    .stationArea .stationList .area .areaHeader h2 {
      font-size: 24px; }
    .stationArea .stationList .area .areaHeader h3 {
      font-size: 24px;
      border-bottom: 2px solid #000;
      padding-bottom: 10px; }
  .stationArea .stationList .area .areaList ul li {
    width: 313px;
    float: left;
    margin: 0 10px 20px 10px;
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #dfddd4;
    background: linear-gradient(to bottom, #FFF 0%, #f6f5f3 100%);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2); }
    .stationArea .stationList .area .areaList ul li h3 {
      background-color: #333;
      color: #FFF;
      border-radius: 10px 10px 0 0;
      font-size: 14px;
      padding: 5px; }
    .stationArea .stationList .area .areaList ul li .stDetail {
      padding: 5px;
      border-left: 1px solid #FFF;
      border-right: 1px solid #FFF; }
      .stationArea .stationList .area .areaList ul li .stDetail .bnr {
        width: 125px;
        height: 75px;
        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: 168px;
        float: left;
        font-size: 13px;
        text-align: left;
        padding-left: 8px;
        height: 96px;
        overflow: hidden; }
    .stationArea .stationList .area .areaList ul li .radio {
      padding: 5px 3px;
      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: 10px;
          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 .rplayer {
        margin-top: 0px; }
        .home .stationArea .stationList .area .areaList ul li .radio .rplayer {
          margin-top: -60px; }
      .stationArea .stationList .area .areaList ul li .radio .program_box {
        background-color: #333;
        font-size: 13px;
        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: 10px;
            color: #999;
            padding: 1px 10px;
            border-radius: 10px;
            margin-bottom: 5px; }
      .stationArea .stationList .area .areaList ul li .radio .listenNotice {
        text-align: left;
        font-size: 13px;
        padding: 5px; }
    .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: 5px 0;
      cursor: pointer; }
      .stationArea .stationList .area .areaList ul li .listenBtn img {
        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: 230px;
    float: left;
    margin: 0 10px 20px 10px;
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #dfddd4;
    background: linear-gradient(to bottom, #FFF 0%, #f6f5f3 100%);
    padding: 10px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2); }
    .stationArea .stationList .area .areaListOther ul li:hover {
      background: linear-gradient(to bottom, #f6f5f3 40%, #FFF 100%); }
    .stationArea .stationList .area .areaListOther ul li a {
      display: block;
      color: #000; }
      .stationArea .stationList .area .areaListOther ul li a .bnr {
        width: 80px;
        height: 80px;
        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: 128px;
        float: left;
        font-size: 13px;
        text-align: left;
        padding-left: 8px;
        overflow: hidden; }
        .stationArea .stationList .area .areaListOther ul li a .text h4 {
          font-size: 16px;
          line-height: 130%; }

body.kiyaku .secContent h3 {
  font-size: 20px; }
body.kiyaku .secContent h4 {
  font-size: 20px; }

.indent2 li {
  margin-left: 30px;
  text-indent: -30px; }

#spCover {
  display: none; }

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 40px; }

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer .cInner {
  padding: 25px 0; }
  #footer .cInner #footerMenu ul li {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px; }
    #footer .cInner #footerMenu ul li a {
      background: url(../img/arrow_f_right.png) left center no-repeat;
      padding-left: 10px;
      color: #000; }
  #footer .cInner #footerCredit {
    margin-top: 45px; }
    #footer .cInner #footerCredit ul li {
      display: inline-block;
      vertical-align: top;
      font-size: 12px;
      text-align: left;
      margin-right: 30px;
      line-height: 130%; }
      #footer .cInner #footerCredit ul li img {
        float: left;
        margin-right: 10px; }
      #footer .cInner #footerCredit ul li#jasrac {
        width: 180px; }
        #footer .cInner #footerCredit ul li#jasrac p {
          padding-top: 15px; }
      #footer .cInner #footerCredit ul li#lmark {
        width: 330px; }
      #footer .cInner #footerCredit ul li#lmarkLink {
        width: 115px; }
      #footer .cInner #footerCredit ul li:nth-last-of-type(1) {
        margin-right: 0; }
  #footer .cInner #footerLogo {
    margin-top: 50px; }
  #footer .cInner #copyright {
    padding: 20px 0;
    font-size: 12px; }

.tglContents {
  display: none; }

.stationArea .bx-wrapper {
  padding-bottom: 260px; }

.stationArea .bx-viewport {
  overflow: visible !important; }

/*# sourceMappingURL=styles_pc.css.map */
