@charset "utf-8";
/*
以下共通header
*/
#header{
    width: 100%;
    min-width:1020px;
    height:100px;
    background-color: rgba(255,255,255,0.8);
    box-sizing:border-box;
    margin: 0 auto;
    position: fixed;
    top: 0;}
/*}header内全体の設定*/
#header_box{
    width:27%;
    height: 80px;
    float: left;
    margin-left: 2.5%;
}
#header_box a{
    display: block;
    max-width:333px;
    margin: 0px;
}
#header_box a:hover{
    opacity: 0.8;
}

#gNav_header{
    width:38%;
    float: left;
}
#gNav li{
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin-left: 0;
}
#gNav li:first-child{
    margin-left: 20px;
}
#gNav a{
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-align: center;
    font-size: 12px;
    padding:17px 35px;
    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%;
    float: left;
    box-sizing: border-box;
}
#social-icon a {
    display: block;
    float: left;
    margin: 50px 8px;
}

#geil2016{
    width: 20%;
    float: left;
    margin-right: 2.5%;
}
#geil2016 a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    background-color: #2167A7;
    color:#FFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: block;
    float: right;
    padding:17px 37px;
    margin:40px 0;
    border-radius:2px;
    border: 1px solid #eee;
}
#geil2016 a:hover{
transition: backgroud-color,0.4s,ease-in-ease ;
background: #444;
/*backgroundはカラーを書かなくても問題無い*/
color: #FFF;
/*文字の色*/
}/*Twitter、Facebookのボタン設定*/

/*
以上共通header終了
*/


#cover_box{
    margin-top: 100px;
    width: 100%;
    min-width: 1020px;
    height: 540px;
    background: url(../Photo/Top/main_16_2.png) no-repeat center center;
    background-size: 100%;
}
#cover {
        width: 1020px;
        height: 540px;
        margin: 0 auto;
        position: relative;
}
/*ここまで
背景画像*/
body{
    font-family: 'Open Sans', sans-serif;
}
.container{
    margin: 0 auto;
    width: 1020px;
}

hr {
    margin-top: 10px;
    height: 7px;
    border: none;
    border-top: 7px #2167A7 solid;
}

#main{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
#main a{
    display: block;
    text-align: center;
    margin-top: 20px;
}
#main a:hover{
    opacity:0.8;
}





/*新歓用バナー*/

#article{
    box-sizing: border-box;
    margin:80px 2% 30px 8%;
    width: 40%;
    height: 400px;
    float: left;
    border-color: #54abdb;
    border-style: solid;
    border-width: 4px;
    border-radius: 3px;
}

#about_geil {
    height: 330px;
    margin:20px 30px;
    font-size: 14px;
    color:#222;
    line-height: 1.4em;
}
#about_geil a{
    display:block;
    text-align: center;
    padding:20px 20px;
    margin:0 auto;
    background-color:#2167A7;
    color:#fff;
    text-decoration:none;
    border-radius:2px;
    border: 1px solid #eee;
}
#about_geil a:hover{
background: #444;
/*backgroundはカラーを書かなくても問題無い*/
color: #FFF;
/*文字の色*/
transition: backgroud-color,0.4s,ease-in-ease ;
}

/*GEILについて*/
#aside{
    box-sizing: border-box;
    margin:80px 8% 30px 2%;
    width: 40%;
    height: 400px;
    float: left;
    border-color: #54abdb;
    border-style: solid;
    border-width: 4px;
    border-radius: 3px;
}

#scroll{
    overflow-y:scroll;
    height: 330px;
    margin:20px 30px;
    width:85%;
    font-size: 14px;
    color:#222;
    line-height: 1.4em;
}
#scroll p{
    margin-bottom: 10px;
}

h3{
    margin:0px 0px 5px;
    font-size: 14px;
    color:#555;
    font-weight: bold;
}
h1,h2 {
    padding:7px 15px;
    background:#54abdb;
    font-size: 24px;
    color:#fff;
    overflow: hidden;
}


/*GEILの新着情報*/



/*
以下共通footer
*/
#footer{
    margin: 0 auto;
    margin-top: 580px;
    width:100%;
    max-width: 100%;
    min-width: 1020px;
    background: #bbb;
}
.center{
    margin:0 auto;
    width:60%;
}
#footer_nav a{
    box-sizing:border-box;
    width:25%;
    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;
    font-family: 'Open Sans', sans-serif;
}

/*footerのメニュー*/

#footer_nav a:hover{
background: #f3faff;
color: #2167A7;
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;
}
/*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;
}
