@charset "UTF-8";
 body {
    font-family: "メイリオ", Meiryo, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    position:relative;
  }
a {
    outline: none;
}
#main {
    position: relative;
    width: 100%;
    margin-top:0;
    background-color:#280000;
    padding-bottom:50px;
}
#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: 1.5;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    padding-top:10px;

}
.radiko a:link {
    color: #F3F;
    text-decoration: none;
    color: #fae3d4;
}
.radiko a:visited {
    color: #fae3d4;
    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;
}
.center{
  position:relative;
  text-align:center;
}
.header{
  position:relative;
  width:100%;
  background-image:url(../images/bg_header.jpg);
  background-repeat:repeat-x;
  border-top:#735449 2px solid;
  border-bottom:#735449 2px solid;
  height:552px;
}
.wrapper{
  position:relative;
  width:1000px;
  margin-left: auto;
  margin-right:auto;
  background-color: rgba(255,255,255,0.9);
  border-radius:10px;
  color:#270000;
  font-size:16px;
  line-height:1.5;
  padding:1%;
  margin-top:10px;
}
.ftbig{
  font-size:20px;
  font-weight:bold;
}
.ppl{
  position:relative;
  text-align:center;
  padding-bottom:10px;
}
.info{
  position:relative;
  width:97%;
  margin-left:auto;
  margin-right:auto;
  /* box-shadow */
  box-shadow:0px 6px 9px -6px #bfbbbc;
  /* border-radius */
  border-radius:10px;
  /* border */
  border:4px solid #ddbaa8;
  padding:2% 1%;
}

.info p{
  text-align:center;
  padding-bottom:20px;
}
.big{
  display:block;
}
.sml{
  display:none;
}
.ftsml{
  font-size:14px;
  line-height:1;
}
.attn{
  position:relative;
  margin-top:30px;
}
.attn p{
  position:relative;
  padding-bottom:0;
}
p.program{
  margin-top:50px;
}
.nocenter{
  text-align:center;
}
/*===============================================
●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;
    }
}
/*===============================================
●style.css 画面の横幅が750pxまで
===============================================*/

@media screen and (max-width: 750px) {
.radiko {
    display: none;
}

.radiko_narrow {
    display: block;
    width:100%;
    position:relative;
}
.radiko_narrow a img{
    position:relative;
    width:100%;
    height:auto;
}
.wimg{
  width:100%;
}
#sns_part{
  margin-bottom:10px;
  height:30px;
}
.big{
  display:none;
}
.sml{
  display:block;;
}
.wrapper{
  position:relative;
  width:90%;
  margin-left: auto;
  margin-right:auto;
  background-color: rgba(255,255,255,0.9);
  border-radius:10px;
  color:#270000;
  font-size:15px;
  line-height:1.5;
  padding:1%;
  margin-top:10px;
}
.wimg2{
  width:90%;
}
.header{
  height:auto;
}
.nocenter{
  text-align:left;
}
.ftbig{
  font-size:16px;
  font-weight:bold;
}
}
