/* <system section="theme" selected="6653586347151843766"> */
@charset "utf-8";

/*
  Theme: AobadaiStyle4white3
  Author: AOBADAI Akira
  Description:
    青葉台旭の作った「はてなブログ」用CSSです。
    「はてなブログ」公式CSS(boilerplate)を参考にしました。
    シンプルな１カラムです。
    googleフォントを読み込んでいます。

  Update: 2016.8.1 / 1:00
  Responsive: yes
*/

/* googleフォントを読み込む */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ************************************************************************** */
/* ////////////////////////////////////////////////////////////////////////// */

/* ノーマライズ */

/*  import normalize */
/*! normalize.css v3.0.2 | 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 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,
menu,
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-color: 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"], /* 1 */
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;
}

/* ノーマライズ終わり */

/* ************************************************************************** */
/* ////////////////////////////////////////////////////////////////////////// */

/* ########################################################################## */
/* 全体 */

body {

  /* 一番外側の文字色 */
  color: rgb(70, 70, 70);

  /* 一番外側の背景色 */
  background-color: rgb(220, 220, 220);

  font-family: 'Noto Sans Japanese',
               'Helvetica Neue',
               'Helvetica',
               'Arial',
               'Hiragino Kaku Gothic Pro',
               'Meiryo',
               'MS PGothic',
               sans-serif;
}

/* リンク */
a {
  color: rgb(10, 10, 255);
}

a:hover {
  color: rgb(90, 90, 160);
}

a:visited {
  color: rgb(90, 90, 160);
}

a.keyword {
  border-bottom: 1px dotted rgb(90, 90, 160);

  color: rgb(90, 90, 160);
  text-decoration: none;
}

/* 見出し */
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 {
  text-decoration: none;
}

/* ---------------------------------------------------------------------------*/
/* グローバル・ヘッダー */

#globalheader-container {
  color:            rgb(100, 100, 100);
  background-color: rgb(220, 220, 220);

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* -------------------------------------------------------------------------- */
/* フッター */

#footer {
  color:            rgb(100, 100, 100);
  background-color: rgb(220, 220, 220);

  padding: 20px 0;

  text-align: center;
  line-height: 1.5;
  font-size: 80%;
}

#footer p {
  color:            rgb(100, 100, 100);
  background-color: rgb(220, 220, 220);

  margin: 0;
}

#footer a {
  color:            rgb(100, 100, 100);
  background-color: rgb(220, 220, 220);
}

/* -------------------------------------------------------------------------- */
/* ブログ全体のコンテナ（グローバル・ヘッダーを除く） */

#container {

  /* 最大幅（それ以外の部分は隙間） */
  max-width: 950px;

  /* 中央表示 */
  margin-right: auto;
  margin-left:  auto;

  margin-bottom: 0px;

  padding-top: 15px;

  background-color: rgb(220, 220, 220);
}

#container #content {
  display: block;
}

/* floatによる回り込みを解除 */
#container #content:after {
  display: block;

  visibility: hidden;
  font-size: 0;
  height: 0;

  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 5px;
}

#container-inner {
  border-radius: 5px;

  /* 記事部分およびサイド・バーの下地の、さらに下の背景色 */
  background-color: rgb(252, 252, 252);
}

/* ########################################################################## */
/* ブログ・タイトル */

header#blog-title {
  margin:  30px 40px;
  padding: 20px 25px;

  border-radius: 5px 5px 0px 0px;

  /* ブログ・タイトルの背景色 */
  background-color: rgb(252, 252, 252);

  /* 境界線 */
  border-bottom: solid 2px rgb(200, 200, 200);
}

#title {
  margin: 20px 0 30px 0;

  /* ブログ・タイトルの文字色 */
  color: rgb(70, 70, 70);
  font-size: 2.0em;
  font-weight: lighter;
  text-align: center;
}

#title a {
  /* ブログ・タイトルの文字色 */
  color: rgb(70, 70, 70);
}

#blog-description {
  display: block;
  max-width: 640px;

  margin: 5px auto 0;

  /* ブログの説明の文字色 */
  color: rgb(100, 100, 100);

  font-weight: normal;
  font-size: 90%;
}

/* ########################################################################## */
/* パンくず（カテゴリー・ページ用） */

#top-box {
  margin-top:    10px;
  margin-bottom: 20px;
  margin-left:   30px;

  font-size: 90%;
}

#top-box .breadcrumb {
  padding: 10px;
}

/* リンク。色を変えるときはコメントを外して修正すること */
/*
#top-box a {
  color: rgb(10, 10, 255);
}

#top-box a:hover {
  color: rgb(90, 90, 160);
}

#top-box a:visited {
  color: rgb(90, 90, 160);
}
*/

