/* <system section="theme" selected="6435922169449207872"> */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* box properties */
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* CSS3 properties */
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Background colors */
/* Background color */
/* Light Gray Background color */
/* dark background color */
/* Footer background color */
/* Base text color */
/* Light text color */
/* Footer text color */
/* Link text color */
/* Link text color(hover) */
/* Border color */
/* Text highlighted color */
/* button background */
/* button hover backgroud */
/* button background */
/* button hover backgroud */
@font-face {
  font-family: 'CaviarDreamsItalic';
  src: url('https://cdn.blog.st-hatena.com/images/fonts/CaviarDreams/CaviarDreamsItalic-webfont.eot?version=0679c6441b6ffd517ecafc4506cfb5');
  src: url('https://cdn.blog.st-hatena.com/images/fonts/CaviarDreams/CaviarDreamsItalic-webfont.eot?version=0679c6441b6ffd517ecafc4506cfb5') format('embedded-opentype'), url('https://cdn.blog.st-hatena.com/images/fonts/CaviarDreams/CaviarDreamsItalic-webfont.woff?version=0679c6441b6ffd517ecafc4506cfb5') format('woff'), url('https://cdn.blog.st-hatena.com/images/fonts/CaviarDreams/CaviarDreamsItalic-webfont.ttf?version=0679c6441b6ffd517ecafc4506cfb5') format('truetype'), url('https://cdn.blog.st-hatena.com/images/fonts/CaviarDreams/CaviarDreamsItalic-webfont.svg?version=0679c6441b6ffd517ecafc4506cfb5') format('svg');
  font-weight: normal;
  font-style: normal;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #666;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  border: 1px solid #ddd;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.btn-blue,
.btn-primary {
  color: #fff !important;
  background: #333333;
}
.btn-blue:hover,
.btn-primary:hover {
  background: #1b7fb2;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
html,
body {
  font-family: 'CaviarDreamsItalic', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #ffffff;
  color: #333333;
}
a {
  color: #1b7fb2;
}
a:hover {
  color: #0f5d85;
}
::selection {
  background: #999999;
  color: #fff;
}
::-moz-selection {
  background: #999999;
  color: #fff;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #333333;
  text-decoration: none;
}
pre {
  padding: 15px;
  border: 1px solid #dddddd;
  background: #f5f5f5;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #eee;
  color: #333333;
}
#globalheader-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#blog-title {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
  background: -ms-linear-gradient(top, #f2f2f2, #ffffff);
  background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  padding: 100px 0 80px 0;
}
#blog-title #blog-title-inner {
  width: 700px;
  margin: 0px auto;
}
#blog-title #title {
  font-weight: normal;
  margin: 0;
}
#blog-title #blog-description {
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0 0 0;
}
#main {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.entry-header {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 25px;
}
.entry-header .entry-title {
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.entry-header .date {
  position: relative;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 15px;
}
.entry-header .date a {
  text-decoration: none;
  color: #333333;
}
.entry-header .date-day {
  position: absolute;
  top: -38px;
  left: 0;
  font-size: 36px;
}
.entry-header .hyphen {
  display: none;
}
.entry-header .date .date-year + .hyphen {
  display: inline;
}
.entry-header .entry-header-menu a {
  position: absolute;
  top: 30px;
  left: -70px;
  padding: 5px 10px;
  background: #454545;
  font-size: 12px;
  color: #f5f5f5;
  text-decoration: none;
}
.entry-header .categories {
  margin: 0 0 10px 0;
  font-size: 80%;
}
.entry {
  margin-bottom: 140px;
  position: relative;
}
.entry:last-child {
  margin-bottom: 60px;
}
.entry-content {
  font-size: 90%;
  line-height: 1.7;
  margin-bottom: 20px;
  font-family: 'Helvetica Neue', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 1em 1.5em;
  padding: 0;
}
.entry-content ul li ul,
.entry-content ol li ul,
.entry-content dd li ul,
.entry-content ul li ol,
.entry-content ol li ol,
.entry-content dd li ol {
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1em;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-content blockquote {
  background: #f5f5f5;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-footer .entry-footer-section {
  font-size: 80%;
  color: #999999;
}
.entry-footer .entry-footer-section a {
  color: #999999;
}
.entry-footer #google_afc_user {
  background: #f4f4f4;
  padding: 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.entry-footer #google_afc_user #google_afc_user_container {
  margin: 0 !important;
}
.social-buttons {
  margin: 10px 0;
}
.comment-box {
  font-size: 80%;
}
.comment-box .comment {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.comment-box .entry-comment {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}
.comment-box .entry-comment:first-child {
  padding-top: 0;
}
.comment-box .comment-user-name {
  margin: 0 0 10px 0;
}
.comment-box .comment-content {
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-box .comment-metadata {
  color: #999999;
  margin: 0;
}
.comment-box .comment-metadata a {
  color: #999999;
}
.comment-box .leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #666;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  border: 1px solid #ddd;
}
.comment-box .leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
#box2 {
  width: 100%;
  padding: 30px 0;
  font-size: 80%;
}
#box2 #box2-inner {
  width: 960px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  *zoom: 1;
  height: auto;
  overflow: hidden;
}
#box2 #box2-inner:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#box2 .hatena-module {
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 40px;
  width: 300px;
  float: left;
}
#box2 .hatena-module:nth-child(3n+1) {
  clear: both;
}
#box2 .hatena-module .hatena-module-title {
  margin-bottom: 1em;
  font-size: 16px;
  color: #333333;
}
#box2 .hatena-module .hatena-module-title a {
  color: #333333;
  text-decoration: none;
}
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
  line-height: 1.5;
}
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #dddddd;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
.search-module-input {
  padding: 5px;
  margin: 0 0 0 5px;
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  cursor: pointer;
  width: 200px;
}
.search-module-button {
  background: transparent url('http://ueday.github.com/hatenablog/theme/winterhold/images/search@2x.png') no-repeat center;
  background-size: 20px 20px;
  height: 26px;
  width: 20px;
  border: none;
  text-indent: -999px;
}
.pager {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
  width: 700px;
}
#top-box .breadcrumb {
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 10px;
  margin: 0px 0 70px;
  top: -50px;
  position: relative;
}
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer a {
  color: #999999;
}
.page-about .entry {
  padding-top: 0;
}
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-archive .archive-entries .archive-entry {
  margin-bottom: 4em;
}
.page-archive .archive-entries .date {
  background: 0;
  text-align: left;
  margin-bottom: .5em;
}
.page-archive .archive-entries .date a {
  text-decoration: none;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
  font-weight: normal;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  font-size: 90%;
  margin: 0 0 1em;
  line-height: 1.5em;
}
.page-archive .archive-entries .categories a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #666;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  border: 1px solid #ddd;
  font-size: 11px;
  background: transparent;
  padding: 2px 5px;
  line-height: 13px;
}
.page-archive .archive-entries .categories a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.header-image-enable #blog-title {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.header-image-enable #title {
  padding-top: 50px;
  padding-left: 20px;
}
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* End Primary Styles */

