/* <system section="theme" selected="10328749687233333231"> */
@charset "UTF-8";
/*
  Theme: Nostalgia
  Author: Masayoshi Wada <developer@andantesoftware.com>
  Responsive: yes
  Version: 1.0.0
  License: MIT

  This theme is based on fand/Hatena-Blog-Theme-Boilerplate
    by Takayosi Amagi <https://github.com/fand>
*/
.clearfix, #container #content, .pager {
  display: block;
  *zoom: 1; }

.clearfix:after, #container #content:after, .pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."; }

.inline-block, .btn, .leave-comment-title, .entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

/*! normalize.css v4.1.1 | 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 and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * 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,
optgroup,
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 */ }

.clearfix, #container #content, .pager {
  display: block;
  *zoom: 1; }

.clearfix:after, #container #content:after, .pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."; }

.inline-block, .btn, .leave-comment-title, .entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #333333;
  background-color: #f9f9f9; }

a {
  color: #5990bf; }

a:hover {
  color: #0f5373; }

a:visited {
  color: #789dae; }

h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, h4 a, h4 a:hover, h4 a:visited, h5 a, h5 a:hover, h5 a:visited, h6 a, h6 a:hover, h6 a:visited {
  color: #333333;
  text-decoration: none; }

a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
  color: #333333; }

.clearfix, #container #content, .pager {
  display: block;
  *zoom: 1; }

.clearfix:after, #container #content:after, .pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."; }

.inline-block, .btn, .leave-comment-title, .entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.btn, .leave-comment-title, .entry-header-menu a {
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #dddddd;
  text-decoration: none !important; }

.btn:hover, .leave-comment-title:hover, .entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important; }

.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important; }

.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold; }

.hatena-module {
  margin-bottom: 40px; }

.hatena-module-title {
  margin-bottom: 10px;
  font: normal 14px/20px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  border-bottom: solid 1px #dddddd; }

.hatena-module-title a {
  color: #333333;
  text-decoration: none; }

.hatena-module-title a:hover {
  text-decoration: underline; }

@media (max-width: 767px) {
  .hatena-module {
    width: 100%;
    float: none; } }

#globalheader-container {
  background-color: #f9f9f9;
  color: #666666;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.clearfix, #container #content, .pager {
  display: block;
  *zoom: 1; }

.clearfix:after, #container #content:after, .pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."; }

.inline-block, .btn, .leave-comment-title, .entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

#container {
  width: 940px;
  margin: 37px auto 30px;
  border: solid 1px #DDD;
  background-color: #FFF; }

.globalheader-off #container {
  margin-top: 0;
  border-top: none; }

/* 2カラムレイアウト */
#main {
  width: 600px;
  margin: 10px 20px 0 0;
  float: right; }

#box2 {
  width: 240px;
  margin: 10px 0 0 20px;
  float: left; }

@media (min-width: 768px) and (max-width: 1024px) {
  #container {
    width: 724px; }
  #main {
    width: 440px;
    margin: 10px 20px 0 0; }
  #box2 {
    width: 200px;
    margin: 10px 0 0 20px; } }

@media (max-width: 767px) {
  #globalheader-container {
    position: static; }
  #container {
    width: 100%;
    border: none;
    margin-top: 0; }
  #main {
    width: 100%;
    margin: 0;
    padding: 5px 15px 0;
    box-sizing: border-box; }
  #box2 {
    width: 100%;
    margin: 0;
    padding: 10px 15px 0;
    box-sizing: border-box; } }

#blog-title {
  margin: 0;
  padding: 20px 0;
  border-bottom: solid 1px #dddddd; }

#blog-title a {
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif; }

#title {
  margin: 0;
  font: bold 18px/40px san-serif;
  text-align: center; }

#title a {
  color: #333333; }

#blog-description {
  margin: 0;
  padding: 0 10px;
  font: normal 12px/20px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  text-align: center; }

.header-image-enable #title {
  padding-top: 70px; }

.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px; }

#top-box {
  margin: 0 auto;
  font: normal 13px/20px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif; }

#top-box .breadcrumb {
  padding: 10px 10px 0; }

#top-box .breadcrumb a {
  text-decoration: none; }

.clearfix, #container #content, .pager {
  display: block;
  *zoom: 1; }

.clearfix:after, #container #content:after, .pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."; }

.inline-block, .btn, .leave-comment-title, .entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7; }

.comment-box li {
  padding: 10px 0 10px 40px;
  border-bottom: 1px solid #dddddd;
  position: relative; }

.comment-box li:first-child {
  border-top: 1px solid #dddddd; }

.comment-box .read-more-comments {
  padding-left: 0;
  font: normal 12px/20px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif; }

.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px !important;
  height: 30px !important;
  border-radius: 3px;
  background-clip: padding-box; }

.comment-user-name {
  margin: 0 0 10px 0;
  font: normal 13px/20px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif; }

