@charset "UTF-8";

/* こえけん！とは */
.about-photo {
    animation: fadein 1.5s 0.5s both;
    -webkit-animation: fadein 1.5s 0.5s both;

    max-width: 100%;
    margin-bottom: 1rem;
}

.actiontable {
    text-align: center;
    line-height: 1.5;
    border-color: #ccc;
}

.actiontable th,
.actiontable td {
    padding: 0.5rem;
}

.actiontable th {
    font-weight: bold;
}

.actiontable thead th {
    border-bottom: 2px solid #c00;
    background-color: #dcdcd1;
}

.actiontable tbody th {
    width: 150px;
    background-color: #ececec;
}

.actiontable td {
    width: 350px;
}

.actiontable td.text-red {
    color: red;
}
