@charset "UTF-8";
 body {
    font-family: "メイリオ", Meiryo, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
a {
    outline: none;
}
#main {
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    background-image: url(../images/bg_body.jpg);
    background-repeat: repeat;
    margin-top:0;
}
p {
    margin: 0;
    padding: 0;
}
/*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;
    padding-top:5px;

}
.radiko a:link {
    color: #F3F;
    text-decoration: none;
    color: #F00;
}
.radiko a:visited {
    color: #F00;
    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 */

.center {
    text-align: center;
}
#global_header {
    display: none;
}
#nav_sp {
    display: none;
}
.foot_c {
    position: relative;
    width: 100%;
}
.footer_sp {
    display: none;
}
.contents{
    width:760px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    font-size:14px;
    line-height:1.6;
    border:#ccc 2px solid;
    padding:20px;
    margin-top:30px;
}
h1.title{
    position:relative;
    font-size:40px;
    font-weight:bold;
    text-align:center;
    line-height:1;
    margin-top:20px;
}
h2.title2{
    position:relative;
    font-size:20px;
    text-align:center;
    font-weight:bold;
}
.omimai{
    position:relative;
    width:680px;
    margin-left:auto;
    margin-right:auto;
    font-size:15px;
    margin-top:20px;
    text-align:center;
}
.kouza{
    position:relative;
    width:70%;
    margin-left:auto;
    margin-right:auto;
    font-size:16px;
    font-weight:bold;
    border:dotted 2px #ccc;
    padding:4%;
    padding-top:10px;
    padding-bottom:10px;

}
.ft_rd{
    color:#ff0000;
}
.attn{
    position:relative;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
}
.date{
        position:relative;
    font-size:12px;
    text-align:right;
}
/*===============================================
●style.css 画面の横幅が1000px以上
===============================================*/

@media screen and (min-width: 1000px) {
    #global_header {
        display: block;
    }
    .foot_c {
        position: relative;
        width: 680px;
    }
}
/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/

@media screen and (max-width: 1000px) {


      #nav_sp {
        display: block;
        width:100%;
        position:relative;
    }
    /*ナビゲーション*/

}
/*===============================================
●style.css 画面の横幅が800pxまで
===============================================*/

@media screen and (max-width:800px) {

}
/*===============================================
●style.css 画面の横幅が680pxまでフッタ
===============================================*/

@media screen and (max-width: 680px) {
    #global_footer {
        display: none;
    }
    .radiko {
        display: none;
    }
    .radiko_narrow {
        display: block;

        width:100%;
        position:relative;
    }
    .radiko_narrow a img{
        position:relative;
        width:100%;
        height:auto;
    }
        .footer_sp {
        display: block;
    }




}
/*===============================================
●style.css 画面の横幅が460pxまで
===============================================*/

@media screen and (max-width: 460px) {


    #global_footer {
        display: none;
    }
    .footer_sp {
        display: block;
    }
.contents{
    width:98%;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    font-size:14px;
    line-height:1.6;
    border:none;
    padding:0;
    margin-top:30px;
}
.omimai{
    position:relative;
    width:98%;
    margin-left:auto;
    margin-right:auto;
    font-size:15px;
    margin-top:20px;
    text-align:left;
}
.attn{
    width:98%;
    margin-left:auto;
    margin-right:auto;
}
h1.title{
    position:relative;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    line-height:1;
    margin-top:20px;
    width:98%;
}
.date{
    position:relative;
    width:98%;
}

}