

fieldset {
    text-indent: 2rem;
    width: 100vw;
    border: none;
    font-size:4.8vw;
}

legend{
    font-size:4.8vw;
    font-weight: bold;
}

/*#addr-show, #addr-show02,#addr-show03{*/
/*    width: 200px;*/
/*    height: 25px;*/
/*    margin-bottom: 10px;*/
/*}*/

.btn {
    width: 80px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ccc;
    outline: none;
    background-color: #aaa;
    margin: 0 20px;
}

.btn:disabled{
    background-color:#ccc;
}


select {
    text-indent:0.3rem;
    width: 17vw;
    border: none;
    height: 7vw;
    background: rgba(0,0,0,0.04);
    color:#696969;
}
