/* <system section="theme" selected="17391345971647514061"> */
/*
  Theme: comfort
  Author: taku
  Description:
  カード型デザインのレスポンシブテーマです。
  Responsive: yes
 */

/* <system section="background" selected="undefined"> */

/* </system> */
@charset "utf-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {

  margin: 0;
}
article,
aside,
details,
figcaption,urllist-image-link related-entries-image-link
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}


button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix {
  display: block;
  *zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Mplus 1p', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #454545;
  /*デフォルトの背景色変更が利くように、background-colorは指定しない*/
}

p {
    font-family: "Noto Sans Japanese";
}

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 #dddddd;
  color: #454545;
}

/* Buttons */

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}

.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}

.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}

/* ヘッダ（グローバルヘッダ）

  グローバルヘッダの中はiframeですが、

  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。

*/

#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* container */

#container {
    margin-bottom: 30px;
    padding-top: 37px;
}

#container #content {
  display: block;
  max-width: 1000px; /*タイトルとメニューを除いた部分の幅*/
  width: 100%;
  margin-top: 20px; /*一番上の余白*/
  margin-left: auto;
  margin-right: auto;
  *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: 70%;
  padding: 0 20px;
  box-sizing: border-box;
  float: left;
}

#box2 { /*文字サイズ等は別の位置に記載*/
  width: 30%;
  box-sizing: border-box;
  float: right;
}















































/* header */

#blog-title {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  text-align: left;
  background: #cf5b61;
  position: relative;
}

#blog-title-content { /*タイトルと概要を含むボックス*/
  max-width: 920px; /*画面幅が広い場合*/
  width: 90%; /*画面幅が狭い場合に左にくっ付くのを防ぐ*/
  margin: 0 auto; /*ボックスを中央配置*/
}

#title {
  margin: 0;
  font-weight: bold;
}

#title a {
  color: #eee;
}

#blog-description {
    font-weight: normal;
    font-size: 80%;
    margin: 0;
    color: #eee;
}

/*ヘッダ画像*/

#top-editarea {
   line-height: 0; /*余白調節*/
}

#top-editarea .header-img {
   position: relative; /*画像の上にのせる文字がabsolute*/
}

#top-editarea .header-img img.hatena-fotolife {
   width: 100%; /*はみ出さないように*/
   pointer-events: none; /*クリックを無効に*/
}

/* デフォルトでヘッダ画像を設定したときのタイトル */
.header-image-enable #title {
  padding-top: 70px;
}

.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}

/*スライドメニュー*/
#slide-nav {
	font-size: 0;
	font-weight: bold;
	padding: 0 0 0;
}

#slide-nav .menu a {
	display: block;
	color: #3d3f44;
	font-size: 15px;
	font-weight: bold;
    line-height: 35px;
	text-align: center;
	overflow: hidden;
	padding: 0 6px;
	box-sizing: border-box;
	text-decoration: none;
}

#slide-nav .slide-nav-inner {
	width: 100%;
	height: 35px;
	padding: 0 6px;
	overflow-x: auto;
	overflow-y: hidden;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	margin: 0 auto;
	background-color: #dfe5e7;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
#slide-nav .menu {
	display: inline-block;
}

/* パンくず（カテゴリーページで表示されます） */

#top-box {
  margin: 20px auto 20px;
  font-size: 90%;
}

#top-box .breadcrumb {
  border: 1px solid #dddddd;
  padding: 10px;
}

/* entry */

.entry {
  position: relative;
  margin-bottom: 100px;
  margin: 0;
}

.entry-content {
    padding: 0 20px 0 40px; /*記事左右の余白*/
    box-sizing: border-box;
}

.entry-header {
  padding: 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.entry-title {
  font-size: 120%;
  margin: 0 0 .6em;
  line-height: 1.4;
}

/* 日付 */

.date {
  font-weight: bold;
  margin-bottom: 10px;
}

.date a {
  color: #333333; /*色を黒に*/
  text-decoration: none;
  font-size: 90%;
}

/* カテゴリ */

.categories {
  margin-top: 10px;
  font-size: 80%;
}

.categories a {
  color: #999999;
}

.categories.no-categories {
  margin: 0;
}

/* 「編集する」ボタン */

.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}

.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}

/* entry-content の中の書式 */

