/* <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=42f79471deb2125a73b7c416e7e81d) 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=42f79471deb2125a73b7c416e7e81d) 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> */

/* <system section="background" selected="undefined"> */

/* </system> */
#title{
    font-family: "Nico Moji";
 
}
/**

/* ブログタイトル */

#blog-title {
    background-image: url(https://lh3.googleusercontent.com/-ck8cJRgUvng/W5vdx5YpQcI/AAAAAAABxxk/Q_gkvcD3MI8tz3LxLqaPE223dZM-DdHSACE0YBhgL/s1024/DSC05743.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* ### ブログタイトルの文字色 ### */
#title a{
text-shadow: 2px 2px #4169e1;
color: #ffffff !important; 
}
/* ### ブログ説明の文字色 ### */
#blog-description{
text-shadow: 2px 2px #4169e1;
color: #ffffff !important;  
}

/* ブログタイトルここまで */


#menu {
 position: relative;
 width: 100%;
 padding-left: 0px;
 height: 40px;
 background: #343838;/*グローバルメニュー背景色*/
}
.menu-inner{
 width: 968px;
 margin: 0 auto;
 height: 40px;
}
#menu li {
 list-style-type: none;
 float: left;
 height: 40px;
 text-align: left;
}
#menu li a {
 padding-left: 15px;
 padding-right: 15px;
 display: block;
 color: #ffffff;/*グローバルメニュー文字色*/
 font-size: 80%;
 font-weight: bold;
 line-height: 40px;
}
#menu li:hover a {
 color: #00DFFC;
 background: #ffffff;
 transition: all .5s;
}

.menu-toggle{
 display: none;
} 

/*パソコン１カラム*/
@media screen and (max-width:968px){
    .menu-inner{
        width: 768px;
    }
}

/*タブレット*/
@media screen and (max-width:768px){
 #top-editarea{
  height: initial;
  background: #343838;/*MENU背景色*/
  text-align: right;/*MENUの文字の位置*/
  width: 100%;
 }
 .menu-toggle{
  color: #ffffff;/*MENUの文字色*/
  display: inline-block;
  padding: 5px;
  margin: 3px;
 }
 #menu {
  width: 100%;
  display: none;
  height: initial;
  padding: 0;
  margin: 0;
  
 }
 .menu-inner{
  width: 100%;
  height: initial;
  position: static;
  margin: 0;
 }
 #menu li{
  float: none;
  height: 35px;
  width: 100%;
  list-style-type: none;
  background: #00DFFC;/*リスト文字の背景色*/
  margin: 0 auto;
  text-align: left;/*リストの文字の位置*/
 }
 #menu li a {
  height: initial;
  color: #343838;/*リスト文字色*/
  display: block;
 }
 #menu li:hover a{
  color: initial;
  background: initial;
 }
}

/*
 * 読者になるボタン
 */
/*共通の読者ボタンの設定*/
.hatena-follow-button {
font-size:15px;                /*文字の大きさ*/
border: 0px !important;        /*枠線なし*/
width: 100px;                  /*ボタンの横幅*/
height: 30px;                  /*ボタンの縦幅*/
text-align: center;            /*文字を左右の中心に*/
vertical-align: middle;        /*文字を上下の中心に*/
padding: 4px 10px !important;  /*上下に4px 左右に10pxの隙間*/
}
/*読者の人 通常時*/
.hatena-follow-button.subscribing {
box-shadow: 0 2px 4px rgba(0,0,0,.4);   /*影をつける*/
background-color:white;                 /*ボタンの色*/
border: 1.2px solid #a9a9a9 !important; /*薄く枠線を描いてあります*/
}
/*読者の人 マウスを重ねたとき*/
.hatena-follow-button.subscribing.hover {
width:100px;                  /*調整のためいれてます*/
top: 2px;                     /*ボタンを下げる*/
box-shadow: none;             /*影をなくす*/
}
/*読者じゃない人 通常時*/
.hatena-follow-button.unsubscribing {
color:white !important;                /*文字の色*/
background: #4169e1;                   /*ボタンの色*/
box-shadow: 0 2px 4px rgba(0,0,0,.4);  /*影をつける*/
}
/*読者じゃない人 マウスを重ねたとき*/
.hatena-follow-button.unsubscribing.hover{
background: :#4169e1;         /*ボタンの色*/
color : white !important;     /*文字の色*/
margin-top: 2px;              /*ボタンを下げる*/
box-shadow: none;             /*影をなくす*/
}
.hatena-follow-button-box .subscription-count-box {
margin: 0 0 0 6px!important;
top:-2px;
}
/*読者人数の部分*/
.hatena-follow-button-box .subscription-count {
height: 26px;
line-height: 26px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:1px 10px 1px 10px;
}

