div.caution {
    color: red;
    font-weight: bold;
    font-size: x-large;
}

span.caution_underline {
    color: red;
    text-decoration:underline;
}

div.btn_pswd {
    margin-top: 1rem;
}

table tfoot.tblCancelCommFoot td {
    border: none;
    padding: 0px;
}

table tfoot.tblCancelCommFoot td.left {
    text-align: left;
}

table tfoot.tblCancelCommFoot td.right {
    text-align: right;
}

table tfoot.tblCancelCommFoot td.txtCancelCommFootTd {
    font-size: small;
}

div.privacy_policy {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

/* 編集テーブル */
table.tblEdit {
    border-collapse:collapse;
    margin: 5px;
    background-image:none;
    background-color:white;
}

table.tblEdit th {
    border:1px solid gray;
    background-color:#dedede;
    padding: 4px;
}

table.tblEdit td {
    border:1px solid gray;
    padding: 4px;
    text-align: center;
}
