
*, *::before, *::after {
  box-sizing: border-box;
}
blockquote:has([class="red"])>p {
  border-left-color: red;
}
blockquote:has([class="blue"])>p {
  border-left-color: blue;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
header a {
  text-decoration: none;
  color:  inherit;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  margin-bottom: 50px !important;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p {
  line-height: 1.4;
}
#top {
  width: 100%;
  background-image: url(/header.png);
  background-repeat: repeat-x;
  /*background: #174ac6;*/
  height: 3px;
  /*border-bottom: 1px solid #020959;*/
}
header {
  font-weight: 100;
  font-size: 1.6rem;
  text-align: left;
  color: #555;
  padding: 12px 20px 15px 20px;
  border-bottom: 1px dotted #d5d5d5;
}
header img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 33px;
  height: 33px;
  margin-top: -7px;
  margin-bottom: -6px;
}
hnav {
  text-align: left;
  display: block;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px dotted #d5d5d5;
}
hnav a {
  margin-right: 20px;
}
hnav a:last-child {
  margin-right: 0;
}
hnav a.chosen {
  text-decoration: none;
  color: #000;
}
ol.posts {
  padding: 0;
  margin:  0;
  list-style: none;
  /*max-width:  800px;*/
}
ol.posts li {
  padding: 15px 20px;
  border-bottom: 1px dotted #d5d5d5;
  line-height: 1.6;
}
ol.posts .title {
  color:  inherit;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
}
b {
  font-weight:  500;
}
ol.posts span.title {
  font-weight: 300;
  text-decoration: none;
}
ol.posts .date {
  font-size: 0.9rem;
  font-weight: 100;
  color: #666;
  padding-top: 3px;
  margin-right: 10px;
  font-family: monospace;
  /*min-width: 120px;
  display: inline-block;*/
}
#me {
  display: none;
  padding: 20px 20px 0 20px;
  border-bottom: 1px dotted #d5d5d5;
}
#me img {
  margin-bottom: 20px;
  max-width: 300px;
  width: 100%;
  float:  left;
  margin-right: 15px;
}
#me p {
  margin: 0 0 20px 0;
  min-width: 200px;
  max-width: 700px;
}
.clear {
  clear: both;
}
img.clip {
  display:inline-block;
  width: 40px;
  vertical-align: middle;
  margin:-10px 0 -10px 10px;
  max-height: 30px;
}
.pin {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0px;
  border-radius: 50%;
  border: 8px solid #000;
  width: 24px;
  height: 24px;
}
.pin::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  bottom: -29px;
  left: -7px;
  border: 11px solid transparent;
  border-top: 17px solid #000;
}

@media only screen 
    and (max-width: 550px) {
  .subline {
    display: none;
  }
}

.gg-play-button {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs,1));
  width: 24px;
  height: 24px;
  border:  1px solid #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 7px;
  cursor: pointer;
}
.gg-play-button:hover {
  background: #ccc;
}
.gg-play-button:active {
  background: #aaa;
}

.gg-play-button::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid;
  top: 6px;
  left: 9px
} 

#post {
  padding: 0 20px 20px 20px;
  max-width:  800px;
}
h1 { font-family: Helvetica, sans-serif; font-size:30px; font-weight:bold; color:#000; margin-bottom:15px; line-height: 1.4;}
h1 a { padding:5px;}
/*h1 a:hover { background:#888; color:#fff; border-radius:5px; text-decoration:none;}*/
/*a { text-decoration:none; font-weight:600; color:inherit;}*/
p a:hover {text-decoration:underline;}
p { margin-top:20px; }
pre { display:block; -moz-box-shadow: inset 0 0 5px #aaa;
-webkit-box-shadow: inset 0 0 5px #aaa;
box-shadow: inner 0 0 5px #aaa; font-family:Monaco, monospace; font-size:11px; margin:25px 0; background:#eee; padding:10px; line-height:16px;
overflow:  scroll;}
h3 { font-weight:600; font-size:23px; margin-bottom:5px; font-family:Cabin, Helvetica, sans-serif;margin-top: 36px;}
.smallinfo { font-size:13px; font-family:Helvetica, Arial, sans-serif;}
#post p, #post li { font-family:Palatino, Georgia, 'Times New Roman', Times, serif; font-size:16px; line-height:1.6; }
p:last-child {text-indent:0;}
#footer { font-family:Helvetica, Arial, serif; border-top:1px solid #666; background:#ccc; color:#000;}
.separator { border-top:4px dashed #ccc;  margin-bottom:50px; }
.postInfo { margin-top:40px; text-align:right; padding-bottom:7px;font-size:13px;font-family:Helvetica, sans-serif; }
.postInfo a { font-weight:normal; color:#333; }
::selection {
  background: #f9f484;
}
code {font-size: 0.8rem;}
.graycolor { color:#999; }
.graycolor::selection, .graycolor a::selection { color:#000; }
.graycolor::-moz-selection, .graycolor a::-moz-selection { color:#000;}
.divImg { text-align:center; margin:35px 0;}
.divImg img { border:1px solid #aaa;}
blockquote { margin: 0; }
blockquote>p,blockquote>ul,blockquote>ol {
  padding-left: 20px;
  border-left: 3px solid #d5d5d5;
}
blockquote>ul,blockquote>ol {
  padding-left: 30px;
}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}
#footer {
    position: fixed;
    height: 26px;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 0.7rem;
    line-height: 24px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}
#post ~ #footer {
  position: static;
}
#date {
  float: right;
  font-size: 0.9rem;
}