/* サイドバーのカテゴリーをカスタマイズ */
.hatena-module-category .hatena-module-body ul.hatena-urllist li {
    float: left; /* 右に寄せたければright */
}

.hatena-module-category .hatena-module-body ul.hatena-urllist li a{
    margin: 0 5px 5px;
    color: #696969; /* 文字色 */
    border-radius: 5px; /* 角を丸めます。エッジを効かせたい場合はこの行丸ごと削除してください */
    padding: 5px;
    background-color: #f5f5f5; /* 背景色 */
    text-decoration: none;
}

.hatena-module {
    clear: both;
    overflow: hidden;
}
div.hatena-module-category div.hatena-module-body ul li:hover {
    background-color: #58ACFA; /* お好きな色に */
}


/* 記事一覧カテゴリーカスタマイズ */
.page-archive .categories a {
    color: #848484;
    font-size: 68%;
    background: #F2F2F2;
    padding: 2px 5px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    margin-right: 2px;
    font-weight: bold;
}
.categories a:hover {
  color: #ffffff; /* ホバー時の文字色 */
  background-color: #58ACFA; /* ホバー時の背景色 */
}


.entry-content p { margin:0}

/* 勝手につくキーワードリンクを消す */

a.keyword {

    border: 0 !important;

    text-decoration: none !important;

    pointer-events: none !important;

    cursor: default;

    color: #5A5A5A;

}



/* ページトップへ戻るボタン */
#pagetop {
    position:fixed;
    bottom:10px;
    right:10px;
    padding:10px 20px;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    background:#A4A4A4;
}

/* ページトップへ戻るボタン：ホバー時 */
#pagetop:hover {
    background:#58ACFA;
}

