﻿.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* 半透明の黒色 */
    z-index: 999; /* 他の要素よりも手前に表示 */
    cursor:wait;
}

.float-right {
    float: right;
    margin-right: 10px;
    font-weight: bold;
}
