@charset "utf-8";
/*
  Theme: boilerplate
  Author: Hatena Blog Team
  Description:
    はてなブログのデザインCSSカスタマイズの土台に適したデザインテーマです。
    このテーマをもとにしてCSSを書くと比較的楽にカスタマイズできます。
    特定の部分（例えば記事本文の書式やコメント欄のスタイルなど）だけをコピーして使ってもかまいません。
    もちろんそのままの状態でも、シンプルなテーマとして使うことができます。
    このCSSおよびLESSファイルは自由に複製・再配布できます。
    このテーマをもとにしたデザインテーマの配布も自由です。

  Licensed under the MIT license.
*/
/*  import normalize */
/*! normalize.css v3.0.1 | 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%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
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/10.
 * Hide the `template` element in IE 8/9/11, 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 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/10/11.
 */
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;
}
/*  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 */
/* Common */
html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #454545;
  background-color: #ffffff;
}
a {
  color: #1487bd;
}
a:hover {
  color: #0f5373;
}
a:visited {
  color: #789dae;
}
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,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #333333;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
  color: #454545;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  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 {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 37px;
}
@media screen and (min-width: 1681px) {
  #container {
    width: 70%;
  }
}
@media screen and (max-width: 1680px) and (min-width: 1441px) {
  #container {
    width: 80%;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1281px) {
  #container {
    width: 90%;
  }
}
#container #content {
  display: block;
  *zoom: 1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
}
#container #content #content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* 2カラムレイアウト */
#main {
  -webkit-box-flex: 1.0;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 16px;
}
#box2 {
  -webkit-box-flex: 0.0;
  -webkit-flex: 0 0 260px;
  -moz-flex: 0 0 260px;
  -o-flex: 0 0 260px;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
}
/* 1カラムにしたい場合は下記のコメントアウトを外してください ----
#main {
  width: 100%;
  float: none;
}
#box2 {
  width: 100%;
  float: none;
}
#box2-inner {
  width: 960px;
  .clearfix;
  overflow: hidden;
}
.hatena-module {
  text-align: left;
  padding-right: 20px;
  width: 300px;
  float: left;
  &:nth-child(3n+1) {
    clear: both;
  }
}
---- END 1カラム */
/* header */
#blog-title {
  margin: 30px 0;
  padding: 20px 0;
}
#blog-title #title {
  display: table;
  width: 100%;
}
#blog-title #title > a {
  color: #26499d;
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 64px 64px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  vertical-align: middle;
  line-height: 1.2;
  display: table-cell;
  height: 64px;
  padding-left: 68px;
}
#blog-description {
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  border: 1px solid #dddddd;
  padding: 10px;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 100px;
}
.entry-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.entry-title {
  margin: 0;
  line-height: 1.3;
  font-size: 160%;
}
/* 日付 */
.date {
  font-weight: bold;
  margin-bottom: 10px;
}
.date a {
  color: #1487bd;
  text-decoration: none;
  font-size: 90%;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  color: #999999;
}
.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: #454545;
  background-color: #ffffff;
  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 の中の書式 */
.entry-content {
  font-size: 95%;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 560px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #4e454a;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  margin-bottom: 14px;
  border-left: 8px solid #7d7d7d;
}
.entry-content h1 {
  background-color: #efefef;
  font-size: 16px;
  margin-top: 42px;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 8px;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-size: 16px;
  margin-top: 28px;
  padding-left: 4px;
  padding-right: 8px;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
  margin-top: 0;
}
.entry-content h1:last-child, .entry-content h2:last-child, .entry-content h3:last-child, .entry-content h4:last-child, .entry-content h5:last-child, .entry-content h6:last-child {
  margin-bottom: 0;
}
.entry-content h1::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
  border-right: 1px solid #c9caca;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}
.entry-content h2::after, .entry-content h3::after, .entry-content h4::after, .entry-content h5::after, .entry-content h6::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #c9caca;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}
.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 #c9caca;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  white-space: pre-wrap;
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content blockquote hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #c9caca;
}
.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, 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, sans-serif;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
/* entry-footer */
.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;
}
/* コメント */
.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 60px;
  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;
}
.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: 90%;
  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;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  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;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 120%;
}
.hatena-module-title a {
  color: #454545;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 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;
}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.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 */
.hatena-module-search-box .search-form {
  border: 1px solid #dddddd;
  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;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #454545;
  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?version=2789d874a2f9b79f9e81907e65b90f) 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;
}
/* Pager */
.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%;
}
/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999999;
}
/* 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 .archive-entries .archive-entry {
  margin-bottom: 3em;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.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: #fff;
  font-size: 70%;
  background: #aaa;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
}
/*  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?version=2789d874a2f9b79f9e81907e65b90f) 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;
  }
  /* 1カラムにしたい場合は下記のコメントアウトを外してください ----
      #main,
      #box2 {
          width: 100%;
      }
  
      #box2-inner {
          width: 744px;
  
      }
  
      .hatena-module {
          width: 228px;
      }
  ---- END 1カラム */
}
/* 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 */
@media (max-width: 480px) {
  
}