/* ここでは直接直さない！blogueroフォルダ内のcssを修正し、全コピペ */
/* <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=e0e0a3993d8aff6a6344f19dd784d5) 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=e0e0a3993d8aff6a6344f19dd784d5) 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> */

/* 2020/03/12-更新日付 */
/* 2020/03/12 19:58 プレビューでは出ていないだけで機能している */
.lastmod {
	background-color: transparent;
	padding: 5px 0px;
	text-decoration: none;
	font-size: 15px;
	display: inline;
	margin-left: 0px;
	color: #888888;
}
.lastmod::before {
	margin-right: 5px;
	margin-left: 10px;
	padding-left: 3px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	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;
}
/* 2020/03/12-更新日付 */
/* 2020/03/12 19:58 プレビューでは出ていないだけで機能している */

/*  レスポンシブヘッダー調整　 */
@media (max-width: 480px){
	#blog-title-inner,#title a{
	height:80px!important;
	width:auto;
}
#blog-title-inner {
	background-size: contain!important;
}
/* タイトル画像上下の余白を調整 */
#blog-title {
	margin: 13px auto 8px auto;
	padding: 0;
}
}

/* 20200124-大見出し */
.entry-content h3 {
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	color: #173844;/*文字色 元色#494949*/
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #203556;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
	font-size:20px;
}
/* 20200124-大見出し */

/* 20200124-中見出し */
.entry-content h4 {
	color: #173844;/*文字色 元色#494949*/
	padding: .25em 0 .25em .25em; 
	border-bottom: 3px solid #203556;
	font-size:20px;
}
/* 20200124-中見出し */

/* 20200124-小見出し */
.entry-content h5 {
	color: #173844;/*文字色 元色#494949*/
	position: relative;
	padding-left: 1.2em;/*アイコン分のスペース*/
	line-height: 1.4;
	font-size:20px;
}
h5:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #203556; /*アイコン色*/
}
/* 20200124-小見出し */

/* 20200124-ボックス、青実線（まとめ用） */
.caja_linea_azuloficial {
	position: relative;
	margin: 2em 0em;
	padding: 0.1em 0.1em;
	border: solid 5px #203556;
	border-radius: 8px;
}
.caja_linea_azuloficial .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #203556;
	font-weight: bold;
}
.caja_lin_azuloficial p {
	margin: 0; 
	padding: 0;
}
/* 20200312-ボックス、印アイコン変更 */
.caja_linea_azuloficial li {
	/*line-height: 1.5;
	padding: 0.5em 0;*/
	list-style-type: none!important;
}
.caja_linea_azuloficial li:before {
	font-family: "FontAwesome";
	content: "\f058";/*アイコンの種類*/
	position: absolute;
	left : 1em;/*左端からのアイコンまでの距離*/
	color: #203556;/*アイコン色*/
}
/* 20200312-ボックス、印アイコン変更 */
/* 20200124-ボックス、青実線（まとめ用） */

