@charset "UTF-8";
/*
Color Scheme:
https://leonardocolor.io/?colorKeys=%23000000%2C%230093ff%2C%23aee4ff&base=fefffe&ratios=1%2C1.1%2C1.97%2C2.92%2C4.35%2C6.35%2C10%2C15&mode=CAM02
*/
* {
  margin: 0;
  padding: 0;
  line-height: 160%; }

a {
  text-decoration: none;
  color: #316295;
  word-break: break-all; }

a:hover {
  text-decoration: underline; }

a:visited {
  color: #2b435f; }

nav a {
  text-decoration: underline; }

p {
  margin-bottom: 1em;
  word-break: break-all;
  line-height: 180%; }
  p a {
    text-decoration: underline; }

ul, ol {
  margin-left: 2em;
  margin-bottom: 1em; }

.unlist {
  list-style: none;
  margin-left: 0; }
  .unlist li {
    margin-bottom: 8px; }

body {
  color: #1d2734;
  background: #fefffe; }

.site-header {
  text-align: center;
  margin-bottom: 1em;
  background: #316295;
  color: #fefffe;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200; }
  .site-header a {
    color: #e9f6fc; }
  .site-header h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    display: inline; }

.main-container {
  padding: 0 8px;
  display: flex;
  flex-direction: row;
  width: 960px;
  margin: 0 auto; }
  @media screen and (min-width: 1080px) {
    .main-container {
      width: 1080px; } }
.main-contents {
  flex: 1 1 auto;
  padding: 0 8px; }

.sidebar {
  flex: 0 0 300px;
  padding: 0 8px 0 48px;
  font-size: 92%; }
  .sidebar nav {
    display: inline; }
    .sidebar nav ul {
      display: inline;
      list-style: none;
      padding: 0;
      margin: 0; }
    .sidebar nav li {
      display: inline;
      border-left: 1px solid #78bff6;
      padding-left: 0.5em; }
    .sidebar nav li:first-child {
      border-left: none;
      padding-left: 0; }

.post-body img {
  max-width: 600px;
  border: 1px solid #2b435f;
  padding: 1px; }

.post-body pre {
  margin-bottom: 1em;
  white-space: pre-wrap;
  background: #e9f6fc;
  padding: 8px;
  border: 1px solid #2b435f;
  line-height: 180%;
  border-radius: 4px;
  font-familiy: monospace; }

.list-title {
  border-bottom: #78bff6 dashed 1px;
  margin-bottom: 1.5em; }

article.post {
  margin-bottom: 2em;
  border-bottom: #78bff6 dashed 1px; }
  article.post h2 {
    border-bottom: 1px solid #78bff6;
    line-height: 150%;
    margin-bottom: 0.5em; }
  article.post h3, article.post h4 {
    margin-bottom: 1em;
    text-decoration: underline; }
  article.post header {
    margin-bottom: 1em;
    color: #2b7cc9; }
    article.post header .metadata {
      font-size: 96%;
      display: block;
      text-align: right;
      font-weight: 200;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  article.post footer {
    font-size: 96%;
    margin-bottom: 1em;
    color: #2b7cc9;
    font-weight: 200;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

footer {
  font-size: 80%; }
  footer .site-footer {
    text-align: center; }

.sidebar-box {
  margin-bottom: 24px;
  font-size: 96%; }
  .sidebar-box h3 {
    margin-bottom: 12px;
    padding-left: 4px;
    border-bottom: 1px solid #78bff6; }
  .sidebar-box h4 {
    margin-bottom: 12px;
    padding-left: 4px; }
  .sidebar-box .box-contents {
    margin-bottom: 1.5em;
    margin-left: 4px; }
  .sidebar-box .timestamp {
    color: #2a9bfc;
    font-size: 90%; }

dt {
  display: inline; }

dt::after {
  content: '：'; }

dd {
  display: inline; }

dd::after {
  content: '\A';
  white-space: pre; }

.site-footer {
  border-top: 1px dashed #78bff6;
  color: #2b7cc9;
  text-align: center; }

#micro-nav {
  display: none;
  width: 90%;
  text-align: center;
  padding: 0;
  margin: 4px auto;
  border-top: 1px solid #2b7cc9; }

.article-navigation {
  display: flex;
  margin-bottom: 1em; }
  .article-navigation .prev {
    flex: 1 1;
    padding: 2px 4px;
    border: 1px dotted #78bff6; }
  .article-navigation .next {
    padding: 2px 4px;
    flex: 1 1;
    border: 1px dotted #78bff6; }
  .article-navigation .nav-title {
    font-weight: bold; }

@media screen and (max-width: 480px) {
  p, h2, pre {
    word-wrap: break-word; }
  .post-body img {
    width: 100%; }
  #micro-nav {
    display: block; }
  article.post h2 {
    font-size: 120%; }
  .site-header h1 {
    display: block; }
  .main-container {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0; }
  .main-contents {
    flex: none;
    padding: 0 1em; }
  .sidebar {
    clear: both;
    flex: none;
    width: 100%;
    padding: 0; }
  .sidebar-box {
    padding: 0 1em; }
  pre {
    white-space: pre;
    overflow: scroll; } }
