@charset "utf-8";

@import "keitai.css";
@import "login.css";
@import "member_menu.css";

.entry-content .login_form dt {
    background-color: #f8ebce;
    height: 29px;
    line-height: 28px;
}

.entry-content .login_form dd {
    background-color: #fefbf5;
    height: 29px;
}

.member_table th {
    background-color: #ebd0e0;
}

.member_table td {
    background-color: #fbf5f9;
}

.event_entry_table th {
    background-color: #cee0f8;
}

.event_entry_table td {
    background-color: #f5f9fe;
}

.sadoku_table th {
    background-color: #cef8d2;
}

.sadoku_table td {
    background-color: #f5fef6;
}

.kessai_button input {
    padding: 0.75em 1em;
}

.kessai_button_bank input {
    background-color: #4488dd;
    border: #359 1px solid;
}