/* <system section="theme" selected="12921228815727386161"> */
@charset "utf-8";
/*
  Theme: nanimo
  Author: wooweezoowee
  Description:
    はてな提供の、boilerplate がベース。
    vim プラグインの previm が生成する html ページにインスパイアされてます。
    - [hatena/Hatena-Blog-Themes] (git@github.com:hatena/Hatena-Blog-Themes.git)
    - [kannokanno/previm] (git@github.com:kannokanno/previm.git)
  Licensed under the MIT license.
*/
/* Import
-------------------------------------------------- */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* 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;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 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 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.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.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;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* width
-------------------------------------------------- */
/* hatena-modules
-------------------------------------------------- */
/* background color
-------------------------------------------------- */
/*  text color
-------------------------------------------------- */
/*  link text color
-------------------------------------------------- */
/*  border color
-------------------------------------------------- */
/*  button background
-------------------------------------------------- */
/*  font size
-------------------------------------------------- */
/* contents */
/* header (title) */
/* -----------------------------------------------
   Modular Scale
   http://www.modularscale.com/
     1:1.618  Golden Ratio
     5:6      Minor Third
   ---------------------------------------------- */
/*  misc.
-------------------------------------------------- */
/* Common
-------------------------------------------------- */
html,
body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #333;
  background-color: #fff;
  font-size: 16px;
  /* Scale Origin (Ideal text size) */
  font-weight: 300;
}
.clearboth {
  clear: both;
}
/* Header */
h1 {
  font-size: 3.09rem;
  /* ブログ タイトル */
  /* 各エントリーのタイトル */
}
.page-index #blog-title h1 {
  font-size: 3.09rem;
  font-size: 5rem;
}
.page-entry #blog-title h1,
.page-archive #blog-title h1 {
  font-size: 0.618rem;
  font-weight: normal;
}
.page-index h1.entry-title,
.page-entry h1.entry-title {
  font-size: 1.91rem;
  font-size: 3.09rem;
}
.page-archive h1.entry-title {
  font-size: 1.91rem;
  font-size: 3.09rem;
}
h2 {
  font-size: 1.91rem;
  /* ブログの説明 */
}
.page-index h2#blog-description {
  font-size: 0.618rem;
  font-weight: normal;
}
.page-entry h2#blog-description,
.page-archive h2#blog-description {
  font-size: 0.618rem;
  font-weight: normal;
}
h3 {
  font-size: 1.18rem;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1.entry-title {
  line-height: 1.1em;
  letter-spacing: 0.01em;
}
.entry-content h1,
.entry-content h2 {
  line-height: 1.1em;
  letter-spacing: -0.03em;
}
h1 .page-entry {
  /*★*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: .25em;
  padding-bottom: .25em;
}
.entry-content h1 + h1,
.entry-content h1 + h2,
.entry-content h1 + h3,
.entry-content h1 + h4,
.entry-content h1 + h5,
.entry-content h1 + h6,
.entry-content h2 + h1,
.entry-content h2 + h2,
.entry-content h2 + h3,
.entry-content h2 + h4,
.entry-content h2 + h5,
.entry-content h2 + h6,
.entry-content h3 + h1,
.entry-content h3 + h2,
.entry-content h3 + h3,
.entry-content h3 + h4,
.entry-content h3 + h5,
.entry-content h3 + h6,
.entry-content h4 + h1,
.entry-content h4 + h2,
.entry-content h4 + h3,
.entry-content h4 + h4,
.entry-content h4 + h5,
.entry-content h4 + h6,
.entry-content h5 + h1,
.entry-content h5 + h2,
.entry-content h5 + h3,
.entry-content h5 + h4,
.entry-content h5 + h5,
.entry-content h5 + h6,
.entry-content h6 + h1,
.entry-content h6 + h2,
.entry-content h6 + h3,
.entry-content h6 + h4,
.entry-content h6 + h5,
.entry-content h6 + h6 {
  padding-top: 1em;
}
.entry-content p + h1,
.entry-content p + h2,
.entry-content p + h3,
.entry-content p + h4,
.entry-content p + h5,
.entry-content p + h6,
.entry-content pre + h1,
.entry-content pre + h2,
.entry-content pre + h3,
.entry-content pre + h4,
.entry-content pre + h5,
.entry-content pre + h6,
.entry-content blockquote + h1,
.entry-content blockquote + h2,
.entry-content blockquote + h3,
.entry-content blockquote + h4,
.entry-content blockquote + h5,
.entry-content blockquote + h6,
.entry-content table + h1,
.entry-content table + h2,
.entry-content table + h3,
.entry-content table + h4,
.entry-content table + h5,
.entry-content table + h6 {
  padding-top: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c1c;
}
/* Anchor */
a {
  color: #1487bd;
  text-decoration: none;
}
a:hover {
  color: #0f5373;
}
a:visited {
  color: #789dae;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1c1c1c;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0f5373;
}
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #1c1c1c;
}
.hatena-module a {
  color: #333;
}
.hatena-module a:hover {
  color: #0f5373;
}
.hatena-module a:visited {
  color: #1c1c1c;
}
.hatena-module .hatena-module-title a {
  color: #1c1c1c;
}
.hatena-module .hatena-module-title a:hover {
  color: #0f5373;
}
.hatena-module .hatena-module-title a:visited {
  color: #1c1c1c;
}
a.keyword {
  text-decoration: none;
  color: #333;
}
a.keyword:hover.keyword {
  text-decoration: underline !important;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #333;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.btn: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;
}
/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが，
  #globalheader-container に背景色や文字色を指定することでirameの中にも色が反映されます．
*/
#globalheader-container {
  color: #999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}
/* Container
-------------------------------------------------- */
#container {
  width: 1000px;
  margin: 0 auto;
  padding-top: 37px;
  padding-bottom: 30px;
}
.globalheader-off #container {
  padding-top: 0;
}
/* one col layout */
#main {
  width: 100%;
  float: none;
  padding: 3em 0 6em;
}
#main {
  padding: 0;
  margin: 0;
  width: 100%;
}
#box2 {
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 3.09rem 0 1.91rem;
  /* 3 カラム flexbox を使用 */
}
#box2 img {
  width: 48px;
  height: 48px;
}
#box2 #box2-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* Header
-------------------------------------------------- */
header {
  padding: 0;
  margin: 0;
}
/* ブログ タイトル */
#blog-title {
  padding: 0;
  margin: 0;
}
.page-index #blog-title {
  padding: 3.09rem 0;
}
.page-index #blog-title #title {
  text-align: center;
}
.page-entry #blog-title,
.page-archive #blog-title,
.page-category-category_name #blog-title,
.page-entries-year-month-day #blog-title {
  margin-bottom: 0.618rem;
  border-bottom: 1px solid #ccc;
}
/* ブログの説明 (index 以外は抑制) */
.page-index #blog-description {
  text-align: center;
}
.page-entry #blog-description,
.page-archive #blog-description,
.page-category-category_name #blog-description,
.page-entries-year-month-day #blog-description {
  display: none;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* パンくず (カテゴリーページで表示されます)→ アーカイブページ で */
