
@charset "UTF-8";

body{
    color: #74748b;
    text-align: center;
    background-color:hsl(189, 100%, 82%);
    background-image: linear-gradient(#ffffff,#ffffff,#f2fdff,#ebfbff);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    line-height: 40%;
    font-family: 'Klee One',sans-serif;
}

.oohako{
    margin: 0 10%;
}

.link{
    line-height: 300%;
    text-decoration: none;
    background-color: rgb(219, 239, 255);
    color: #202021;
    padding: 2px 10px 2px 10px;
    margin: 5% 0 5% 0;
    font-family: 'klee One',sans-serif cursive;
}

.link:hover{
    line-height: 300%;
    text-decoration: none;
    border-bottom: 1px solid #133274;
    background-color: rgb(200, 218, 224);
    color: #202021;
    padding: 2px 10px 2px 10px;
    margin: 5% 0 5% 0;

    font-family: 'klee One',sans-serif cursive;
}


.hako1{
    position: relative;
    text-align: left;
    border-left: solid 2px #59595c;
    padding: 1%;
    font-style: italic;
}
.hako1 .hako1-title{
    position: absolute;
    display: inline-block;
    top: -15px;
    left: -15px;
    font-weight: bold;
    font-style: normal;
    color: #48484a;
}


.hako2{
    position: relative;
    text-align: right;
    border-right: solid 2px #59595c;
    padding: 1%;
    font-style: italic;
}

.hako2 .hako2-title{
    position: absolute;
    display: inline-block;
    right: -15px;
    top: -15px;
    font-weight: bold;
    font-style: normal;
    color: #48484a;
}

.henkan{
    width: 59%;
    height: 2.1em;
    margin:0 auto
}


.henkan input[type=text] {
    border: solid 1px #aeaec9;
    text-align: center;
    color: #e4eaec;
    width: 30%;
    margin-right: 2px;
    border-radius: 3px;
}

.henkan input[type=button] {
    width: 20%;
    padding: 3px 15px;
    margin: 4px 0;
}

.henkan .submit {
    text-align: center;
    display: inline-block;
}

#enterYZ1{
    display: inline-block;
    text-decoration: none;
    margin-left: 5px;
    width: 50px;
    padding: 2px 2px;
    font-weight: bold;
    border: 2px solid #e4eaec;
    background: #e4e4e4;
    color: #fff;
}

#enterYZ1:hover {
    color: #e4e4e4;
    background: #7fa6d3;
}