/* <system section="theme" selected="26006613689426045"> */
@import url("https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css");
/*
    Theme: Who
    Author: waitingmoon
    Description: Read & Write
    Responsive: yes

*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Global
   -------------------------------------------------------------------------- */
#globalheader-container {
  color: #fff;
  background-color: #222;
}

::-moz-selection {
  color: #fff;
  background-color: #ccc;
}

::selection {
  color: #fff;
  background-color: #ccc;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
  background-color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2em 0 1em;
  clear: both;
  line-height: 1.4;
  color: #222;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #999;
}

.entry-content a,
.comment-cotent a {
  text-decoration: underline;
}

.entry-content a.keyword,
.comment-content a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted;
}

p {
  margin: 0 0 2em;
}

ul,
ol {
  padding: 0;
  margin: 0 0 1.5em 2em;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dl {
  margin: 0;
}

dt {
  margin-bottom: 0;
  font-weight: 700;
}

dd {
  margin: 0 0 2em 0;
}

table {
  width: 100%;
  margin: 0 0 2em;
  font-size: 1.5rem;
  border-top: 1px solid #eaeaea;
}

table th {
  font-weight: 700;
}

table th,
table td {
  padding: .65em 1em .65em 0;
  border-bottom: 1px solid #eaeaea;
}

.table-of-contents {
  padding: 1.5em 1.5em 1.5em 3em;
  margin: 0 0 2em 0;
  border: 1px solid #eaeaea;
}

.entry-content blockquote {
  padding: 1.5em;
  margin: 0 0 2em;
  font-size: 1.5rem;
  font-style: italic;
  background-color: #f4f4f4;
}

.entry-content blockquote > *:last-child {
  margin-bottom: 0;
}

.entry-content pre {
  padding: 1.5em;
  margin: 0 0 2em;
  font-size: 1.4rem;
  line-height: 1.4;
  border: 1px solid #eaeaea;
}

.entry-content code {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  color: #f92672;
  background-color: #fee5ee;
  border: 0;
  border-radius: 0;
}

.hatena-asin-detail,
.itunes-embed {
  padding: 1.5em;
  margin: 0 0 2em;
  font-size: 1.5rem;
  line-height: 1.4;
  border: 1px solid #eaeaea;
}

.hatena-asin-detail .hatena-asin-detail-info,
.itunes-embed .itunes-embed-info {
  overflow: hidden;
}

.hatena-asin-detail .hatena-asin-detail-image,
.itunes-embed .itunes-embed-image {
  width: auto;
  max-width: 120px;
  margin-right: 20px;
}

.hatena-asin-detail .hatena-asin-detail-title,
.itunes-embed .itunes-embed-title {
  margin: 0 0 10px;
  font-size: 1.8rem;
}

.hatena-asin-detail .hatena-asin-detail-title a,
.itunes-embed .itunes-embed-title a {
  text-decoration: none;
}

hr {
  width: 50%;
  height: 1px;
  margin: 0 auto 40px;
  background-color: #eaeaea;
  border: 0;
}

/* Container
   -------------------------------------------------------------------------- */
body {
  position: relative;
}

#blog-title,
#box2,
#footer {
  color: #ffffffe0;
}

#blog-title a:hover,
#box2 a:hover,
#footer a:hover {
  color: #fff;
}

#wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

#blog-title,
#main,
#box2 {
  padding: 20px;
}

#blog-title-inner,
#main-inner,
#box2-inner {
  max-width: 656px;
  margin: 0 auto;
}

#footer {
  position: relative;
  z-index: 0;
  padding: 0 20px 20px;
}

#footer-inner {
  max-width: 656px;
  padding: 20px 0 0;
  margin: 0 auto;
  border-top: 1px solid #fff2;
}

/* Landscape
   ------------------------------------------------------ */
@media screen and (min-width: 576px) {
  #blog-title,
  #main,
  #box2 {
    padding: 30px;
  }
  #footer {
    padding: 0 30px 30px;
  }
  #footer-inner {
    padding: 30px 0 0;
  }
}

/* Desktop
   ------------------------------------------------------ */