/* 20200125-ボックス、破線、水色（箇条書き用） */
.caja_linea_discontinua_celeste {
	padding: 0.1em 0.1em;
	margin: 1em 0;
	background: #f0f7ff;
	border: dashed 1px #5b8bd0;/*点線*/
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.caja_linea_discontinua_celeste p {
	margin: 0; 
	padding: 0;
}
/* 20200125-ボックス、破線、水色（箇条書き用） */

/* 20200125-ボックス、左横縦線、（順番書き用） */
.caja_linea_vertical_izquierda{
    padding: 0.1em 0.1em;
    margin: 1em 0;
    background: #f0f7ff;
    border-left: solid 3px #5b8bd0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.caja_linea_vertical_izquierda p {
    margin: 0; 
    padding: 0;
}
/* 20200125-ボックス、左横縦線、（順番書き用） */

/* 20200210-ボックス、控えめリンク用 */
.caja_linea_azuloficial_enlace {
	position: relative;
	margin: 1em 0;
	padding: 1em 1em;
	border: solid 1px #203556;
	border-radius: 8px;
}
.caja_linea_azuloficial_enlace .titulo_caja {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 1em;
	background: #FFF;
	color: #203556;
	font-weight: normal;
	font-style: italic;
}
.caja_linea_azuloficial_enlace p {
	margin: 0; 
	padding: 0;
}
/* 20200210-ボックス、控えめリンク用 */

/* 20200305-セル表示用スタイル */
.entry-content table {
	width:auto; /* 大きさを自動に */
}
.entry-content table caption{ /* タイトル */
	font-size: 16px; /* 文字の大きさ */
	padding: 0.5px; /* 文字周りの余白 */
}
.entry-content table thead th {   /* 上の横一線、見出しセル */
	border: 1px solid #000000; /* 線の太さ・種類・色コード */
	background: #203556; /* 背景色 */
	color: #FFFFFF;  /*文字色*/
	text-align: center; /* 中央揃え */
	padding: 0.5em; /* 文字周りの余白 */
	width:auto;/* 大きさを自動に */
	white-space:nowrap; /* 文字を折り返さない */
	font-weight: normal;
}
.entry-content table th { /* 第一列 */
	border: 1px solid #000000; /* 線の太さ・種類・色コード */
	padding: 0.5em; /* 文字周りの余白 */
	width:auto;/* 大きさを自動に */
	white-space:nowrap; /* 文字を折り返さない */
	font-weight: normal;
	background: #fffafa; /* snow */
}
.entry-content table td { /* 普通のセル */
	border: 1px solid #000000; /* 線の太さ・種類・色コード */
	padding: 0.5em; /* 文字周りの余白 */
	width:auto;/* 大きさを自動に */
	white-space:nowrap; /* 文字を折り返さない */
	font-weight: normal;
	background: #fffafa; /* snow */
}
/* 20200305-セル表示用スタイル */

/* 20200305-tableスクロール用 */
#xoverscroll {
	/*20200305,17:48試しに消す box-sizing: border-box;*/　/* スクロール用の箱*/
	overflow-x: scroll; /* 横スクロール */
	 -webkit-overflow-scrolling: touch;
	/* 20200729-右端の線を白に変更 */
	border-right:3px solid #FFFFFF; /* 右端の線の太さ・種類・色コード */
	overflow: auto;
	white-space: nowrap;
}
/* 20200305-tableスクロール用 */

