/* <system section="theme" selected="8599973812270629022"> */
@charset "utf-8";
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
/*
Theme: Minimalism
Author: Codomisu
Description:
最小限のデザインで最大限の「美」を引き出す


※未だにコードを整理していない　2018/09/09

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.
*/

/* Responsive:yes */

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,
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 `600er` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: 600;
}
/**
* 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 `` 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: 600;
}
/* 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: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  color: #3f3f3f;
  background-color: #ffffff;
}
a {
  color: #1487bd;
}
a:visited {
  color: #789dae;
}
a:hover {
  color: #0f5373;
}
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 #ECEEF1;
  color: #3f3f3f;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  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: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
.btn-small {
  padding: 2px 10px ;
  font-size: 11px ;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: 600;
}
/* ヘッダ（グローバルヘッダ）
グローバルヘッダの中はiframeですが、
#globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 37px;
}
#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;
}
/* 2カラムレイアウト */
#main {
  width: 640px;
  float: left;
}
#box2 {
  width: 290px;
  float: right;
}
/* 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 {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  text-align: center;
  margin: 0;
  padding: 50px 0;
}
#title {
  margin: 0;
}
#title a {
  color: #3f3f3f;
}
#blog-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  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-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  padding: 10px;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 50px;
}
.entry-header {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEEF1;
  position: relative;
}
.entry-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 35px;
  margin: 15px 0 20px;
}
/* 日付 */
.date {
  font-weight: 600;
  margin-bottom: 15px;
}
.date a {
  color: #1487bd;
  text-decoration: none;
  font-size: 90%;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  color: #3f3f3f;
}
.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: #3f3f3f;
  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: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 15px;
  line-height: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECEEF1;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 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 #ECEEF1;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #ECEEF1;
  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 #ECEEF1;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #ECEEF1;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px ;
  height: 50px ;
  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: 600;
}
.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: #3f3f3f;
  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: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 120%;
  padding:0 0 5px 5px;
  border-bottom: 1px solid #ECEEF1;
}
.hatena-module-title a {
  color: #3f3f3f;
  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: 600;
  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 #ECEEF1;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #ECEEF1;
  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: 10px 10px;
  color: #3f3f3f;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 35px;
  height: 35px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=4f1cb770a72175570fc55ef0e22b7c) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 1px;
  right: 10px;
  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: 600;
  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;
  font-size: 13px;
  line-height: 25px;
}
.page-archive .categories a {
  color: #3f3f3f;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom:5px;
}

.shrbtn{
  padding:0;
  margin:15px 0;
  width: 100%;
  background:#ECEEF1;
  text-align:center;
  display: inline-flex;
}

.share_btn{
  display: inline-block;
  width: calc(100% / 5);
  margin:4px 6px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color:#3f3f3f;
  border:1px solid #ECEEF1;
  border-radius:0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: 600;
  transition: .3s;
  background:#fafafa;
}

.share_btn:first-of-type{
  margin-left:0;
}

.share_btn:last-of-type{
  margin-right:0;
}

.share_btn:hover{
  color:#3f3f3f;
}

.share_btn .fa {line-height:40px}


/* ### スライドメニュー ### */
#gnav {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  margin: 0 0 10px;
  background: #ffffff;
  font-size: 0;
  padding: 0 0 0;
}

#gnav .menu a {
  display: block;
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 500;
  text-decoration:none;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;

}


#gnav .gnav-inner {
  width: 100%;
  padding: 12px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

#gnav .menu {
  display: inline-block;
}

/* ### スライドメニューを横いっぱいに広げる ### */
#top-editarea .section {
  width: 100% ;
  margin-left: auto;
  margin-right: auto;

}

#top-editarea{
  margin-bottom: 15px;
}

.id a{
  color: #3f3f3f;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}


.hatena-module-profile .profile-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}

.table-of-contents {
  position: relative;
  background-color: #fafafa;
  border:1px solid #ECEEF1;
  padding: 60px 70px 25px;
  border-radius: 0;
  font-size: 14px;
  line-height: 28px;
}


.table-of-contents::before {
  position: absolute;
  display: block;
  text-align: center;
  top: 15px;
  left: 50%;
  margin-left: -1em;
  font-size: 20px;
  font-weight: 700;
  content: '目次';
  z-index: 2;
}


.table-of-contents li a {
  text-decoration: none;
  line-height: 35px;
  color:#3f3f3f;
}

.archive-header-category{
  margin-bottom:25px;
}

.archive-heading{
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  border-bottom:1px solid #ECEEF1;
  font-weight: 600;
  font-size: 21px;
  line-height: 35px;
  padding-bottom:5px;
  margin-bottom:25px;
}

.footer{
  background:#3f3f3f;
  color:#fff;
  padding:30px 0;
}
.footer ul li{
  text-align:center;
  display: block;
}

