@charset "UTF-8";
html{
  height:100%;
}
 body {
    font-family: "メイリオ", Meiryo, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    position:relative;

  }
a {
    outline: none;
}
*{
  position:relative;
}
#main {
    position: relative;
    width: 100%;
    margin-top:0;
  background-color:#ffffff;
}
p {
    margin: 0;
    padding: 0;
}
.center{
    text-align:center;
}
/*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 {
    color: #F3F;
    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;
}

#main header {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  background-image: url(../images/header_bg.jpg);
  background-repeat: repeat-x;
  z-index: 100;
  background-position: top;
  background-size: contain;
  padding-top: 2em;
}

#main header img {
width: 100%;
height: auto;
max-width: 474px;
}

.contents_wrap {
  width: 100%;
 height: auto;
 background: url(../images/bg.jpg);
 z-index: 1;
 padding-top: 2em;
 padding-bottom: 2em;
}

.contents{
  width: 1000px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.6;
      font-size: 16px;
      background-color: #ffffff;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding: 2em;
      -webkit-box-shadow: 0px 0px 17px 2px rgb(255 255 255);
      -moz-box-shadow: 0px 0px 17px 2px rgba(1,40,169,0.47);
      font-family: fot-seurat-pron, sans-serif;
      font-weight: 600;
      font-style: normal;
      color: #373737;
}

.about{
  text-align:center;
  font-weight:bold;
  font-size:22px;
  padding-top:20px;
  color:#0128a9;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.center{
  text-align:center;
}
dl.schedule dt{
float:left;
width:24%;
font-size:20px;
line-height:1.5;
  font-weight:bold;
padding-bottom:10px;
position:absolute;
text-align:center;
color:#0a1a58;

}
dl.schedule dd {
margin-left:0;
padding-left:27%;
padding-bottom:20px;
border-bottom:dotted 1px #ccc;
padding-top:3px;
margin-bottom:20px;

}
.boshu{
  margin-top:30px;
}
.bttl{
  font-size:25px;
  font-weight:bold;
  padding-bottom:10px;
}
.ftred{
  color:#ff0000;
}
.big{
  display:block;
}
.sml{
  display:none;
}
img.big, img.sml{
  margin-left:auto;
  margin-right:auto;
  margin-top: 10px;
}
.ftbold{
  font-weight:bold;
}
.ftbig{
  font-size:20px;
  font-weight:bold;
}
/* .cloud1,.cloud2{
  position:absolute;
  top:50px;
  background-image:url(../images/cloud1.png);
  background-repeat:repeat;
  width:100%;
  animation: cloudmove 70s linear infinite;
	-webkit-animation: cloudmove 70s linear infinite;
	-moz-animation: cloudmove 70s linear infinite;
  background-position:right;
}
.cloud2{
    background-image:url(../images/cloud2.png);

  animation: cloudmove2 90s linear infinite;
	-webkit-animation: cloudmove2 90s linear infinite;
	-moz-animation: cloudmove2 90s linear infinite;
}

@keyframes cloudmove {
	0% {background-position: 100% 0;}
	25% {background-position: 80% -5px;}
	50% {background-position: 60% 0;}
	75% {background-position: 40% 5px;}
	100% {background-position: 0% 0;}
}
@-webkit-keyframes cloudmove {
  0% {background-position: 100% 0;}
	25% {background-position: 80% -5px;}
	50% {background-position: 60% 0;}
	75% {background-position: 40% 5px;}
	100% {background-position: 0% 0;}
}
@-moz-keyframes cloudmove {
  0% {background-position: 100% 0;}
	25% {background-position: 80% -5px;}
	50% {background-position: 60% 0;}
	75% {background-position: 40% 5px;}
	100% {background-position: 0% 0;}
}

@keyframes cloudmove2 {
	0% {background-position: 120% 0;}
	25% {background-position: 80% -5px;}
	50% {background-position: 60% 0;}
	75% {background-position: 40% 5px;}
	100% {background-position: 0% 0;}
}
@-webkit-keyframes cloudmove2 {
  0% {background-position: 120% 0;}
	25% {background-position: 80% -5px;}
	50% {background-position: 60% 0;}
	75% {background-position: 40% 5px;}
	100% {background-position: 0% 0;}
}
@-moz-keyframes cloudmove2 {
  0% {background-position: 120% 0;}
	25% {background-position: 80% -5px;}
	50% {background-position: 60% 0;}
	75% {background-position: 40% 5px;}
	100% {background-position: 0% 0;}
} */
.ftblue{
  color:#00479d;
  font-size:24px;
  padding-bottom:10px;
}

.program {
height:230px;
}

/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/

@media screen and (max-width: 1000px) {
  #global_footer {
      display: none;
  }
  .footer_sp {
        display: block;
        margin-top:-30px;
    }
    #nav_sp {
        display: block;
    }
    #global_header {
        display:none;
    }
    .radiko {
        display: none;
    }

.header {
padding-bottom: 40px;
}

    #main{
      margin-top:10px;
    }

    .radiko_narrow {
        display: block;
        width:100%;
        position:relative;

    }
    .radiko_narrow a img{
        position:relative;
        width:100%;
        height:auto;
    }

#main header {
background-size: cover;
}

#main header img {
width: 90%;
height: auto;
margin: 0 auto;
}

    .program {
    height:auto;
    }

    .wimg{
      width:100%;
    }

    .big{
      display:none;
    }

    .sml{
      display:block;;
    }
    .contents{
      width:90%;
      margin-left:auto;
      margin-right:auto;
    box-sizing: border-box;
    padding: 20px;
    }
    .boshu{
      margin-top:50px;
    }
    dl.schedule dt{
    float:none;
    width:100%;
    height:auto;
    text-align:left;
    position:relative;
    }
    dl.schedule dd {
    padding-left:10px;
    margin-bottom:30px;

  }
  .cloud1, .cloud2{
    display:none;
  }
  .ftblue{
    color:#00479d;
    font-size:20px;
    padding-bottom:10px;
  }
  .ftbig{
    font-size:16px;
  }
  .about{
    font-size:18px;
  }
}
