.module, .doc_comments {
  font-size: 0.9em;
  line-height: 2; }

  body {
    text-align: justify;
    background: #FFFAFA;
    line-height: 2;
    font-size: 17px;
    color: #888888;
    letter-spacing: 0.1em;
    font-family: "Noto Serif CJK SC", "Noto Serif SC", "Source Han Serif SC", "Noto Serif CJK",
        "Source Han Serif", source-han-serif-sc, sans-serif;
    display: flex;
    margin: 0;
    min-height: 100vh; }

    a {
      color: unset;
      text-decoration: none; }

      #pageSide {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        user-select: none;
        display: flex;
        margin: auto 2em; }
        #pageSide header {
          width: 38.2vw; }
          #pageSide header .siteTitleContainer {
            display: inline; }
            #pageSide header .siteTitleContainer .siteTitle {
              letter-spacing: 0;
              font-size: 50px;
              text-decoration: none;
              line-height: 1;
              font-family: 'Sawarabi Mincho', sans-serif;
              color: #000000;
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
              #pageSide header .siteTitleContainer .siteTitle:hover {
                color: #888888; }
                #pageSide header .siteTitleContainer .siteTitle::after {
                  content: '';
                  display: block;
                  width: 110px;
                  height: 0.4em;
                  background-color: #FFDEAD;
                  position: relative;
                  left: 63px;
                  top: -26px;
                  z-index: -1; }
          #pageSide header .siteTextContainer {
            display: inline;
            max-width: 100px; }
            #pageSide header .siteTextContainer .bitcron_nav_container {
              margin-top: 1em;
              overflow: hidden; }
              #pageSide header .siteTextContainer .bitcron_nav_container ul {
                padding: 0;
                margin: 0; }
                #pageSide header .siteTextContainer .bitcron_nav_container ul li {
                  display: inline;
                  list-style: none; }
                  #pageSide header .siteTextContainer .bitcron_nav_container ul li a {
                    color: #888888;
                    background: #f1f1f1;
                    text-decoration: none;
                    padding: 0 0.5em;
                    border-radius: 10px;
                    white-space: nowrap;
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s; }
                    #pageSide header .siteTextContainer .bitcron_nav_container ul li a:hover {
                      color: #FFFAFA;
                      background: #888888; }
              #pageSide header .siteTextContainer .bitcron_nav_container .icon {
                display: none; }
            #pageSide header .siteTextContainer .siteText span {
              display: block; }
              #pageSide header .siteTextContainer .siteText .special {
                color: #000000; }

#pageMain {
  overflow: hidden;
  margin: auto 0;
  display: flex;
  width: 100%; }
  #pageMain article {
    overflow: auto;
    margin: 0 3em 0 0; }
    #pageMain article ul {
      list-style: none;
      padding: 0; }
      #pageMain article ul li time {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: small;
        vertical-align: middle;
        margin-right: 1em; }
        #pageMain article ul li .articleTitle {
          text-decoration: none;
          color: #000000;
          vertical-align: middle;
          background: linear-gradient(to top, #FFDEAD, #FFDEAD 30%, transparent 30%) no-repeat;
          background-size: 0 100%;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          #pageMain article ul li .articleTitle:hover {
            background-size: 100% 100%;
            color: #888888; }
  #pageMain footer {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 0;
    left: 2em;
    font-size: small;
    display: none;
    position: absolute; }
    #pageMain footer p {
      text-align: right; }

