@import url('https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.css');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #f8fcff;
    font-size: 14px;
}

/* Hide wagtail userbar (when admin user logged in) */
wagtail-userbar {
    display: none;
}

img.full-width {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.block-paragraph {
    color: #434343;
    line-height: 22px;
}

.block-paragraph p {
    white-space: pre-wrap;
}

ol, ul {
    padding-inline-start: 12px;
    margin-block-start: 0;
    margin-block-end: 0;
}

li {
    padding-bottom: 10px;
}

/* reset table, add border */
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #000;
    width: 100%;
}

th {
    background-color: #e7e6e6;
}

th, td {
    font-weight: normal;
    padding: 5px;
    text-align: left;
    border: 1px solid #000;
}