/* 20200305-ボックス、左上名前付き */
.caja_linea_nombre_izqu_enci {
	position: relative;
	margin: 1em 0;
	padding: 0.01em 0.01em;
	border: solid 3px #203556;
	background: #f8f8ff; /* ghostwhite */
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.caja_linea_nombre_izqu_enci .titulo_caja {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	background: #203556;
	color: #ffffff;
	font-weight: bold;
	border-radius: 1px 1px 0 0;
}
.caja_linea_nombre_izqu_enci p {
	margin: 0; 
	padding: 0;
}
/* 20200312-ボックス、印アイコン変更 */
.caja_linea_nombre_izqu_enci li {
	/*line-height: 1.5;
	padding: 0.5em 0;*/
	list-style-type: none!important;
}
.caja_linea_nombre_izqu_enci li:before {
	font-family: "FontAwesome";
	content: "\f138";/*アイコンの種類*/
	position: absolute;
	left : 1em;/*左端からのアイコンまでの距離*/
	color: #203556;/*アイコン色*/
}
/* 20200312-ボックス、印アイコン変更 */
/* 20200305-ボックス、左上名前付き */

/* ---------------------------------------------------------------- */
/*                                                                  */
/* 20200306-ボックス、左横縦線、（順番書き用）                      */
/* ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓*/
/* ---------------------------------------------------------------- */
.caja_linea_vertical_izquierda_white_bloblue {
	padding: 0.01em 0.01em;
	margin: 1em 0;
	background: #f8f8ff; /* ghostwhite */
	border-left: solid 3px #203556; /* ブロゲーロブルー #203556 */
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
	counter-reset:number; /*数字をリセット*/
}
.caja_linea_vertical_izquierda_white_bloblue li {
	  position: relative;
	  padding-left: 3px;
	  line-height: 1em;
	  padding: 0.5em 0.5em 0.5em 3px;
	  list-style-type: none!important; /*数字を一旦消す*/
}

.caja_linea_vertical_izquierda_white_bloblue li:before{
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
	display:inline-block;
	background: #203556;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 9%;
	/*top設定で回避できたのでコメントアウト*/
	/*-webkit-transform: translateY(30px) !important;
	transform: translateY(30px) !important;*/
	-webkit-transform: translateX(-30px);        /* Google Chrome/Safari */
	-moz-transform: translateX(-30px);           /* Firefox */
	-ms-transform: translateX(-30px);            /* Internet Explorer */
	-o-transform: translateX(-30px);             /* Opera */
	transform: translateX(-30px);
}
/* ---------------------------------------------------------------- */
/*↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑ */
/* 20200306-ボックス、左横縦線、（順番書き用）                      */
/*                                                                  */
/* ---------------------------------------------------------------- */

/* 20200306-ボックス、破線、水色（箇条書き用） */
/* ブロゲーロブルーの枠線に変更、中身の空色をやめてghostwhiteに変更 */
.caja_linea_discontinua_white_bloblue {
	padding: 0.01em 0.01em;
	margin:1em 0;
	background: #f8f8ff;   /* ghostwhite */
	border: dashed 1px #203556;/*点線*//* ブロゲーロブルー #203556 */
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.caja_linea_discontinua_white_bloblue p {
	margin: 0; 
	padding: 0;
}
/* 20200312-ボックス、印アイコン変更 */
.caja_linea_discontinua_white_bloblue li {
	/*line-height: 1.5;
	padding: 0.5em 0;*/
	list-style-type: none!important;
}
.caja_linea_discontinua_white_bloblue li:before {
	font-family: "FontAwesome";
	content: "\f138";/*アイコンの種類*/
	position: absolute;
	left : 1em;/*左端からのアイコンまでの距離*/
	color: #203556;/*アイコン色*/
}
/* 20200312-ボックス、印アイコン変更 */
/* 20200306-ボックス、破線、水色（箇条書き用） */

/* 20200306-ボックス、左上名前付き */
/* おすすめやポイントで利用する */
/* ブロゲーロブルーの枠線色、中身ghostwhite */
.caja_linea_nombre_izqu_enci_white_bloblue {
	position: relative;
	margin: 1em 0;
	padding: 0.01em 0.01em;
    background: #f8f8ff; /* ghostwhite */
	border: dashed 1px #203556;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.caja_linea_nombre_izqu_enci_white_bloblue .titulo_caja {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	background: #ffffff;
	color: #203556;
	font-weight: bold;
	border-radius: 1px 1px 0 0;
}
.caja_linea_nombre_izqu_enci_white_bloblue p {
	margin: 0; 
	padding: 0;
}
/* 20200312-ボックス、印アイコン変更 */
.caja_linea_nombre_izqu_enci_white_bloblue li {
	/*line-height: 1.5;
	padding: 0.5em 0;*/
	list-style-type: none!important;
}
.caja_linea_nombre_izqu_enci_white_bloblue li:before {
	font-family: "FontAwesome";
	content: "\f138";/*アイコンの種類*/
	position: absolute;
	left : 1em;/*左端からのアイコンまでの距離*/
	color: #203556;/*アイコン色*/
}
/* 20200312-ボックス、印アイコン変更 */
/* 20200306-ボックス、左上名前付き */

/* 20200126-→→→→スマホ用CSSではいらない部分 */
/* 20200124-見出し等の変更がこれより下だと反映されなかったので上に移す */
/* </system> */

/* <system section="background" selected="default"> */
/* default */
/* </system> */
/* 20200126-スマホ用CSSではいらない部分←←←← */


/* 20200125-改行時の行間調整 */
.entry-content p {
	margin:0;
}
/* 20200125-改行時の行間調整 */


/* 20200124-文字の大きさ */
.entry-content {
	font-size:16px;
	line-height:1.8em;
}
/* 20200124-文字の大きさ */

/* 2018ブログ書き始め時-メニューバー設定 */
#menubar{
	width:100%; 
}

#menubar ul{
	display:table;
	width:100%;
	margin: 20;
	padding: 0;
	background-color: #FFFFFF;
}
#menubar li{
	display: table-cell;
	width:16%;
	padding:0;
	background-color: #203556;
}
#menubar li a{
	display: block;
	margin:0 auto;
	padding:5px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
}
#menubar li a:hover{
	background-color: #406BAC;
}
/* 2018ブログ書き始め時-メニューバー設定 */

/* 2018-ダブルレクタングル */
@media screen and (max-width: 680px) {
	.mobile{
		display: none !important;
	}
}
.table-css, .td-css {
	border-style:none;
	margin:0 auto;
}
/* 2018-ダブルレクタングル */

