@charset "utf-8";

/* CSS Document */

body {
    position: relative;
}
#headerouter1179 {
    background-color: #006699;
    width: 100%;
    text-align: left;
    height: 50px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.40);
    background-color: #006699;
    background: -webkit-gradient(linear, left top, left bottom, from(#05a4e2), to(#006699));
    position:relative;
        margin-top:0;
    padding:0;
}
.mbs1179logo{
        position:relative;
        padding-left: 2%;
       padding-top:10px;

}
.mbs1179logo a{
    position:relative;
    display:block;
    width:30%;
    height:100%;
    z-index:100
}
.toggle_container{
    position:relative;
}
#headerouter1179 .mbs1179logo a img {
    /*width:160px; height:20px;*/

    position:relative;
    margin:0;

    height:40px;
    width:auto
}
/*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;
}
#wrap {
    position: relative;
}
.navigationsp1179 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 96%;
    border: 2px solid #006699;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #f4f3f0;
    text-align: center;
    position:relative;
    z-index:100
}
ul.navigation {
    margin: 0;
    padding: 0;
}
ul.navigation li {
    display: inline;
}
#header1179_contents {
    position:relative;
    height: 50px;
    width: 100%;


}
.navigationsp1179{
    display:none;
}

#header1179_contents .navigationsp1179trigger {
    position:relative;
    width: 19%;
    height: 50px;
    text-align: center;
    border-left: #fff solid 1px;
    margin-left: 80%;
    margin-top:-50px;
}
#header1179_contents .up {
    background-image: url(/common/sp/images/headerar_down.png);
    background-repeat: no-repeat;
    background-position: 50% bottom;

}
#header1179_contents .main_nav_active {
    background-image: url(/common/sp/images/headerar_up.png);
    background-repeat: no-repeat;
    background-position: 50% bottom;
    position:relative;
    width: 19%;
    height: 50px;
    text-align: center;
    border-left: #fff solid 1px;
    margin-left: 80%;
    margin-top:-50px;

}
.navigationsp1179trigger {
    cursor: pointer;
}

/*ログインボタン*/

#mbs_login {
    height: 27px;
    width: 100%;
    line-height: 1.6;
    background: #e2e2e2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    /* IE10+ */
}
#mbs_login a {
    height: 100%;
    padding-left: 10px;
    font-size: 13px;
    text-decoration: none;
    border-right: solid #fff 1px;
    padding-right: 10px;
    height: 30px;
    text-align: left;
}
/* radikoポップアップ */

.abt_radiko {
    background-color: #fff;
    font-size: 14px;
    width: 80%;
    padding: 10px;
    color: #000;
    display: none;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    margin: 0 10px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    margin-bottom: 10px;
    line-height: 1.4;
}
.abt_radiko h2 {
    background-color: #009fe0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
}
img.r_app {
    vertical-align: middle;
}
.abt_radiko p.btn_play {
    margin: 6px auto;
    width: 90%;
    text-align: center;
    font-size: medium;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d8d8d8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
    /* IE10+ */
    -moz-box-shadow: 0px 0px 3px #CCC;
    -webkit-box-shadow: 0px 0px 3px #CCC;
    -webkit-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    /* Firefox用 */
}
.abt_radiko p {
    text-align: center;
    width: 100%;
}
.abt_radiko p.btn_play a {
    display: block;
    color: #009fe0;
    text-decoration: none;
    font-weight: bold;
    padding-top: 20px;
    height: 40px;
}
/*.abt_radiko p.play_1 a{padding-bottom:10px}*/

.abt_radiko p.play_1 a {
    display: block;
    padding-bottom: 10px;
    height: 40px;
}
.abt_radiko .close {
    cursor: pointer;
    width: 100%;
    text-align: right;
    margin-top: 20px;
    font-size: 16px;
}