#pageMain #postInner {
  max-height: 100vh;
  overflow: auto;
  padding: 0 2em 0 0;
  color: #000000;
  width: 100%; }
  #pageMain #postInner .postMainTitle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: small;
    margin: 20px 0 2em 0;
    padding-bottom: 1em;
    border-bottom: #888888 1px dotted;
    display: -ms-grid;
    display: grid; }
    #pageMain #postInner .postMainTitle .postTitleInner h1 {
      display: inline;
      float: right;
      text-decoration: none;
      margin: 0; }
      #pageMain #postInner .postMainTitle .postTitleInner h1::after {
        content: '';
        display: block;
        width: 60px;
        height: 17px;
        background-color: #FFDEAD;
        position: relative;
        left: -16px;
        top: -20px;
        z-index: -1; }
    #pageMain #postInner .postMainTitle .postMeta {
      text-align: right;
      color: #888888; }
      #pageMain #postInner .postMainTitle .postMeta a {
        text-decoration: none;
        color: unset;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background: none; }
        #pageMain #postInner .postMainTitle .postMeta a:hover {
          color: #FFDEAD; }
  #pageMain #postInner #copyright {
    color: #888888;
    padding: 0.5em 1em;
    margin-bottom: 2em;
    border: #888888 1px dotted;
    font-size: small;
    text-align: center;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #pageMain #postInner #endTag {
      text-align: center;
      color: #f1f1f1;
      font-size: 2em;
      margin: 1em 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #pageMain #postInner blockquote {
        color: #888888;
        padding: 0 2em;
        border: #FFDEAD 1px dotted;
        margin: 0;
        font-style: italic; }
        #pageMain #postInner h1, #pageMain #postInner h2, #pageMain #postInner h3,
        #pageMain #postInner h4, #pageMain #postInner h5, #pageMain #postInner h6 {
          color: #000000; }
          #pageMain #postInner h1 {
            font-size: 24px;
            -webkit-text-decoration: #FFDEAD dotted underline;
            text-decoration: #FFDEAD dotted underline; }
            #pageMain #postInner h1 a {
              -webkit-text-decoration: none;
              text-decoration: none; }
  #pageMain #postInner h2, #pageMain #postInner h3, #pageMain #postInner h4,
  #pageMain #postInner h5, #pageMain #postInner h6 {
    font-size: 20px; }
    #pageMain #postInner .table-overflow {
      overflow: auto;
      margin: 1.5em auto; }
      #pageMain #postInner .table-overflow table {
        padding: 0;
        margin: 0 auto;
        word-break: initial;
        border-collapse: collapse; }
        #pageMain #postInner .table-overflow table thead tr {
          border-bottom: 2px solid #000; }
          #pageMain #postInner .table-overflow table thead tr th {
            padding: 0.5em; }
        #pageMain #postInner .table-overflow table tbody tr {
          border-top: 1px dotted #999; }
          #pageMain #postInner .table-overflow table tbody tr td {
            padding: 0.5em; }
  #pageMain #postInner a {
    color: #888888;
    -webkit-text-decoration: #FFDEAD dotted underline;
    text-decoration: #FFDEAD dotted underline;
    background: linear-gradient(to top, #FFDEAD, #FFDEAD 30%, transparent 30%) no-repeat;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-size: 0 100%; }
    #pageMain #postInner a:hover {
      color: #000000;
      background-size: 100% 100%; }
  #pageMain #postInner .md_li {
    list-style: circle; }
    #pageMain #postInner hr {
      max-width: 100px;
      margin: 2em auto; }
      #pageMain #postInner strong {
        background: linear-gradient(to top, #FFDEAD, #FFDEAD 30%, transparent 30%) no-repeat;
        font-weight: 600; }
        #pageMain #postInner del {
          color: #888888; }
          #pageMain #postInner sup {
            font-size: 0.5em; }
            #pageMain #postInner sup a {
              border-bottom: none;
              text-indent: 0; }
  #pageMain #postInner code {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
    color: #666666;
    font-size: 0.8em;
    padding: 1px 5px;
    text-align: inherit;
    border: #cecece 1px solid;
    word-break: break-all;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone; }
    #pageMain #postInner pre {
      font-family: 'Source Code Pro', monospace;
      font-weight: 400;
      font-size: 0.8em;
      line-height: 1.8;
      overflow-x: auto;
      text-align: inherit;
      padding: 0.5em 1em;
      border: #888888 1px dotted; }
      #pageMain #postInner pre code {
        color: #666666;
        padding: 0;
        border: none; }
  #pageMain #postInner .footnotes {
    font-size: 0.8em;
    color: #666666;
    padding: 0 0 0.2em 0;
    margin-top: 3em; }
    #pageMain #postInner .footnotes ol {
      padding: 1em 2em 1em 3em; }
      #pageMain #postInner .footnotes .md_block {
        margin: 0; }
        #pageMain #postInner .footnotes .md_block a {
          color: #666666;
          border-bottom: none;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          #pageMain #postInner .footnotes .md_block a:hover {
            border-bottom: none;
            color: #cecece; }
  #pageMain #postInner .md_line_with_image {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-indent: 0 !important; }
    #pageMain #postInner .md_line_with_image img {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      margin: 0 auto;
      display: -webkit-box;
      max-width: 100%;
      box-shadow: 0 0 10px #f1f1f1; }
  #pageMain #postInner .only_img_before {
    font-style: italic;
    color: #888888;
    font-size: 0.9em; }
    #pageMain #postInner .md_line {
      margin: 0 !important; }
      #pageMain #postInner .toc {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        float: right;
        margin: 0 0 1em 1em;
        max-width: 300px;
        border: #888888 1px dotted;
        border-radius: 5px;
        background: #FFFAFA;
        padding: 0em 2em 0em 1em; }
        #pageMain #postInner .toc ul {
          list-style: circle; }
  #pageMain #postInner .warning {
    color: #000000;
    background: #FFDEAD;
    padding: 0.5em 1em;
    font-size: 0.9em;
    font-weight: 600; }
    #pageMain #postInner .warning span strong {
      background: unset;
      font-weight: 800; }
  #pageMain #postInner .foldup-caption {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-table;
    margin: 0 auto;
    text-align: center;
    padding: 0 1em;
    border: #888888 1px dotted;
    font-size: 0.85em;
    background: #FFFAFA;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    #pageMain #postInner .foldup-caption:hover {
      background: #FFDEAD; }
  #pageMain #postInner .foldup {
    font-size: 0.9em;
    background: #FFFAFA;
    padding: 1em 1.5em;
    border-top: #888888 1px dotted; }
    #pageMain #postInner .foldup p {
      margin: 0;
      text-indent: 2.2em; }
  #pageMain #postInner .netabare, #pageMain #postInner .netabare a.new {
    background-color: #333333;
    color: #333333;
    text-shadow: none; }
    #pageMain #postInner .netabare:hover, #pageMain #postInner .netabare:active {
      color: white; }