/* 20200311-目次のデザイン変更*/
.entry-content .table-of-contents {
	padding-left: 2em !important;
	position:relative;
	margin-left: 0;
	padding: 15px 10px 15px 35px; /* 枠内の余白(上右下左) */
	font-size: 100%; /* 文字の大きさ */
	font-weight:bold;
	list-style-type:decimal; /*数字以外が良ければ変更 */
	background:#fff;
	border-top:40px solid #203556; /* 「この記事の目次」周りの色 */
	border-left:2px solid #203556; /* 線の太さ */
	border-right:2px solid #203556;
	border-bottom:2px solid #203556;
	border-radius: 2px; /* 角丸にしない場合は不要 */
	color:#203556; /* 数字（マーク色変更） */
}
/*「この記事の目次」の周囲変更*/
.entry-content .table-of-contents::before {
	display: block;
	/* 20200504-目次非表示を上部に追加したので消去 */
	content: "";
	/* content: "本文目次"; */
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: -35px;/*上からの位置調整*/
	left: 35px; /*左からの位置調整*/
	color: #fff !important;
	background-color:#203556;
	border:3px solid #203556;
}
/*リンクの色変更と下線を消す*/
.entry-content .table-of-contents li a{
	line-height: 0.000001em !important;
	color:#203556; /* 目次リスト部分のテキスト色 */
	text-decoration:none; /* リンクの下線をつけたくない場合 */
}
.entry-content .table-of-contents ul {
	padding-left: 1.5em !important;     /* デフォルト値は…？ */
}
/* 20200311-目次のデザイン変更*/

/* 2018-カッテネ */
/* 20200126-backgroundcolor追加 */
/* 20200130-リンク無しディスプレイ用作成 */
/* 20200209-ボタンサイズ変更 */
/* 20200213-おかしいので24.25から元に戻す、width: 50%; */
/* 20200307-backgroundcolor, mintcream,#f5fffa 変更 */
.kattene {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 1em;
	box-sizing: border-box;
	/* 20200307-honeydewやめる background-color: #f0fff0;	/* 20200126-backgroundcolor追加 */
	background-color: #f5fffa;	/* 20200307-backgroundcolor, mintcream,#f5fffa 変更 */
}
/* 20200130-リンク無しディスプレイ用追加 */
.kattene_disp {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 1em;
	box-sizing: border-box;
	background-color: #f8f8ff;	/* 20200130-backgroundcolor追加 */
}
/* 20200130-リンク無しディスプレイ用追加 */

