body {
  font-family: "Noto Serif CJK SC Extra Light", STSong, "Liberation Serif", "Times New Roman", serif;
  font-size: 12pt;
}

#header, #post_list, #post, #footer {
	margin: 25px auto;
	max-width: 1050px;
	clear: left;
}

#title {
    width: 40%;
    float: left;
    margin-bottom: 20px;
}

#title h1 {
    margin: 0;
    padding: 0;
}

#nav {
    width: 60%;
    float: left;
    margin-bottom: 20px;
    text-align: right;
    font-size: 14pt;
}

#nav ul li {
    width: 150px;
    float: right;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

#nav a, #nav a:visited {
    text-decoration: none;
}

#header hr {
    clear: left;
}

#post h1, #post .meta {
	text-align: center;
}

a {
  color: black;
}

#post_list a {
  text-decoration: none;
}

a:hover {
	color: blue;
}

#post_list a:hover {
  text-decoration: underline;
}

img {
  max-width: 900px;
}

pre, code {
    font-family: "Liberation Mono", "Noto Sans Mono CJK SC", monospace;
    font-size: 12pt;
}
