@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;
    font-family: iroha-25icho-stdn,sans-serif;
    overflow:hidden;
}
#main *{

}
p {
    margin: 0;
    padding: 0;
}
.center{
    text-align:center;
}
/*radiko*/
.radiko {
    font-size: 12px;
    height: 24px;
    width: 540px;
    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;
    margin-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;
}
.header{
  position:relative;
  width:100%;
  background-image:
  url(../images/flag.png),
  url(../images/bg_header.png);
  background-repeat:repeat-x,repeat-x;
  background-position:top,center top;
  text-align:center;
}
.contents{
  position:relative;
  width:1000px;
  margin-left:auto;
  margin-right:auto;
  line-height:1.6;

}
.date{
  font-size:30px;
  font-weight:bold;
  padding-top:20px;
  text-align:center;
  color:#fa730b;
}
.about{
  font-size:16px;
  padding-top:20px;
}
.ppl{
  padding-top:20px;
  position:relative;
  width:70%;
  margin-left:auto;
  margin-right:auto;
}
.ppl_ttl{
  background-color:#fa730b;
  color:#fff;
  font-weight:bold;
  font-size:24px;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position:relative;
  display:inline-block;
}
.ppl ul{
  padding-top:10px;
}
.ppl ul li{
  display:inline-block;
  flex-wrap: wrap;
  width:49%;
}
.coments ul li{
  position:relative;
  display:inline-block;

}
.coments ul li.photo{
  width:20%;
}
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 15px;
  padding: 20px 10px;
  color: #555;
  font-size: 16px;
  width:70%;
  background: #e0edff;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}
.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 15px;
  padding: 20px 10px;
  width:70%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}
.photor{
  text-align:right;
}
.btm_flag{
  background-image:url(../images/flag_btm.png);
  background-repeat:repeat-x;
  background-position:bottom;
  position:relative;
  width:100%;
  height:34px;
}
.studio ul li{
  position:relative;
  display:inline-block;
  padding-top:30px;
  padding-bottom:30px;
}
.sml{
  display:none;
}
/*===============================================
●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%;
  }
  /* twitter埋め込みあり */
  .twitter-widget-wrapper iframe {
     width: 740px !important;
   }
   .contents{
     position:relative;
     width:98%;
     margin-left:auto;
     margin-right:auto;

   }
.sml{
  display:block;
}

.date{
  font-size:17px;
}
.about{
  width:90%;
  margin-left:auto;
  margin-right:auto;
}
.ppl_ttl{
  font-size:18px;
}
.ppl{
  width:90%;
}
.ppl ul li {
    display: block;
    width: 100%;
}
   .studio ul li{
     position:relative;
     display:block;
     padding-top:30px;
     padding-bottom:30px;
   }
   .coments ul li {
    vertical-align: middle;
}
   .balloon1-left,.balloon1-right {
     width:50%;
   }
   .balloon1-left{
     margin:1.5em 0 42px 5.4em
   }
   .balloon1-right{
     margin:1.5em .8em 15px;
   }
}