.footer .footer-title{
  margin-bottom:10px;
}

.footer .footer-copyright{
  font-size:12px;
}

.footer-list{
  padding: 0;
}

.categories a{
  color: #3f3f3f;
  text-decoration: none;
  padding: 4px 0;
  border-radius: 0;
  font-size:13px;
  vertical-align: middle;
  margin-right: 10px;
}

.categories a:before{
  font-family: FontAwesome;
  content:"\f02b";
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
  color:#2f2f2f;
}

/*  import media queries */
/* Media Queries - Retina Display */
@media screen and (min-width: 1139px){

  #blog-title #title{
    font-size: 37px;
    line-height: 60px;
    font-weight:500;
  }

  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=4f1cb770a72175570fc55ef0e22b7c) no-repeat right center;
    background-size: 20px 20px;
  }
  #container {
    border-right: 1px solid #ECEEF1;
    border-left: 1px solid #ECEEF1;
  }
  #content{
    margin: 35px 55px;
  }
  .breadcrumb-inner{
    margin: 0 5%;
  }
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .entry-thumb {
    border-radius: 5px;
    margin-right: 20px;
  }

  #box2 .urllist-image {
    border-radius: 5px;
    margin-right: 15px;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%
    top: 0;
    color: #3f3f3f;
  }


  .shrbtn{
    background:none;
  }

  #box2{
    margin-top: 15px;
  }

  .page-archive .archive-entries .entry-title {
    margin-top:10px;
    font-size: 19px;
  }

  .hatena-urllist li a {
    font-size: 13px;
    line-height: 25px;
    color:#3f3f3f;
  }
  #gnav .menu a {
    padding: 0 15px;
  }
}
/* Media Queries - Tablet */
@media screen and (max-width: 1138px){
  #gnav .menu{
    margin-right:20px;
  }
  #gnav .menu a{
    font-size: 12px;
  }
  #container {
    width: 100% ;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75% ;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75% ;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100% ;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 18px;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .entry-thumb {
    border-radius: 5px;
  }
  #box2 .urllist-image {
    border-radius: 5px;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px ;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% ;
    top: 0;
    color: #3f3f3f;
  }
  .shrbtn{
    background:none ;
  }
.
  .hatena-urllist li a {
    color:#3f3f3f;
  }
  .entry .entry-title{
    font-size: 22px;
  }
  .categories a{
    color: #3f3f3f;
    text-decoration: none;
    padding: 2px 7px;
    border-radius: 2px;
    margin: 0 2px;
  }
  .page-archive .archive-entries .entry-title {
    font-size: 18px;
  }

}
/* Media Queries - Small Tablet & Smartphone */
@media screen and (max-width:640px){
  #globalheader-container {
    position: static;
  }
  #blog-title #title{
    font-size: 30px;
    font-weight:500;
    font-family: 'Nunito', sans-serif;
  }
  #blog-description {
    font-size:11px;
  }
  #container {
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75%
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
  .archive-entry-header{
    width : -webkit-calc(100% -90px);
    width: calc(100% - 90px);
    float: right;
  }
  .page-archive .archive-entries .entry-title {
    font-size:14px;
    line-height: 25px;
    font-weight: 400;
    margin:0;
  }
  .archive-entries .entry-description{
    font-size:11px;
    display:none;
  }
  .page-archive .entry-thumb {
    width: 75px;
    height: 75px;
    border: 1px solid #ECEEF1;
    background-size: 100%;
    float:left;
    border-radius: 3px;
  }

  .page-archive .categories{
    display: none;
  }

  .page-archive .archive-entries .archive-entry {
    margin-bottom: 0;
    padding: 17px 0;
    border-bottom: 1px solid #ECEEF1;
}
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 12px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .social-buttons{
    display: none;
  }

  #blog-title {
    text-align: center;
    padding: 35px 0 35px;
    margin:0;
  }

  .entry .entry-title{
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  }

  .entry .entry-header{
    padding: 10px 0 10px 0;
    border:none;
  }

  .table-of-contents {
    position: relative;
    background-color: #fafafa;
    border:1px solid #ECEEF1;
    padding: 60px 45px 25px;
    border-radius: 0;
    font-size: 14px;
    line-height: 28px;
  }

  #box2 .urllist-image {
    max-width: 100%;
    width: 75px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #ECEEF1;
    height: 75px;
  }
  .hatena-urllist li{
    padding: 10px 0 0px;
  }

  .hatena-urllist li a {
    font-size: 13px ;
    line-height: 20px;
    font-weight: 500;
    color: #3f3f3f;
    text-decoration: none;
  }

  .archive-module-year{
    border:none ;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 12px ;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% ;
    top: 0;
    color: #3f3f3f;
  }
  .archive-entries{
    margin:0 0 40px;
  }

  .id a{
    font-weight: normal;
    text-decoration: none;
    color: #3f3f3f;
  }

  .entry-content {
    font-size: 14px;
  }
  .hatena-module {
    margin-bottom: 40px;
  }
  .urllist-image{
    width: 70px;
    border-radius: 5px;
  }
  .related-entries .related-entries-entry-body{
    display: none;
  }
  .pager{
    text-align: center;
    margin-bottom: 45px;
  }
  :not(.permalink)>.pager-next{
    float:none ;
    text-align: center ;
  }
  :not(.permalink)>.pager-next a{
    text-decoration: none;
    padding: 10px 100px;
    border-radius: 4px;
    border: 1px solid #ECEEF1;
    background: #fafafa;
    color: #3f3f3f;
  }
  .pager-permalink{
    display:none;
  }
}
/* Media Queries - Smartphone */

