* {
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
    font-weight: bold;
}

.section {
    border: 6px solid #eedcb3;
    border-radius: 10px;
    background-color: #734e30;
    color: #eedcb3;
    width: 420px;
    margin-left: 50px;
    margin-bottom: 15px;
    font-size: 50px;
    padding-bottom: 0px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.back {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 50px;
    margin-bottom: 150px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #734e30;
    color: #e2e2e3;
    text-decoration: none;
    font-size: 50px;
    border: 5px solid #eedcb3;
    box-shadow: 7px 7px 9px #000;
    transition-duration: 0.5s;
}

.back:hover {
    transition : all 0.5s ease 0s;
    transform: translateY(10px);
    color: #734e30;
    background-color: #eedcb3;
    border: 5px solid #734e30;
    box-shadow: 0 0;
    cursor: pointer;
}

.title {
    font-size: 45px;
    text-align: center;
}

.rekisi {
    margin-left: 15px;
    font-size: 35px;
}


.rekisi-chat {
    margin: 0;
    padding: 0;
    width: 95%;
    padding: 5px;
    padding-left: 30px;
    font-size: 30px;
    background-color: #eedcb3;
    color: #734e30;
    border: 6px solid #734e30;
    border-radius: 30px;
    margin: 0 auto;
    width: 90%;
    height: 80%;
    margin-bottom: 200px;
}

.space {
    margin-top: 30px;
    height: 150px;
}

#k {
    width: 60%;
    height: 80%;
    margin-top: 0px;
    margin-left: 140px;
}

#s {
    border: 6px solid #eedcb3;
    border-radius: 10px;
    background-color: #734e30;
    color: #eedcb3;
    width: 420px;
    margin-left: 50px;
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 50px;
    padding-bottom: 0px;
    text-align: center;
    margin: 0 auto;
}

#syuin {
    border: 6px solid #eedcb3;
    border-radius: 10px;
    background-color: #734e30;
    color: #eedcb3;
    width: 420px;
    margin-left: 50px;
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 50px;
    padding-bottom: 0px;
    text-align: center;
    margin: 0 auto;
}