/* <system section="theme" selected="10328749687195221400"> */
@charset "UTF-8";
/*
  Theme: Cherry Blossom
  Author: aunichts
  Description: Mobile First Responsive Theme.
  Responsive: yes
*/
/*  import normalize */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*  import variable */
/*  import mixin */
html {
  font-size: 62.5%; }

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 1.7rem;
  color: #333;
  line-height: 1.7;
  background-color: #fff; }

a {
  color: #1a0dab;
  text-decoration: none; }
  a:visited {
    color: #609; }
  a:hover {
    color: #1a0dab;
    text-decoration: underline; }
  a:active, a:focus {
    color: #1a0dab; }

/* グローバルヘッダ */
#globalheader-container {
  background-color: #333;
  color: #fff;
  width: 100%; }

/* blog-title and container */
#blog-title {
  position: relative;
  overflow: hidden; }
  #blog-title::before {
    content: "";
    position: absolute;
    border-top: 44px solid rgba(238, 135, 180, 0.3);
    top: 0;
    left: 62px;
    z-index: -1;
    border-left: 11vw solid #fff;
    border-right: 70vw solid #fff; }
  #blog-title::after {
    content: "";
    position: absolute;
    bottom: 29px;
    width: 178px;
    height: 5px;
    background: #6FBA2C;
    box-shadow: 92px 10px 0 rgba(111, 186, 44, 0.5);
    transform: rotate(-13deg);
    z-index: -1; }

#blog-title-content,
#content,
#top-box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  word-wrap: break-word;
  overflow: hidden; }

#blog-title-content {
  padding-top: 30px;
  padding-bottom: 30px; }

#title {
  line-height: 1;
  margin: 0;
  font-size: 2.8rem; }
  #title a {
    color: #333;
    text-decoration: none; }

#blog-description {
  line-height: 1;
  margin: 0;
  font-size: 1.1rem;
  margin-top: 5px;
  font-weight: normal; }

/* image enable */
.header-image-enable #blog-title #blog-title-inner {
  height: initial;
  background-size: cover; }
  .header-image-enable #blog-title #blog-title-inner #blog-description {
    font-weight: normal; }

