@charset "utf-8";

/* 強調表示 */
.boatrace_important {
    color: #000080!important;
    padding: 10px 0px!important;
    font-weight: bold!important;
}

/* イベント管理 イベント申込一覧 */
.search-result.tbl-responses .th-face_picture {
    width: 5rem;
}
.search-result.tbl-responses .th-response_admin_flag_status {
    width: 5rem;
}
.search-result.tbl-responses td {
    height: 5rem;
}
.search-result.tbl-responses td img {
    max-width: 100%;
    max-height: 100%;
}
div[data-modal="m-rm_edit"] .modal-box {
    width: 740px;
}

/* 会員管理 イベント申込履歴 */
.personal_detail .license_table.tbl-responses .th-admin_flag_status {
    width: 4rem;
}

/* フロント イベント申込履歴 */
.history .license_table .th-attendance, .history .license_table .th-admin_flag {
    width: 4rem;
}
