@charset "UTF-8";

body{
    font-family: 'BIZ UDMincho', serif;
    background-color:hsla(223, 11%, 88%, 0.982);
    margin: 0;
    height: 100%;
    min-height: 100vh; 
    color: #3f3f3f;
    line-height: 150%;
}

.top{
    width:120px;
    height:100px;
    -webkit-transform: rotate(170deg);
    -ms-transform: rotate(170deg);
    transform: rotate(170deg);
    margin:60px auto 0;
    padding-top: 5px;
    position: relative;
    z-index: 1;
    left:7px;
    font-size: 1.6em;
}
    
.top::before,.top::after {
    border:solid 1px #1f1f21;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
    
.top::before {
    left: 0;
    top: 0;
    z-index: -1;
}
    
.top::after {
    top: 7px;
    right:6px;
    z-index: -2;}

.hako{
    margin: 2% 10% 0 25%;
    padding: 0%;
}

.midasi{
    border-left: double 4px rgb(60, 60, 60);
    padding: 2px 4px 2px 2px;
    margin: 5% 0 2% 0;
    font-size: 1.1em;

}

.link{
    background-position: left 2em;
    position: absolute;
    font-family: arial;
    color: #3a3a3d;
    line-height: 150%;
    text-decoration: none;
    margin: 0 0 2% 3%;
    line-height: 140%;
}

.link:visited{
    font-family: arial;
    color: #0d326d;
    line-height: 160%;
    text-decoration: none;
    margin: 0 0 2% 0%;
    line-height: 140%;
}


.henkan{
    text-align: center;
}

input[type],
text { 
    width: 90px;
    height: 20px;  
    border: #1e1e29 solid 2px;
    background-color: #ffffff;
    margin-right: 3px;
    color: inherit;
    font-family: inherit;
    display: inline-block;
}


input[type=button]{
    height:20px;
    width:50px;
    cursor:pointer;
    text-shadow:none;
    background:#333;
    color:#fff;
    border:#333;
}