#pageMain #postInner .catLabel {
  text-align: center;
  margin-top: 1em; }
  #pageMain #postInner .catLabel span {
    color: grey;
    background: #f1f1f1;
    padding: 0 1em;
    border-radius: 5px; }
#pageMain #postInner .catMainTitle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #pageMain #postInner .catMainTitle .postTitleInner {
    margin: 2em 0; }
    #pageMain #postInner .catMainTitle .postTitleInner a {
      font-size: 20px;
      color: #000000; }
      #pageMain #postInner .catMainTitle .postTitleInner .summary {
        color: #888888;
        margin-top: 10px; }

#pageMain #postInner .archiveBlock .postMainTitle {
  font-size: small;
  margin: 20px 0 2em 0;
  padding: 0;
  border-bottom: none;
  display: -ms-grid;
  display: grid; }
  #pageMain #postInner .archiveBlock .postMainTitle .postTitleInner h1 {
    display: inline;
    float: right;
    text-decoration: none;
    margin: 0; }
    #pageMain #postInner .archiveBlock .postMainTitle .postTitleInner h1::after {
      content: '';
      display: block;
      width: 60px;
      height: 17px;
      background-color: #F4A460;
      position: relative;
      left: -16px;
      top: -20px;
      z-index: -1; }
  #pageMain #postInner .archiveBlock .postMainTitle .postMeta {
    text-align: right;
    color: #888888; }
    #pageMain #postInner .archiveBlock .postMainTitle .postMeta a {
      text-decoration: none;
      color: unset;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      background: none; }
      #pageMain #postInner .archiveBlock .postMainTitle .postMeta a:hover {
        color: #FFDEAD; }