@media screen and (min-width: 992px) {
  body::before,
  body::after {
    position: fixed;
    top: 0;
    z-index: -9999;
    width: 50%;
    height: 100%;
    content: "";
  }
  body::before {
    left: 0;
  }
  body::after {
    left: 50%;
    background-color: #fff;
  }
  #container-inner,
  #footer {
    position: relative;
    max-width: 1100px;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
  }
  #blog-title,
  #top-editarea,
  #top-box,
  #bottom-editarea,
  #footer-inner {
    width: 300px;
  }
  #blog-title {
    padding: 40px 0;
    border-bottom: 1px solid #fff2;
  }
  #box2 {
    width: 300px;
    padding: 40px 0;
  }
  #wrapper {
    position: absolute;
    top: 0;
    width: calc(100% - 380px);
    min-height: 100vh;
    margin-left: 340px;
  }
  #main {
    padding: 0;
    margin: 40px 72px;
  }
  #container-inner::after,
  #footer::after {
    position: absolute;
    top: 0;
    left: 380px;
    z-index: -9999;
    width: calc(100% - 380px);
    height: 100%;
    content: "";
    background-color: #fff;
  }
  #footer-inner {
    max-width: 100%;
    margin: 0;
  }
}

/* Header
   -------------------------------------------------------------------------- */
#title {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
}

#blog-description {
  margin: 5px 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff9;
}

/* Breadcrumb
   ------------------------------------------------------ */
.breadcrumb {
  padding: 0 20px 20px;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #fff;
}

.breadcrumb-inner {
  max-width: 656px;
  padding-top: 20px;
  margin: 0 auto;
  border-top: 1px solid #fff2;
}

.breadcrumb-link,
.breadcrumb-gt {
  font-size: 0;
  line-height: 0;
}

.breadcrumb-link span::before,
.breadcrumb-gt::before {
  position: relative;
  top: -6px;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.4rem;
  vertical-align: middle;
}

.breadcrumb-link span::before {
  margin-right: 1px;
  content: "\f015";
}

.breadcrumb-gt::before {
  margin: 0 5px;
  content: "\f105";
}