.entry-content {
  font-size: 95%;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.entry-content p {
  margin: 0 0 1em 0;
}

.entry-content img {
  max-width: 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: 140%;
}

.entry-content h2 {
  font-size: 130%;
}

.entry-content h3 {
  font-size: 125%;
}

.entry-content h4 {
  font-size: 120%;
}

.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 #dddddd;
  margin: 0 0 10px;
  padding: 20px;
}

.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content pre {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}

.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}

/* entry-footer */

.entry-footer {
    margin-top: 10px;
    padding: 0; /*記事左右の余白に合わせる*/
    box-sizing: border-box;
}

.entry-footer-section {
  font-size: 80%;
  color: #999999;
}

.entry-footer-section a {
  color: #999999;
}

.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}

/* コメント */

.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}

.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.comment-box li:first-child {
  border-top: 1px solid #dddddd;
}

.comment-box .read-more-comments {
  padding-left: 0;
}

.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}

.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}

.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}

.comment-content p {
  margin: 0 0 10px 0;
}

.comment-metadata {
  font-size: 80%;
  color: #999999;
  margin: 0;
}

.comment-metadata a {
  color: #999999;
}

.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}

/* サイドバーここから */

#box2 {
  font-size: 90%;
  line-height: 1.5;
}

.hatena-module {
  margin-bottom: 60px;
}

.hatena-module-title {
    font-weight: bold;
    background-color: #ddd;
    font-size: 17px;
    height: 43px;
    line-height: 43px;
    padding: 0 15px;
    margin-bottom: 5px;
    overflow: hidden;
}

.hatena-module-title a {
  color: #454545;
  text-decoration: none;
}

.hatena-module-title a:hover {
  text-decoration: underline;
}

.hatena-module {
    background-color: #eee;
    margin-bottom: 20px;
}

.hatena-module-body {
    padding: 0 5px 5px 5px; /*モジュール内の左右下の余白*/
    font-weight: 500; /*box2内のすべての文字を少し太字にする*/
    line-height: 1.9; /*box2内のすべての行間*/
}

/* Profile module */

.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 5px;
  background-clip: padding-box;
}

.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}

.hatena-module-profile .profile-description {
  font-size: 90%;
}

.hatena-module-profile .profile-description p {
  margin-top: 0;
}

/* urllist module

    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます

*/

.hatena-urllist {
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px; /*リンク、月別アーカイブ等のリンクの左側の余白。サムネアリのリンクでは解除する。*/
  line-height: 0;
  width: 100%;
  box-sizing: border-box
}

.hatena-urllist li {
}

.hatena-urllist li a {
  line-height: 1.8;
  /*color: #454545;*/
  text-decoration: none;
}

/* Search module */

.hatena-module-search-box .search-form {
  border: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #454545;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
  font-weight: normal; /*box2のweightをboldにしているため*/
}

.hatena-module-search-box .search-module-button{background:transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=f5154c74e6e38109ce2f0c7b9afd51)no-repeat right center;}

.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
　background: transparent url("https://hatenablog.com/theme/hogehoge.css") no-repeat center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.5;
}

.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}

/*-----ボックス２の記事リンク全て-----*/

#box2 .hatena-module-recent-entries li, #box2 .entries-access-ranking li, #box2 .hatena-module-related-entries li {
    display: inline-block;
    line-height: 1.7; /*サムネの説明文の行間の高さ*/
    overflow: hidden; /*はみ出した文字は隠す*/
    text-decoration: none;
    height: 75px; /*サムネの高さに揃える*/
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
    background-color: #fdfdfd;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

#box2 .hatena-module-recent-entries img.urllist-image.recent-entries-image, #box2 .entries-access-ranking img.urllist-image, #box2 .hatena-module-related-entries img.urllist-image {
    width: 75px; /*サムネの大きさ*/
    height: 75px;
    float: left;
    margin: 0 5px 0 0;
}

#box2 .hatena-module-recent-entries li a, #box2 .hatena-module-entries-access-ranking li a, #box2 .hatena-module-related-entries li a {
    font-size: 13px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
    vertical-align: middle; /*ボックスの中央に配置*/
}

#box2 .hatena-module-recent-entries .hatena-module-body, #box2 .hatena-module-entries-access-ranking .hatena-module-body, #box2 .hatena-module-related-entries .hatena-module-body {
   line-height: 0; /*上下を詰めて余白はmarginを使う*/
   padding: 0 5px 0 5px; /*一番下の余白をなくす*/
}
#box2 .hatena-module-recent-entries .hatena-urllist, #box2 .hatena-module-entries-access-ranking .hatena-urllist, #box2 .hatena-module-related-entries .hatena-urllist {
   padding: 0; /*リスト左のpaddingを解除*/
}