.kattene div{
	margin: 0;
}
.kattene__imgpart {
	text-align: center;
}
.kattene__imgpart img {
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
	-o-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
	margin: 0;
}
.kattene__description {
	font-size: 0.8em;
}
.kattene .kattene__btns {
	width: 100%;
	margin-top: 1.2em;
}
.kattene__btns:after {
	display: block;
	clear: both;
    height: 0px;
	visibility: hidden;
	content: ".";
}
.kattene__btns > div {
	float: left;
	margin-bottom: 5px;
}
.kattene__btns .kattene__btn {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.kattene__btns.__three > div {
	width: 32.66667%;
}
.kattene__btns.__three > div:not(:last-child) {
	margin-right: 1%;
}
.kattene__btns.__two > div {
	width: 49.5%;
}
.kattene__btns.__two > div:nth-child(odd) {
	margin-right: 1%;
}
@media screen and (max-width: 900px) {
	.kattene__btns.__five > div {
		width: 49.5%;
	}
	.kattene__btns.__five > div:nth-child(odd) {
		margin-right: 1%;
	}
	.kattene__btns.__five > div:last-child {
		margin-right: 0;
		float: right;
	}
	.kattene__btns.__four > div {
		width: 49.5%;
	}
	.kattene__btns.__four > div:nth-child(odd) {
		margin-right: 1%;
	}
	.kattene__btns.__one > div {
		/* 20200209-ボタンサイズ変更 */
		/* width: 50%; */
		/* 20200213-おかしいので24.25から元に戻す、width: 50%; */
		width: 50%;
		margin-left: 25%;
	}
}
@media screen and (min-width: 901px) {
	.kattene {
		display: table;
		width: 100%;
	}
	.kattene__imgpart {
		display: table-cell;
		width: 20%;
	}
	.kattene__infopart {
		display: table-cell;
		vertical-align: top;
		position: relative;
		padding-left: 5px;
		width: 80%;
	}
	.kattene__btns {
		position: absolute;
		bottom: 0;
		box-sizing: border-box;
		padding-right: 5px;
	}
	.kattene__btns.__five > div {
		width: 19.2%;
	}
	.kattene__btns.__five > div:not(:last-child) {
		margin-right: 1%;
	}
	.kattene__btns.__four > div {
		width: 24.25%;
	}
	.kattene__btns.__four > div:not(:last-child) {
		margin-right: 1%;
	}
	.kattene__btns.__two > div {
		/* 20200209-幅変更、width: 49.5%; */
		/* 20200213-おかしいので24.25から元に戻す、width: 49.5%; */
		width: 49.5%;
	}
	.kattene__btns.__two > div:not(:last-child) {
		margin-right: 1%;
	}
	.kattene__btns.__one > div {
		/* 20200209-幅変更、width: 49.5%; */
		/* 20200213-おかしいので24.25から元に戻す、width: 49.5%; */
		width: 49.5%;
		float: right;
	}
}
.kattene .kattene__btn {
	appearance: none;
	background-color: #54c0d1;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 0.8em;
	-webkit-font-smoothing: antialiased;
	/* font-weight: 600; */
	line-height: 1;
	padding: 0.75em 0;
	text-decoration: none;
	transition: background-color 150ms ease;
	user-select: none;
	vertical-align: middle;
	  white-space: nowrap;
}
.kattene__btn:hover, .kattene__btn:focus {
	background-color: #439aa7;
	color: #fff !important;
}
.kattene__btn:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.kattene__btn:disabled:hover {
	background-color: #54c0d1;
}
.kattene__btn.__small {
	padding: 0.55em;
	font-size: 0.9em;
}
.kattene__btn.__orange {
	background-color: #FF9901;
	-webkit-box-shadow: 0 5px 0 #cc7a01;
	-moz-box-shadow: 0 5px 0 #cc7a01;
	box-shadow: 0 5px 0 #cc7a01;
	-o-box-shadow: 0 5px 0 #cc7a01;
	-ms-box-shadow: 0 5px 0 #cc7a01;
	margin-bottom: 5px;
	border-radius: 3px;
	text-align: center;
}
.kattene__btn.__orange:hover {
	background-color: #cc7a01;
}
.kattene__btn.__orange i {
	font-weight: bold;
}
.kattene__btn.__orange i:before {
	vertical-align: middle;
	font-size: 1.2em;
	margin-right: 0.2em;
}
.kattene__btn.__blue {
	background-color: #007dcd;
	-webkit-box-shadow: 0 5px 0 #0064a4;
	-moz-box-shadow: 0 5px 0 #0064a4;
	box-shadow: 0 5px 0 #0064a4;
	-o-box-shadow: 0 5px 0 #0064a4;
	-ms-box-shadow: 0 5px 0 #0064a4;
	margin-bottom: 5px;
	border-radius: 3px;
	text-align: center;
}
.kattene__btn.__blue:hover {
	background-color: #0064a4;
}
.kattene__btn.__blue i {
	font-weight: bold;
}
.kattene__btn.__blue i:before {
	vertical-align: middle;
	font-size: 1.2em;
	margin-right: 0.2em;
}
.kattene__btn.__red {
	background-color: #c20004;
	-webkit-box-shadow: 0 5px 0 #9b0003;
	-moz-box-shadow: 0 5px 0 #9b0003;
	box-shadow: 0 5px 0 #9b0003;
	-o-box-shadow: 0 5px 0 #9b0003;
	-ms-box-shadow: 0 5px 0 #9b0003;
	margin-bottom: 5px;
	border-radius: 3px;
	text-align: center;
}
.kattene__btn.__red:hover {
	background-color: #9b0003;
}
.kattene__btn.__red i {
	font-weight: bold;
}
.kattene__btn.__red i:before {
	vertical-align: middle;
	font-size: 1.2em;
	margin-right: 0.2em;
}
.kattene__btn.__green {
	background-color: #0BBD80;
	-webkit-box-shadow: 0 5px 0 #099766;
	-moz-box-shadow: 0 5px 0 #099766;
	box-shadow: 0 5px 0 #099766;
	-o-box-shadow: 0 5px 0 #099766;
	-ms-box-shadow: 0 5px 0 #099766;
	margin-bottom: 5px;
	border-radius: 3px;
	text-align: center;
}
.kattene__btn.__green:hover {
	background-color: #099766;
}
.kattene__btn.__green i {
	font-weight: bold;
}
.kattene__btn.__green i:before {
	vertical-align: middle;
	font-size: 1.2em;
	margin-right: 0.2em;
}
.kattene__btn.__pink {
	background-color: #e1325b;
	-webkit-box-shadow: 0 5px 0 #b42849;
	-moz-box-shadow: 0 5px 0 #b42849;
	box-shadow: 0 5px 0 #b42849;
	-o-box-shadow: 0 5px 0 #b42849;
	-ms-box-shadow: 0 5px 0 #b42849;
	margin-bottom: 5px;
	border-radius: 3px;
	text-align: center;
}
.kattene__btn.__pink:hover {
	background-color: #b42849;
}
.kattene__btn.__pink i {
	font-weight: bold;
}
.kattene__btn.__pink i:before {
	vertical-align: middle;
	font-size: 1.2em;
	margin-right: 0.2em;
}
/* 2018-カッテネ */

/* 2018-引用 */
/* 引用全体 */
.entry-content blockquote {
	position: relative;
	margin: 20px 0;
	padding: 16px 52px;
	border-radius: 3px;
	background: #fff;
}
/* 引用符のアイコン */
.entry-content blockquote:before,
.entry-content blockquote:after {
	position: absolute;
	font-family: blogicon; /* 引用符のアイコンの設定 */
	font-size: 18px;
	font-weight: normal;
	content: "\f704";
	color: #fff;
	display: inline-block; /* 引用符のアイコンの背景 */
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #ddd;
	line-height: 32px;
	text-align: center;
}
/* 引用符のアイコン（左上） */
.entry-content blockquote:before {
	top: 10px;
	left: 10px;
}
/* 引用符のアイコン（右下） */
.entry-content blockquote:after {
	right: 10px;
	bottom: 10px;
	transform: rotate(180deg);
}
/* 引用ボタンを非表示 */
.requote-button {
	display: none !important;
}
/* 2018-引用 */

/* 2019-adsense余白透明 */
mark, ins {
 background: transparent;
 text-decoration: none;
 }
/* 2019-adsense余白透明 */

/* ---------------------------------------------------------------- */
/*                                                                  */
/* 20200413-表示、隠すボタン                                        */
/* ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓*/
/* ---------------------------------------------------------------- */
/*隠すボタン*/
.show-button-block{
	text-align:left;          /*ボタンを中央揃えに*/
}
.show-button{
	display: inline-block;
	border: 2px solid #203556;    /*ボタンの枠の太さ・色*/
	border-radius: 5px;         /*ボタンに丸み*/
	padding: 10px 15px;         /*サイズ*/
	cursor: pointer;            /*カーソルポインターに*/
}
.show-button:hover{
	background: #203556;          /*背景色*/
	color: white;               /*文字色*/
	transition: .3s;            /*ぼんやりと変化*/
}
.hide-area{
	display: none;              /*隠しエリアの表示*/
}
/* ---------------------------------------------------------------- */
/*↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑ */
/* 20200413-表示、隠すボタン                                        */
/*                                                                  */
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */
/*                                                                  */
/* 20200504-メニュー表示・非表示                                    */
/* ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓*/
/* ---------------------------------------------------------------- */
.table-of-contents{
	display: none;
}
.show-area{
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 0;
	color: blue;
}
/* ---------------------------------------------------------------- */
/*↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑ */
/* 20200504-メニュー表示・非表示                                    */
/*                                                                  */
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */
/*                                                                  */
/* 20200731-フッター編集                                            */
/* ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓*/
/* ---------------------------------------------------------------- */
/* コピーライト */
#bottom-editarea {
	width: 100%;
	margin: 0 auto;
	background: #203556;
	padding: 0;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#footer {
	text-align: center;
	color: #fff;
	background: #203556;
	width: 100%;
	margin: 0;
	padding: 2em 40px 1em 40px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 80%;
}
#blog-title-content a {
	font-size: 1.25em;
	font-weight: 100;
	color: #203556;
}
.footer-links ul {
	list-style: none;
	padding: 0;
}
.footer-links ul li {
	display: inline-block;
	padding: 0 6px;
	font-size: 14.5px;
	box-sizing: border-box;
}
.footer-links ul li a{
	color: #ffffff;
}
.copyright {
	font-size: 12px;
}
/*自分で設定したフッターとページ下の余白を消す*/
#container {
	margin-bottom: 0;
}
/* ---------------------------------------------------------------- */
/*↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑ */
/* 20200731-フッター編集                                            */
/*                                                                  */
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */
/*                                                                  */
/* 20200731-読者数非表示                                            */
/* ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓*/
/* ---------------------------------------------------------------- */
.subscription-count-box {
	display:none !important;
}
/* ---------------------------------------------------------------- */
/*↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑ */
/* 20200731-読者数非表示                                            */
/*                                                                  */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/*                                                                  */
/* 20200827-表示、隠すボタン（スペイン語）                          */
/* ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓*/
/* ---------------------------------------------------------------- */
/*隠すボタン*/
.show-button-block_es{
	text-align:left;          /*ボタンを中央揃えに*/
}
.show-button_es{
	display: inline-block;
	border: 2px solid #203556;    /*ボタンの枠の太さ・色*/
	border-radius: 5px;         /*ボタンに丸み*/
	padding: 10px 15px;         /*サイズ*/
	cursor: pointer;            /*カーソルポインターに*/
}
.show-button_es:hover{
	background: #203556;          /*背景色*/
	color: white;               /*文字色*/
	transition: .3s;            /*ぼんやりと変化*/
}
.hide-area_es{
	display: none;              /*隠しエリアの表示*/
}
/* ---------------------------------------------------------------- */
/*↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑ */
/* 20200827-表示、隠すボタン（スペイン語）                          */
/*                                                                  */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/*                                                                  */
/* 20201005-カテゴリータグ化                                        */
/* ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓*/
/* ---------------------------------------------------------------- */
.hatena-module {
	clear: both;
	overflow: hidden;
}