#pageMain #postInner .archiveBlock #archiveList ul {
  list-style: none;
  padding: 0; }
  #pageMain #postInner .archiveBlock #archiveList ul li time {
    color: #888888;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: small;
    vertical-align: middle;
    margin-right: 1em; }
    #pageMain #postInner .archiveBlock #archiveList ul li .articleTitle {
      text-decoration: none;
      color: #000000;
      vertical-align: middle;
      background: linear-gradient(to top, #FFDEAD, #FFDEAD 30%, transparent 30%) no-repeat;
      background-size: 0 100%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      #pageMain #postInner .archiveBlock #archiveList ul li .articleTitle:hover {
        background-size: 100% 100%;
        color: #888888; }

#pager {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 1em 0; }
  #pager .pagination .pagination_container {
    font-size: small; }
    #pager .pagination .pagination_container .current {
      color: #000000;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      #pager .pagination .pagination_container .current:hover {
        color: #888888; }
    #pager .pagination .pagination_container .page-number,
    #pager .pagination .pagination_container .prev,
    #pager .pagination .pagination_container .next {
      margin: 3px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      #pager .pagination .pagination_container .page-number:hover,
      #pager .pagination .pagination_container .prev:hover,
      #pager .pagination .pagination_container .next:hover {
        color: #000000; }

#pageMain #postInner #categories {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: #888888 1px dotted;
  margin: 2em 0;
  padding: 2em 0 0 0; }
  #pageMain #postInner #categories .cat-label {
    font-weight: 600; }
    #pageMain #postInner #categories .cat-label .special {
      font-weight: 800; }
  #pageMain #postInner #categories .cat-box {
    margin: 1em 0;
    line-height: 2; }
    #pageMain #postInner #categories .cat-box a {
      text-decoration: none;
      background: none;
      display: inline-block;
      margin: 0.2em 0;
      border: unset;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      #pageMain #postInner #categories .cat-box a .cat-title {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        color: #888888;
        background: #FFFAFA;
        padding: 0 0.5em;
        border: #888888 1px dotted;
        border-radius: 5px;
        margin: 2px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        #pageMain #postInner #categories .cat-box a .cat-count {
          position: relative;
          top: -16px;
          font-size: 0.6em;
          right: 20px;
          color: #888888;
          background: #FFFAFA;
          border: #888888 1px dotted;
          padding: 0 4px;
          border-radius: 5px;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          #pageMain #postInner #categories .cat-box a:hover .cat-title {
            color: #000000;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 0;
            background: #f1f1f1; }
            #pageMain #postInner #categories .cat-box a:hover .cat-count {
              color: #000000;
              background: #f1f1f1;
              border-radius: 0; }

