
.spanTime{
    margin-left: 2rem;
}


/* ラジオボタン周りのスタイル */
.radioButtonRef1 {
    margin: 0 0.15rem 0 0.3rem;
}

.radioButtonRef2 {
    margin: 0 0.15rem 0 0.8rem;
}

.radioButtonWeight1 {
    margin: 0 0.15rem 0 0.3rem;
}

.radioButtonWeight2 {
    margin: 0 0.15rem 0 0.8rem;
}

/* 数値入力周りのスタイル */
input {
    text-align: center;
}

input[type="number"].inputGestAge {
    padding: 0.1rem;
}

.bilInput {
    padding: 0.3rem;
}

#divBilDataTable{
    padding: 0.4rem auto 0 auto;
    margin:0.2rem auto 0 auto;
}

table{
    text-align:center;
    margin:auto;
}

#TBGraphs, #UBGraphs {
    text-align: center;
    position: relative;
    margin: auto;
    height: 60vw;
    width: 90%;
    max-width: 690px;
}

hr.divider{
    margin: 1rem auto;
    border: none;
    border-top: 1px solid #bbbbbb;
    width: 80%;
}

/* レスポンシブデザインのメディアクエリ */
@media (max-width: 768px) {
    .radio-group {
        flex-direction: row;
        align-items: flex-start;
    }

    #TBGraphs, #UBGraphs {
        height: 100vw;
        width: 90%;
    }
}

@media (max-width: 480px) {
    .unit {
        font-size: 0.7rem;
    }


    .radioButtonRef1 {
        margin: 0.2rem 0.15rem 0.2rem 0.15rem;
    }

    .radioButtonRef2 {
        margin: 0.2rem 0.15rem 0.2rem 0.9rem;
    }

    .radioButtonWeight1 {
        margin: 0.2rem 0.15rem 0.2rem 0.1rem;
    }

    .radioButtonWeight2 {
        margin: 0.2rem 0.15rem 0.2rem 0.5rem;
    }


    #TBGraphs, #UBGraphs {
        height: 100vw;
        width: 90%;
    }

}
