* {
  margin: 0;
  padding: 0;
}

body {
  font: 14px/160% "Georgia", "Times New Roman", "verdana",
        "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  background: url(https://parallelminds.jp/jugem/background_blog.jpg) no-repeat fixed #f0ede8;
}

#back {
  width: 802px;
}

#header {
  height: 130px;
  padding: 24px 0 0 20px;
}

.site_title {
  font-size: 12px;
}

#layout {
  display: flex;
  align-items: flex-start;
}

/* ── Sidebar ────────────────────────────────── */
#sidebar {
  width: 200px;
  flex-shrink: 0;
  font-size: 10px;
  color: #666;
  padding-top: 5px;
}

.sidebar_section {
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.82);
  padding: 0 0 8px 0;
}

.sidebar_title {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #B2B2B2;
  padding: 3px 0 3px 0;
  margin-bottom: 5px;
  color: #333;
}

#sidebar ul {
  list-style-type: square;
  line-height: 130%;
  margin: 0 0 0 20px;
  padding: 5px 10px;
}

#sidebar li {
  margin-bottom: 4px;
}

#sidebar a             { color: #6597AE; text-decoration: none; }
#sidebar a:hover       { color: #6597AE; text-decoration: underline; }

/* ── Main content ───────────────────────────── */
#box {
  width: 598px;
}

a:link    { color: #6597AE; text-decoration: none; }
a:visited { color: #5D7B8D; text-decoration: none; }
a:hover   { color: #6597AE; text-decoration: underline; }

ul {
  list-style-type: square;
  line-height: 120%;
  margin: 0 0 0 15px;
  padding: 0;
}

li { margin-bottom: 5px; }
img { border: none; max-width: 100%; }

/* ── Archive title ──────────────────────────── */
.archive_title {
  font-size: 18px;
  border-bottom: 3px solid #B2B2B2;
  padding: 5px 0;
  margin: 10px 0 15px 0;
  color: #333;
}

/* ── Entry ──────────────────────────────────── */
.entry_head {
  width: 597px;
  height: 30px;
  text-align: center;
  position: relative;
  background: url(https://parallelminds.jp/jugem/entry_top.png) repeat-y;
}

.entry {
  width: 597px;
  margin: 0;
  background: url(https://parallelminds.jp/jugem/entry.png) repeat-y;
}

.entry_in {
  margin-bottom: -1px;
  padding: 20px 25px 0 25px;
}

.entry_bottom {
  width: 597px;
  height: 30px;
  margin: 0 0 20px 0;
  text-align: center;
  position: relative;
  background: url(https://parallelminds.jp/jugem/entry_bottom.png) repeat-y;
}

.entry_headline {
  width: 547px;
  border-bottom: 1px #8B8380 dotted;
  margin-bottom: 20px;
}

.entry_title {
  font-size: 16px;
  padding: 3px 0;
  font-weight: bold;
}

.entry_date {
  text-align: right;
}

.entry_body a {
  color: #6597AE;
  background: #eeeeee;
  text-decoration: underline;
}

.entry_more {
  padding-top: 10px;
}

.entry_state {
  color: #AD80AA;
  text-align: right;
  margin-top: 15px;
}

.entry_state a            { color: #AD80AA; text-decoration: none; }
.entry_state a:hover      { color: #DF9999; text-decoration: underline; }
.entry_state img          { vertical-align: middle; }

blockquote {
  color: #333;
  background: #FFF;
  border-left: 5px solid #ccc;
  margin: 10px 0;
  padding: 5px 5px 5px 10px;
}

.pict {
  display: block;
  text-align: left;
}

.entry_navi {
  text-align: center;
  margin: 30px 0;
}

/* ── Comments ───────────────────────────────── */
.tb_main_title {
  border-bottom: 1px solid #6597AE;
  margin: 40px 0 10px 0;
  padding-bottom: 3px;
  font-size: 16px;
  color: #6597AE;
}

.tb_area {
  margin: 0;
  padding: 10px 20px 0 20px;
  background: url(https://parallelminds.jp/jugem/comment.png) repeat-y;
}

.tb_state {
  color: #C2AAAA;
  font-size: 10px;
  text-align: right;
  border-bottom: 1px dotted #CCC;
  margin: 0;
  padding: 0 20px 10px 20px;
  background: url(https://parallelminds.jp/jugem/comment.png) repeat-y;
}

/* ── Footer ─────────────────────────────────── */
#footer {
  width: 597px;
  margin: 30px 0 10px 0;
  font-size: 10px;
}

.copy {
  text-align: right;
  color: #999;
}
