@charset "UTF-8";

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

a {
  outline: none;
}

#main {
  position: relative;
  width: 100%;
  margin-top: 0;
}

#main * {
  font-family: "メイリオ", Meiryo, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

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;
  background-color: #fff;
  margin-top: 5px;
}

.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;
}

.wrapper {
  position: relative;
  width: 100%;
  background-image: url(../images/bg_top.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #00fffb;
  background-size: cover;
    padding-bottom:80px;
}

.header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.contents {
  position: relative;
  width: 1000px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.5;
  background-color: #fff;
  /* box-shadow */
  box-shadow: 0px 0px 6px 4px #fdf459;
  /* border-radius */
  border-radius: 20px;

}

.contents_inner {
  position: relative;
  padding: 20px;
}
dl.schedule{
  position:relative;
  width:90%;
  margin-left:auto;
  margin-right:auto;
}
dl.schedule dt {
  float: left;
  width: 20%;
  font-size: 22px;
  line-height: 1.5;
  font-weight:bold;
  padding-bottom: 10px;
  position: absolute;
  font-weight:bold;
  color:#ff0000;
  text-align: center;
  padding-bottom: 0;
}
dl.about{
  position:relative;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
    line-height: 1.6em;
}
dl.about dt{
  text-align:left;
  font-size: 22px;
  font-weight:bold;
  color:#ff0000;
  padding-bottom: 0;
  text-align:left;
  margin-top:20px;
}

dl.schedule dd {
  margin-left: 0;
  padding-left: 22%;
  padding-bottom: 20px;
}
dl.about dd p{
  position:relative;
  width:98%;
  margin-left:auto;
  margin-right:auto;
}
.ftbig{
  font-size:24px;
  font-weight:bold;
}
.grn{
  color:#038f8f;
  font-weight:bold;
}
.boshu{
  margin-top:30px;
  border:4px #038f8f solid;
  padding:10px;
  width:700px;
  margin-left:auto;
  margin-right:auto;
}
.center{
  text-align:center;
}
.sml{
  display:none;
}
.big{
  dispaly:block;
}
.banner{
  margin-top:50px;
}
.boshu p{
  width:90%;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
}
/*===============================================
●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;
  }

  #main {
    margin-top: 10px;
  }

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

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

/*===============================================
●style.css 画面の横幅が750pxまで
===============================================*/
@media screen and (max-width: 750px) {
  .wimg {
    width: 100%;
  }
  .header {
    width:100%;
  }

  .contents {
    width:90%;
  }
  .contents_inner{
    padding:10px;
  }
  dl.about dt{
    font-size:16px;
  }
  .ftbig{
    font-size:18px;
  }
  dl.about dt{
    font-size: 16px;
  }
  dl.schedule dt {
    float:none;
    position:relative;
    width:100%;
  }
  dl.schedule dd{
    padding-left:0;
  }
  .sml{
    display:block;
  }
  .big{
    display:none;
  }
  .boshu{
    width:96%;
  }

}