.hatena-module-category .hatena-module-body ul.hatena-urllist li {
	float: left;
}

/* category css */
.hatena-module-category .hatena-module-body ul.hatena-urllist li {
	float: left;
	list-style-type: none;
	margin: 0 2px 2px;
	padding: 7px;
	background-color: #203556; /* 背景色 */
	text-decoration: none;
	border-radius: 10px 10px 10px 10px
}

.hatena-module-category .hatena-module-body ul.hatena-urllist li a{
	color: #fff; /* 文字色 */
	font-size:12px; /* 文字ｻｲｽﾞ */
}
/* ---------------------------------------------------------------- */
/*↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑ */
/* 20201005-カテゴリータグ化                                        */
/*                                                                  */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/*                                                                  */
/* 20201013-tooltip表示                                             */
/* ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓*/
/* ---------------------------------------------------------------- */
.tooltip {
	position: relative;
	cursor: help;
	/*color: #f48b7b;*/
}
.tooltip a {
	/*color: #f48b7b;*/
}
.fukidashi {
	transition: 0.5s;
	z-index: -1;
	opacity: 0;
	min-width: 10em;
	position: absolute;
	left: -1em;
	bottom: 100%;
	padding: 0.5em;
	margin-bottom: 1em;
	font-size: 1em;
	border-radius: 0.6em;
	color: #ffffff;
	background: #547cba;
	text-align: center;
}
.fukidashi::after {
	content: "";
	position: absolute;
	left: 25%;
	bottom: -1em;
	border-top: solid 1em #547cba;
	border-left: solid 0.5em transparent;
	border-right: solid 0.5em transparent;
}
.tooltip:hover .fukidashi {
	z-index: 0;
	opacity: 0.96;
}
/* ---------------------------------------------------------------- */
/*↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑ */
/* 20201013-tooltip表示                                             */
/*                                                                  */
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */
/*                                                                  */
/* 2020XXXX-XXXXXXXXXXX                                             */
/* ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓     ↓*/
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/*↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑     ↑ */
/* 2020XXXX-XXXXXXXXXXX                                             */
/*                                                                  */
/* ---------------------------------------------------------------- */
