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

}
#global_header{
  background-color:#fff;
}
  #radio_header{
    position:relative;
    width:100%;
    padding-top:12px;

  }
  #radio_header_wrapper{
    position:relative;
    width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  .radio_header_inner{
    position:relative;
    display:inline-block;
    vertical-align:top;
  }
  #mbs_header_upper_wrapper{
    position:relative;
    border-bottom:#ebefd4 1px solid;
    height:105px;
    width:100%;
  }
  #radio_header_upper{
    text-align:justify;
    width:1040px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
  }
  #radio_header_upper:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
  }
  .mbslogopart{
    width:287px;
  }
  #cse-search-box{
    position:relative;
  }
  #mbs_kensaku{
    position:relative;
  }
  .mbs_searchBox{
    position:relative;
    width:283px;
    border-radius:10px;
    border:solid 2px #c9de74;
    height:33px;
    margin-top:7px;
  }
  .mbs_searchBox .input_pro{
    border:none;
    font-size:15px;
    /* margin:10px 0px 0px 10px; */
    /* line-height:2; */
    line-height:normal;
    padding-left: 0.5em;
    height:30px;
    position:relative;
  }
.mbs_searchBox input[type="text"] {
    outline: 0;
    border: 0px;
    background: transparent;
  }
.mbssearchBtn{
  position:absolute;
  right:5px;
  top:2px;
  /* float:right; */
  width:26px;
  height:26px;
  /* margin:3px 5px 5px 0; */
}
.mbssearchText{
  width: 210px;
  height: 20px;
  margin-right: 5px;
  float:left;
}
input.mbssubmit{
  display:none;
}
.super_banner{
  position:relative;
  width:728px;
}
#radio_header_bottom{
  position:relative;
  width:100%;
  /* border-bottom:3px #f9f9f9 solid; */
  border-bottom:3px #e1e1e1 solid;
  height:53px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mbsradiomenu{
  position:relative;
  width:1040px;
  margin-left:auto;
  margin-right:auto;
  background-color:#fff;
}
#radiobutton{
    letter-spacing: -.4em;
}
#radiobutton li.mbs_menu{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  width:14.285%;
  display:inline-block;
  height:53px;
  /* border-left:1px solid #f4f4f4; */
  border-left:1px solid #f4f4f4;
}
#radiobutton li.mbs_menu:last-child{
  /* border-right:1px solid #f4f4f4; */
  border-right:1px solid #f4f4f4;
}
#radiobutton li.mbs_menu a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
#radiobutton li.mbs_menu a:hover {
    background-color:rgba(255,255,255,.5);
    zoom:1;/*IE*/
}

span.menu_word_big{
  color:#4c4b49;
  font-size:13px;
  font-weight:bold;
}
span.menu_word_sml{
    color:#4c4b49;
    font-size:10px;
}

#radiobutton li.mbs_menu ul{
  position:relative;
  width:100%;
  text-align:center;
  letter-spacing: -.4em;
  margin-top:12px;
}
#radiobutton li.mbs_menu ul li{
  position:relative;
  display:inline-block;
  padding:0;
  margin:0;
  letter-spacing:normal;
  vertical-align:middle;
  text-align:left;
  line-height:15px;
  -webkit-box-align: center; /* safari, Chrome */
 -moz-box-align: center;    /* Firefox */
 -o-box-align: center;      /* Opera */
 -ms-box-align: center;     /* IE */
 box-align: center;

}
#radiobutton li.mbs_menu ul li:first-child{
  width:20%;

}

#radiobutton li.mbs_webradio ul li:last-child,#radiobutton li.mbs_t ul li:last-child{
  padding-left:5px;
}
/* 下線 */
#radiobutton li.mbs_list{
    border-bottom:3px #e71e26 solid;
}
#radiobutton li.mbs_mail{
    border-bottom:3px #f4c551 solid;
}
#radiobutton li.mbs_program{
    border-bottom:3px #b8d352 solid;
}
#radiobutton li.mbs_pod{
    border-bottom:3px #61c066 solid;
}
#radiobutton li.mbs_webradio{
    border-bottom:3px #2dbad8 solid;
}
#radiobutton li.mbs_announcer{
    border-bottom:3px #1e72ba solid;
}
#radiobutton li.mbs_tv{
    border-bottom:3px #9c4896 solid;
}
.mbs_searchBox input.input_pro::placeholder {
  color: #ccc;
  padding-left:1em;
  position:relative;
line-height: normal;
}

/* IE */
input:-ms-input-placeholder {
  color: #ccc;
    padding-left:1em;

}

/* Edge */
input::-ms-input-placeholder {
  color: #ccc;
    padding-left:1em;

}
