/* 色の調整 */

body {
    background: whitesmoke;
}

header,
footer {
    background: white;
}

main {
    background: ivory;
}

/* 幅とマージンの調整 */

body {
    margin-top: 2rem;
}

footer,
header,
main {
    max-width: var(--width-card-wide);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

nav {
    margin-bottom: 0;
}

/* テーブルカラムのアラインメントの調整 */

table thead th:first-child,
table tr td:first-child {
    text-align: var(--justify-important);
}

table thead th:nth-child(2),
table tr td:nth-child(2) {
    text-align: var(--justify-normal);
}

/* プレースホルダがChromeのみ小さくなることへの対応 */
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif , 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}

th, td {
    vertical-align: middle;
}

th *, td * {
    margin-bottom: 0rem;
}

.small-button {
    padding: 4px;
}

.delete-button {
    background-color: red;
    border-color: red;
}

.button-hidden {
    visibility: hidden;
}

.url-copy-button {
    word-break: keep-all;
    margin-left: 1rem;
    width: 60ch;
}

.url-copy-button-copied {
    background-color: green;
}

.meeting__subject {
    width: 40ch;
}

.meeting__memo {
    width: 40ch;
    height: 15ex;
}

.meeting__schedules-title-section {
    display: flex;
    align-items: center;
}

.meeting__schedules-title-label {
    padding-right: 1rem;
}

.meeting__schedules-error * {
    margin-bottom: 0rem;
    text-align: left;
    margin-top: 0;
}

.meeting-show__h1-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meeting-show__detail {
    margin-bottom: 5rem;
}

.meeting-show__location-parent {
    display: flex;
}

.meeting-show__location {
    border: thin solid black;
    width: 256ch !important;
    margin-bottom: 0rem;
}

.meeting-show__edit-button__display-block {
    display: block;
}

.meeting-show__edit-button__display-none {
    display: none;
}

.meeting-edit__button-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meeting-search__keyword {
    width: 80%;
}

.meeting-search__search-period-parent {
    display: flex;
}

.participant-name {
    width: 40ch;
}

.participant-name__link {
    color: yellow;
}

.participant-name__link-disabled {
    color: white;
    pointer-events: none;
}

.attendance-comment__textarea {
    width: 40ch;
    height: 15ex;
}

.attendance-comment__table-cell {
    width: 10ch;
    overflow-wrap: anywhere;
    white-space: normal;
    text-align: left;
}

.convenience-radio {
    display: inline-block;
    font-size: 2em;
}

.convenience-radio input[type=radio] {
    display: none;
}

.convenience-radio input[type=radio] + label {
    color: lightgray;
    display: table-cell;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    cursor: pointer;
    background: #f4f4f4;
    border-radius: 99em;
    border: 1px solid #ccc;
    font: bold;
}

.convenience-radio input[type=radio]:checked + label,
.convenience-radio input[type=radio]:hover + label {
    color: white;
    border: 1px solid #7a7a7a;
    background-color: #7cc93a;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.4) inset;
    font-weight: bold;
}

.attendance-edit__location-parent {
    display: flex;
}

.attendance-edit__location {
    border: thin solid black;
    width: 256ch !important;
    margin-bottom: 0rem;
}

.attendance-edit__button-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.convenience-most-suitable {
    background-color: #ffff66;
    font-weight: bold;
}