.comment-content {
  font: normal 13px/20px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  margin: 0 0 10px 0;
  word-wrap: break-word; }

.comment-content p {
  margin: 0 0 10px 0; }

.comment-metadata {
  font-size: 80%;
  color: #999999;
  margin: 0; }

.comment-metadata a {
  color: #999999; }

.clearfix, #container #content, .pager {
  display: block;
  *zoom: 1; }

.clearfix:after, #container #content:after, .pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."; }

.inline-block, .btn, .leave-comment-title, .entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.entry-content {
  font: normal 13.5px/24px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd; }

.entry-content p {
  margin: 0 0 1.5em 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: 1.3em 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 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 #ddd;
  padding: 5px 10px; }

.entry-content table th {
  background: #f5f5f5; }

.entry-content blockquote {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px; }

.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0; }

.entry-content pre {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre; }

.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: "Monaco", "Consolas", "Courier New", Courier, monospace, "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", 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, "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif; }

.entry-content hr {
  width: 280px;
  border: none;
  border-top: solid 1px #DDD;
  margin: 30px auto; }

.entry-content .hatena-asin-detail li {
  line-height: 1.4; }

.entry {
  position: relative;
  margin-bottom: 50px; }

.entry-footer {
  margin-top: 10px; }

.entry-footer-section {
  font-size: 80%;
  color: #999999; }

.entry-footer-section a {
  color: #999999; }

.social-buttons,
.entry-footer-html {
  margin: 10px 0; }

.clearfix, #container #content, .pager {
  display: block;
  *zoom: 1; }

.clearfix:after, #container #content:after, .pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."; }

.inline-block, .btn, .leave-comment-title, .entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.btn, .leave-comment-title, .entry-header-menu a {
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #dddddd;
  text-decoration: none !important; }

.btn:hover, .leave-comment-title:hover, .entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important; }

.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important; }

.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold; }

.entry-header {
  margin: 10px 0 25px;
  position: relative; }

.entry-header .entry-title {
  margin: 0;
  font: bold 15px/30px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif; }

.entry-header .entry-title a {
  color: #ab5d00; }

.entry-header .entry-date a {
  color: #333333;
  font: normal 11px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  text-decoration: none; }

.entry-header .entry-categories a {
  color: #333333;
  font: normal 11px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  text-decoration: none;
  background-color: #EEE;
  padding: 4px 5px; }

.entry-header .entry-categories a:hover {
  background-color: #DDD; }

.entry-header-menu {
  position: absolute;
  top: 0px;
  right: 0px; }

@media (max-width: 767px) {
  .entry-header-menu {
    top: -30px;
    left: 0px; } }

#box2-inner {
  margin-top: 15px;
  font-size: 0.85rem;
  line-height: 1.5; }

@media (max-width: 767px) {
  #box2-inner {
    width: 100%; } }

.clearfix, #container #content, .pager {
  display: block;
  *zoom: 1; }

.clearfix:after, #container #content:after, .pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."; }

.inline-block, .btn, .leave-comment-title, .entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  background-clip: padding-box; }

.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px; }

.hatena-module-profile .profile-description {
  font-size: 90%; }

.hatena-module-profile .profile-description p {
  margin-top: 0; }

.clearfix, #container #content, .pager {
  display: block;
  *zoom: 1; }

.clearfix:after, #container #content:after, .pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."; }

.inline-block, .btn, .leave-comment-title, .entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.hatena-module-search-box .search-form {
  border: 1px solid #dddddd;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #333333;
  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; }

@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; } }

.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

.hatena-urllist li a {
  text-decoration: none; }

.pager {
  margin: 1em 0;
  font: normal 14px/20px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif; }

.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%; }

.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%; }

#footer {
  padding: 0 0 30px;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%; }

#footer p {
  margin: 0; }

#footer a {
  color: #999999; }

.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; }

.clearfix, #container #content, .pager {
  display: block;
  *zoom: 1; }

.clearfix:after, #container #content:after, .pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."; }

.inline-block, .btn, .leave-comment-title, .entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.page-archive .archive-heading {
  font: normal 18px/24px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  margin: 15px 0; }

.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em; }

.page-archive .archive-entries .archive-entry-header .date a {
  color: #333333;
  font: normal 11px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  text-decoration: none; }

.page-archive .archive-entries .archive-entry-header .entry-title {
  margin: 0;
  font: bold 15px/30px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif; }

.page-archive .archive-entries .archive-entry-header .entry-title a {
  color: #ab5d00; }

.page-archive .archive-entries .categories {
  margin: 0 0 .5em; }

.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%; }

.page-archive .categories a {
  color: #333333;
  font: normal 11px "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  text-decoration: none;
  background-color: #EEE;
  padding: 4px 5px; }

.page-archive .categories a:hover {
  background-color: #DDD; }
/* </system> */