/* </system> */
/*-----記事本文の設定-----*/
.entry-content p {
    font-size: 17px!important; 
    line-height: 1.7; /*行間*/
    margin-bottom: 1.8em; /*段落の余白*/
    letter-spacing: 0; /*文字間*/
}
.content-inner-follow-buttons .hatena {
    color: #38393C;
    border: 1px solid #38393C;
    background: #ffffff;
}
.content-inner-follow-buttons .hatena:hover:after {
    top:0;
    background:#38393C;
}
.kifuforjs-lite {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 922px) {
    .shogi-time {
        transform-origin: top center;
        transform: scale(0.85);
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
    }
}
@media screen and (max-width: 449px) and (min-width: 370px) {
    .shogi-time {
        transform-origin: top center;
        transform: scale(0.71);
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
    }
}
@media screen and (max-width: 369px) {
  .shogi-time {
    transform-origin: top center;
    transform: scale(0.62);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
  }
}
;#footer{color:#fff}#footer a{color:#fff}#global-nav{color:#fff}#global-nav .about a{color:#0f5373}#global-nav a{color:#fff}.breadcrumb a{color:#999}.breadcrumb a:hover{color:#454545}.breadcrumb avisited{color:#454545}.btn{color:#454545}.categories a{color:#999}.date a{color:#999}.entry-content blockquote:after{color:#ccc}.entry-content blockquote:before{color:#ccc}.entry-content h3{color:#0f5373}.entry-content h4{color:#0f5373}.entry-header-menu a{color:#454545}.entry:hover .entry-title-link{color:#0f5373}.hatena-module-category li a{color:#454545}.hatena-module-category li a:hover{color:#0f5373}.hatena-module-title a{color:#454545}.hatena-urllist li a{color:#454545}.hatena-urllist li a:hover{color:#0f5373}.page-archive .archive-entry:hover .entry-title-link{color:#0f5373}.page-entry .author-label{color:#454545}.page-entry .comment-metadata{color:#999}.page-entry .comment-metadata a{color:#999}.page-entry .entry-content .hatena-asin-detail a{color:#e47911}.page-entry .entry-content .hatena-asin-detail a:hover{color:#f90}.page-entry .entry-content .hatena-asin-detail::before{color:#ccc}.page-entry .entry-content .link a{color:#999}.page-entry .entry-content .link a:hover{color:#0f5373}.page-entry .entry-content .table-of-contents a{color:#454545}.page-entry .entry-content .table-of-contents a:hover{color:#0f5373}.page-entry .entry-content cite a{color:#999}.page-entry .entry:hover .entry-title-link{color:#454545}.page-entry .hatena-module-related-entries .urllist-category-link{color:#454545}.page-entry .hatena-module-related-entries .urllist-category-link:hover{color:#f36777}.page-entry .leave-comment-title{color:#454545}.page-entry .pager-next::before{color:#333}.page-entry .pager-prev::before{color:#333}.pager a{color:#333}.pager a:hover{color:#0f5373}.search-module-input{color:#454545}::-moz-selection{color:#0f5373}::selection{color:#0f5373}a{color:#1487bd}a:visited{color:#1487bd}a:hover{color:#0f5373}body{color:#454545}h1 a{color:#454545}h1 a:visited{color:#454545}h1 a:hover{color:#454545}h2 a{color:#454545}h2 a:visited{color:#454545}h2 a:hover{color:#454545}h3 a{color:#454545}h3 a:visited{color:#454545}h3 a:hover{color:#454545}h4 a{color:#454545}h4 a:visited{color:#454545}h4 a:hover{color:#454545}h5 a{color:#454545}h5 a:visited{color:#454545}h5 a:hover{color:#454545}h6 a{color:#454545}h6 a:visited{color:#454545}h6 a:hover{color:#454545}html{color:#454545}legend{color:inherit}mark{color:#000}#copyright{padding:25px;text-align:center;background:#bbe2f1;font-size:15px;color:#000}#title{font-size:65px;letter-spacing:10px}#blog-title{text-align:center;margin:0;padding:17px 0}@media screen{#blog-title #title{font-size:28px!important}}#blog-description{display:none}span.author.vcard{display:none}span.entry-footer-time{display:none}.hyphen{dif111splay:inline}.date a{text-decoration:none}.entry-header .date{position:static;width:auto;height:auto;padding:0;bordernone;border-radius:0;background:#fff;color:#333;line-height:normal;font-size:12px;font-weight:400;text-align:left}.date-year::after,.date::before{content:none}.date-month::after{content:none}.date,.date-month,.date-year{font-family:'Lato',sans-serif!important}.page-index .archive-entries .archive-entry:first-child .entry-title a:after,.page-index .top-placed-publication .entry-title a:after{content:"new";color:#111;border:1px solid #111;border-radius:8px;padding:.1.5em;font-size:60%;margin-left:10px}ul.point1{border:3px solid #333;margin:0 0 1em;padding:0}ul.point1::before{content:'特徴';display:inline-block;background:#333;color:#fff;padding:3px 6px 3px 4px;margin:0 0 .3em}ul.point1 li{list-style-type:none;margin:0 0 .2em 1em;padding:0 0 0 1em}ul.point1 li::before{display:inline-block;font-family:blogicon;text-indent:-1em}ul.point1 li.good::before{content:'\f029';color:#4caf50}ul.point1 li.bad::before{content:'\f001';color:#f44336;transform:rotate(45deg);text-indent:0;margin:0 .2em 0 -1em}ul.point2{border:3px solid #df8182;padding:1.2rem 0 0;background:#fffbf5;margin:1.5em 0;position:relative}ul.point2::before{content:'特徴';position:absolute;top:calc(-0.7rem - 2px);left:2em;display:inline-block;background:#df8182;color:#fff;padding:0 .8em 0 1.2em;font-size:.8rem;font-weight:700;line-height:1.4rem;border-radius:.7rem}ul.point2::after{content:'\f041';font-family:blogicon;position:absolute;top:calc(-1rem - 2px);left:.5em;display:inline-block;background:#df8182;color:#fff;font-size:1rem;line-height:2rem;width:2rem;text-align:center;border-radius:1rem}ul.point2 li{list-style-type:none;margin:0 0 .2em 1em;padding:0 0 0 1em}ul.point2 li::before{display:inline-block;font-family:blogicon;text-indent:-1em}ul.point2 li.good::before{content:'\f029';color:#4caf50}ul.point2 li.bad::before{content:'\f001';color:#f44336;transform:rotate(45deg);text-indent:0;margin:0 .2em 0 -1em}pre{font-family:Osaka-mono,"MS Gothic",monospace;font-size:13px}code{font-family:Osaka-mono,"MS Gothic",monospace}.zumen{display:inline-block;width:264px;color:#000;background-color:#fff;line-height:1.5;vertical-align:top;font-family:'游明朝','YuMincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS Mincho',serif}.zumen figcaption{font-size:14.5px;width:100%;white-space:nowrap;padding-top:1.5px;overflow:hidden;text-align:center;text-indent:-10px;text-overflow:ellipsis}pre.shogizumen{width:240px;margin:0;padding:0 0 0 24px;font-family:Osaka-mono,"MS Gothic",monospace;font-size:13px;line-height:1;min-height:220px}.szLastMove{font-weight:700}.zumen .szLastMove{font-family:'游ゴシック','YuGothic','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS Gothic',sans-serif;font-weight:700}.hdiv:after{content:".";display:block;height:0;clear:both;visibility:hidden}.page-archive .entry-thumb{background-size:cover}.note{border:3px double #ccc;padding:1em}.box1{padding:.5em 1em;margin:2em 0;font-weight:700;border:solid 3px #000}.box1 p{margin:0;padding:0}.box6{padding:.5em 1em;margin:2em 0;background:#f0f7ff;border:dashed 2px #5b8bd0}.box6 p{margin:0;padding:0}.show-button{display:inline-block;border:2px solid #000;border-radius:5px;padding:10px 15px;cursor:pointer}.show-button:hover{background:#000;color:#fff;transition:.3s}.hide-area{display:none}body{font-size:18px;font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;line-height:1.7;color:#222}ul.table-of-contents{width:400px;background:#eee;margin:0;paddong:15px 20px;border:solid 2px #999;border-radius:5px;list-style-type:decimal;list-style-position:inside;font-size:16px;line-height;2.2}ul.table-of-contents a:link,ul.table-of-contents a:visited{color:#000;text-decoration:none}ul.table-of-contents a:hover{color:red}ul.table-of-contents ul{list-style-type:disc;font-size:14px}ul.table-of-contents:before{content:" 目次 ";font-size:22px;font-weight:700}.entry-content blockquote{padding:20px 55px;background:rgba(245,245,245,.8);color:#222;position:relative;border:3px solid #444;padding:1.5em}.entry-content blockquote:before{color:rgba(200,200,200,1);font-family:serif;font-size:600%;left:0;line-height:1em;position:absolute;top:0}.entry-content blockquote:after{font-family:serif;position:absolute;bottom:0;right:0;font-size:600%;color:rgba(200,200,200,1);line-height:0}.entry-content h3{padding:4px 10px;color:#111;border-top:2px solid #2d70a4;border-bottom:2px solid #2d70a4}.entry-content h4{color:#3f3f3f;padding:10px 15px;border-bottom:3px solid #2d70a4}.entry-content h5{color:#3f3f3f;padding:10px 15px;border-bottom:3px dotted #2d70a4}.doublerec ul{padding:0;margin:0;list-style:none;font-size:0}.doublerec li{padding:0;margin:0;display:inline-block}.share-area{margin:20px 0}.share-button a{display:inline-block;width:52px;height:52px;padding:4px 0;line-height:18px;font-size:16px;font-weight:700;text-align:center;color:#fff;text-decoration:none;vertical-align:bottom;transition:all .4s;-webkit-box-sizing:border-box;box-sizing:border-box}.share-button a:hover{opacity:.6;transition:all .4s}.share-area .lg,.share-area i{font-size:24px}.share-button .hatena-bookmark-button .lg{font-size:32px}.share-button .hatena-bookmark-button{padding-top:1px;padding-bottom:6px}.share-button .twitter-button{padding-top:5px}.share-button .facebook-button .lg{font-size:27px;margin-top:-1px}.share-button .twitter-button .lg{font-size:27px}.share-area .small-text{font-size:11px}.share-area .fa-spin{font-size:8px;color:#fff}.share-button .hatena-bookmark-button{background:#00a4de}.share-button .facebook-button{background:#405ba7}.share-button .twitter-button{background:#55acee}.share-button .googleplus-button{background:#c53727}.share-button .pocket-button{background:#ee4256}.reader-button{width:300px;height:46px;margin-top:0;margin-bottom:20px}.reader-button-inner a{position:relative;display:table-cell;width:300px;height:46px;border-radius:4px;background-color:#ca5b5c;font-size:20px;font-weight:700;color:#fff;text-align:center;vertical-align:middle;box-shadow:0 2px 4px rgba(0,0,0,.4);text-decoration:none;transition:all .6s}.reader-button-inner a:hover{top:3px;box-shadow:none;transition:all .6s}#page-top{display:none;position:fixed;right:30px;bottom:30px;margin:0;padding:0;text-align:center}#move-page-top{color:#333;text-decoration:none;display:block;cursor:pointer}#move-page-top:hover{color:#009416}@media only screen and (min-width:1400px){#page-top{right:50%;margin-right:-650px}}.entry-title{font-weight:700;font-size:20px;padding:.75em 1em;border:1px solid #ccc;border-top:3px solid #2d70a4;background:-webkit-linear-gradient(top,#fff 0,#f0f0f0 100%);background:linear-gradient(to bottom,#fff 0,#f0f0f0 100%);box-shadow:0 -1px 0 rgba(255,255,255,1) inset}.hatena-fotolife{border:1px solid #000}.hatena-asin-detail a{color:#e47911}.hatena-asin-detail a:hover{color:#f90}.hatena-asin-detail{position:relative}.hatena-asin-detail>a,.hatena-asin-detail>div{position:relative;z-index:2}.hatena-asin-detail::before{color:#ddd;cursor:default;display:inline-block;font:36px/1 blogicon;vertical-align:middle;position:absolute;bottom:0;right:0;z-index:1}.page-index .date{position:absolute;top:0;left:0;z-index:5;background:#444;color:#fff;padding:1px 3px}.page-index .date a{color:#fff}.content-inner-follow-buttons{width:100%;text-align:center;margin-top:40px;letter-spacing:-.40em}.content-inner-follow-buttons .follow-title{letter-spacing:normal;width:100%;color:#666}.content-inner-follow-buttons a{display:inline-block;letter-spacing:normal;position:relative;width:30%;font-size:18px;text-align:center;text-decoration:none;padding:20px 0;margin:3px;overflow:hidden;z-index:2}.content-inner-follow-buttons a:hover{color:#fff;transition:all .3s}.content-inner-follow-buttons a:after{position:absolute;content:'';width:100%;height:100%;top:-100%;left:0;z-index:-1;transition:.2s}.content-inner-follow-buttons .inner-text{font-size:16px;padding-left:5px}.content-inner-follow-buttons .twitter{color:#55acee;border:1px solid #55acee;background:#fff}.content-inner-follow-buttons .twitter:hover:after{top:0;background:#55acee}.content-inner-follow-buttons .feedly{color:#6cc655;border:1px solid #6cc655;background:#fff}.content-inner-follow-buttons .feedly:hover:after{top:0;background:#6cc655}.sidebar-follow-buttons{width:100%;text-align:center;letter-spacing:-.40em}.sidebar-follow-buttons a{display:inline-block;letter-spacing:normal;position:relative;width:47%;font-size:18px;text-align:center;text-decoration:none;padding:6% 0;margin:1%;overflow:hidden;z-index:2}.sidebar-follow-buttons a:hover{color:#fff;transition:all .3s}.sidebar-follow-buttons a:after{position:absolute;content:'';width:100%;height:100%;top:-100%;left:0;z-index:-1;transition:.2s}.sidebar-follow-buttons .inner-text{font-size:16px;padding-left:5px}.sidebar-follow-buttons .hatena{color:#38393c;border:1px solid #38393c;background:#fff}.sidebar-follow-buttons .hatena:hover:after{top:0;background:#38393c}.sidebar-follow-buttons .twitter{color:#55acee;border:1px solid #55acee;background:#fff}.sidebar-follow-buttons .twitter:hover:after{top:0;background:#55acee}.sidebar-follow-buttons .feedly{color:#6cc655;border:1px solid #6cc655;background:#fff}.sidebar-follow-buttons .feedly:hover:after{top:0;background:#6cc655}.header_menu{width:100%;background-color:#3b63a6;border-bottom:2px solid #3b63a6;box-shadow:0 1px 3px 1px rgba(0,0,0,.4)}.header_menu .header_menu_list{width:100%;max-width:940px;margin:0 auto;padding:0;display:table;background-color:#3b63a6;list-style:none}.header_menu .header_menu_list li{text-align:center;display:table-cell;width:20%}.header_menu .header_menu_list li a{display:block;padding:8px;height:40px;color:#fff;font-size:14.5px;text-decoration:none;-webkit-box-sizing:border-box;box-sizing:border-box}.header_menu .header_menu_list li a:hover{background-color:#e0efff;color:#111;border-bottom:6px solid #2a83a2}@media(max-width:600px){.header_menu{display:none}}.booklink-box,.kaerebalink-box{border:2px solid #ccc;padding:20px;width:90%;max-width:680px;margin:0 auto}.booklink-image,.kaerebalink-image{width:20%;float:left}.booklink-image a img,.kaerebalink-image a img{width:100%}.booklink-info,.kaerebalink-info{width:70%;margin-left:2em;float:left}.booklink-name>a,.kaerebalink-name>a{font-size:16px;color:#256cc5;text-decoration:underline}.booklink-powered-date,.kaerebalink-powered-date{font-size:12px}.booklink-powered-date a,.kaerebalink-powered-date a{color:#256cc5;text-decoration:underline}.booklink-link2,.kaerebalink-link1{margin-top:1em}.booklink-link2 div,.kaerebalink-link1 div{margin-right:5px;margin-bottom:3px;text-align:center;float:left;width:30%}.booklink-link2 div:active,.kaerebalink-link1 div:active{border-top:3px solid #fff;margin-bottom:none;box-shadow:none}.booklink-link2 div a,.kaerebalink-link1 div a{color:#fff;text-decoration:none;font-weight:700;display:block;width:100%;height:40px;line-height:40px}.shoplinkamazon{background:#f90;box-shadow:0 3px #b16a00}.shoplinkamazon:hover{background:#ffb23f}.shoplinkkindle{background:#0079ba;box-shadow:0 3px #015684}.shoplinkkindle:hover{background:#2797d4}.shoplinkrakuten{background:#bf0000;box-shadow:0 3px #7b0101}.shoplinkrakuten:hover{background:#dc3939}.shoplinkkakakucom{background:#25388e;box-shadow:0 3px #081658}.shoplinkkakakucom:hover{background:#485cb7}.shoplinkyahoo{background:#750992;box-shadow:0 3px #3f0250}.shoplinkyahoo:hover{background:#8f0fb3}.booklink-footer{height:0;clear:left}.entry-content .emphasize-link a{display:block;position:relative;padding:14px 30px 14px 16px;border:2px solid #fff;color:#fff;text-decoration:none;background-color:#3156b9;box-shadow:0 2px 2px rgba(0,0,0,.4);-webkit-transition:all .3s;transition:all .3s;border-radius:6px}.entry-content .emphasize-link a::before{position:absolute;top:0;left:0;width:100%;height:50%;content:"";background-color:#fff;opacity:.1}.entry-content .emphasize-link a::after{position:absolute;top:50%;right:14px;margin-top:-10px;font-family:"blogicon";line-height:20px;content:"\f006"}.entry-content .emphasize-link a:hover{box-shadow:none;-webkit-transition:all .3s;transition:all .3s}#appreach-box{border-radius:5px;border:double 3px #ececec;margin-bottom:10px}.appreach-links{margin-bottom:10px}.appreach-footer{margin-bottom:0;line-height:0}.entry-content .l-fuki,.entry-content .r-fuki{position:relative;width:80%;box-sizing:border-box;-webkit-box-sizing:border-box;padding:20px;border-radius:6px;border:2px solid #999;box-shadow:1px 1px 5px #aaa;background-color:#fff;z-index:1}.entry-content .l-fuki{margin:20px 20% 40px 0}.entry-content .r-fuki{margin:20px 0 40px 19%}.entry-content .l-fuki::before,.entry-content .r-fuki::before{position:absolute;content:"";top:16px;width:10px;height:10px;border-right:2px solid #999;border-bottom:2px solid #999;background-color:#fff;z-index:2}.entry-content .l-fuki::before{right:-7px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.entry-content .r-fuki::before{left:-7px;transform:rotate(135deg);-webkit-transform:rotate(135deg)}.entry-content .l-fuki::after,.entry-content .r-fuki::after{position:absolute;content:"";width:80px;height:80px;top:-10px;border-radius:40px;border:3px solid #fff;background-size:cover;background-position:center center;background-repeat:no-repeat;box-shadow:1px 1px 5px #aaa}.entry-content .l-fuki::after{right:-110px}.entry-content .r-fuki::after{left:-110px}@media screen and (max-width:620px){.entry-content .l-fuki,.entry-content .r-fuki{width:70%}.entry-content .l-fuki{margin-right:30%}.entry-content .r-fuki{margin-left:30%}}@media screen and (max-width:478px){.entry-content .l-fuki::after,.entry-content .r-fuki::after{width:60px;height:60px;border-radius:30px}.entry-content .l-fuki::after{right:-84px}.entry-content .r-fuki::after{left:-84px}}.suimon::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/f/fg_fan7/20170527/20170527063817.jpg)}.miyashita::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/f/fg_fan7/20170527/20170527063818.png)}.svgban{display:inline-block;width:264px;line-height:1;vertical-align:top;border:1px solid #7f7f7f;height:auto;margin:1em 6px 1.5em!important}.svgban figcaption{font-size:14px;width:100%;white-space:nowrap;padding-top:2px;overflow:hidden;text-align:center;text-indent:-10px;text-overflow:ellipsis}.svgban svg{display:block}.svgban pre{white-space:pre;font-size:14px;line-height:1;font-family:"Osaka-等幅",Osaka-mono,"ＭＳ ゴシック","MS Gothic",monospace;margin:0;padding:10px 0 0;width:264px;height:210px;overflow:scroll}.small{width:240px}.small figcaption{text-indent:-10px}.small pre{width:240px;height:190px}.xsmall{width:216px}.xsmall figcaption{text-indent:-9px}.xsmall pre{font-size:11px;width:216px;height:170px}.xxsmall{width:168px}.xxsmall figcaption{text-indent:-7px}.xxsmall pre{font-size:9px;width:168px;height:130px}.large{width:288px}.large figcaption{text-indent:-12px}.large pre{width:288px;height:230px}.xlarge{width:312px}.xlarge figcaption{text-indent:-13px}.xlarge pre{width:312px;height:250px}.xxlarge{width:360px}.xxlarge figcaption{text-indent:-15px}.xxlarge pre{width:360px;height:290px}.page-index .hatena-star-add-button{display:none}.page-index .hatena-star-user{display:none}.page-index .hatena-star-star{display:none}.page-index .hatena-star-inner-count{display:none}.page-index .hatena-star-star-container{display:none}.customized-footer{display:-webkit-flex;display:flex;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}li.urllist-item.related-entries-item{margin:11px 0;padding:10px 10px 10px 0;background:#fff;border:solid 2px #e4e4e4}img.urllist-image.related-entries-image{width:140px;margin-top:-10px;margin-bottom:-10px;border-right:2px solid #e4e4e4}a.urllist-title-link.related-entries-title-link.urllist-title.related-entries-title{text-decoration:none;color:#525252;font-weight:700}a.urllist-title-link.related-entries-title-link.urllist-title.related-entries-title:hover{color:silver}.urllist-entry-body.related-entries-entry-body{color:#8f8f8f;font-size:13px;margin-top:3px}.urllist-date-link.related-entries-date-link{position:relative}.hatena-urllist .urllist-date-link a{display:inline-block;background:#bbe2f1;color:#000;line-height:1;padding:4px 5px;margin-bottom:3px;border-radius:4px;font-size:11px;font-style:normal;text-decoration:none}.hatena-module-related-entries .hatena-module-title{font-size:1.5rem}.page-index .entry-description{display:none}.page-index .archive-entries{display:flex;flex-wrap:wrap;justify-content:space-between}.page-index .archive-entry{flex:0 0 48%;position:relative;display:flex;border:2px solid silver;flex-direction:column}.page-index .archive-entry-header{order:2}.page-index .date{position:absolute;top:0;left:0;z-index:10}.page-index .categories{order:4;position:bottom;top:0;right:0;z-index:10}.page-index .entry-thumb-link{order:1;height:200px}.page-index .entry-thumb{width:100%;height:200px;background-position:center center;background-size:cover;background-repeat:none;position:absolute}.page-index .archive-entry-body{order:3}.page-index .entry-title{font-size:16px!important;padding:.5em 0 0}.page-archive .pager-next a:after,.page-category-category_name .pager-next a:after,.page-index .pager-next a:after{content:"≫"}.page-archive .pager-prev a:before{content:"≪"}.categories a{padding:3px 5px;background-color:#bbe2f1;color:#000;font-weight:700}.categories{margin:16px 0;font-size:90%}.categories a{text-decoration:none;border-radius:2px}.page-index .pager a{display:inline-block;background:#5492cf;color:#fff;padding:.5em .8em;border-radius:3px}.page-index .pager a:hover{background:#cde7f1;color:#333}.page-entry .pager span{display:block;width:48%;overflow:hidden;font-size:.9rem}.page-entry .pager .pager-prev{float:left;position:relative}.page-entry .pager .pager-prev::before{content:"≪ NEW";display:block;font-family:'Fjalla One';font-size:22px}.page-entry .pager .pager-next{float:right;text-align:right}.page-entry .pager .pager-next::before{content:"OLD ≫";display:block;font-family:'Fjalla One';font-size:22px;text-align:right}.page-entry .pager .pager-arrow{display:none}.hatena-module-category .hatena-urllist{display:table;width:100%}.hatena-module-category .hatena-urllist li{display:table-cell;margin-right:12px;float:left}.page-index a.entry-thumb-link .entry-thumb:hover{opacity:.7}.page-archive .archive-entries .entry-title{font-size:120%;margin:0}.page-archive .archive-entries .entry-title a:hover{opacity:.7;
/* ### 細いおすすめラベル ### */
.header-info {
  position: relative;
  max-width: 100%;
}
.header-info a {
      font-weight: bold;

	display: block;
	font-size: .9em;
	text-decoration: none;
	text-align: center;
	color: #111111;
	background: #222222;
	padding: 0.5em 1em;
	border-radius: 0px;
}
/*ヘッダー下おすすめ記事横スクロール */
.toprecommend-toptitle{
    background: #808080;
    text- align: center;
    	color: #fff;
    	margin-bottom:-1em;
    	padding-top:1em;
    	    font-weight: bold;/*文字*/
}