/* Pager */

.pager {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}

.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}

.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}

/* Footer */

#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}

#footer p {
  margin: 0;
}

#footer a {
  color: #999999;
}

/* About ページ */

.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}

.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}

/*box2内のリンク色*/

#box2 a {
  color: #333333;
}

#box2 a:visited {
    color: #666;
}








/* archive ページ */

.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.page-archive .archive-entries .entry-title {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 .5em;
}

.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}

.page-archive .categories a { /*パンくずリストには指定しない*/
  color: #fff;
  font-size: 70%;
  background: #aaa;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 2px;
  line-height: normal; /*初期値に戻す*/
}

.page-archive .archive-entries .archive-entry {
    background-color: #f5f5f5; /*archiveの背景色*/
    width: 46%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    display: inline-block;
    margin: 0 0 2% 2%;
    padding: left;
    vertical-align: top; /*基準点を上に*/
}

.date.archive-date {
    display: none;
}

.page-archive .archive-entries {
    font-size: 100%;
    margin: 0; /*記事一覧下の不要な余白を消す*/
    line-height: 1.7em;
}

.page-archive .entry-thumb {
    width: 100px;
    height: 100px;
}

.page-archive .archive-entries .entry-description {
    margin: 0;
    line-height: 1.6;
    height: 100px;
    overflow: hidden;
    font-size: 13px;
}

/*記事下の関連記事*/

#entry-footer-secondary-modules .hatena-module .hatena-module-body {
    padding: 0;
}

#entry-footer-secondary-modules .hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    line-height: 0;
}

#entry-footer-secondary-modules .hatena-urllist li {
    height: 80px;
    width: 48.5%;
    display: inline-block;
    margin: 0 0 1% 1%;
    background-color: #fdfdfd;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

#entry-footer-secondary-modules .hatena-urllist li:nth-child(2n) {
    float: right;
    margin: 0 1% 1% 0;
}

#entry-footer-secondary-modules .urllist-with-thumbnails li .urllist-image {
    margin: 0;
    float: left;
    height: 80px;
    width: 80px;
    margin-right: 5px;
}

#entry-footer-secondary-modules .hatena-urllist li a {
    font-size: 13px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
    line-height: 2;
}

#entry-footer-secondary-modules .hatena-urllist .urllist-entry-body {
    display: none; /*タイトルのみを表示する*/
}

#entry-footer-secondary-modules .hatena-urllist .urllist-date-link {
    display: none; /*日付は表示しない*/
}


























/*  import media queries */

/* Media Queries - Retina Display */

@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
　background: transparent url("https://hatenablog.com/theme/hogehoge.css") no-repeat center!important;
    background-size: 20px 20px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  #main {
    width: 68%;
    padding: 0;
    box-sizing: border-box;
    float: left;
}

#box2 { /*文字サイズ等は別の位置に記載*/
  width: 32%;
}

#box2 .hatena-module-recent-entries li, #box2 .entries-access-ranking li, #box2 .hatena-module-related-entries li {
    height: 65px; /*サムネの高さに揃える*/
    line-height: 1.5; /*サムネの説明文の行の高さ*/
}

#box2 .hatena-module-recent-entries img.urllist-image.recent-entries-image, #box2 .entries-access-ranking img.urllist-image, #box2 .hatena-module-related-entries img.urllist-image {
    width: 65px;
    height: 65px;
}

#box2 .hatena-module-recent-entries li a, #box2 .hatena-module-entries-access-ranking li a, #box2 .hatena-module-related-entries li a {
    font-size: 11px;
}

#box2 .urllist-category-link {
    color: red;
}

.entry-content {
    padding: 0 20px; /*記事幅*/
}

/*アーカイブここから*/

.page-archive .archive-entries {
　　 text-align: left;
    padding-left: 7px;
    box-sizing: border-box;
}

.page-archive .archive-entries .archive-entry {
    width: 48%;
    margin: 0 0 7px 0;
    padding: 7px;
    text-align: left;
}

.page-archive .archive-entries .archive-entry:nth-child(even) {
    margin-left: 4px; /*偶数列のみ*/
}

.page-archive .archive-entries .entry-title {
  font-size: 14px;
}

