@charset "UTF-8";

/* ==========================================================
   base
   ========================================================== */
* {
  box-sizing: border-box;
}

html {
  background: #fff;
}

body {
  margin: 0;
  background: #fff;
  color: #111;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

a:hover {
  color: #888;
}

.mono {
  font-family: "Courier New", "MS Gothic", monospace;
  letter-spacing: 0;
}

/* ==========================================================
   frame layout
   ========================================================== */
.frame {
  max-width: 880px;
  margin: 32px auto;
  border: 1px solid #111;
  background: #fff;
}

/* header -------------------------------------------------- */
.site-header {
  border-bottom: 1px solid #111;
  padding: 28px 24px 20px;
  text-align: center;
}

.site-title {
  font-size: 22px;
  letter-spacing: 0.35em;
  margin: 0 0 6px;
  font-weight: 500;
}

.site-title small {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.2em;
  font-family: "Courier New", "MS Gothic", monospace;
  color: #555;
}

/* body: sidebar + main ------------------------------------ */
.layout {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.sidebar {
  width: 200px;
  flex-shrink: 0;
  border-right: 1px solid #111;
  padding: 22px 18px;
}

.main {
  flex: 1;
  min-width: 280px;
  padding: 28px 30px 40px;
}

@media (max-width: 640px) {
  .sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #111;
  }
}

/* nav ------------------------------------------------------ */
.nav-heading {
  font-size: 11px;
  font-family: "Courier New", "MS Gothic", monospace;
  letter-spacing: 0.15em;
  color: #555;
  margin: 0 0 8px;
}

.nav-list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.nav-list li {
  border-bottom: 1px dotted #bbb;
}

.nav-list li:first-child {
  border-top: 1px dotted #bbb;
}

.nav-list a {
  display: block;
  padding: 7px 2px;
  text-decoration: none;
  font-size: 13px;
}

.nav-list a::before {
  content: "・";
}

.nav-list a.is-current {
  color: #111;
  font-weight: bold;
}

.nav-list a:hover {
  color: #888;
}

/* update log ------------------------------------------------ */
.updates {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.updates li {
  padding: 6px 0;
  border-top: 1px dotted #bbb;
}

.updates li:last-child {
  border-bottom: 1px dotted #bbb;
}

.updates time {
  display: block;
  font-family: "Courier New", "MS Gothic", monospace;
  color: #555;
  margin-bottom: 2px;
}

/* headings --------------------------------------------------*/
h1.page-title {
  font-size: 17px;
  letter-spacing: 0.12em;
  margin: 0 0 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #111;
}

h2.block-title,
.main h2 {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 34px 0 14px;
  padding-left: 10px;
  border-left: 4px solid #111;
  font-weight: 500;
}

.main p {
  margin: 0 0 14px;
}

/* footer ------------------------------------------------------*/
.site-footer {
  border-top: 1px solid #111;
  padding: 16px 24px;
  text-align: center;
  font-size: 11px;
  font-family: "Courier New", "MS Gothic", monospace;
  color: #777;
}

/* misc blocks -------------------------------------------------*/
.lead {
  margin: 0 0 8px;
}

.box {
  border: 1px solid #111;
  padding: 16px 18px;
  margin: 0 0 18px;
}

.novel-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.novel-list > li {
  border-bottom: 1px dotted #999;
  padding: 14px 0;
}

.novel-list > li:first-child {
  border-top: 1px dotted #999;
}

.novel-title {
  font-size: 15px;
  margin: 0 0 4px;
}

.novel-meta {
  font-size: 11px;
  font-family: "Courier New", "MS Gothic", monospace;
  color: #666;
  margin: 0 0 6px;
}

.novel-desc {
  margin: 0;
  font-size: 13px;
}

.tag {
  border: 1px solid #111;
  padding: 0 6px;
  font-size: 10px;
  font-family: "Courier New", "MS Gothic", monospace;
  margin-right: 6px;
}

.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-list > li {
  border-bottom: 1px dotted #999;
  padding: 12px 0;
}

.link-list > li:first-child {
  border-top: 1px dotted #999;
}

.link-list .link-name {
  font-size: 14px;
}

.link-list .link-desc {
  font-size: 12px;
  color: #555;
  margin: 3px 0 0;
}

.tip-box {
  border: 1px dashed #111;
  padding: 18px;
  text-align: center;
  font-size: 12px;
}

.tip-box .addr {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 10px;
  border: 1px solid #111;
  font-family: "Courier New", "MS Gothic", monospace;
  font-size: 11px;
  word-break: break-all;
}
