@charset "UTF-8";
body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

a {
    outline: none;
}

#main {
    position: relative;
    width: 100%;
    margin-top: 0;
      background-color:#3d3f4b;

}

p {
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
    line-height:1.4;
}


/*radiko*/

.radiko {
    font-size: 12px;
    height: 24px;
    width: 460px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    background-image: url(/images/radiko_icon.gif);
    background-repeat: no-repeat;
    padding-left: 100px;
    background-position: left;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    padding-top: 5px;
    background-color: #fff;
}

.radiko a:link {

    text-decoration: none;
    color: #ff0000;
}

.radiko a:visited {
    color: #ff0000;
    text-decoration: none;
}

.radiko a:hover {
    text-decoration: underline;
}

.radiko a:active {
    text-decoration: none;
}

.radiko_narrow {
    display: none;
}


/*clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* End hide from IE-mac */

a:hover img.btn_alfa {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

#global_header {
    display: block;
}

#nav_sp {
    display: none;
}

.foot_c {
    position: relative;
    width: 100%;
}

.footer_sp {
    display: none;
}

.wrapper {
    position: relative;
    width: 100%;
    background-color:#83a980;
}

.contents {
    position: relative;
          padding-bottom:50px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;d
    line-height: 1.5;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
    background-color:#e8e2cc;
    color:#3d3f4b;
}
.center{
  position:relative;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
p.about{
  position:relative;
  font-size:22px;
  text-align:center;
  padding-top:30px;
  line-height:1.5;
}
.shosai{
  position:relative;
  width:98%;
  margin-left:auto;
  margin-right:auto;
  line-height:1.5;
  font-size:18px;
  margin-top:30px;
}
img.ppl{
  position:relative;
  float:right;
  padding-left:10px;
  padding-bottom:10px;
}

.items{
  position:relative;
  font-size:22px;
  font-weight:bold;
  color:#3d3f4b;
  padding-bottom:5px;
}
.histoire{
  position:relative;
  width:80%;
  margin-left:auto;
  margin-right:auto;
  color:#446f76;
  border:solid 2px #446f76;
  padding:2%;
  font-size:15px;
  line-height:1.5;
  margin-top:30px;
  margin-bottom:30px;
}
.player_outer{
    height:auto;
    position:relative;
    width:640px;
    margin-left:auto;
    margin-right:auto;

}
.player_left{
    float:left;
    position:relative;
}
.player_right{
    position:relative;
    float:right;
    border:solid 1px #ef8000;
    padding:10px;
    width:320px;
    margin-top:10px;
    background-color:#fff;
font-family: "メイリオ", Meiryo, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
.player_right p{
    font-size:14px;
    line-height:1.5;
    margin-top:10px;

}
p.center{
    text-align:center;
}
.btn_rss{
    position:relative;
    width:170px;
    height:50px;
    background-color:#ef8000;
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:2.5;
    font-size:20px;
    margin-left:auto;
    margin-right:auto;
}
.btn_rss a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
    color:#fff;
    text-decoration:none;
}
/*===============================================
●style.css 画面の横幅が1000px以上
===============================================*/

@media screen and (min-width: 1000px) {
    #global_header {
        display: block;
    }
    .foot_c {
        position: relative;
        width: 680px;
    }
}


/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/

@media screen and (max-width: 1000px) {

    #global_header {
        display: none;
    }
    #nav_sp {
        display: block;
    }
}


/*===============================================
●style.css 画面の横幅が980pxまで
===============================================*/

@media screen and (max-width:980px) {
    #global_header {
        display: none;
    }
    #nav_sp {
        display: block;
    }
    .wrapper {
        position: relative;
        width: 100%;
        background-image: url(../images/bg_body.jpg);
        background-size:contain;
    }
    .contents {
        position: relative;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }

    img.wimg {
        position: relative;
        width: 100%;
    }
    img.ppl{
      position:relative;
      float:none;
      padding-left:0px;
      padding-bottom:10px;
      display:block;
      margin-left:auto;
      margin-right:auto;
    }
    .contents {
        position: relative;
              padding-bottom:50px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.5;
    }
p.about{
  position:relative;
  width:90%;
  font-size:20px;
  margin-left:auto;
  margin-right:auto;
}
}


/*===============================================
●style.css 画面の横幅が680pxまでフッタ
===============================================*/

@media screen and (max-width: 680px) {
    #global_footer {
        display: none;
    }
    .radiko {
        display: none;
    }
    .radiko_narrow {
        display: block;
        width: 100%;
        position: relative;
    }
    .radiko_narrow a img {
        position: relative;
        width: 100%;
        height: auto;
    }
    .footer_sp {
        display: block;
    }
}


/*===============================================
●style.css 画面の横幅が460pxまで
===============================================*/

@media screen and (max-width: 460px) {
    .radiko {
        display: none;
    }
    .radiko_narrow {
        display: block;
    }
    #global_footer {
        display: none;
    }
    .footer_sp {
        display: block;
    }
    .contents{
      font-size:20px;
    }
    .f40{
      font-size:24px;
    }
    .player_outer{
        height:auto;
        position:relative;
        width:98%;
        margin-left:auto;
        margin-right:auto;

    }
    .player_left{
        float:none;
        position:relative;
        margin-left:auto;
        margin-right:auto;
    }
    .player_right{
        position:relative;
        float:none;
        border:solid 1px #ef8000;
        padding:1%;
        width:90%;
        margin-top:10px;
        background-color:#fff;
    font-family: "メイリオ", Meiryo, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    }
    .jp-controls-holder {
      width:90%;
}
}