/* content */
.entry, .page-archive .archive-entry {
  position: relative;
  padding-top: 100px;
  border-bottom: 5px solid #EE87B4; }
  .entry::before, .page-archive .archive-entry::before {
    content: "";
    position: absolute;
    width: 50%;
    bottom: -5px;
    left: 0;
    border-bottom: 5px solid #6FBA2C; }

.entry:first-child, .page-archive .archive-entry:first-child {
  padding-top: 50px; }

.entry-header, .page-archive .archive-entry-header {
  position: relative;
  border-bottom: 1px solid #c5c5c5;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  /* 日付 */
  /* カテゴリ */
  /* socila buttons */
  /* author */
  /* 「編集する」ボタン */ }
  .entry-header .entry-title, .page-archive .archive-entry-header .entry-title {
    line-height: 1.3;
    font-size: 2.6rem;
    margin: 0 0 10px;
    order: 1;
    width: 100%; }
    .entry-header .entry-title a, .page-archive .archive-entry-header .entry-title a {
      font-family: serif;
      color: #000;
      text-decoration: none; }
  .entry-header .entry-date, .page-archive .archive-entry-header .entry-date {
    position: relative;
    font-family: "Times New Roman", Georgia, Serif;
    font-style: italic;
    font-size: 1.2rem;
    padding-left: 20px;
    order: 2; }
    .entry-header .entry-date::before, .page-archive .archive-entry-header .entry-date::before {
      content: "Published on "; }
    .entry-header .entry-date::after, .page-archive .archive-entry-header .entry-date::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 10px;
      height: 10px;
      background: #6FBA2C;
      box-shadow: #EE87B4 5px -5px; }
    .entry-header .entry-date a, .page-archive .archive-entry-header .entry-date a {
      color: #333; }
  .entry-header .entry-categories, .page-archive .archive-entry-header .entry-categories {
    display: inline;
    font-size: 1.2rem;
    font-style: oblique;
    font-family: "Times New Roman", Georgia, Serif;
    order: 3; }
    .entry-header .entry-categories::before, .page-archive .archive-entry-header .entry-categories::before {
      content: ", in "; }
    .entry-header .entry-categories a, .page-archive .archive-entry-header .entry-categories a {
      color: #333; }
  .entry-header .social-buttons, .page-archive .archive-entry-header .social-buttons {
    order: 4;
    width: 100%;
    padding-top: 20px; }
  .entry-header .entry-footer-section, .page-archive .archive-entry-header .entry-footer-section {
    display: inline;
    font-family: "Times New Roman", Georgia, Serif;
    font-style: italic;
    font-size: 1.2rem; }
    .entry-header .entry-footer-section::before, .page-archive .archive-entry-header .entry-footer-section::before {
      content: ", by "; }
    .entry-header .entry-footer-section a, .page-archive .archive-entry-header .entry-footer-section a {
      color: #333; }
    .entry-header .entry-footer-section .entry-footer-time, .page-archive .archive-entry-header .entry-footer-section .entry-footer-time {
      display: none; }
  .entry-header .entry-header-menu, .page-archive .archive-entry-header .entry-header-menu {
    position: absolute;
    top: 0px;
    right: 0px; }
    .entry-header .entry-header-menu a, .page-archive .archive-entry-header .entry-header-menu a {
      padding: 4px 10px 4px;
      margin-bottom: 0;
      line-height: 18px;
      color: #333;
      background-color: #fff;
      text-align: center;
      vertical-align: middle;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      cursor: pointer;
      font-size: 12px;
      text-decoration: none;
      font-weight: bold;
      border: 1px solid rgba(0, 0, 0, 0.2);
      text-decoration: none !important;
      border-color: red;
      color: red; }
      .entry-header .entry-header-menu a:hover, .page-archive .archive-entry-header .entry-header-menu a:hover {
        background-color: #f5f5f5;
        text-decoration: none !important; }

/* エントリー */
.entry-content {
  padding-top: 50px; }
  .entry-content h1 {
    margin: 0; }
  .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 13px 0 8px 0; }
  .entry-content p {
    margin: 0 0 10px 0; }
  .entry-content blockquote {
    margin: 20px 0;
    background: #e6e6e6;
    padding: 10px;
    border-radius: 3px;
    font-size: 1.4rem;
    position: relative; }
    .entry-content blockquote::before {
      content: "“";
      position: absolute;
      top: -41px;
      left: -3px;
      font-size: 7rem;
      color: #cccccc; }
    .entry-content blockquote p {
      margin-top: 0;
      margin-bottom: 0; }
  .entry-content ul {
    padding-left: 20px; }
  .entry-content ol {
    padding-left: 25px; }
  .entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em; }
    .entry-content table img {
      max-width: none; }
  .entry-content table th,
  .entry-content table td {
    border: 1px solid #c5c5c5;
    padding: 5px 10px; }
  .entry-content table th {
    background: #dfdfdf; }
  .entry-content pre {
    border: 1px solid #c5c5c5;
    padding: 10px;
    white-space: pre;
    font-size: 1.4rem; }
  .entry-content .hatena-asin-detail {
    border: 1px solid #c5c5c5;
    font-size: 1.4rem; }
    .entry-content .hatena-asin-detail li {
      line-height: 1.4; }
  .entry-content pre > code {
    margin: 0;
    padding: 0;
    white-space: pre;
    border: 0;
    background: transparent;
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif; }
  .entry-content code {
    font-size: 90%;
    margin: 0 2px;
    padding: 0 5px;
    border: 1px solid #eaeaea;
    background-color: #f8f8f8;
    border-radius: 3px;
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif; }
  .entry-content .entry-see-more {
    padding: 4px 10px 4px;
    margin-bottom: 0;
    line-height: 18px;
    color: #333;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none !important; }
    .entry-content .entry-see-more:hover {
      background-color: #f5f5f5;
      text-decoration: none !important; }

/* [:contents] */
ul.table-of-contents {
  border: 2px solid #c5c5c5;
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 35px; }
  ul.table-of-contents::before {
    content: "目次";
    top: -13px;
    position: absolute;
    left: 13px;
    background: #fff;
    padding: 0 8px;
    font-weight: bold;
    letter-spacing: 3px; }

/* entry-footer */
.entry-footer {
  padding-bottom: 30px; }

.hatena-citation {
  display: none; }

/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  font-size: 14px; }
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #ebebeb;
  position: relative; }
  .comment-box li:first-child {
    border-top: 1px solid #ebebeb; }
.comment-box .read-more-comments {
  padding-left: 0; }
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important; }

.comment-user-name {
  font-weight: bold; }

.comment-content {
  font-size: 1.2rem;
  word-wrap: break-word; }

.comment-metadata {
  font-size: 80%;
  color: #999;
  margin: 0; }
  .comment-metadata a {
    color: #999; }

.leave-comment-title {
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #333;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important; }
  .leave-comment-title:hover {
    background-color: #f5f5f5;
    text-decoration: none !important; }

/* Pager */
.pager {
  margin: 10px 0;
  display: flex;
  justify-content: space-between; }
  .pager .pager-prev {
    width: 45%; }
    .pager .pager-prev a {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 4px 10px 4px;
      margin-bottom: 0;
      line-height: 18px;
      color: #333;
      background-color: #fff;
      text-align: center;
      vertical-align: middle;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      cursor: pointer;
      font-size: 12px;
      text-decoration: none;
      font-weight: bold;
      border: 1px solid rgba(0, 0, 0, 0.2);
      text-decoration: none !important;
      text-align: left; }
      .pager .pager-prev a:hover {
        background-color: #f5f5f5;
        text-decoration: none !important; }
  .pager .pager-next {
    margin-left: auto;
    width: 45%; }
    .pager .pager-next a {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 4px 10px 4px;
      margin-bottom: 0;
      line-height: 18px;
      color: #333;
      background-color: #fff;
      text-align: center;
      vertical-align: middle;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      cursor: pointer;
      font-size: 12px;
      text-decoration: none;
      font-weight: bold;
      border: 1px solid rgba(0, 0, 0, 0.2);
      text-decoration: none !important;
      text-align: right; }
      .pager .pager-next a:hover {
        background-color: #f5f5f5;
        text-decoration: none !important; }

/* sidebar */
#box2 {
  padding-top: 100px; }
  #box2 .hatena-module:not(.hatena-module-search-box) {
    padding: 20px;
    border: 1px solid #dadada;
    margin-top: 50px;
    border-radius: 3px; }
    #box2 .hatena-module:not(.hatena-module-search-box) .hatena-urllist {
      padding: 0;
      font-size: 1.2rem; }
      #box2 .hatena-module:not(.hatena-module-search-box) .hatena-urllist li {
        list-style-type: none;
        border-bottom: 1px solid #dfdfdf;
        margin-top: 5px; }
    #box2 .hatena-module:not(.hatena-module-search-box) .urllist-title-link {
      font-size: 1.2rem; }
  #box2 .hatena-module.hatena-module-recent-entries,
  #box2 .hatena-module.hatena-module-entries-access-ranking {
    line-height: 1.4; }
  #box2 .hatena-module-category a {
    display: block;
    padding: 5px 0;
    text-decoration: none; }