.page-archive .entry-thumb {
    width: 80px;
    height: 80px;
}

.page-archive .archive-entries .entry-description {
    line-height: 1.9;
    height: 80px;
    font-size: 11px;
}

/*記事下の関連記事*/

#entry-footer-secondary-modules .hatena-urllist li {
    height: 70px;
}

#entry-footer-secondary-modules .urllist-with-thumbnails li .urllist-image {
    height: 70px;
    width: 70px;
}

#entry-footer-secondary-modules .hatena-urllist li a {
    font-size: 12px;
}}

@media screen and (min-width: 600px) and (max-width: 767px) {

#container #content {
    margin-top: 9px;
}

#main {
  width: 60%;
  padding: 0;
}

.entry-content {
    padding: 0 10px; /*記事幅*/
}

#box2 { /*文字サイズ等は別の位置に記載*/
  width: 40%;
}

.hatena-module {
    margin-bottom: 9px;
}

.page-archive .archive-entries .archive-entry {
    width: 96%;
    overflow: hidden;
    padding: 7px;
    margin: 0 2% 2% 2%;
}

.page-archive .archive-entries {
    font-size: 95%;
    margin: 0; /*記事一覧下の不要な余白を削除*/
    line-height: 1.6em;
}

/*記事下の関連記事*/

#entry-footer-secondary-modules .hatena-urllist li {
    width: 100%; /*一列にする*/
    margin: 0 0 5px 0;
}

#entry-footer-secondary-modules .hatena-urllist li:nth-child(2n) {
    float: none;
    margin: 0 0 5px 0;
}

#entry-footer-secondary-modules .hatena-urllist {
    padding: 0 5px;
}}

/* Media Queries - Small Tablet & Smartphone */
@media only screen and (max-width: 599px) {

#globalheader-container {
    position: static;
}

#container {
  width: 100%;
  word-wrap: break-word;
  overflow: hidden;
  padding-top: 0;
}

#main {
  width: 100%;
  float: none;
}

#box2 {
  width: 100%;
  padding: 0;
  float: none;
}
  
#box2-inner {
  width: 100%;
}

.hatena-module {
  width: 100%;
  float: none;
}

.entry-header-menu {
  top: -30px;
  left: 0px;
}
  
#slide-nav {
	background-color: #dfe5e7;
	height: 33px;
	width: 100%;
	padding-left: 30px;
	overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
  
#slide-nav .menu a {
  font-size: 14px;
  font-weight: bold;
  padding: 0px 6px;
  line-height: 33px;
}

#slide-nav .slide-nav-inner {
	margin: 0 auto;
	background-color: #dfe5e7;
	position: relative;
	height: 33px;
}

/*id="menu-scroll"*/

#slide-nav .slide-nav-inner {
    position: relative;
    animation: slideIn 1s ease-out 0s 1 normal forwards;
    -webkit-animation: slideIn 1s ease-out 0s 1 normal forwards;
}

@keyframes slideIn {
  0% {}
  100% {
    -webkit-transform: translate(-30px); 
    transform: translate(-30px);}
}

@-webkit-keyframes slideIn {
 0% {}
  100% {
    -webkit-transform: translate(-30px); 
    transform: translate(-30px);}
}

/*記事一覧の上の余白*/

#container #content {
    margin-top: 2%;
}

/*記事一覧*/

#main {
    width: 100%;
    padding: 0;
}

.page-archive .archive-entries .archive-entry {
    background-color: #eee;
    width: 96%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px;
    display: inline-block;
    margin: 0 2% 2% 2%;
    padding: left;
    vertical-align: top;
}

.page-archive .archive-entries {
    font-size: 95%;
    margin: 0; /*記事一覧下の不要な余白を削除*/
    line-height: 1.6em;
}

.hatena-module {
    background-color: #eee;
    margin-bottom: 0;
}

/*記事ページ内の設定*/

.entry-title {
    font-size: 110%; /*pc表示は130%*/
}

.entry-content {
    padding: 0 10px; /*記事左右の余白*/
}

.entry-footer {
    margin-top: 10px;
}

#box2 .hatena-module-recent-entries li, #box2 .entries-access-ranking li, #box2 .hatena-module-related-entries li {
    line-height: 1.9;
    height: 80px;
}