/* </system> */

/* <system section="background" selected="undefined"> */

/* </system> */
/*
Theme Name: Mintgreen
Theme URI: http://blog.hatena.ne.jp/-/store/theme/6653812171401340344
Description: 写真も文章もきれいに見えるシンプルなテーマです。なにか不具合などあればid:kewpiedesignまでご連絡ください。2016/6/20 フッターの編集エリアの位置がサイドバーの下に来るように修正しました。
Author: kewpiedesign
Author URI: http://blog.hatena.ne.jp/kewpiedesign/
*/
/*
  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 {
  background: #ffffff;
  margin: 0px 0 0px;
}
#blog-title-content #title {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
}
#blog-title-content #title a {
  text-decoration: none;
  color: #5c6a8b;
  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: #5c6a8b;
}
#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: #5c6a8b;
}
.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: #5c6a8b;
}
.entry-categories a {
  text-decoration: none;
  color: #5c6a8b;
  border-bottom: 2px solid #5c6a8b;
  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: #5c6a8b;
  text-decoration: underline;
}
.entry-content p {
  margin: 1em 0;
  letter-spacing: 0.5px;
}
.entry-content .keyword {
  text-decoration: none !important;
  border-bottom: 0 !important;
}
.entry-content .hatena-asin-detail {
  font-size: 100%;
}
.entry-content blockquote {
  margin: 1em 0;
  padding: 0.5em 1em;
  border-left: 4px solid #5c6a8b;
}
.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: #5c6a8b;
  text-decoration: none;
  border-bottom: 2px solid #5c6a8b;
  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: #5c6a8b;
}
#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: #5c6a8b;
  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(http://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: #5c6a8b;
  text-decoration: none;
  border-bottom: 2px solid #5c6a8b;
}
.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: #5c6a8b;
}
.hatena-module-entries-access-ranking .urllist-title-link {
  font-size: 100%;
}
.hatena-module-entries-access-ranking .urllist-category-link {
  color: #5c6a8b !important;
  text-decoration: none;
  border-bottom: 2px solid #5c6a8b;
}
.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: #5c6a8b;
}
.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: #5c6a8b;
  text-decoration: none;
  border-bottom: 2px solid #5c6a8b;
  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: #5c6a8b;
  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: #5c6a8b;
}
.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;
  }
}
/* カテゴリを一行表示 */
div.hatena-module-category div.hatena-module-body ul li {
    display: block;
    float: none;
}