*, *::before, *::after {
    box-sizing: border-box;
}
* {
    margin: 0;
}
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}
input, button, textarea, select {
    font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}
#root, #__next {
    isolation: isolate;
}

/* Begin custom CSS */

a {
    color: #1772d0;
    text-decoration:none;
}
a:focus, a:hover {
    color: #f09228;
    text-decoration:none;
}
body,td,th,tr,p,a {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 14px
}
strong {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 14px;
}

h1 {
    text-align: center;
    font-size: 24px;
    padding-top: 32px;
    padding-bottom: 16px;
}

h2 {
    font-size: 18px;
    padding-top: 24px;

}

main {
    width: 80%;
    max-width: 600px;
    margin: auto;
}

h2blurb {
    display: inline;
    font-size: 12px;
    color: #818589;
    margin-left: auto; 
    margin-right: 0;

    text-align: right;
}

blogpost {
    display: block;
    padding-top: 16px;
}

postdate {
    font-size: 12px;
    display: block;
    color: #818589;
}

.postname {
    color: #71797E;
    font-size: 16px;
    font-weight: 600;
    display: block;
}