#box2 .hatena-module-recent-entries img.urllist-image.recent-entries-image, #box2 .entries-access-ranking img.urllist-image, #box2 .hatena-module-related-entries img.urllist-image {
    width: 80px; /*サムネの大きさ*/
    height: 80px;
}

/*記事下の関連記事*/

#entry-footer-secondary-modules .hatena-urllist li {
    width: 100%; /*一列にする*/
    margin: 0 0 5px 0;
}

#entry-footer-secondary-modules .hatena-urllist li:nth-child(2n) {
    float: none;
    margin: 0 0 5px 0;
}

#entry-footer-secondary-modules .hatena-urllist {
    padding: 0 5px;
}}

/* Media Queries - Smartphone */
/* </system> */

/* <system section="background" selected="f5f5f5"> */
body{background:#f5f5f5;}
/* </system> */


/*=========================================
  blog card setting
=========================================*/
.archive-entries{
 display:flex; /* ボックスの高さを揃える */
 flex-wrap: wrap; /* 子要素を折り返し、複数行に上から下へ並べる */
 }
 
  /*　カード全体をボタン化　*/
.archive-entry {
    position: relative;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    transition: box-shadow .5s;
  }
    .page-archive .entry-title-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

.archive-category-link{
display: block;
    position: relative;
    left: 0;
    top: 0;
    height: 10;
    z-index: 10;
}

.archive-entry:hover {
   transform: translateY(-5px);/*浮く高さ*/
   transition: 0.4s;/*浮く速さ（秒）*/
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190726/20190726121032.png");
     background-position: right bottom;
    background-repeat: no-repeat;/*記事リンクの背景画像*/
}

/*画像の角を丸める*/
.entry-thumb {
    border-radius:10px;
}

/*==============================================
　global navigation bar (top)
================================================*/
ul.navi-top, ul.navi-top a {
        color:#000000;/*文字の色*/
        background-color:#EBF2D8;/*メニューバーの背景色*/}

ul.navi-top a:hover {
        color:#000000;/*マウスオーバーの時の文字の色*/
        background-color:#ffffff;/*マウスオーバーの時の背景色*/}

ul.navi-top {
	position:fixed;
	left:0px;
	top:0px;
   	margin:0px;
   	padding:0px;
	font-size:14px;
	width:100%;
	text-align:center;
	z-index:1000;}/*重なり順*/

/*1階層目*/
ul.navi-top li {
	width: 125px;/*１階層目の幅*/
   	display: inline-block;
   	list-style-type: none;
   	position: relative;
   	}

ul.navi-top a {
   	line-height: 38px;/*メニューバーの高さ*/
   	text-align: center;/*文字位置中央寄せ*/
	padding-left:10px;
   	text-decoration: none;
   	font-weight: nomarl;
   	display: block;
   	}

/*２階層目*/
ul.navi-top ul {
       display: none;
       margin:2px;
       padding:0px; 
       position: absolute;}

ul.navi-top ul a{
       width:180px;/*２階層目の幅*/
       text-align:left;
       z-index:1020;
       }
ul.navi-top li:hover ul {
       display: block;}

/*========================
　smartphone　bottom menu
　========================*/


.mini-text{font-size:10px;}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:45px;/*高さ*/
    margin:0;
    padding:0;
    background-color:#E4FCC5;/*背景色*/
    border-top:2px solid #808080;/*バーの上の線*/
    border-bottom:2px solid #808080;/*バーの下の線*/
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:25%;
    background-color:#EBF2D8;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0.9;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}
    
ul.bottom-menu{
    padding-bottom:env(safe-area-inset-bottom);
}/* iphone bottom up */

/*PC表示の際はボトムメニューは表示しない*/
@media(min-width: 768px){
    .bottom-menu{display:none; }
}

/*ボトムメニュー付けたのでフッタを底上げする*/
#footer{margin-bottom:48px;}
}

/*========================================
               記事内の設定
========================================*/

/*  見出し用  */
.midashi{
margin: 20px 0 0;
background: #FF9832;
padding: 8px;
margin-bottom: 20px;
border-radius: 5px;
}



/*　小さい見出し用　*/
.midashis{
margin: 1px 1px 1px 1px;
border-left: 7px solid #FF9832; 
padding: 0px 0px 0px 5px;
}

/*　囲み線　*/
.kakomi{
margin: 20px 0 0;
border: 1px solid #FF9800;
padding: 8px;
margin-bottom: 20px;
}

/* Pタグを設定  */

div.entry-content p {
line-height: 1.8; /* 段落内の文章の１行の高さ */
margin-top: 0; /* 段落の上余白 */
margin-bottom: 0; /* 段落の下余白 */
}

.hatena-module-body p {
margin-top: 1px; /* 段落の上余白 */
margin-bottom: 1px; /* 段落の下余白 */
}

/*　 本文画像を自動で縮小する  */

.entry-content img{
   padding: 3px;
   width:60%;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   margin-bottom: 10px;
}

/*　本文中のULタグを改良　*/

.entry-content ul{
margin-top: 3px;
margin-bottom: 3px;
}

/*  強調表示を蛍光ペン風に  */
.entry-content strong{
    margin:0 0.1em;
    padding:0.1em 0.2em;
    background:#fcfc60 !important;
    background:linear-gradient(to bottom, transparent 60%, rgba(255,155,69,0.8) 60%) !important;
    font-weight:bold;
}

/*  bタグは太字  */
.entry-content b{
    font-weight:bold !important;
}



/*==============================
          BOXの設定  
===============================*/

.box {
    position: relative;
    margin: 2em 0;
    padding: 2em 1em 2em 2em;
    border: solid 3px #CDFF8B;
    border-radius: 8px 8px 8px 8px;
}
.box .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 18px;
    background: #CDFF8B;
    color: #000;
    font-weight: bold;
    border-radius: 5px 5px 5px 0;
    padding: 5px 15px 5px 15px;
    }
.box p {
    margin: 0; 
    padding: 0;
}

.box ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.box ul li:before {/*疑似要素*/
  font-family: blogicon;
  font-weight: bold;
  font-size: 20px;
  content: "\f029";/*アイコンの種類*/
  position: absolute;
  left : 1.5em;/*左端からのアイコンまでの距離*/
  color: #CDFF88;/*アイコン色*/
}

/*==================================
         目次のカスタマイズ 
====================================*/

.entry-content .table-of-contents {
 position:relative;
 border: 3px solid #FBBB84; /* 枠の色はここを変更してください */
 background-color: #FFF; /* 背景カラーです */
 border-radius: 0px 0px 5px 5px;
 margin-top: 4em; /* 各々の環境で数字を調節してください */
 margin-bottom: 2em;
 padding:2em 0 2em 3em;
}
.table-of-contents:after { /* 目次部分 */
 position: absolute;
 font-family: blogicon;
 content: '\f013 目次'; /* 表示名を変えたければここを変更 */
 background: #FBBB84;
 color: #fff;
 right: 0%;
 left: 0%;
 bottom: 100%;
 border-radius: 5px 5px 0 0;
 padding: 2px 0 2px 0;
 margin: 0 -3px 0 -3px;/* -で指定しているところはborderと同じ数値にする */
 text-align:center;
 font-size: 1.2em;
 letter-spacing: 0.5em
 }
.table-of-contents li {
 font-size:15px;
 font-weight: bold;
 margin: 1px 0 1px 0;
 color:#FBBB84;
 padding:2px 0 2px 2px;
 
}
.table-of-contents a{
 color:#545454;
 padding:3px 0 3px 5px;/* 列の間隔 */
 display: block;
 text-decoration: none;
 transition-duration: 0.3s /* カーソルが戻る時間 */
}
.table-of-contents li a:hover {
 padding-left: 10px; /* カーソル重ねた時に移動する距離 */
 transition-duration: 0.3s /* カーソルが移動する時間 */
}

/*===========================================
　　戻るボタン
===========================================*/

#pageTop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
}