.toprecommend {
    background: #808080;
    width: 100%;/* コンテンツ幅と合わせる */
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    margin: 0em auto;
    text-align:center;
    padding-bottom:2em;
    margin-bottom:2em;
}
.toprecommend-box {
    width: 24%;
    height: 250px; 
    padding: 8px;
    margin-left: 1em;
	background: #fff;
    box-sizing: border-box;
    margin: 2em 0.5em;
    border-radius: 3px;
}
.last-box {
   margin-right:1em;
}
.toprecommend-image img {
 width: 100%;
  height: 180px;
object-fit: cover; 
}
.toprecommend-boxtitle a {
    display: block;
     color:#555;
    font-size: 85%;
    font-weight: bold;
    text-decoration:none;"
    line-height: 1.5!important;
}
    
    
}
.page-entry .toprecommend-container,.page-entry .toprecommend-toptitle,.page-archive-category .toprecommend-container,.page-archive-category .toprecommend-toptitle
{
    display:none;
}

/* パソコン */
@media screen and (max-width: 1100px) {
    .toprecommend-image img {
 width: 100%;
  height: 150px;
object-fit: cover;    
}
}

/* タブレット・スマートフォン向け */
@media screen and (max-width: 768px) {
.toprecommend {
	flex-wrap: wrap;
	justify-content: space-between;
	padding:1em;
}

.toprecommend-box {
 width: 100%;
 height: 150px;
 margin:0.5em auto;
}

.toprecommend-box:nth-child(2n) {
    margin-right:0.5em;
}
.toprecommend-image img {
    width: 100%;
    height: 85px;
    padding:0;
  object-fit: cover; 
}


.toprecommend-boxtitle a{
    font-size:75%; 
}