@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Kite+One');

body{
    margin: 0;
    font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #676767;
}

header{
    background-color: #504658;
    font-size: 70px;
    color: #fff;
    font-family: 'Kite One', sans-serif;
    height: 100px;
    width: 100%;
    border-bottom: solid 1px #fff;
    position: fixed;
    z-index: 9999;
}

#wrapper{
    padding-top: 100px;
}

section{
    background-color: #fffcf4;
    width: 80%;
    float: right;
    right: 0;
    font-size: 20px;
    height: 1281px;
    overflow: scroll;
}

article{
    margin: 40px;
}

h1{
    display: inline-block;
    font-size: 2.25em;
    margin: 10px;
    padding: 5px 30px;
    font-family: 'Kite One', sans-serif;
    color: #3c3c3c;
    background: linear-gradient(transparent 90%, #FFB5B5 10%);
}

h1:first-letter{
    color: #CE2E6C;
    font-size: 1.25em;
}

h2{
    border-bottom: dashed 2px #FFB5B5;
    padding-bottom: 5px;
    font-size: 1.75em;
}

nav{
    background-color: #F0DECB;
    width: 20%;
    margin: 0;
    border-right: solid 1px #fffcf4;
    font-family: 'Kite One', sans-serif;
    font-size: 20px;
    height: 1281px;
}

nav li, nav a{
    display: block;
    height: 60px;
    width: 100%;
}

nav li{
    border-bottom: solid 1px #fff;
    line-height: 60px;
    text-align: center;
}

nav a{
    text-decoration: none;
    color: #3c3c3c;
}

nav a:hover{
    background-color: #ebc8a3;
}

.no_link{
    background-color: #bcb091;
    color: #fffcf4;
}

footer{
    height: 400px;
    width: 100%;
    padding: 20px;
    background-color: #716e68;
    color: #fff;
    font-size: 20px;
}