#pageTop i {
 padding-bottom: 8px;
 padding-right: 8px;
  font-size: 25px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #FBBB84;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (min-width: 500px){
  #pageTop{
    right:30%;
    margin-right: -160px; /* 左右の位置調整 */
  }
}

/*====================================
　　　　　　画面毎の設定
=====================================*/
 
/*@media screen and (min-width:480px) { 
    　480pからはここを読み込む　*/

@media screen and (max-width:767.999px){
    /*　768pまではここを読み込む 　*/

/*スマホの時は上部グローバルメニューは表示しない*/
    .navi-top{display:none; }
.archive-entry:hover{transform: translateY(0px);/*浮く高さ*/
}

 /*@media screen and (min-width:768px) {
 768pからはここを読み込む */
}

/*--------------------------------------
 ↓更新日時の表示設定↓
--------------------------------------*/
.lastmod {
	background-color: transparent;
	color: #999999;
	padding: 5px 0px;
	text-decoration: none;
	font-size: 15px;
	display: inline;
	margin-left: 0px;
	font-family: ''Poppins',-apple-system,BlinkMacSystemFont,Segoe UI,'Helvetica Neue','Helvetica','Arial','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
}
.lastmod::before {
	margin-right: 5px;
	margin-left: 10px;
	padding-left: 3px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: #999999;
	content: '\f01e';
}
.entry-date a {
	background-color: transparent;
	padding: 5px 0px 5px 6px;
	text-decoration: none;
	font-size: 15px;
	display: inline;
}
.entry-date a::before {
	margin-right: 5px;
	padding-left: 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f073';
}
/*--------------------------------------
 ↑更新日時の表示設定↑
--------------------------------------*/

