html,
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 100%;
    background-color: #FFF;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: jinkaiFont;
}

.content-area {
    box-sizing: border-box;
    background-color: #FFF;
    width: 100%;
    margin: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

ol {
    padding-left: 20px;
}

a {
    color: #57BF7D;
    text-decoration: none;
}

p {
    font-family: jinkaiFont;
}

.title {
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 40px;
}

.content {
    font-size: 16px;
    line-height: 28px;
}

li>img,
p>img {
    max-width: 100%;
    border-radius: 5px;
}

p img {
    display: block;
    margin: 0 auto;
}

.nickname {
    font-size: 16px;
    color: #AAA;
    font-family: mottoFont;
    margin-bottom: 20px;
}

pre {
    white-space: pre;
    overflow: auto;
}

div.highlighter-rouge {
    margin: 0
}

div.highlight,
pre.highlight {
    border-radius: 5px;
}

figure.highlight pre {
    padding: 10px;
}

div.highlight pre.highlight {
    padding: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #AAA;

    width: 100%;
}

tbody tr:nth-child(even) {
    background-color: #FAFAFA;
}

th {
    border: 1px solid #AAA;
    padding: 5px;
    background-color: #F8F8F8;
}

td {
    border: 1px solid #AAA;
    padding: 5px;
}

#archives {
    position: fixed;
    right: 100px;
    top: 100px;
}

.category-name {
    font-size: 16px;
    color: #73BC83;
    line-height: 30px;
}

.category-area {
    color: #999;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.category {
    color: #999;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.char-counter {
    display: flex;
    justify-content: center;
    color: #AAA;
    font-size: 11px;
    margin-top: 20px;
    margin-bottom: 40px;
}

blockquote {
    margin: 0;
}

blockquote p {
    white-space: normal;
    border-left: 4px solid #EAEAEA;
    padding: 10px;
    background-color: #F8F8F8;
    margin-top: 40px;
}

.line-quote {
    color: #FF6500;
}

.line-quote:before {
    content: '\FF62';
    margin-right: 10px;
}

.line-quote:after {
    content: '\FF63';
    margin-left: 10px;
}

.text-quote {
    white-space: normal;
    padding: 10px;
    border-radius: 5px;
    background-color: #F8F8F8;
    margin-left: 2em;
}

.hacker-name {
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
}

.hacker-summary {
    color: #666;
}

.hacker-link {
    line-height: 10px;
}

.hacker-link:before {
    content: "•";
    margin-left: 5px;
    margin-right: 5px;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
    margin-top: 40px;
}