/* Search module */
.hatena-module-search-box .hatena-module-title {
  display: none; }
.hatena-module-search-box .search-form {
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #333;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%; }
.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.5; }
  .hatena-module-search-box .search-module-button:hover {
    opacity: 0.85; }

/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999; }
  #footer p {
    margin: 0; }
  #footer a {
    color: #999; }

/* カテゴリーページ */
.page-archive .archive-entry {
  padding-top: 30px; }
.page-archive .entry-thumb {
  margin-top: 1em; }

/* パンくず（カテゴリーページで表示されます） */
#top-box .breadcrumb {
  padding-top: 10px; }

/* about ページ */
.page-about .entry-content {
  padding-top: 0; }

/* Google Ads */
.ads {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  text-align: center; }

.sps-link {
  font-size: 1rem; }

/* import tabs */
/* top-editarea */
/* tabs */
#top-editarea {
  display: -webkit-flex;
  display: flex;
  padding-top: 20px; }

ul#tab {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  background: #fff; }
  ul#tab li {
    width: 0;
    list-style-type: none;
    background: #e4e4e4;
    border-left: 1px solid #fff;
    -webkit-transition: width .5s linear;
    transition: width .5s linear;
    position: relative;
    text-align: center; }
    ul#tab li::before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      border-top: 8px solid #fff;
      border-right: 8px solid #cbcbcb;
      width: 8px;
      box-sizing: border-box; }
    ul#tab li.tab-prev, ul#tab li.tab-next {
      width: 50%;
      color: gray; }
    ul#tab li.tab-prev {
      border-left: none; }
      ul#tab li.tab-prev a::before {
        font-family: blogicon;
        content: "\f005"; }
    ul#tab li.tab-next {
      order: 1; }
      ul#tab li.tab-next a::before {
        font-family: blogicon;
        content: "\f006"; }
    ul#tab li.active {
      background: #fff;
      color: #333;
      border-left: 1px solid #e4e4e4;
      border-top: 1px solid #e4e4e4; }
      ul#tab li.active::before {
        border-top: 8px solid #e4e4e4;
        border-right: 8px solid #fff; }
    ul#tab li.tab-none::before {
      content: none; }
    ul#tab li.tab-none a::before {
      content: none; }
    ul#tab li a, ul#tab li > span, ul#tab li h2 {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0;
      margin: 0;
      color: gray;
      font-size: 1.2rem;
      text-decoration: none;
      font-weight: normal;
      -webkit-transition: padding .5s linear;
      transition: padding .5s linear; }
  ul#tab.active li.tab-item {
    flex: 1; }
  ul#tab.active li.tab-prev,
  ul#tab.active li.tab-next {
    width: 8%; }
  ul#tab.active li a, ul#tab.active li > span, ul#tab.active li h2 {
    padding: 15px 5px; }