/*=====================================
     記事上フォローボタン
======================================*/
.content-inner-follow-buttonsup{
    width: 100%;
    text-align: center;
    margin-top:1px;
    letter-spacing: -.40em;
}
.content-inner-follow-buttonsup .follow-title {
    letter-spacing: normal;
    width:100%;
    color:#666;
}
.content-inner-follow-buttonsup a {
    display: inline-block;
    letter-spacing: normal;
    position: relative;
    width: 15%;
    height: 15px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    padding:1px 0;
    margin:1px;
    overflow: hidden;
    z-index:2;
}
.content-inner-follow-buttonsup a:hover {
    color:#fff;
    transition: all .3s;
    }
.content-inner-follow-buttonsup a:after {
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    top:-100%;
    left:0;
    z-index:-1;
    transition: 0.2s;
}
.content-inner-follow-buttonsup .inner-text {
    font-size:11px;
    padding-left:5px;
}
.content-inner-follow-buttonsup .hatenaup {
    color: #38393C;
    background: #ffffff;
}
.content-inner-follow-buttonsup .hatenaup:hover:after {
    top:0;
    background:#38393C;
}
.content-inner-follow-buttonsup .facebookup {
    color: #305097;
    background: #ffffff;
}
.content-inner-follow-buttonsup .facebookup:hover:after {
    top:0;
    background:#305097;
}
.content-inner-follow-buttonsup .twitterup {
    color: #55acee;
    background: #ffffff;
}
.content-inner-follow-buttonsup .twitterup:hover:after {
    top:0;
    background:#55acee;
}
.content-inner-follow-buttonsup .lineup {
    color: #6cc655;
    background: #ffffff;
}
.content-inner-follow-buttonsup .lineup:hover:after {
    top:0;
    background:#6cc655;
}
.content-inner-follow-buttonsup .feedlyup {
    color: #FBBB84;
    background: #ffffff;
}
.content-inner-follow-buttonsup .feedlyup:hover:after {
    top:0;
    background:#FBBB84;
}
.content-inner-follow-buttonsup .pocketup {
    color: #ee4056;
    background: #ffffff;
}
.content-inner-follow-buttonsup .pocketup:hover:after {
    top:0;
    background:#ee4056;
}

/*=====================================
     記事下フォローボタン
======================================*/
.content-inner-follow-buttons{
    width: 100%;
    text-align: center;
    margin-top:5px;
    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: 0.2s;
}
.content-inner-follow-buttons .inner-text {
    font-size:16px;
    padding-left:5px;
}
.content-inner-follow-buttons .hatena {
    color: #38393C;
     border: 1px solid #38393C;
    background: #ffffff;
}
.content-inner-follow-buttons .hatena:hover:after {
    top:0;
    border: 1px solid #38393C;
    background:#38393C;
}
.content-inner-follow-buttons .facebook {
    color: #305097;
    border: 1px solid #305097;
    background: #ffffff;
}
.content-inner-follow-buttons .facebook:hover:after {
    top:0;
    
    background:#305097;
}
.content-inner-follow-buttons .twitter {
    color: #55acee;
    border: 1px solid #55acee;
    background: #ffffff;
}
.content-inner-follow-buttons .twitter:hover:after {
    top:0;
    background:#55acee;
}
.content-inner-follow-buttons .line {
    color: #6cc655;
    border: 1px solid #6cc655;
    background: #ffffff;
}
.content-inner-follow-buttons .line:hover:after {
    top:0;
    background:#6cc655;
}
.content-inner-follow-buttons .feedly {
    color: #FBBB84;
    border: 1px solid #FBBB84;
    background: #ffffff;
}
.content-inner-follow-buttons .feedly:hover:after {
    top:0;
    background:#FBBB84;
}
.content-inner-follow-buttons .pocket {
    color: #ee4056;
    border: 1px solid #ee4056;
    background: #ffffff;
}
.content-inner-follow-buttons .pocket:hover:after {
    top:0;
        background:#ee4056;
}


