/* $Id: styles.css,v 1.3 2022-02-15 08:52:46+09 fubuki Exp fubuki $ */
@charset "utf-8";

.title {
    font-family: system-ui, sans-serif;
    /* text-align: center; */
}

body {
    font-family: "Meiryo", "arial", "helvetica";
    line-height: 1.3;
    margin: 16px;
    padding: 10px;
    width: 600px; 
    text-align: justify;
}

#postamble, .status, .date, .author, .validation {
    font-size: xx-small;
    text-align: right;
    line-height: 1;
    padding: 0;
    margin: 0;
    /* width: 80%; */
}

.stat {
    font-size: x-small;
    text-align: right;
}

.fn {
    font-size: x-small;
    border-top: 1px solid #dddddd;
}

.sup {
    font-size: xx-small;
    vertical-align: top;
}

h2 {
    font-family: sans-serif;
    /* font-weight: bold; */
    line-height: 1.3;
    width: 2048px;
    padding: 10px;
    border-top: 1px solid #dddddd;
    /* border-left:3px solid #333; */
}

/* .example, .org-src-container, ".src src-php", .verse { */
.org-src-container, .example {
    font-family: monospace, Consolas;
    line-height: 1.5;
    margin: 32px;
    width: 90%;
    overflow: auto;
    color: #ffffff;
    background-color: black;
    border: 1px solid #dddddd;
    padding: 5px 0 0 5px;
}

blockquote {
    font-size: small;
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: #eeeeee;
    border-left: solid 10px #bbbbbb;
}
