.panel-login {
    border-color: #000000;
}

.panel-login>.panel-heading {
    border-bottom: none;
    border-color: #000000;
    color: #000000;
    text-align: center;
    font-size: 18px;
}

.table-list th {
    background-color: #3AA06F;
    width: 300px;
}

#test-site-list th {
    padding: 0;
    width: 100px;
    background-color: #005F31;
    color: #ffffff;
    text-align: center;
}

#test-site-list tr.acceptance_odd {
    text-align: center;
    background-color: #ffffff;
}

#test-site-list tr.acceptance_even {
    text-align: center;
    background-color: #3AA06F;
}

#test-site-list tr th.w50 {
    width: 50px;
}

#test-site-list tr th.w100 {
    width: 100px;
}

#test-site-list tr th.w150 {
    width: 150px;
}

#test-site-list tr th.w200 {
    width: 200px;
}

.p-80-0 {
    padding: 80px 0;
}

.menu-button {
    margin: 15px 0;
    width: 200px;
}

/* ラジオボタンとラベルの垂直方向の配置を調整 */
label.w150 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
}

label.w150 input[type="radio"] {
    margin-top: 0;
    margin-right: 5px;
}