
body{
    /* font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3"; */
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: rgb(0, 0, 0);
    letter-spacing: 1;
    line-height: 1.7;
}

input{
    border:solid 1px #ccc;
    width: 330px;
    height:30px;
    font-size: 1.05em;
    padding: 2px;
}

input:focus{
    outline: none;
}


button{
    border:0;
    border:solid 1px #ccc;
    height: 28px;
    /* margin-top: -10px; */
}

button:focus{
    outline: none;
}

select{
    border:0.1px #ccc;
    text-align-last: right;
}

select:focus{
    outline: none;
}

option{
    border:0.1px #ccc;
    text-align: center;
    direction: rtl;
}

.panel-info{
    margin-bottom: 0px;
    margin-top: 5px;
    
    text-align: center;
}

.haifu-options{
    line-height: 2.2em;
    margin-bottom: 20px;
}

.option-select{
    margin: 0 12px;
    display: flex;
    justify-content: space-between;
}

.search-input-button{
    margin: 6px;
    padding: 2px 8px;
}

#search_btn{
    height:34px;
    width: 50px;
    margin:2px;
}

.simulation-box {
    position: absolute;
    right: 10px;
    bottom: 25px;
    width: 220px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgb(34 34 34 / 40%);
    border-radius: 3px;
    padding: 20px;
}

.area-bar {
    display: none;
    position: absolute;
    left: 10px;
    bottom: 30px;
    background-color: #fff;
    padding: 6px 12px;
    box-shadow: 0 1px 3px 0 rgb(34 34 34 / 40%);
    border-radius: 3px;
}

.input_box{
    position: absolute;
    top: 10px;
    left: 100px;
    background: white;
    box-shadow: 0 1px 3px 0 rgb(34 34 34 / 40%);
    border-radius: 3px;
}

.simulation-vars{
    /* font-size: 1.1em; */
}

.simulation-number{
    /* padding: 2px; */
}

.simulation-result{
    font-size: 1.2em;
    text-decoration: underline;
}

.simulation-elements{
    margin: 0 12px;
    padding-top:  10px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.dl-button{
    text-align: center;
}

#dl-button{
    width: 230px;
}

/* smartphone style */
@media only screen and (max-width: 1200px){
    .area-bar{
        display: none;
    }
}