/* <system section="theme" selected="6653812171401340344"> */
/*
  Theme: Mintgreen
  Author: kewpiedesign
  Description:
  写真も画像もきれいに見えるシンプルなテーマです。
  Responsive: yes
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 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;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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;
}
/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * 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 */
}
/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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 */
}
#top-editarea p {
  margin: 2em 0;
}
#blog-title {
  margin: 100px 0 100px;
}
#blog-title-content #title {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
}
#blog-title-content #title a {
  text-decoration: none;
  color: #59ce91;
  border-bottom: 2px solid;
}
#blog-title-content #blog-description {
  margin: 10px 0 0 0;
  font-weight: normal;
  font-size: 14px;
}
.header-image-only #blog-title #blog-title-inner {
  background-size: contain;
}
body {
  background-color: #fff;
  font-size: 90%;
  line-height: 1.6;
  font-weight: normal;
  color: #757a79;
}
body a {
  color: #59ce91;
}
#container {
  max-width: 700px;
  margin: 0 auto;
}
.entry {
  margin: 0px 0 100px 95px;
  position: relative;
}
.no-entry {
  margin: 0;
  text-align: center;
}
.entry-header {
  margin-bottom: 20px;
}
.entry-header .entry-date {
  position: relative;
  left: -95px;
  top: 52px;
}
.entry-header .entry-date a {
  text-decoration: none;
  color: #59ce91;
}
.entry-header .date-day {
  font-size: 30px;
  position: absolute;
  top: -35px;
  left: 0;
}
.entry-header .hyphen {
  display: none;
}
.entry-header .date-year + .hyphen {
  display: inline;
}
.entry-header-menu {
  position: absolute;
  top: 20px;
  right: 0;
}
.entry-header-menu a {
  color: #59ce91;
}
.entry-categories a {
  text-decoration: none;
  color: #59ce91;
  border-bottom: 2px solid #59ce91;
  padding: 0 0 1px;
  position: relative;
}
.entry-title {
  font-weight: normal;
  font-size: 23px;
  line-height: 1.4;
  margin: 0;
}
.entry-title a {
  color: #757a79;
  text-decoration: none;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 0.5em 0;
}
.entry-content h1 {
  font-size: 30px;
}
.entry-content h2 {
  font-size: 27px;
}
.entry-content h3 {
  font-size: 25px;
}
.entry-content h4 {
  font-size: 23px;
}
.entry-content h5 {
  font-size: 21px;
}
.entry-content h6 {
  font-size: 19px;
}
.entry-content a {
  color: #59ce91;
  text-decoration: underline;
}
.entry-content p {
  margin: 1em 0;
  letter-spacing: 0.5px;
}
.entry-content .keyword {
  text-decoration: none !important;
  border-bottom: 1px dotted !important;
}
.entry-content .hatena-asin-detail {
  font-size: 100%;
}
.entry-content blockquote {
  margin: 1em 0;
  padding: 0.5em 1em;
  border-left: 4px solid #59ce91;
}
.entry-content blockquote p {
  margin: 0 0 0.5em;
  font-style: italic;
}
.entry-content hr {
  width: 50px;
  border: 1px solid #f2f2f2;
  height: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table td,
.entry-content th {
  border: 1px solid #f2f2f2;
  padding: 5px 10px;
}
.entry-content table th {
  background-color: #f2f2f2;
}
.entry-content pre {
  border: 1px solid #f2f2f2;
  padding: 1.5em;
}
.entry-footer {
  margin: 30px 0 0 0;
}
.entry-footer-time a {
  color: #59ce91;
  text-decoration: none;
  border-bottom: 2px solid #59ce91;
  padding: 0 0 1px;
}
.leave-comment-title {
  border: 1px solid #D3D4D5;
  border-radius: 3px;
  padding: 5px 8px;
}
.pager .pager-prev {
  float: left;
  text-decoration: left;
}
.pager .pager-next {
  float: right;
  text-align: right;
}
.pager a {
  color: #59ce91;
}
#box2 {
  padding: 100px 0 0 0;
}
.hatena-module {
  width: 45%;
  float: left;
  padding: 0 15px 30px;
}
.hatena-module:nth-child(2n+1) {
  clear: both;
}
.hatena-module-body {
  color: #95989a;
  margin: 0;
}
.hatena-urllist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hatena-urllist li {
  font-size: 100%;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 1em;
  padding: 0 0 1em;
}
.hatena-urllist a {
  color: #95989a;
  text-decoration: none;
}
.hatena-urllist .urllist-title-link {
  font-size: 100%;
}
.hatena-module-title {
  margin: 30px 0;
  font-weight: bold;
}
.hatena-module-title a {
  text-decoration: none;
  color: #757a79;
}
.hatena-module-profile .profile-icon {
  max-width: 40px;
  width: 40px;
  height: 40px !important;
  border-radius: 50%;
  float: left;
  margin: 0 15px 0 0;
}
.hatena-module-profile .id {
  margin-bottom: 0.5em;
  display: block;
}
.hatena-module-profile .hatena-id-link {
  color: #59ce91;
  text-decoration: none;
}
.hatena-module-profile .profile-description {
  margin: 0.3em 0 0.5em 55px;
  letter-spacing: 0.1px;
}
.hatena-module-profile .profile-description p {
  margin: 0;
}
.hatena-module-profile .hatena-follow-button-box {
  clear: inherit;
  margin: 0 0 0.8em 55px;
}
.hatena-module-search-box .search-form {
  width: 100%;
  background-color: #F6F6F7;
  position: relative;
  box-sizing: border-box;
}
.hatena-module-search-box .search-module-input {
  width: 80%;
  border: 0;
  padding: 8px;
  margin: 0;
  font-size: 100%;
  color: #95989a;
  background-color: #F6F6F7;
}
.hatena-module-search-box .search-module-button {
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kewpiedesign/20160227/20160227174534.png) no-repeat right;
  background-size: 20px 20px;
  text-indent: -9999px;
  width: 25px;
  position: absolute;
  right: 8px;
  border: 0;
  padding: 8px;
  margin: 0;
}
.hatena-module-recent-entries .recent-entries-item .recent-entries-category-link {
  color: #59ce91;
  text-decoration: none;
  border-bottom: 2px solid #59ce91;
}
.hatena-module-recent-entries .recent-entries-item .recent-entries-entry-body {
  margin: 1em 0 0;
}
.hatena-module-archive .hatena-urllist li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0.5em;
}
.hatena-module-archive .archive-module-year-title {
  padding-left: 3px;
}
.archive-module-calender .calendar-day a {
  color: #59ce91;
}
.hatena-module-entries-access-ranking .urllist-title-link {
  font-size: 100%;
}
.hatena-module-entries-access-ranking .urllist-category-link {
  color: #59ce91 !important;
  text-decoration: none;
  border-bottom: 2px solid #59ce91;
}
.hatena-module-entries-access-ranking .urllist-entry-body {
  margin: 1em 0 0;
}
.hatena-module-related-entries .related-entries-item-inner {
  font-size: 100%;
}
.comment {
  padding: 0;
  margin: 0 0 50px;
  list-style-type: none;
}
.leave-comment-title {
  color: #95989a;
}
.entry-comment {
  margin: 20px 0;
  border-top: 1px solid #f2f2f2;
  padding: 20px 0 0;
}
.entry-comment:first-child {
  border-top: 0;
}
.entry-comment .hatena-id-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin: 0 15px 0 0;
}
.comment-user-name {
  margin: 0;
}
.comment-user-id {
  text-decoration: none;
  color: #59ce91;
}
.comment-metadata {
  margin: 0 0 0 55px;
}
.comment-content {
  margin: 1em 0 1em 55px;
}
.page-archive .adsbygoogle {
  margin: 2em 0 3em;
}
.page-archive .archive-heading {
  margin: 0 0 2em;
}
.page-archive .archive-entry {
  margin: 0 0 50px;
}
.page-archive a {
  color: #757a79;
  text-decoration: none;
}
.page-archive .categories a {
  color: #59ce91;
  text-decoration: none;
  border-bottom: 2px solid #59ce91;
  padding: 0 0 1px;
}
.page-archive .entry-thumb {
  margin: 20px 15px 0 0;
}
.page-archive .entry-description {
  margin: 1.5em 0 0.5em;
}
.page-archive #footer-inner a {
  color: #59ce91;
  text-decoration: underline;
}
.page-about .entry {
  margin: 0;
}
.page-about .entry-content dt {
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
  font-weight: bold;
}
.page-about .entry-content dd {
  padding: 0 0 2.5em;
  margin: 0;
}
.page-about .entry-content dd a {
  color: #59ce91;
}
.page-about .entry-content dl {
  margin: 0;
}
#footer {
  clear: both;
  padding-top: 100px;
}
#footer-inner {
  text-align: center;
}
#bottom-editarea {
  clear: both;
}
@media (max-width: 1024px) {
  #container {
    padding: 20px;
  }
  #blog-title {
    margin: 30px 0 50px;
  }
  .entry-title {
    font-size: 20px;
  }
  .entry {
    margin: 0 0 100px;
  }
  .entry-header .entry-date {
    position: static;
    left: 0;
    top: 0;
  }
  .entry-header .hyphen {
    display: inherit;
  }
  .entry-header .date-day {
    font-size: inherit;
    position: static;
    top: 0;
  }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    line-height: 1.5;
  }
  .entry-content h1 {
    font-size: 26px;
  }
  .entry-content h2 {
    font-size: 24px;
  }
  .entry-content h3 {
    font-size: 22px;
  }
  .entry-content h4 {
    font-size: 20px;
  }
  .entry-content h5 {
    font-size: 18px;
  }
  .entry-content h6 {
    font-size: 16px;
  }
  .hatena-module {
    padding: 0 0 30px;
    float: none;
    width: auto;
  }
  .hatena-module-title {
    font-size: 120%;
  }
  .pager .pager-prev,
  .pager .pager-next {
    width: 50%;
  }
  .page-archive .breadcrumb {
    margin-bottom: 3em;
  }
}

/* </system> */