.tab-left,
.tab-right {
  width: 0; }

/* To Top */
.navi {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0; }
  .navi li {
    list-style-type: none;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    text-align: center; }
    .navi li:first-child {
      margin-right: 10px; }
    .navi li a {
      display: block;
      width: 50px;
      height: 50px;
      font-size: 3rem;
      color: #fff;
      line-height: 50px; }

@media only screen and (min-width: 576px) {
  ul#tab.active {
    width: 600px; }
    ul#tab.active li.tab-prev,
    ul#tab.active li.tab-next {
      width: 30px; }

  .tab-left {
    flex: 1;
    background: rgba(228, 228, 228, 0);
    background: -webkit-linear-gradient(left, rgba(228, 228, 228, 0), #e4e4e4);
    background: linear-gradient(to right, rgba(228, 228, 228, 0), #e4e4e4); }

  .tab-right {
    flex: 1;
    background: #e4e4e4;
    background: -webkit-linear-gradient(left, #e4e4e4, rgba(228, 228, 228, 0));
    background: linear-gradient(to right, #e4e4e4, rgba(228, 228, 228, 0)); } }
@media only screen and (min-width: 768px) {
  ul#tab.active {
    width: 720px; }
    ul#tab.active li.tab-prev,
    ul#tab.active li.tab-next {
      width: 45px; } }
@media only screen and (min-width: 992px) {
  ul#tab.active {
    width: 960px; }
    ul#tab.active li.tab-prev,
    ul#tab.active li.tab-next {
      width: 60px; } }
@media only screen and (min-width: 1200px) {
  ul#tab.active {
    width: 1140px; }
    ul#tab.active li.tab-prev,
    ul#tab.active li.tab-next {
      width: 75px; } }
/* import social buttons */
/*  import media queries */
/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png) no-repeat right center;
    background-size: 20px 20px; } }
/*==========  Mobile First Method  ==========*/
/* Extra Small Devices, Phones */
@media only screen and (min-width: 576px) {
  #blog-title-content,
  #content,
  #top-box {
    width: 540px;
    max-width: 100%; }

  .entry-content blockquote {
    padding: 20px; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #blog-title-content,
  #content,
  #top-box {
    width: 720px;
    max-width: 100%; }

  #content, #top-box {
    padding-top: 20px; }

  #content-inner {
    display: -webkit-flex;
    display: flex; }
    #content-inner #wrapper {
      width: 70%;
      margin-right: 30px; }
    #content-inner #box2 {
      width: 30%;
      padding-top: 60px; }
      #content-inner #box2 .hatena-module.hatena-module-recent-entries img,
      #content-inner #box2 .hatena-module.hatena-module-entries-access-ranking img {
        width: 60px; }

  .entry-content blockquote {
    padding-left: 50px; }
    .entry-content blockquote::before {
      font-size: 12rem; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #blog-title-content,
  #content,
  #top-box {
    width: 960px;
    max-width: 100%; }

  #content-inner #wrapper {
    margin-right: 50px; }
  #content-inner #box2 .hatena-module.hatena-module-recent-entries img,
  #content-inner #box2 .hatena-module.hatena-module-entries-access-ranking img {
    width: 80px; } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #blog-title-content,
  #content,
  #top-box {
    width: 1140px;
    max-width: 100%; }

  #content-inner #box2 .hatena-module.hatena-module-recent-entries img,
  #content-inner #box2 .hatena-module.hatena-module-entries-access-ranking img {
    width: inherit; } }

/*# sourceMappingURL=style_publishing.css.map */

/* </system> */
#blog-title::before {
  border-top: 44px solid red;
}
#blog-title::after {
  background: blue;
  box-shadow: 92px 10px 0 rgba(0, 0, 255, 0.5);
}
.entry, .page-archive .archive-entry {
  border-bottom: 5px solid red;
}
.entry::before, .page-archive .archive-entry::before {
  border-bottom: 5px solid blue;
}
.entry-header .entry-date::after, .page-archive .archive-entry-header .entry-date::after {
  background: blue;
  box-shadow: red 5px -5px;
}