@media screen and (min-width: 576px) {
  .breadcrumb {
    padding: 0 30px 30px;
  }
  .breadcrumb-inner {
    padding-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .breadcrumb {
    padding: 0 0 20px;
    border-bottom: 1px solid #fff2;
  }
  .breadcrumb-inner {
    padding-top: 20px;
    border-top: 0;
  }
}

.page-entry .breadcrumb {
  margin-bottom: 0;
}

/* Entry
   -------------------------------------------------------------------------- */
.entry {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.entry-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.entry-title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 0 10px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.entry-date,
.entry-categories {
  font-size: 1.4rem;
  color: #666;
}

.entry-date::before,
.entry-categories::before {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 3px;
  font-family: FontAwesome;
  font-size: 1.2rem;
}

.entry-date::before {
  content: "\f017";
}

.entry-categories::before {
  content: "\f07b";
}

.entry-categories a {
  display: inline-block;
  margin-right: 5px;
}

.entry-footer {
  font-size: 1.5rem;
}

.entry-footer-section {
  font-size: 1.4rem;
  color: #999;
}

.entry-footer-section::before {
  top: -1px;
  display: inline-block;
  margin-right: 3px;
  font-family: FontAwesome;
  font-size: 1.2rem;
  vertical-align: middle;
  content: "\f2bd";
}

.entry-footer-modules .hatena-module-title {
  font-size: 2rem;
}

.entry-footer-modules .urllist-date-link {
  color: #999;
}

.entry-footer-modules .urllist-entry-body {
  color: #999;
}

.social-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .entry {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .entry-header {
    margin-bottom: 30px;
  }
  .entry-title {
    font-size: 2.8rem;
  }
  .social-buttons {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .entry {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .entry-header {
    margin-bottom: 40px;
  }
  .social-buttons {
    margin-bottom: 40px;
  }
}

.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 1.3rem;
  background-color: #fff;
  border: 1px solid #eaeaea;
}

@media screen and (max-width: 991px) {
  .entry-header-menu {
    display: none;
  }
}

/* Comment
   ------------------------------------------------------ */
.comment-box {
  margin-top: 20px;
  text-align: right;
}

.comment {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
}

.entry-comment {
  padding: 1.5em;
  margin-bottom: 20px;
  background-color: #f4f4f4;
}

.comment-user-name {
  margin-bottom: 20px;
  font-weight: 700;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-metadata {
  margin: 20px 0 0;
}

.leave-comment-title {
  display: inline-block;
  padding: 0 30px;
  font-size: 1.5rem;
  line-height: 40px;
  background-color: #f4f4f4;
}

@media screen and (min-width: 576px) {
  .comment-box {
    margin-top: 30px;
  }
  .entry-comment {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .comment-box {
    margin-top: 40px;
  }
  .entry-comment {
    margin-bottom: 40px;
  }
}

/* Archive
   ------------------------------------------------------ */
.page-archive .archive-header-category {
  margin-bottom: 20px;
}

.page-archive .archive-heading {
  margin: 0;
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.page-archive .archive-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-archive .archive-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.page-archive .archive-entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-archive .entry-title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 2rem;
}

.page-archive .archive-date,
.page-archive .categories {
  font-size: 1.4rem;
  color: #666;
}

.page-archive .archive-date::before,
.page-archive .categories::before {
  top: -1px;
  display: inline-block;
  margin-right: 3px;
  font-family: FontAwesome;
  font-size: 1.2rem;
}

.page-archive .archive-date::before {
  content: "\f017";
}

.page-archive .categories::before {
  content: "\f07b";
}

.page-archive .categories a {
  display: inline-block;
  margin-right: 5px;
}

.page-archive .entry-thumb-link {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 20px;
}

.page-archive .entry-thumb {
  width: 100%;
  height: 0;
  padding-top: 52.25%;
  margin: 0;
  border: 3px solid #eaeaea;
  opacity: .8;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.page-archive .entry-thumb:hover {
  opacity: 1;
}

.page-archive .entry-description {
  margin: 20px 0;
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  .page-archive .archive-header-category {
    margin-bottom: 30px;
  }
  .page-archive .archive-heading {
    margin-bottom: 30px;
  }
  .page-archive .archive-entries {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-archive .archive-entry {
    width: calc(50% - 15px);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .page-archive .archive-header-category {
    margin-bottom: 40px;
  }
  .page-archive .archive-heading {
    margin-bottom: 40px;
  }
  .page-archive .archive-entry {
    width: calc(50% - 20px);
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

/* Pager
   ------------------------------------------------------ */
.pager {
  overflow: hidden;
  font-size: 1.5rem;
}

.pager-prev,
.pager-next {
  width: 48%;
}

.pager-prev {
  float: left;
  text-align: left;
}

.pager-next {
  float: right;
  text-align: right;
}

.pager-prev::before,
.pager-next::before {
  display: block;
  font-size: 1.3rem;
  color: #999;
  text-transform: uppercase;
}

.pager-prev::before {
  content: "prev";
}

.pager-next::before {
  content: "next";
}

/* Sidebar
   -------------------------------------------------------------------------- */
.hatena-module {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #fff2;
}

.hatena-module:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

@media screen and (min-width: 576px) {
  .hatena-module {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .hatena-module {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.hatena-module-title {
  margin-bottom: 20px;
  font-weight: 700;
}

.hatena-urllist {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hatena-urllist li {
  position: relative;
  margin-bottom: 10px;
}

.hatena-module-category .hatena-urllist li a::before,
.hatena-module-links .hatena-urllist li a::before {
  display: inline-block;
  margin-right: 10px;
  font-family: FontAwesome;
  font-size: 1.3rem;
  color: #fff9;
  content: "\f105";
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hatena-module-category .hatena-urllist li a:hover::before,
.hatena-module-links .hatena-urllist li a:hover::before {
  color: #fff;
}

.hatena-urllist li:last-child {
  margin-bottom: 0;
}

/* Profile */
.profile-icon {
  float: left;
  margin: 0 20px 20px 0;
  vertical-align: top;
}

.profile-description {
  margin: 20px 0 0 0;
}

.profile-description p:last-child {
  margin-bottom: 0;
}

.hatena-module-profile::after {
  display: block;
  clear: both;
  content: "";
}

/* Recent Posts */
.urllist-date-link {
  margin-bottom: 5px;
  font-size: 1.3rem;
  color: #fff9;
}

.urllist-date-link::before {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 3px;
  font-family: FontAwesome;
  font-size: 1.1rem;
  content: "\f017";
}

.urllist-title-link {
  overflow: hidden;
  font-size: 1.5rem;
}

.urllist-entry-body {
  margin-top: 5px;
  overflow: hidden;
  font-size: 1.3rem;
  color: #fff9;
}

/* Recent Posts with Image */
.urllist-with-thumbnails li {
  margin-bottom: 20px;
}

.urllist-with-thumbnails li .urllist-image {
  margin: 0 20px 0 0;
}

/* Archive */
.hatena-urllist .archive-module-year {
  padding-left: 20px;
  margin-bottom: 10px;
}

.hatena-urllist .archive-module-year .archive-module-months {
  margin-top: 10px;
}

.hatena-urllist .archive-module-year .archive-module-month {
  padding: 0;
  margin: 0 0 10px 0;
}

.hatena-urllist .archive-module-year .archive-module-button {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  font-size: 0;
  opacity: 1;
}

.hatena-urllist .archive-module-year .archive-module-show-button,
.hatena-urllist .archive-module-year .archive-module-hide-button {
  opacity: 1;
}

.hatena-urllist .archive-module-year .archive-module-show-button::before,
.hatena-urllist .archive-module-year .archive-module-hide-button::before {
  position: relative;
  display: inline-block;
  font: normal 13px/1 FontAwesome;
  color: #fff9;
  vertical-align: middle;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.hatena-urllist .archive-module-year .archive-module-show-button::before {
  top: -1px;
  content: "\f105";
}

.hatena-urllist .archive-module-year .archive-module-hide-button::before {
  top: -2px;
  left: -3px;
  content: "\f107";
}

.hatena-urllist .archive-module-year .archive-module-show-button:hover::before,
.hatena-urllist .archive-module-year .archive-module-hide-button:hover::before {
  color: #fff;
}

/* Archive Calendar */
.archive-module-calendar a {
  font-weight: 700;
  text-decoration: underline;
}

.archive-module-calendar table {
  border: 1px solid #fff2;
}

.archive-module-calendar th {
  font-size: 1.2rem;
}

.archive-module-calendar th,
.archive-module-calendar td {
  padding: .65em;
  border: 1px solid #fff2;
}

/* Search */
.search-form {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 340px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.search-module-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 55px 10px 15px;
  line-height: 40px;
  color: #fffc;
  background-color: #fff3;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-module-input::-webkit-input-placeholder {
  color: #fff9;
  opacity: 1;
}

.search-module-input:-ms-input-placeholder {
  color: #fff9;
  opacity: 1;
}

.search-module-input::-ms-input-placeholder {
  color: #fff9;
  opacity: 1;
}

.search-module-input::placeholder {
  color: #fff9;
  opacity: 1;
}

.search-module-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  line-height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  background: #fff3 url("https://cdn.blog.st-hatena.com/images/theme/search_w.png") no-repeat center center;
  border: 0;
}

.search-module-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#footer {
  font-size: 1.5rem;
}

#footer p {
  margin: 0;
  color: #fff9;
}

#footer p a:hover {
  color: #fff;
}

/* </system> */


/*目次関連*/
.table-of-contents:before{
    content: "目次";
    font-size: 150%;
}
.table-of-contents ul{
    display: none;/*3階層以降を消す*/
}

.page-archive .entry-description {
    margin: 10px 0;
    font-size: 1.5rem;
}
.page-archive .archive-entry {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: none;
}

/*画像の角を丸くする*/
.entry-content img, .archive-entries .entry-thumb, .urllist-image
{border-radius: 4px;}

/*いろいろ非表示*/
.entry-tags-wrapper,
span.author.vcard,
span.entry-footer-time,
.entry-footer-section,
.date,
.archive-entry-tags-wrapper,
.archive-entry-body .social-buttons{
display: none;
}

/*あわせて読みたい*/
.entry-content .emphasize-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #ffa200;
　background-color: #fffbf5;
  border-radius:4px;
}
.entry-content .emphasize-link p:last-child {
  margin-bottom: 0;
}
.entry-content .emphasize-link::before {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px 0 10px;
  content: "あわせて読みたい";
  background-color: #ffa200;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

/* 吹き出しのCSS　*/
.entry-content .r-fuki {
  position: relative;
  width: calc(100% - 82px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid #ddd;
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}
.entry-content .r-fuki {
  margin: 20px 0 40px auto;
}
.entry-content .r-fuki::before {
  position: absolute;
  content: "";
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background-color: #fff;
  z-index: 2;
}
.entry-content .r-fuki::before {
  left: -7px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.entry-content .r-fuki::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -6px;
  border-radius: 6px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.entry-content .r-fuki::after {
  left: -82px;
}
@media screen and (min-width: 478px) {
  .entry-content .r-fuki::after {
    width: 80px;
    height: 80px;
  }
  .entry-content .r-fuki {
    width: calc(100% - 106px);
  }
  .entry-content .r-fuki::after {
    left: -106px;
  }
}
.hobiwo::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/h/hobiwo/20230321/20230321192731.png);}
.ao::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/h/hobiwo/20160512/20160512230719.png);}
.siro::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/h/hobiwo/20160512/20160512230751.png);}
.sonta::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/h/hobiwo/20170402/20170402102321.png);}
.mikan::after {background-image:url(https://cdn-ak2.f.st-hatena.com/images/fotolife/h/hobiwo/20171206/20171206073040.png);}


/* Youtube動画を軽くするCSS　*/
.youtube {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 180px;
}
.youtube::before {
	position: absolute;
	content: "クリックして再生！";
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 180px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}
.youtube:hover::before {
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	transition: all 0.3s;
} 

/*画像クリック拡大なし*/
.hatena-fotolife{
pointer-events: none;
} 

article strong{
  text-decoration: none;
  background: linear-gradient(rgba(254,254,152,0) 30%,#FEFE98 90%);
}

@media screen and (min-width: 992px) {
 #container-inner,
 #footer {
    max-width: 100%;
  }
}

/* 一覧のはみ出した行を消す */
.page-index .entry-content p,.page-archive p {
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}


/*リンクカラー*/
.entry-content a{
     color: #0867bf;
     text-decoration: none;
 }
.entry-content a:hover {
     text-decoration: underline;
 }
 
 /* つおいリンクのcss */
.article-btn a{
 display:block;
 text-decoration:none;
 padding:10px 5px;
 border-radius:50px;
 font-weight:bold;
 color:#ffffff;/* ボタンの文字色 */
 text-align:center;
 background-color:#ff7c0a;/* マウスオーバー時のボタンの背景色 */
   box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.article-btn a:hover{
 color:#ffffff;/* マウスオーバー時のボタンの文字色 */
 background-color:#ffa200;/* ボタンの背景色 */
 transition:all 0.3s;
}

/*タグを横並びに*/
div.hatena-module-category div.hatena-module-body ul li {
   display: inline-block;
   margin-right: 10px;
} 

.hatena-module-category .hatena-urllist li a::before, .hatena-module-links .hatena-urllist li a::before {
        content: none;
}

/*このブログについて消す*/
div.profile-about {
  display: none;
}

.hatena-asin-detail, .itunes-embed {
    background: #ffffff;
}



/* 記事上ソーシャルボタン 上部の余白 */
.sns-tag-cloud {
   margin: 5px 0 0 0;
}

/* 記事下ソーシャルボタン 下部の余白 */
.sns-tag-cloud-under {
   margin: 0px 0 5px 0;
}
/* SNSシェアボタン */
.sns-tag-cloud {
   padding-inline-start: 0px;
font-size: 12px;
font-weight: bold;
}

.sns-tag-cloud-under {
   padding-inline-start: 0px;
font-size: 12px;
font-weight: bold;
text-align:center;
}

a.sns-tag-cloud-hatenab {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
color: #00A4DE;
border: 1.5px solid;
border-color: #00A4DE;
border-radius: 3px;
}
a.sns-tag-cloud-hatenab:hover {
background: #00A4DE; 
color: #fff; 
}

a.sns-tag-cloud-facebook {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
	color: #4064AC;
border: 1.5px solid;
border-color: #4064AC;
border-radius: 3px;
}
a.sns-tag-cloud-facebook:hover {
background: #4064AC; 
color: #fff; 
}

a.sns-tag-cloud-twitter {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
	color: #1DA1F2;
border: 1.5px solid;
border-color: #1DA1F2;
border-radius: 3px;
}
a.sns-tag-cloud-twitter:hover {
background: #1DA1F2; 
color: #fff; 
}

/*見出しの装飾*/
.entry-content h2 {
  border-left: 6px solid #333;
  padding-left: 8px;
  position: relative;
}


/*バリュコマ*/
.myLinkModule {
border:solid 0px #ffffff !important;
}