/* Article (Contents)
-------------------------------------------------- */
article {
  padding: 0;
  margin: 0;
  margin-top: 3.09rem;
  margin-bottom: 3.09rem;
}
/* エントリタイトル */
.entry-header {
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
  /* 間隔: エントリタイトル - 本文 */
  position: relative;
}
/* 日付 */
.entry-date {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 0.618rem;
}
.entry-date a {
  color: #999;
  text-decoration: none;
}
/* カテゴリ (タグ) */
.entry-categories,
.categories {
  padding: 0;
  margin: 0;
  font-size: 0.618rem;
}
.entry-categories a,
.categories a {
  color: #999;
}
.entry-categories a:before,
.categories a:before {
  content: "[";
}
.entry-categories a:after,
.categories a:after {
  content: "]";
}
.entry-categories.no-categories,
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #333;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* コンテンツ本文 */
.entry-content {
  line-height: 1.618rem;
  padding: 0;
  padding: 1.618rem 20px;
  /* 幅について ;
         全体 = 1000px
         本文 =  960px
       1000px = 20px(左余白) + 960px + 20px(右余白)

       本文幅 960px は，この .entry-content で行っている．
     */
}
.entry-content p {
  margin: 0;
  /* clear the user agent stylesheet */
  padding: 0;
  /* clear the user agent stylesheet */
  padding: 0 0 0.809rem;
}
.entry-content img,
.entry-content ol,
.entry-content ul,
.entry-content table,
.entry-content blockquote,
.entry-content pre {
  margin: 0;
  margin: 0.809rem 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content ol,
.entry-content ul {
  padding: 0;
  /* clear the user agent stylesheet */
  padding-left: 2rem;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
  background: #dcdcdc;
}
.entry-content blockquote:before {
  position: absolute;
  content: open-quote;
  font-size: 32px;
  font-weight: normal;
  color: #999;
  top: 16px;
  left: 6px;
}
.entry-content blockquote:after {
  position: absolute;
  content: close-quote;
  font-size: 32px;
  font-weight: normal;
  color: #999;
  bottom: - 16px;
  right: 6px;
}
.entry-content blockquote {
  position: relative;
  quotes: "“" "”";
  padding: 16px 32px;
  background-color: #deecf3;
  border: 1px solid #dee1e2;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border-radius: 3px;
  white-space: pre;
}
.entry-content code,
.entry-content .code {
  font-family: "Bitstream Vera Sans Mono", "Courier", monospace;
}
.entry-content code {
  margin: 0 .1em;
  padding: 0 .2em;
  border: 1px solid #d2d2d2;
}
.entry-content h2 code {
  font-size: 1.91rem;
}
.entry-content h3 code {
  font-size: 1.18rem;
}
.entry-content h4 code {
  font-size: 16px;
}
.entry-content h5 code {
  font-size: 16px;
}
.entry-content h6 code {
  font-size: 16px;
}
.entry-content pre.code {
  padding: 1em;
  background-color: #383838;
  color: #f2f2f2;
  font-size: 16px;
  line-height: 1.1em;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-content a.entry-see-more {
  float: right;
}
.entry-content a.entry-see-more:after {
  content: "...";
}
/* フッター */
.entry-footer {
  margin-top: 1px;
}
.entry-footer-section {
  /* コンテンツ下部のユーザ名および日付情報は不要．表示を抑制． */
  margin: 0;
  font-size: 0.618rem;
  color: #999;
  text-align: right;
}
.entry-footer-section .author.vcard,
.entry-footer-section .entry-footer-time {
  display: none;
}
.entry-footer-section a {
  color: #999;
}
/* entried date, hide in .page-index only */
.page-index .entry-footer-section {
  display: none;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* 脚注 */
div.footnote {
  margin: 0;
  padding: 3.236rem 0 0;
  font-size: 0.618rem;
}
div.footnote p.footnote {
  padding: 0;
  margin: 0;
  padding-bottom: 0.618rem;
  line-height: 0.7416rem;
  padding-left: 4.1em;
  text-indent: -2.2em;
}
/* コメント */
.comment-box {
  padding: 3.236rem 20px;
}
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  position: relative;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.comment-content {
  font-size: 0.618rem;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 0.382rem;
  color: #999;
  margin: 0;
  padding-bottom: 14px;
}
.comment-metadata a {
  color: #999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #333;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  color: #999;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.leave-comment-title:hover {
  color: #333;
}
/* Side Bar
-------------------------------------------------- */
.hatena-module-title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.18rem;
  /* フォント色は，上述 Anchor の .hatena-module にて */
  border-bottom: 1px solid #ccc;
}
.hatena-module {
  font-size: 0.618rem;
}
.hatena-module {
  padding: 0;
  margin: 0;
  /* 3 カラム */
  width: 321px;
  margin-bottom: 1.618rem;
}
.hatena-module.hatena-module-profile .hatena-module-body,
.hatena-module.hatena-module-search-box .hatena-module-body,
.hatena-module.hatena-module-links .hatena-module-body,
.hatena-module.hatena-module-recent-entries .hatena-module-body,
.hatena-module.hatena-module-archive .hatena-module-body,
.hatena-module.hatena-module-circles .hatena-module-body,
.hatena-module.hatena-module-category .hatena-module-body {
  padding-left: 1em;
}
/* プロフィール */
.hatena-module-profile .profile-icon {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 50%;
  background-clip: padding-box;
}
.hatena-module-profile .profile-icon-link {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.hatena-module-profile .id {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.hatena-module-profile .profile-description {
  width: 333px;
  margin: 0 auto;
  text-align: center;
}
.hatena-module-profile .profile-description p {
  padding: 0;
  margin: 0;
}
.hatena-module-profile .hatena-follow-button-box {
  text-align: center;
}
.hatena-module-profile .hatena-follow-button-box .hatena-follow-button {
  padding: 0;
  margin: 0;
  padding: 0 .5em;
  /* clear default settings of hatena */
  transition-duration: 0s;
  transition-property: none;
  float: none;
  font-weight: normal;
  color: #999 !important;
  background-color: #fff;
}
.hatena-module-profile .hatena-follow-button-box .hatena-follow-button.unsubscribing {
  background: none !important;
}
.hatena-module-profile .hatena-follow-button-box .hatena-follow-button.unsubscribing.hover {
  color: #1c1c1c !important;
  background-color: #f5f5f5;
}
.hatena-module-profile .hatena-follow-button-box .subscription-count-box {
  display: inline-block !important;
  float: none;
}
/* 検索 */
.hatena-module-search-box {
  padding: 0;
  margin: 0;
}
.hatena-module-search-box .search-form {
  border: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.hatena-module-search-box .search-form .search-module-input {
  padding: 0;
  margin: 0;
  width: 262.93333333px;
  padding: .25em;
  color: #333;
  background: none;
  border: none;
  outline: none;
  font-size: 1rem;
}
.hatena-module-search-box .search-form .search-module-button {
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  margin: auto auto;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat center center;
  border: none;
  text-indent: -9999px;
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.hatena-module-search-box .search-form .search-module-button:hover {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
/* urllist module
リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
 */
.hatena-urllist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hatena-urllist .archive-module-year {
  line-height: 1.618rem;
}
.hatena-urllist li {
  line-height: 1.618rem;
}
.hatena-urllist li a {
  text-decoration: none;
}
.hatena-urllist li .urllist-item-inner.recent-entries-item-inner {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */
  /* ref. http://qiita.com/ichikawa_0829/items/e0c364e74b5e22a7bc0d */
}
/* ページャ
-------------------------------------------------- */
.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,
.pager pager-next {
  width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */
  /* ref. http://qiita.com/ichikawa_0829/items/e0c364e74b5e22a7bc0d */
}
.pager .pager-prev {
  float: right;
  text-align: right;
}
.pager .pager-next {
  float: left;
  text-align: left;
}
.pager .pager-prev a:after {
  content: "»";
}
.pager .pager-next a:before {
  content: "«";
}
.pager .pager-arrow {
  display: none;
}
/* フッタ
-------------------------------------------------- */
#footer {
  padding: 1rem 0 3rem;
  text-align: center;
  color: #999;
  font-size: 0.618rem;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999;
}
/* About ページ
-------------------------------------------------- */
.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;
}
/* Archive ページ
-------------------------------------------------- */
.page-archive {
  padding: 0;
  margin: 0;
  /* 各エントリの間隔は padding-top で調整 */
  /* カテゴリーページのみ */
}
.page-archive .archive-entries {
  padding: 0;
  margin: 0;
  /* 年月アーカイブ と カテゴリアーカイブページ のコンテンツ上辺位置を揃えたい (カテゴリが複数行になったらアレですが */
  padding-top: 1rem;
}
.page-archive-category.page-archive .archive-entries {
  padding-top: 0;
}
.page-archive .archive-entry {
  padding: 0;
  margin: 0;
  padding: 3.09rem 0 0;
}
.page-archive .archive-entry-body {
  padding: 0;
  margin: 0;
  padding: 0 20px;
}
.page-archive p {
  padding: 0;
  margin: 0;
  padding-bottom: 1rem;
}
.page-archive .date {
  padding: 0;
  margin: 0;
  font-size: 0.618rem;
  display: none;
}
.page-archive .date a {
  color: #999;
  text-decoration: none;
}
.page-archive #top-box {
  padding: 0;
  margin: 0;
  font-size: 0.618rem;
}
/*  import media queries */
/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png) no-repeat right center;
    background-size: 20px 20px;
  }
}
/* Media Queries - Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  #container {
    width: 724px;
  }
  #main {
    width: 460px;
  }
  #box2 {
    width: 245px;
  }
}
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 767px) {
  #globalheader-container {
    position: static;
  }
  #container {
    width: 93.75%;
    word-wrap: break-word;
    overflow: hidden;
  }
  #main {
    width: 100%;
    float: none;
  }
  #box2 {
    width: 100%;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
}
/* Media Queries - Smartphone */

/* </system> */
@charset "utf-8";
/*
  Theme: --
  Author: wooweezoowee
  Description: はてな  blog 向け、追加用スタイル。
  Licensed under the MIT license.
*/
/*  import mixin */
.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;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*  import variable */
/* width
-------------------------------------------------- */
/* hatena-modules
-------------------------------------------------- */
/* background color
-------------------------------------------------- */
/*  text color
-------------------------------------------------- */
/*  link text color
-------------------------------------------------- */
/*  border color
-------------------------------------------------- */
/*  button background
-------------------------------------------------- */
/*  font size
-------------------------------------------------- */
/* contents */
/* header (title) */
/* -----------------------------------------------
   Modular Scale
   http://www.modularscale.com/
     1:1.618  Golden Ratio
     5:6      Minor Third
   ---------------------------------------------- */
/*  misc.
-------------------------------------------------- */
/*** プロフィールと検索を 1 カラムにする ***/
.hatena-module-profile,
.hatena-module-search-box {
  width: 100% !important;
}
.hatena-module-profile .hatena-module-title,
.hatena-module-search-box .hatena-module-title {
  display: none;
}
.hatena-module-profile {
  padding: 3.09rem 0 1em !important;
}
.hatena-module-profile .hatena-module-body {
  padding: 0 !important;
  margin: 0 !important;
}
.hatena-module-search-box {
  padding: 3.09rem 0 9.27rem !important;
  padding-left: 22.4px !important;
  /* 微調整: ボタンの幅の分，右へシフト */
}
.hatena-module-search-box .hatena-module-body {
  padding: 0 !important;
  margin: 0 !important;
}
.hatena-module-search-box .search-form {
  width: 378.13333333px;
  margin: 0 auto;
}
.hatena-module-search-box .search-form .search-module-input {
  width: 333.33333333px !important;
}
/*** description of references ***/
.entry .via,
.entry .viacode {
  font-size: 0.618rem;
  text-align: right;
}
/*** abstracts ***/
.entry .abstracts {
  border: 1px solid #ccc;
  background-color: #ececea;
  padding: 10px;
  margin: .25rem 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
}
.entry .abstracts h4 {
  margin: 0;
  margin-top: 0.75em;
}
.entry .abstracts .contents {
  margin: 0 .25em;
  font-size: 95%;
}
.entry .abstracts .contents .notes {
  margin: 0;
  margin: .25em 0 0 1.25em;
  text-indent: -1em;
}
.entry .abstracts pre {
  margin: 0;
  margin: .25em .25em 1em;
}
.entry .abstracts li {
  margin-top: .5rem;
}

.hatena-fotolife,
.http-image
{
 	margin-right:auto !important;
 	margin-left:auto !important;
 	display:block;
 }
