@charset "utf-8";

.contents {
    background-color: #ffc600;
}

h3 {
    margin-top: 0;
}

.button.disabled {
    background: #d5d5d9;
    pointer-events: none;
    border-radius: 5px;
    border: none;
    color: #fff;
}

table.event_content {
    width: 100%;
    margin-top: 2em;
}
table.event_content th {
    border-color: #ccc;
    background: #00be9c;
    width: 50%;
}
table.event_content td {
    border-color: #ccc;
    width: 50%;
}
table.event_content td span {
    color: #00be9c;
    margin-right: 0.3em;
}

strong {
    color: #060;
}