/* ########################################################################## */
/* 記事 */

/* -------------------------------------------------------------------------- */
/* 記事全体 */

.entry-inner {
  margin-top:    20px;
  margin-bottom: 40px;

  padding-top:      10px;
  padding-bottom:    5px;

  /* 記事の背景色 */
  background-color: rgb(252, 252, 252);
  border-radius: 5px;
}

/* -------------------------------------------------------------------------- */
/* 記事のヘッダー */

header.entry-header {
  padding-left:  20px;
  padding-right: 20px;
  position: relative;
}

/* 日付 */
header.entry-header .date {
  display: block;
  width: 6em;

  margin-right: auto;
  margin-left:  auto;
  margin-bottom: 10px;

  padding: 0px 10px;

  color: rgb(100, 100, 100);

  text-align: center;

  font-weight: normal;
  font-size: 140%;

  border-radius: 10px;
  border-right:  solid 1px rgb(190, 190, 190);
  border-bottom: solid 1px rgb(190, 190, 190);
}

header.entry-header .date a {
  text-decoration: none;
  color: rgb(100, 100, 100);
}

/* 記事タイトル */
h1.entry-title {
  margin: 0 0 10px 0;
  
  padding-top:    5px;
  padding-right:  5px;
  padding-bottom: 5px;
  padding-left:   5px;

  border-radius: 3px;
  
  /* 記事タイトルの文字色 */
  color: rgb(50, 50, 50);

  /* 記事タイトルの背景色 */
  background-color: rgb(252, 252, 252);

  line-height: 1.3;
  text-align: center;
  font-size: 160%;
  font-weight: lighter;
}

h1.entry-title a {
  color: rgb(50, 50, 50);
}

/* カテゴリー */
header.entry-header .categories {
  margin-top: 10px;

  color: rgb(100, 100, 100);
  font-size: 90%;
  border-radius: 5px;
}

header.entry-header .categories a {
  padding: 0 5px;

  color: rgb(100, 100, 100);
  text-decoration: none;
  border-radius: 5px;
}

header.entry-header .categories a:hover {
  color: rgb(100, 100, 100);
  text-decoration: none;
  background-color: rgb(190, 190, 190);
  border-radius: 5px;
}

.categories.no-categories {
  margin: 0;
}

/* -------------------------------------------------------------------------- */
/* 記事の内容 */

/* 記事本文 */
.entry-content {
  padding-right: 25px;
  padding-left:  25px;
 
  font-size:   1.0em;
  line-height: 2.0em;

  color: rgb(90, 90, 90);
}

.entry-content a {
}

.entry-content a:visited {
}

/* 段落 */
.entry-content p {
  margin-bottom: 1.0em;
}

/* 見出し */
.entry-content h3 {
  padding-top:    3px;
  padding-right:  3px;
  padding-bottom: 3px;
  padding-left:   3px;

  border-left:   solid 7px rgb(100, 100, 100);
  border-bottom: solid 1px rgb(100, 100, 100);

  font-size: 1.2em;
}

.entry-content h4 {
  padding-top:    3px;
  padding-right:  3px;
  padding-bottom: 3px;
  padding-left:   3px;

  border-left: solid 7px rgb(100, 100, 100);

  font-size: 1.1em;
}

.entry-content h5 {
  padding-top:    3px;
  padding-right:  3px;
  padding-bottom: 3px;
  padding-left:   3px;

  border-left: solid 4px rgb(100, 100, 100);

  font-size: 1.0em;
}

/* 画像 */
.entry-content img {
  display: block;

  margin-right: auto;
  margin-left:  auto;
  max-height: 660px;
}

/* 強調 */
.entry-content strong {
  color: rgb(0, 0, 0);
  border-bottom: dashed 1px rgb(50, 50, 50);
}

/* 引用 */
.entry-content blockquote {
  padding: 5px;
  border: solid 2px rgb(150, 150, 150);
}

/* 仕切り線 */
.entry-content hr {
  border: none;
  border-bottom: solid 1px rgb(100, 100, 100);
}

/* テーブル */
.entry-content table tbody {
  border: solid 2px rgb(150, 150, 150);
}

.entry-content table th {
  padding-right: 5px;
  padding-left:  5px;
  border: solid 2px rgb(150, 150, 150);
}

.entry-content table td {
  padding-right: 5px;
  padding-left:  5px;
  border: solid 2px rgb(150, 150, 150);
}

/* -------------------------------------------------------------------------- */
/* 記事のフッター */

footer.entry-footer {
  padding-right: 25px;
  padding-left:  25px;
}

