#header{
    width: 100%;
    min-width:960px;

    height:100px;
    background-color: rgba(255,255,255,0.8);
    box-sizing:border-box;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 100;}
#header hr{
    margin-top: 100px;
    height: 7px;
    border: none;
    border-top: 7px #2167A7 solid;}
/*}header内全体の設定*/
#header_box{
    width:25%;
    height: 80px;
    float: left;
    margin: 0.5% 0 0.5% 2.5%;
}
#header_box a{
    display: block;
    max-width:333px;
    margin: 0px;
}
#header_box a:hover{
    opacity: 0.8;
}

#gNav_header{
    width:60%;
    float: left;
}
#gNav li{
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin-left: 0;
}
#gNav li:first-child{
    margin-left: 10px;
}
#gNav a{
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-align: center;
    font-size: 12px;
    padding:17px 25px;
    margin:40px 0;
    color: #2167A7;
    text-decoration: none;
    border-radius:  1px;
}
#gNav a:hover{
background: #f3faff;
/*backgroundはカラーを書かなくても問題無い*/
color: #2167A7;
/*文字の色*/
transition: backgroud-color,0.4s,ease-in-ease ;}
/*ABOUT HISTORY CONTACTのグローバルナビゲーションの設定*/

#social-icon{
    width: 10%;
    margin-right: 2.5%;
    float: left;
    box-sizing: border-box;
}
#social-icon a {
    display: block;
    float: left;
    margin: 50px 8px;
}
#social-icon a:hover{
opacity:0.7;
transition: backgroud-color,0.4s,ease-in-ease ;
}


#header_sp{
    display:none;
}
#btn_gNav{
        display: none;
}



/*
以上共通header終了
*/


#cover_box{
    margin-top: 100px;
    background: url(../img/geil2016_4.jpg) no-repeat center center;
    background-size: 100%;
}
#cover {
       padding-top: 41.666%;
        margin: 0 auto;
        position: relative;
}
#sp_img{
    display:none;
}
/*ここまで
背景画像*/
body{
    min-width:960px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4em;
    font-size: 16px;
}

.container{
    margin:0 10%;
    width: 80%;
}

/*ここからコンテンツ*/

h3{
    margin-top: 0;
    padding: 10px 10px;
    font-size: 32px;
    background-color: #2167A7;
    color:#fff;
    width:110px;
}

hr {
    margin-top: 10px;
    height: 7px;
    border: none;
    border-top: 7px #2167A7 solid;
}
h1{
    margin-top: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #2167A7;
}
.about_g hr{
    margin-top: 5px;
    height: 5px;
    border: none;
    border-top: 5px #2167A7 solid;
}

#about_geil p{
    color:#333;
    font-size: 18px;
    line-height: 150%;
}
#about_geil hr{
    margin-top: 3px;
    height: 3px;
    border: none;
    border-top: 3px #2167A7 solid;
}
h2{
    font-size:20px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: bold;
}
#about_1{
    margin:10px 15px;
    float: left;
}
#about_2{
    margin:10px 15px;
}



.about_c hr{
    margin-top: 10px;
    height: 5px;
    border: none;
    border-top: 5px #2167A7 solid;
}
#about_contest p{
    color:#333;
    font-size: 18px;
    line-height: 150%;
}

#about_3{
    margin:10px 15px;
    float: left;
}
#about_4{
    margin:10px 15px;
    float: left;
}
.bold{
    font-weight: bold;
    font-size: 20px;
}
.button a{
    display: block;
    background-color: #2167a7;
    color:#fff;
    padding:20px 30px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    width: 320px;
}
div .button{
    margin: 50px 0;
}





/*
以下共通footer
*/

#footer{
    margin: 0 auto;
    margin-top: 300px;
    width:100%;
    max-width: 100%;
    background: #2167A7;
}
.center{
    margin:0 auto;

    width: 960px;
}
#footer_nav a{
    box-sizing:border-box;
    width:20%;
    display: block;
    text-align: center;
    float: left;
    padding:15px 20px;
    margin-top:10px;
    margin-bottom: 20px;
    color: #FFF;
    border-radius:  4px;
    text-decoration: none;
    font-weight:bolder;
    font-size: 10px;
}

/*footerのメニュー*/

#footer_nav a:hover{
background: #f3faff;
color: #54abdb;
transition: backgroud-color,0.4s,ease-in-ease ;}

#geil2016_ a:hover{
transition: backgroud-color,0.4s,ease-in-ease ;
background: #444;
color: #FFF;
border-radius: 2px;
}
#top a:hover{
transition: backgroud-color,0.4s,ease-in-ease ;
background: #549ada;
/*backgroundはカラーを書かなくても問題無い*/
color: #FFF;
/*文字の色*/
}
/*footerのロゴ*/
#footer_copy{
    clear: both;
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 8px;
}
/*footerの©*/

/*
以上共通fooder終了
*/

/*以下clearfix*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/*スマホ対応部分*/
@media only screen and (max-width : 480px){

#header{display:none;}
#header_sp{
    display:block;
    width: 100%;
    min-width:400px;
    height:60px;
    background-color: rgba(255,255,255,0.8);
    box-sizing:border-box;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 99;}
#header_box_sp{
    width:50%;
    float: left;
    margin: 0.5% 0 0.5% 2%;
}

/*スマホ版メニュー*/
       #btn_gNav {
            position:fixed;
            top:15px;
            right:10px;
            display: block;
            width:40px;
            height:40px;
            background-image:url(../img/menu_sp.jpg);
            border:2px solid #ddd;
            transition:right .2s;
            z-index: 100;
        }

        #gNav_sp{
            display: block;
            position:fixed;
            top:0;
            right:-150px;
            width:150px;
            height:318px;
            transition:right .2s;
            background:#ddd;
        }
        .open #gNav_sp{
            right:0;
        }
        .open #btn_gNav{
            right:156px;
        }


    #gNavList_sp li{
        box-sizing:border-box;
        width:100%;
        border-left:3px solid #ddd;
        border-bottom: 1px solid #ddd;
        background:#2167a7;
        margin:0 3px;
    }
    #gNavList_sp li:first-child{
        width:100%;
        border-left:3px solid #ddd;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background:#2167a7;
        margin:0 3px;
    }

    #gNavList_sp a{
        display: block;
        padding:12px 0;
        text-align: center;
        color:#fff;
        font-size: 14px;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        transition:background .2s;
    }

    #gNavList_sp a:hover{
        color:#fff;
        background:#87cdfd;
        transition:ease-in-out .25s;
    }
body{
    min-width:100%;
    margin:0 5%;
}
#cover_box{display:none;}
#sp_img{
    display:block;
    margin:60px 20px 20px;}
.container{
    margin: 0 auto;
    width: 400px;
}

#footer_nav{
    display:none;
}

/*ここからコンテンツ*/



}














