@charset "UTF-8";

:root {
  --notice-color: #E60000;
  --txt-color: #333;
}

.notice {
    color: var(--notice-color);
}

.notice-txt {
    color: var(--txt-color);
}

.txt-b {
    font-weight: bold;
}

.txt-uline {
    text-decoration: underline;
}