.entry-footer {
  margin-top:    30px;
  margin-bottom: 50px;
}

/* タイムスタンプ */
.entry-footer-section {
  margin-bottom: 20px;

  color: rgb(100, 100, 100);

  font-size: 80%;
}

.entry-footer-section a {
  color: rgb(100, 100, 100);
}

.social-buttons {
  margin-bottom: 20px;
}

.entry-footer-html {
  margin-bottom: 20px;
}

/* -------------------------------------------------------------------------- */
/* コメント */

.comment-box ul {
  margin-bottom: 20px;

  list-style: none;

  font-size: 95%;
}

.comment-box li {
  position: relative;

  margin: 0px 0px 0px 5px;

  padding-top:    10px;
  padding-bottom: 10px;
  padding-left:    0px;

  border-bottom: 2px dashed rgb(100, 100, 100);
}

.comment-box li:first-child {
  border-top: 2px dashed rgb(100, 100, 100);
}

.comment-box .read-more-comments {
  padding-left: 0;
}

.comment-box .hatena-id-icon {
  position: absolute;
  top:  5px;
  left: 0px;

  border-radius: 3px;

  width:  50px;
  height: 50px;
}

.comment-user-name {
  padding: 0px;

  margin-top:   5px;
  margin-left: 55px;

  line-height: 50px;
  font-weight: bold;
}

.comment-content {
  margin: 5px 0px 0px 0px;

  padding: 0;

  font-size: 90%;
  word-wrap: break-word;
}

/* コメントボタン */
.leave-comment-title {
  padding: 5px 5px;

  color: rgb(70, 70, 70);
  background-color: rgb(252, 252, 252);

  border-radius: 5px;
  border: 1px solid rgb(100, 100, 100);

  font-size: 12px;

  text-decoration: none;
}

.leave-comment-title:hover {
  text-decoration: none;
}

/* ########################################################################## */
/* ページ送りボタン */

.pager {
  display: block;
  margin: 10px 0;
}

/* floatによる回り込みを解除 */
.pager:after {
  display: block;

  visibility: hidden;
  font-size: 0;
  height: 0;

  clear: both;
  content: ".";
}

.pager .pager-prev {
  margin-left: 5px;

  float: left;
  text-align: left;
  width: 45%;
}

.pager .pager-next {
  margin-right: 5px;

  float: right;
  text-align: right;
  width: 45%;
}

/* リンク。色を変えるときはコメントを外して修正すること */
/*
.pager a {
  color: rgb(10, 10, 255);
}

.pager a:hover {
  color: rgb(90, 90, 160);
}

.pager a:visited {
  color: rgb(90, 90, 160);
}
*/

/* ########################################################################## */
/* 自己紹介ページ */
.page-about dt {
  margin-bottom: 0px;
  padding: 0;

  /* 自己紹介の背景色 */
  background-color: rgb(252, 252, 252);
}

.page-about dd {
  margin-top:    0em;
  margin-bottom: 1em;

  padding: 0;
}

/* ########################################################################## */
/* アーカイブ・ページ */

.archive-entry-header .date {
  color: rgb(100, 100, 100);
}

.archive-entry-header .date a {
  text-decoration: none;
  color: rgb(100, 100, 100);
}

.archive-entries {
  padding-right: 25px;
  padding-left:  20px;
  
}

.page-archive h2.archive-heading {
  padding-left: 20px;
}

.page-archive .archive-entries .archive-entry {
  margin-bottom: 1em;
  padding: 10px;

  border-radius: 0 0 0 0;

  /* 記事の背景色 */
  background-color: rgb(252, 252, 252);

  border-bottom: solid 1px rgb(170, 170, 170);
}

.page-archive .archive-entries .entry-title {
  font-size: 130%;
}
 
.page-archive .archive-entries .categories {
}
 
.page-archive .archive-entries .entry-description {
}
 
.page-archive .categories a {
}

/* ########################################################################## */
/* サイド・バー */
/* レイアウト関係の行も参照する事 */

/* -------------------------------------------------------------------------- */
/* 基本 */

.hatena-module-title {
  font-weight: bold;
  font-size: 130%;
}

.hatena-module-title a {
}

.hatena-module-title a:hover {
}
/* リンク。色を変えるときはコメントを外して修正すること */
/*
#box2 a:hover {
  color: rgb(90, 90, 160);
}

#box2 a:visited {
  color: rgb(90, 90, 160);
}

#box2 a.keyword {
  border-bottom: 1px dotted rgb(90, 90, 160);

  color: rgb(90, 90, 160);
  text-decoration: none;
}
*/