.codehilite .c {
  color: #999999; }

  .codehilite .err {
    color: #ff0000;
    background-color: #757575; }

    .codehilite .k {
      color: #ff3939;
      font-weight: bold; }

      .codehilite .n {
        color: #555555; }

        .codehilite .o {
          color: #555555; }

          .codehilite .p {
            color: #555555; }

            .codehilite .cm {
              color: #999999; }

              .codehilite .cp {
                color: #00bcde; }

                .codehilite .c1 {
                  color: #999999; }

                  .codehilite .cs {
                    color: #ff0095;
                    font-weight: bold; }

                    .codehilite .gd {
                      color: #ff1919; }

                      .codehilite .ge {
                        font-style: italic; }

                        .codehilite .gr {
                          color: #ff1919; }

                          .codehilite .gh {
                            color: #000080;
                            font-weight: bold; }

                            .codehilite .gi {
                              color: #00c28b; }

                              .codehilite .go {
                                color: #888888; }

                                .codehilite .gp {
                                  color: #555555; }

                                  .codehilite .gs {
                                    font-weight: bold; }

                                    .codehilite .gu {
                                      color: #800080;
                                      font-weight: bold; }

                                      .codehilite .gt {
                                        color: #ff1919; }

                                        .codehilite .kc {
                                          color: #00b7ff;
                                          font-weight: bold; }

                                          .codehilite .kd {
                                            color: #00b7ff;
                                            font-weight: bold; }

                                            .codehilite .kn {
                                              color: #00b7ff;
                                              font-weight: bold; }

                                              .codehilite .kp {
                                                color: #00b7ff;
                                                font-weight: bold; }

                                                .codehilite .kr {
                                                  color: #00b7ff;
                                                  font-weight: bold; }

                                                  .codehilite .kt {
                                                    color: #a7a7a7;
                                                    font-weight: bold; }

                                                    .codehilite .m {
                                                      color: #2eb2ff; }

                                                      .codehilite .s {
                                                        color: #ff6200; }

                                                        .codehilite .na {
                                                          color: #00cc8f; }

                                                          .codehilite .nb {
                                                            color: #00cc8f; }

                                                            .codehilite .nc {
                                                              color: #008b45;
                                                              font-weight: bold; }

                                                              .codehilite .no {
                                                                color: #00b5b8; }

                                                                .codehilite .nd {
                                                                  color: #707a7c; }

                                                                  .codehilite .ni {
                                                                    color: #555555; }

                                                                    .codehilite .ne {
                                                                      color: #008b45;
                                                                      font-weight: bold; }

                                                                      .codehilite .nf {
                                                                        color: #008b45; }

                                                                        .codehilite .nl {
                                                                          color: #555555; }

                                                                          .codehilite .nn {
                                                                            color: #008b45;
                                                                            text-decoration: underline; }

                                                                            .codehilite .nx {
                                                                              color: #555555; }

                                                                              .codehilite .py {
                                                                                color: #555555; }

                                                                                .codehilite .nt {
                                                                                  color: #0081b8;
                                                                                  font-weight: bold; }

                                                                                  .codehilite .nv {
                                                                                    color: #ff8000; }

                                                                                    .codehilite .ow {
                                                                                      color: #0081b8; }

                                                                                      .codehilite .w {
                                                                                        color: #bbbbbb; }

                                                                                        .codehilite .mb {
                                                                                          color: #40c9ff; }

                                                                                          .codehilite .mf {
                                                                                            color: #40c9ff; }

                                                                                            .codehilite .mh {
                                                                                              color: #40c9ff; }

                                                                                              .codehilite .mi {
                                                                                                color: #40c9ff; }

                                                                                                .codehilite .mo {
                                                                                                  color: #40c9ff; }

                                                                                                  .codehilite .sb {
                                                                                                    color: #ff6e83; }

                                                                                                    .codehilite .sc {
                                                                                                      color: #ff6e83; }

                                                                                                      .codehilite .sd {
                                                                                                        color: #ff6e83; }

                                                                                                        .codehilite .s2 {
                                                                                                          color: #ff6e83; }

                                                                                                          .codehilite .se {
                                                                                                            color: #ff6e83; }

                                                                                                            .codehilite .sh {
                                                                                                              color: #00c2a8;
                                                                                                              font-style: italic; }

                                                                                                              .codehilite .si {
                                                                                                                color: #ff6e83; }

                                                                                                                .codehilite .sx {
                                                                                                                  color: #cb6c20; }

                                                                                                                  .codehilite .sr {
                                                                                                                    color: #00c2a8; }

                                                                                                                    .codehilite .s1 {
                                                                                                                      color: #ff6e83; }

                                                                                                                      .codehilite .ss {
                                                                                                                        color: #ff6e83; }

                                                                                                                        .codehilite .bp {
                                                                                                                          color: #ff7300; }

                                                                                                                          .codehilite .vc {
                                                                                                                            color: #00688B; }

                                                                                                                            .codehilite .vg {
                                                                                                                              color: #00688B; }

                                                                                                                              .codehilite .vi {
                                                                                                                                color: #00688B; }

                                                                                                                                .codehilite .il {
                                                                                                                                  color: #40c9ff; }

                                                                                                                                  .doc_comments {
                                                                                                                                    padding: 0 !important;
                                                                                                                                    margin: 0 0 3em 0 !important;
                                                                                                                                    position: relative !important; }
                                                                                                                                    .doc_comments .comments_block_title {
                                                                                                                                      display: none;
                                                                                                                                      text-align: center;
                                                                                                                                      color: #888888 !important;
                                                                                                                                      font-size: 1.5em;
                                                                                                                                      line-height: 1.8em;
                                                                                                                                      margin: 1em 0;
                                                                                                                                      -webkit-touch-callout: none;
                                                                                                                                      -webkit-user-select: none;
                                                                                                                                      -moz-user-select: none;
                                                                                                                                      -ms-user-select: none;
                                                                                                                                      user-select: none; }
                                                                                                                                      .doc_comments .comments_block_title:before {
                                                                                                                                        content: '——';
                                                                                                                                        margin-right: 20px; }
                                                                                                                                        .doc_comments .comments_block_title:after {
                                                                                                                                          content: '——';
                                                                                                                                          margin-left: 20px; }
                                                                                                                                    .doc_comments ul ul {
                                                                                                                                      padding: 0 !important; }
                                                                                                                                      .doc_comments #new_comment_form textarea {
                                                                                                                                        padding: 0 1em 0 1em !important;
                                                                                                                                        font-family: inherit;
                                                                                                                                        font-weight: inherit; }
                                                                                                                                        .doc_comments #new_comment_form textarea:hover {
                                                                                                                                          cursor: pointer; }
                                                                                                                                      .doc_comments #new_comment_form .input_body {
                                                                                                                                        padding-left: 1em !important;
                                                                                                                                        padding-right: 1em !important;
                                                                                                                                        background: #f1f1f1 !important; }
                                                                                                                                        .doc_comments #new_comment_form .input_body ul {
                                                                                                                                          overflow: auto;
                                                                                                                                          line-height: 0; }
                                                                                                                                          .doc_comments #new_comment_form .input_body ul li input {
                                                                                                                                            padding-left: 0 !important; }
                                                                                                                                            .doc_comments #new_comment_form .input_body ul li input::-webkit-input-placeholder {
                                                                                                                                              color: #888888; }
                                                                                                                                              .doc_comments #new_comment_form .input_body ul li input:focus::-webkit-input-placeholder {
                                                                                                                                                color: #eee; }
                                                                                                                                        .doc_comments #new_comment_form .input_body .comment_submit_button {
                                                                                                                                          color: #fff !important;
                                                                                                                                          background: #000 !important;
                                                                                                                                          margin-right: 1em;
                                                                                                                                          border-radius: 0;
                                                                                                                                          -webkit-transition: 0.5s;
                                                                                                                                          -o-transition: 0.5s;
                                                                                                                                          transition: 0.5s; }
                                                                                                                                          .doc_comments #new_comment_form .input_body .comment_submit_button:hover {
                                                                                                                                            cursor: pointer;
                                                                                                                                            background: #FFDEAD !important;
                                                                                                                                            color: #fff !important; }
                                                                                                                                        .doc_comments #new_comment_form .input_body input {
                                                                                                                                          font-family: inherit;
                                                                                                                                          font-weight: inherit;
                                                                                                                                          -webkit-appearance: none;
                                                                                                                                          -moz-appearance: none; }
                                                                                                                                    .doc_comments .comments .comment {
                                                                                                                                      background: inherit !important;
                                                                                                                                      margin: 0 !important;
                                                                                                                                      border: 0 !important;
                                                                                                                                      border-top: #cecece 1px solid !important;
                                                                                                                                      border-radius: 0 !important;
                                                                                                                                      padding: 1em 0 0 !important;
                                                                                                                                      word-break: inherit !important;
                                                                                                                                      border-width: 1px !important; }
                                                                                                                                      .doc_comments .comments .comment p {
                                                                                                                                        text-indent: 0 !important; }
                                                                                                                                        .doc_comments .comments .comment .author {
                                                                                                                                          padding-bottom: 0 !important; }
                                                                                                                                          .doc_comments .comments .comment .author b {
                                                                                                                                            background: transparent !important;
                                                                                                                                            color: inherit !important; }
                                                                                                                                            .doc_comments .comments .comment .author img {
                                                                                                                                              border: #cecece 1px solid;
                                                                                                                                              border-radius: 0 !important; }
                                                                                                                                              .doc_comments .comments .comment .author .reply {
                                                                                                                                                position: relative;
                                                                                                                                                top: -3px;
                                                                                                                                                font-family: monospace;
                                                                                                                                                background: #888888 !important;
                                                                                                                                                text-decoration: none !important;
                                                                                                                                                padding: 1px 5px;
                                                                                                                                                font-size: 0.2em;
                                                                                                                                                color: #fff !important;
                                                                                                                                                letter-spacing: 0;
                                                                                                                                                border-radius: 5px;
                                                                                                                                                -webkit-transition: all 0.5s;
                                                                                                                                                -o-transition: all 0.5s;
                                                                                                                                                transition: all 0.5s; }
                                                                                                                                                .doc_comments .comments .comment .author .reply:hover {
                                                                                                                                                  background: #FFDEAD !important; }
                                                                                                                                          .doc_comments .comments .comment .author .author-date {
                                                                                                                                            font-size: 0.9em;
                                                                                                                                            color: #888888; }
                                                                                                                                            .doc_comments .comments .comment .author .author-name a {
                                                                                                                                              border-bottom: none;
                                                                                                                                              text-decoration: none;
                                                                                                                                              color: #000000; }
                                                                                                                                      .doc_comments .comments .comment .sub_comments {
                                                                                                                                        margin: 0 0 0 48px !important; }
                                                                                                                                        .doc_comments .comments .comment .sub_comments .sub_comments .sub_comments {
                                                                                                                                          margin-left: 0 !important; }
                                                                                                                                          .doc_comments .comments .comment .p_part {
                                                                                                                                            padding-left: 48px !important; }
                                                                                                                                            .doc_comments .comments .comment #new_comment_form {
                                                                                                                                              margin-left: 48px; }
                                                                                                                                    .doc_comments .comments > .comment {
                                                                                                                                      border-top: #cecece 1px solid !important;
                                                                                                                                      border-radius: 0 !important;
                                                                                                                                      padding: 1em 0 0 !important; }

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 73%; }

  .aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

    .v[data-class=v] .vcards .vcard:last-child .vh {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }

      .v[data-class=v] .vsys {
        display: none; }

        @media only screen and (max-width: 1350px) {
          #pageMain #postInner .toc {
            margin: unset;
            float: unset;
            height: 100%;
            max-width: unset;   }
}

@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    flex-direction: column-reverse;   }
    #pageSide {
      float: none;
      width: unset;
      margin: 0 0 auto 0;   }
      #pageSide header {
        border-top: #888888 1px dotted;
        margin: 0 20px 20px 20px;
        padding-top: 20px;
        font-size: small;
        width: 100%;
        text-align: center;   }
        #pageSide header .siteTitleContainer {
          position: relative;
          left: 25px;
          line-height: 4;   }
          #pageSide header .siteTitleContainer .siteTitle {
            font-size: 30px;   }
            #pageSide header .siteTitleContainer .siteTitle::after {
              width: 60px;
              left: -60px;
              top: 5px;
              display: inline-block;   }
  #pageMain {
    margin: 0;   }
    #pageMain article {
      margin: 0;
      padding: 0 20px;
      max-height: unset;   }
      #pageMain article ul {
        margin: 20px 0;   }
        #pageMain article ul li time {
          margin-right: unset;
          display: block;
          margin-top: 1em;   }
      #pageMain article #pager {
        margin: 20px 0;   }
    #pageMain #archiveList {
      max-height: unset;   }
      #pageMain #archiveList ul li time {
        margin-right: unset;
        display: block;
        margin-top: 1em;   }
    #pageMain footer {
      position: relative;
      right: 20px;
      left: unset;   }
      #pageMain #postInner {
        max-height: unset;
        padding: 0 20px;
        width: auto;   }
        #pageMain #postInner .postMainTitle {
          display: block;
          padding-bottom: 2em;   }
          #pageMain #postInner .postMainTitle .postTitleInner h1 {
            margin: 0;
            line-height: 1.5;
            float: unset;
            display: block;   }
            #pageMain #postInner .postMainTitle .postTitleInner h1::after {
              width: 3em;
              left: unset;
              top: -15px;   }
          #pageMain #postInner .postMainTitle .postMeta {
            text-align: left;   }
        #pageMain #postInner blockquote {
          padding: 0 1em;   }
}
