@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;
}

.top{
    width:50px;
    height:50px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    margin:60px auto 4%;
    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: 3% 5% 0 5%;
    padding: 0%;
    line-height: 1.2em;
}

.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% 0%;
    line-height: 140%;
}

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

.icon{
    background-image: url(../../image/icon_hasami.png);
    width: 20px;
    height: 20px;

    margin-left: 7%;
}

.icon2{
    background-image: url(../../image/icon_hukidasi.png);
    width: 20px;
    height: 20px;

    margin-left: 7%;
}

.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;
}