/* -------------------------------------------------------------------------- */
/* プロフィール・モジュール */

/* アイコン */
.hatena-module-profile .profile-icon {
  margin-top:     0px;
  margin-bottom: 10px;
  margin-left:    0px;
  margin-right:  10px;

  border-radius: 5px;
}

.hatena-module-profile .id {
  display: block;

  margin-bottom: 0px;

  font-weight: bold;
  font-size: 110%;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
}

.hatena-module-profile .profile-description p {
}

/* -------------------------------------------------------------------------- */
/* .hatena-urllist

  リンク
  最新記事
  最近のコメント
  月別アーカイブ
  カテゴリモジュール

  以上の共通のclass
*/
.hatena-urllist {
  margin:  0 0 0 20px;
  padding: 0;

  list-style: disc;
}
.hatena-urllist li {
}

.hatena-urllist li a {
}

/* -------------------------------------------------------------------------- */
/* 検索モジュール */
.hatena-module-search-box .search-form {
}

.hatena-module-search-box .search-module-input {
  width: 99%;
}

.hatena-module-search-box .search-module-button {
}

.hatena-module-search-box .search-module-button:hover {
}

/* ########################################################################## */
/* レイアウト */

/* -------------------------------------------------------------------------- */
/* スマートフォンでは、１カラム・レイアウト */
/* 横幅 768px 以下 */
@media screen and (max-width: 768px) {

  #container-inner {
    margin-right: 10px;
    margin-left:  10px;
  }

  #content-inner {
    display: flex;
    flex-direction: column;
  }

  /* サイド・バー */
  #box2 {
    border-radius: 0 0 5px 5px;
    padding-top: 10px;
    
    font-size: 85%;
    line-height: 1.5;

    background-color: rgb(220, 220, 220);
  }

  #box2-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #box2 .hatena-module {
    width: 230px;

    border-radius: 5px;

    margin-top:     0px;
    margin-right:   5px;
    margin-bottom: 10px;
    margin-left:    5px;

    padding: 5px;
    
    background-color: rgb(252, 252, 252);
  }

  /* [編集]ボタン */
  .entry-header-menu {
    position: absolute;
    top:    15px;
    left:    0px;

    padding: 0px 5px;

    color: rgb(50, 50, 50);
    background-color: rgb(252, 252, 252);
    border-radius: 5px;
    border: solid 1px rgb(190, 190, 190);

    font-weight: normal;
    font-size: 90%;
  }

  .entry-header-menu a {
    color: rgb(50, 50, 50);
    text-decoration: none;
  }

  .entry-header-menu a:hover {
    color: rgb(50, 50, 50);
    text-decoration: none;
  }
}

/* -------------------------------------------------------------------------- */
/* パソコンでは、１カラム・レイアウト */
/* 横幅 769px 以上 */
@media screen and (min-width: 769px) {

  #container-inner {
    margin-right: 35px;
    margin-left:  35px;
  }

  #content-inner {
    display: flex;
    flex-direction: column;
  }

  /* 記事領域 */
  #main {
    max-width: 640px;
    margin-right: auto;
    margin-left:  auto;
  }

  /* サイド・バー */
  #box2 {
    border-radius: 0 0 5px 5px;
    padding-top: 10px;
    
    font-size: 85%;
    line-height: 1.5;

    background-color: rgb(220, 220, 220);
  }

  #box2-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  /* サイド・バーの各モジュール */
  #box2 .hatena-module {
    width: 230px;

    border-radius: 5px;

    margin-top:     0px;
    margin-right:   5px;
    margin-bottom: 10px;
    margin-left:    5px;

    padding: 5px;
    
    background-color: rgb(252, 252, 252);
  }

  /* [編集]ボタン */
  .entry-header-menu {
    position: absolute;
    top:  20px;
    left:  0px;

    padding: 0px 5px;

    color: rgb(70, 70, 70);
    background-color: rgb(252, 252, 252);
    border-radius: 5px;
    border: solid 1px rgb(190, 190, 190);

    font-size: 100%;
  }

  .entry-header-menu a {
    color: rgb(70, 70, 70);
    text-decoration: none;
  }

  .entry-header-menu a:hover {
    color: rgb(70, 70, 70);
    text-decoration: none;
  }
}

/* </system> */

/* <system section="background" selected="pattern-02"> */
body{ background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/pattern-02.png?version=d521df40822702b2798181e2322e97'); background-repeat: repeat; background-attachment: fixed; background-position: 0 0; background-size: 40px 70px; } @media (-webkit-min-device-pixel-ratio: 2) { body {background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/pattern-02@2x.png?version=d521df40822702b2798181e2322e97');} }
/* </system> */