pre, code {
	font-family: Consolas, courier, courier-new, monospace;
	font-size: 10pt;
}
pre {
	padding: 8px;
}
code {
	padding: 2px 8px 2px 8px;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  color: #444444;
  overflow-y: scroll;
  line-height: 1.2;
}
/* Toppage Header */
.toppage-header {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.toppage-header img {
  width: 900px;
  max-width: 100%;
}
/* Site header */
.site-navi {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.site-icon {
  height: 2rem;
  margin: 0 1em 0 0;
}
/* Section list */
.section-list {
  margin-top: 2rem;
}
.section-list li {
  margin-top: 1rem;
}
.section-article-list li {
  margin-top: 1ex;
}
.updated {
  color: #ffffff;
  background-color: #6b8e23;
  margin: 5px;
  border-radius: 5px;
  padding: 0px 3px 2px 3px;
}