/* 吹き出しのCSS　*/
.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;
	}
}
.ginsan::after {background-image:url(https://lh3.googleusercontent.com/-OPdP_hO_G4Q/WnSMC2FO_LI/AAAAAAABleQ/KHYlXl1q1T8mxvSRh230Qj0s_GQyO9IyQCE0YBhgL/s1024/%25E9%258A%2580%25E3%2581%2595%25E3%2582%2593.jpg);}
.sinpachi::after {background-image:url(https://lh3.googleusercontent.com/-o4wNHF356oo/WnSMC_tJlzI/AAAAAAABleQ/JE2-RhX9dXI98gXaHjCGLMcBh8q1PNDcgCE0YBhgL/s1024/%25E6%2596%25B0%25E5%2585%25AB.jpg);}
.nanja::after {background-image:url(https://lh3.googleusercontent.com/-u9HTFj3ITyg/W5wAz9D8RQI/AAAAAAABxxs/TDQJs-adH1wkoPZ4tWgoa5v8jB979LyPQCE0YBhgL/s1024/nannja.jpg);}
.nyaru1::after {background-image:url(https://lh3.googleusercontent.com/-sqR1IVy7NIo/WjZqXvOJCTI/AAAAAAABwlo/lTzVg6R3sfcpsRJZ8CNN24IjmElWc8XuACE0YBhgL/s1024/nyarupechi.jpg);}
.nyaru2::after {background-image:url(https://lh3.googleusercontent.com/-fOK7GQEWEbY/WjckaHulkmI/AAAAAAABkiQ/B9YD1-PmrB4f-tevW0Mpe8qx4uAbQQeWQCE0YBhgL/s1024/nyarupechi%2B2.jpg);} 
.okan1::after {background-image:url(https://lh3.googleusercontent.com/-XPukxSNnAwg/Wkacowafu9I/AAAAAAABkqM/Nc7LKFri0B4Oj8i_hf_z9i8HUDOObnDnQCE0YBhgL/s1024/okan.jpg);}
.okan2::after {background-image:url(https://lh3.googleusercontent.com/-lWhLC7L2hH0/WkacozcMeFI/AAAAAAABkqM/y585lgrBLq0vOTZT-UkNec9LGelHYzwKQCE0YBhgL/s1024/okan2.jpg);} 
.s1::after {background-image:url(https://lh3.googleusercontent.com/-22i42omn0kY/WnBg627q63I/AAAAAAABlac/2DcXJtdpXmY4KRfts9rjMipAh4qDADRSgCE0YBhgL/s1024/sl.jpg);}
.s2::after {background-image:url(https://lh3.googleusercontent.com/-k1l7e75je5g/WnBgyE_wKFI/AAAAAAABlac/832k6EDL4c0OZPeBHli6Kn1Sh3jvpNT1wCE0YBhgL/s1024/sr.jpg);}
.nyat1::after {background-image:url(https://lh3.googleusercontent.com/-7RmyWjwaZY0/Wki9nD615zI/AAAAAAABks8/zfydi2KiTj0vdu5wQ5tdYs6vErUOhUkowCE0YBhgL/s1024/nyarupechi_tel.jpg);}
.nyat2::after {background-image:url(https://lh3.googleusercontent.com/-kz57KJ_EcoU/WmHq3Nq3hSI/AAAAAAABk2c/RTv273U0YyIWzy-Se3-ECBj1oICQ9QZrwCE0YBhgL/s1024/nyarupechi_tel2.jpg);}
.st1::after {background-image:url(https://lh3.googleusercontent.com/-9zCMAvYE7ec/WnPetgYTS3I/AAAAAAABlck/LAA1lNuWKNwzRavX-t0pfPgq96UohHT1wCE0YBhgL/s1024/sl_tel.jpg);}
.st2::after {background-image:url(https://lh3.googleusercontent.com/-JOVZ1hm1tiA/WnPetlYBN6I/AAAAAAABlck/eBpCNPRtCaYrNxPI8XnV7mNeyMxm3Im8ACE0YBhgL/s1024/sr_tel.jpg);}
.nyam::after {background-image:url(https://lh3.googleusercontent.com/-HLshIbFcp6Q/WnUZ_oEtp0I/AAAAAAABlfU/oyNmhZehA1YCX94hCntzNbvlzT5DP_jVQCE0YBhgL/s1024/nyarupechim.jpg);}
.watensyu::after {background-image:url(https://lh3.googleusercontent.com/-0iQOENK10t4/WnUfpqCR5PI/AAAAAAABlfs/5h_4EYTVIQYs7nKKyjdEkip1XyyAGnXugCE0YBhgL/s1024/%25E5%2592%258C%25E9%25A3%259F%25E3%2581%25AE%25E5%25A4%25A7%25E5%25B0%2586.jpeg);}
.w_ress::after {background-image:url(https://lh3.googleusercontent.com/-8KMXsN2Cqpk/Wjd3LeRZyrI/AAAAAAABkjQ/xx894laTGAoX_oRAZiSZGBZZViFYUkHBgCE0YBhgL/s1024/%25E5%25A5%25B3%25E6%2580%25A7%25E3%2581%25AE%25E4%25BA%25BA%25E7%2589%25A9%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B3.jpeg);}
.master::after {background-image:url(https://lh3.googleusercontent.com/-0-30HkV4KxE/WjcgEW7oD6I/AAAAAAABkhs/oL5ADTpr_pY1jqUo3h4ehiUWG8EV1baRQCE0YBhgL/s1024/%25E3%2582%25AB%25E3%2582%25B8%25E3%2583%258E%25E3%2583%2587%25E3%2582%25A3%25E3%2583%25BC%25E3%2583%25A9%25E3%2583%25BC%25E3%2581%25AE%25E3%2583%2595%25E3%2583%25AA%25E3%2583%25BC%25E7%25B4%25A0%25E6%259D%25901.jpeg);}
.master::after {background-image:url(https://lh3.googleusercontent.com/-0-30HkV4KxE/WjcgEW7oD6I/AAAAAAABkhs/oL5ADTpr_pY1jqUo3h4ehiUWG8EV1baRQCE0YBhgL/s1024/%25E3%2582%25AB%25E3%2582%25B8%25E3%2583%258E%25E3%2583%2587%25E3%2582%25A3%25E3%2583%25BC%25E3%2583%25A9%25E3%2583%25BC%25E3%2581%25AE%25E3%2583%2595%25E3%2583%25AA%25E3%2583%25BC%25E7%25B4%25A0%25E6%259D%25901.jpeg);}
.okami::after {background-image:url(https://lh3.googleusercontent.com/-PyAqEmamCiM/WlHcsjk1VaI/AAAAAAABkx0/50RNoeaoPFkUH4C6ZOOoQrDxP4PpNxFrQCE0YBhgL/s1024/%25E5%25A5%25B3%25E6%2580%25A7%25E3%2581%25AE%25E4%25BA%25BA%25E7%2589%25A9%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B3%25E7%25B4%25A0%25E6%259D%2590%2B%25E3%2581%259D%25E3%2581%25AE2.jpeg);}
.w_master::after {background-image:url(https://lh3.googleusercontent.com/-bP1-eablafI/WjcnVhPNVaI/AAAAAAABkig/hOE4y34sBQkLXX2RnbhG_aWQjw3jRIbiQCE0YBhgL/s1024/%25E3%2582%25AB%25E3%2582%25B8%25E3%2583%258E%25E3%2583%2587%25E3%2582%25A3%25E3%2583%25BC%25E3%2583%25A9%25E3%2583%25BC%25E3%2581%25AE%25E3%2582%25A4%25E3%2583%25A9%25E3%2582%25B9%25E3%2583%25882.jpeg);}
.taxy::after {background-image:url(https://lh3.googleusercontent.com/-A_87uhrluUg/WnXZRi2jIXI/AAAAAAABlhQ/bhkFOyLoC7coXDKZOkVAFPWtPr_Q7CoRQCE0YBhgL/s1024/taxi.jpg);}
.suits::after {background-image:url(https://lh3.googleusercontent.com/-IgYUBHCCIOk/WnXfulgKSJI/AAAAAAABlho/mqm2QlDaIYUd3ohhKCW0Ol7nng6yqzCFQCE0YBhgL/s1024/%25E4%25BA%25BA%25E7%2589%25A9%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B3.jpeg);}
.man1::after {background-image:url(https://lh3.googleusercontent.com/-RFmRnlW0BjM/WkiVSs0Xt7I/AAAAAAABkrE/s3K2CnGSB4QWAOJblExBYW1A6rx4b7jogCE0YBhgL/s1024/%25E3%2582%25B9%25E3%2582%25BF%25E3%2583%25B3%25E3%2583%2580%25E3%2583%25BC%25E3%2583%2589%25E3%2581%25AA%25E4%25BA%25BA%25E3%2581%25AE%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B3%25E7%25B4%25A0%25E6%259D%2590.jpeg);}
.mant::after {background-image:url(https://lh3.googleusercontent.com/-x4Etpos2aJY/Wng3Ot4vq5I/AAAAAAABlig/DdsSRco-Ga4wS4KiAg2p5PTlrlZZ9WjdQCE0YBhgL/s1024/man_T.jpg);}
.woman::after {background-image:url(https://lh3.googleusercontent.com/-tHIrGLY0QAg/WlHcsuGPchI/AAAAAAABkx0/dNtwPMlqP8sbga8gTqqfUxtiGQgviFAFgCE0YBhgL/s1024/%25E5%25A5%25B3%25E6%2580%25A7%25E3%2581%25AE%25E8%25BC%25AA%25E9%2583%25AD%25E3%2582%25A4%25E3%2583%25A9%25E3%2582%25B9%25E3%2583%2588.jpeg);}
.oldM::after {background-image:url(https://lh3.googleusercontent.com/-PeXjKkmC0Fk/WlCHtmwzEII/AAAAAAABkwo/E-BxV1AiZ5UK1FRJdIbNHw-m_QxJT_JLgCE0YBhgL/s1024/%25E3%2581%258A%25E3%2581%2598%25E3%2581%2584%25E3%2581%25A1%25E3%2582%2583%25E3%2582%2593%25E3%2581%25AE%25E3%2583%2595%25E3%2583%25AA%25E3%2583%25BC%25E3%2582%25A4%25E3%2583%25A9%25E3%2582%25B9%25E3%2583%25881%2B%25281%2529.jpeg);}
.galA::after {background-image:url(https://lh3.googleusercontent.com/-VyqaHrx4S94/WpRqJzOe4XI/AAAAAAABm6Y/aJmzy91yWL0HUNcrInAeEsWeCPAj7iZJQCE0YBhgL/s1024/%25E3%2581%258A%25E5%25AC%25A2%25E6%25A7%2598%25E3%2581%25AE%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B3.jpeg);}
.galB::after {background-image:url(https://lh3.googleusercontent.com/-09IvBVXbQxY/Wl9Q6w_yu4I/AAAAAAABk1g/UIEqg--RBTAMV9H2P9piRpAdBGbQQwi_ACE0YBhgL/s1024/%25E3%2582%25AD%25E3%2583%25A3%25E3%2583%25AA%25E3%2582%25A2%25E3%2582%25A6%25E3%2583%25BC%25E3%2583%259E%25E3%2583%25B3%25E3%2581%25AE%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B33.jpeg);}
.galC::after {background-image:url(https://lh3.googleusercontent.com/-96IGwlidao4/WpRqRKF4NDI/AAAAAAABm6Y/MLSqkF7ou6QSl0Z04FQC7WgMjjFwdukFgCE0YBhgL/s1024/OL%25E9%25A2%25A8%25E3%2581%25AE%25E4%25BA%25BA%25E7%2589%25A9%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B3%2B%25281%2529.jpeg);}
.polis::after {background-image:url(https://lh3.googleusercontent.com/-UH8aBOPZVVI/WnXZRqrv2JI/AAAAAAABlhQ/pLeUDAXkDfoczzsGnY-8CEZXW5AtxticQCE0YBhgL/s1024/police.jpg);}
.k1::after {background-image:url(https://lh3.googleusercontent.com/-_ZBLjm3hmCo/WmH81W_x33I/AAAAAAABk3A/pw5NC1Lfh9YzCbX4xH6_AWCvpjs_ZHGkACE0YBhgL/s1024/kk.jpg);}
.k2::after {background-image:url(https://lh3.googleusercontent.com/-GUczMr2aKAg/WmH81T5asTI/AAAAAAABk3A/9JxDtFsx03ANWB0jtnYdKW8mcVM9EsrPQCE0YBhgL/s1024/kk2.jpg);}
.mikoA::after {background-image:url(https://lh3.googleusercontent.com/-mD6zfv1vzMo/WkxPD8aM2PI/AAAAAAABkuI/UiYjMYzFsOYWgVzWP5iQT9Wrrhxqy7d5QCE0YBhgL/s1024/40584.jpg);}
.mikoB::after {background-image:url(https://lh3.googleusercontent.com/-WAhhSnxQ8mk/Wk2qICjPG8I/AAAAAAABkvY/nFwS1pZHVMYqtYIu0_yLWSUw7MeZb_kUgCE0YBhgL/s1024/40585.jpg);}
.juusyoku::after {background-image:url(https://lh3.googleusercontent.com/-tOVragclQqo/WjZg372AbPI/AAAAAAABkcE/-mj9lW8LIlkNRSBqO1E1pnUDeJSYuf71ACE0YBhgL/s1024/%25E3%2581%258A%25E5%259D%258A%25E3%2581%2595%25E3%2582%2593%25E3%2581%25AE%25E3%2582%25A4%25E3%2583%25A9%25E3%2582%25B9%25E3%2583%2588.jpeg);}
.porunarefu::after {background-image:url(https://lh3.googleusercontent.com/-XKxqGZggPiU/WtkyH3I1SrI/AAAAAAABp_I/OxHoeVpSag4PNaDSBgW9vLbwnaxznIqWQCE0YBhgL/s1024/porunarefu.jpg);}
.hotoke::after {background-image:url(https://lh3.googleusercontent.com/-gnFbCxa4JeI/Wj8BaRoGrzI/AAAAAAABknw/pUopKgwZYYswLeEOjR3M4Oq5ux2pzeQOwCE0YBhgL/s1024/%25E5%25A5%2588%25E8%2589%25AF%25E3%2581%25AE%25E5%25A4%25A7%25E4%25BB%258F%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B31.jpeg);}
.ukyou::after {background-image:url(https://lh3.googleusercontent.com/-YkFqhbbrrMw/W7C654bILbI/AAAAAAAByS0/KRREABI94dQvkCWipUakDJCj6f0cWrm8ACE0YBhgL/s1024/ukyou.jpg);}
.yukawa::after {background-image:url(https://lh3.googleusercontent.com/-Khu3z5eeOeo/Wok1o5xnxmI/AAAAAAABmUw/uFZyMobFjf8Na6BZMEDY6ivK9WAFg82NwCE0YBhgL/s1024/yukawa.jpg);}
.speaker::after {background-image:url(https://lh3.googleusercontent.com/-aBTvzfmV4GE/WnUXvbq3sUI/AAAAAAABle0/hn6IUOrfgwUgK5BuGMxJcIIf49tXX1koQCE0YBhgL/s1024/%25E5%258F%25AF%25E6%2584%259B%25E3%2581%2584%25E3%2582%25B9%25E3%2583%2594%25E3%2583%25BC%25E3%2582%25AB%25E3%2583%25BC%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B3.jpeg);}
.man::after {background-image:url(https://lh3.googleusercontent.com/-ofw40ISgrr4/WlETGHXTdVI/AAAAAAABkxM/kZSRRyuJfh0sdR1tdrL_-PR2cEHKgIXNACE0YBhgL/s1024/%25E7%2599%25BB%25E9%258C%25B2%25E3%2581%25AE%25E3%2583%2594%25E3%2582%25AF%25E3%2583%2588%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B32.jpeg);}
.kt1::after {background-image:url(https://lh3.googleusercontent.com/-qHfgAyiJLuY/WowWPBZnv7I/AAAAAAABmVo/Yp9tWKAHZJ0R9nP3csyzyAQQl3Bt-mu1QCE0YBhgL/s1024/ktell.jpg);}
.kt2::after {background-image:url(https://lh3.googleusercontent.com/-33TUaIu_K34/WowWPDhHLcI/AAAAAAABmVo/5ZJXeW6VknwMT3S64ro9oMqqwXuoX12CACE0YBhgL/s1024/ktelr.jpg);}
.hyakusiki::after {background-image:url(https://lh3.googleusercontent.com/-DoHFOLsce9Q/Wo5ExakEJnI/AAAAAAABmZo/p-3lpzdl__4qECzlT8pZE8dma8trdnrVQCE0YBhgL/s1024/100siki.jpg);}
.sagyouin::after {background-image:url(https://lh3.googleusercontent.com/-GwyLOoFtGxk/WpFRZcVwwWI/AAAAAAABm2E/Au7nsp7Qs0Eyu8keMgTOH58bSp7criZ-QCE0YBhgL/s1024/%25E5%25B7%25A5%25E4%25BA%258B%25E3%2581%25AE%25E4%25BD%259C%25E6%25A5%25AD%25E5%2593%25A1%25E3%2581%25AE%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B3.jpeg);}
.oguri::after {background-image:url(https://lh3.googleusercontent.com/-3K37u0seNJg/WpKdRc-5qzI/AAAAAAABm3A/plycElLi_9sSnrmQj5RX4BKvm-Tq3QWRACE0YBhgL/s1024/ogurisyun.jpg);}
.hino::after {background-image:url(https://lh3.googleusercontent.com/-GwxBjych3q8/WpKqgAlnLOI/AAAAAAABm3g/0W-jgdY74t82r4XAwi4VqSA15pmyGjmZACE0YBhgL/s1024/touchako.jpg);}
.giren::after {background-image:url(https://lh3.googleusercontent.com/-AfwiWGZwrTg/WpL2cJ3F7rI/AAAAAAABm4I/18S6XczbcEIOu5TKQ2gsL1sI8Rk9nzl4gCE0YBhgL/s1024/giren.jpg);}
.abarennbou::after {background-image:url(https://lh3.googleusercontent.com/-JwkC87l8O-I/WpN9qrLKMYI/AAAAAAABm5A/MbKJJvwiw5wF72ESOXNDfw4Ft98XpFPdACE0YBhgL/s1024/abarenbou.jpg);}
.bouzut::after {background-image:url(https://lh3.googleusercontent.com/-7xAauaZu7nQ/WpOLus0HNsI/AAAAAAABm5g/JTicucbJrE8RaJPTrRTfPQYJAJdx6og0QCE0YBhgL/s1024/bouzutel.jpg);}
.woman2::after {background-image:url(https://lh3.googleusercontent.com/-0Vpkg0rNCDY/WkifndIf_-I/AAAAAAABkr0/pSa69hRLG9oBYEvCvKm-lWjiHriciQaMACE0YBhgL/s1024/%25E3%2582%25AD%25E3%2583%25A3%25E3%2583%25AA%25E3%2582%25A2%25E3%2582%25A6%25E3%2583%25BC%25E3%2583%259E%25E3%2583%25B3%25E3%2581%25AE%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B32.jpeg);}
.tairant::after {background-image:url(https://lh3.googleusercontent.com/-T8lAPlZRxm4/Wph1TdkMQ5I/AAAAAAABm7Y/uIXCqys8jxoeiq384kxI27UfPeEIqronACE0YBhgL/s1024/Tyrant_transparent.png);}
.kakashi::after {background-image:url(https://lh3.googleusercontent.com/-2G7UE2wib4w/Wph1UQTawhI/AAAAAAABm7Y/OLYdY_Xp_Q8FCcGK7mth5XE7uUzWCL9swCE0YBhgL/s1024/images.jpg);}
.tengaron::after {background-image:url(https://lh3.googleusercontent.com/-zB_tqwCtuvk/WpuFYkZAYLI/AAAAAAABm80/-qK5nQKNqNwmCrCNfQQ2FG36IfT7e_nRACE0YBhgL/s1024/tengaron.jpg);}
.amuro::after {background-image:url(https://lh3.googleusercontent.com/-tt4JCyyX3uA/WnQFkUT0ZLI/AAAAAAABldE/G8ZMo5vM_t002qofOXbar4W8Flu-pCaqgCE0YBhgL/s1024/amuro.jpg);}
.kimono::after {background-image:url(https://lh3.googleusercontent.com/-XVQUmqnG3Vg/WlHcsgr_lBI/AAAAAAABkx0/uZnZ3WL5bG0w_CC9Z507JsZj9pRGKT-kgCE0YBhgL/s1024/%25E5%25A5%25B3%25E6%2580%25A7%25E3%2581%25AE%25E4%25BA%25BA%25E7%2589%25A9%25E3%2581%25AE%25E7%2584%25A1%25E6%2596%2599%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B3%25E7%25B4%25A0%25E6%259D%2590.jpeg);}
.t1::after {background-image:url(https://lh3.googleusercontent.com/-EbyKyfzepR0/WlpE42vQx2I/AAAAAAABkzo/gEJaXMY4EgEGfyPqPNToyEt63lZr2D5lQCE0YBhgL/s1024/k.jpg);}
.t2::after {background-image:url(https://lh3.googleusercontent.com/-0O0Y3V6YS0o/WlpE4_Q6PdI/AAAAAAABkzo/fFdM0RkhTqExiKBzKaOOqtbiecyFFNu7QCE0YBhgL/s1024/k_2.jpg);}
.syaa::after {background-image:url(https://lh3.googleusercontent.com/-F-14SROyjD8/XAvf0KgpUNI/AAAAAAABy-0/93VGY9FHbwc03HW99QgdPMRQkPNnrZ5yACE0YBhgL/s1024/syaa.jpg);}
.oldw::after {background-image:url(https://lh3.googleusercontent.com/-MInVDhMNqh0/WlBv6VG3DNI/AAAAAAABkwI/jdJ57M2kQM48uLWHb1U2Sm2lYf2zBmhSACE0YBhgL/s1024/%25E3%2581%258A%25E3%2581%25B0%25E3%2581%2582%25E3%2581%25A1%25E3%2582%2583%25E3%2582%2593%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B31.jpeg);}
.bike::after {background-image:url(https://lh3.googleusercontent.com/-XiBthzOgIRs/WkjDLkGeV2I/AAAAAAABktg/91oM9EHVYw89TRIhreNxzGyQ9wBNHPkGACE0YBhgL/s1024/%25E3%2583%25AD%25E3%2583%25BC%25E3%2583%2589%25E3%2583%25AC%25E3%2583%25BC%25E3%2582%25B5%25E3%2583%25BC%25E3%2581%25AE%25E7%2584%25A1%25E6%2596%2599%25E7%25B4%25A0%25E6%259D%25902.jpeg);}
.toranoana::after {background-image:url(https://lh3.googleusercontent.com/-9dMQDj9YIlE/WkCfkL4kuLI/AAAAAAABkpc/rQmNFNnafqAPdPRDu7DjP7B06XQly7_FgCE0YBhgL/s1024/toranoana.jpg);}
.kannnusi::after {background-image:url(https://lh3.googleusercontent.com/-9dsOSYPpuu8/Wj0IrweHUmI/AAAAAAABknA/-swO6oMbtQsE1jXU3DoBuiiSJsyYM8x_ACE0YBhgL/s1024/%25E5%25B9%25B3%25E5%25AE%2589%25E8%25B2%25B4%25E6%2597%258F%25E3%2580%2581%25E7%25A5%259E%25E4%25B8%25BB%25E3%2580%2581%25E8%25A1%258C%25E4%25BA%258B%25E3%2581%25AE%25E3%2582%25A2%25E3%2582%25A4%25E3%2582%25B3%25E3%2583%25B3.jpeg);}
.pethiko1::after {background-image:url(https://lh3.googleusercontent.com/-W5amM0YavXw/WnR1VpGHKzI/AAAAAAABlds/GitJRk3dWQ4n1kn5gqZH32iIewKrrONbgCE0YBhgL/s1024/anel.jpg);}
.pethiko2::after {background-image:url(https://lh3.googleusercontent.com/-e94eXqYdS_A/WnR1VpP_YsI/AAAAAAABlds/nh9xiYP1VjA7tWkKIOdL3U_ENje_dyrkgCE0YBhgL/s1024/aner.jpg);}
.porimar::after {background-image:url(https://lh3.googleusercontent.com/-3Jacbh64lnI/WriRc7RWMmI/AAAAAAABogc/vyEk4SYpuooXOerB2jXYUgsm0_5mArqjQCE0YBhgL/s1024/porima-.jpg);}
.cook::after {background-image:url(https://lh3.googleusercontent.com/-4GKrh7-zuGY/XdkpMxJrcDI/AAAAAAAB2uE/l0msKiPxJSshBM7Em54fzHWRyDdp21W4ACE0YBhgL/s1024/ck.PNG);}
.baiman::after {background-image:url(https://lh3.googleusercontent.com/-dXsx9JQdkME/XgcFDwA0_QI/AAAAAAAB274/AIorA4nh-iMhGfe6u6w4OK2O9dtRaJ1FACE0YBhgL/s1200/baiman.PNG);}
.guregoru::after {background-image:url(https://lh3.googleusercontent.com/-O2i8MC0KQfE/XgcFD4YJWoI/AAAAAAAB274/zn16wWLVniQe-xdqVqsrTWpjKPnCbaPHACE0YBhgL/s1200/guregoru.PNG);}
.muza::after {background-image:url(https://lh3.googleusercontent.com/-6dzD84HEDJ4/XgcFD_k5M8I/AAAAAAAB274/1oZxM2k0SKwpdFh9tg0S_41lkedw-z4PACE0YBhgL/s1200/muza.PNG);}
.kiriko::after {background-image:url(https://lh3.googleusercontent.com/-6_SCFPwImug/XgcFD_krHWI/AAAAAAAB274/0rSAMH7Xux8FaanUxMC2zeGtr9jKNitTgCE0YBhgL/s1200/kiriko.PNG);}