/*=====================================
           吹き出し
=======================================*/

.entry-content .say{
position: relative;
width: 70%;
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: 5;
}

.entry-content .say {
margin: 20px 20% 40px 19%;
}

.entry-content .say::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 .say::before {
left: -7px;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}

.entry-content .say::after {
position: absolute;
content: "";
width: 80px;
height: 80px;
top: -10px;
border-radius: 20px;
border: 3px solid #999;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
box-shadow: 1px 1px 5px #aaa;
}
.entry-content .say::after {
left: -110px;
}

@media screen and (max-width: 768px) {
.entry-content .say {
width: 70%
}
.entry-content .say {
margin-left: 30%;
}

}
@media screen and (max-width: 378px) {
.entry-content .say::after {
width: 60px;
height: 60px;
border-radius: 30px;
}
.entry-content .say::after {
right: -84px;
}}

/*えっ*/
.eltu::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190729/20190729220944.png);}
/*目が点*/
.meten::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190729/20190729221149.png);}
/*笑う*/
.warau::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190729/20190729221125.png);}
/*指摘*/
.point::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190729/20190729221044.png);}
/*しまった*/
.oops::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190729/20190729220952.png);}
/*ためいき*/
.tameiki::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190729/20190729221140.png);}
/*照れ*/
.tere::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190729/20190729221118.png);}
/*普通*/
.nomal::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190730/20190730002545.png);}
/*怒*/
.angry::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190729/20190729221134.png);}
/*ふーん*/
.fuun::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190729/20190729221005.png);}
/*泣く*/
.cry::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190729/20190729221031.png);}
/*やれやれ*/
.yareyare::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190729/20190729221025.png);}
/*えー！？*/
.hiku::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190730/20190730003918.png);}
/*気合*/
.kiai::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190730/20190730003926.png);}
/*興奮*/
.koufun::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190730/20190730011330.png);}
/*何だと*/
.nandato::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190730/20190730014144.png);}
/*ぼそ*/
.boso::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/keinhibiraku/20190731/20190731010349.png);}


/*  追尾する目次  */
/*-------------*/
#stoc-module {
  backface-visibility: hidden;
}
#stoc-module.tracking {
  margin-bottom: 0;
}
#stoc-module.fixed {
  position: fixed;
}
#stoc-module.absolute {
  position: absolute;
}
#stoc-module.sticky {
  position: -webkit-sticky;
  position: sticky;
}
#stoc-module.fade-in {
  animation: fadeIn 300ms;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

#stoc {
  overflow-y: auto;
}
#stoc.shadow {
  /* Shadows */
  background:
    radial-gradient(farthest-side at top, rgba(0,0,0,.17), transparent) top / 100% 11px,
    radial-gradient(farthest-side at bottom, rgba(0,0,0,.17), transparent) bottom / 100% 11px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#stoc ol {
  margin: 0;
  padding: 0 0 0 1em;
  list-style-type: none;
}
#stoc > ol {
  padding-left: 0;
}
#stoc.shadow > ol {
  /* Shadow covers */
  background:
    linear-gradient(#fff 30%, transparent) top / 100% 40px,
    linear-gradient(transparent, #fff 70%) bottom / 100% 40px;
  background-repeat: no-repeat;
  background-attachment: local;
  overflow-y: hidden;
}
#stoc li {
  /*margin: 3px 0;*/
}
#stoc a {
  padding: 2px 2px 2px 6px;
  display: block;
  text-decoration: none;
  /*color: #999;*/
}
#stoc:not(.touch) a:hover {
  background-color: rgba(0,0,0,.05);
  text-decoration: underline;
  /*color: #333;*/
}
#stoc .active {
  background-color: rgba(0,0,0,.05);
  /*color: #333;*/
}

#stoc::-webkit-scrollbar {
  width: 8px;
  background: #ececec;
}
#stoc::-webkit-scrollbar-button {
  display: none;
}
#stoc::-webkit-scrollbar-thumb {
  background: #b1b1b1;
}