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


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



#container {
width: 1134px;
 background-color:#ffffff;
}

#content {
    margin: 0px 55px;
}

header#blog-title {
padding-top: 1px; 
padding-bottom: 10px; 

}


#blog-title {
   
    font-size:%;
    background-image: url('');
    
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    font-weight: ;
    margin: ;
padding-top: 30px; 
margin-left: -1px;
height:90px;
}

.page-archive div#content {
    margin-top: 20px!important;
}

#title a{
    color: #a0522d;
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
      display: inline-block;
  transition: ;
}



#title a:hover {
color: #dc954e;
font-family: 'HuiFontP109', sans-serif;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-3deg);
}

.page-index #title a:hover {
color: #a0522d;

}

#blog-description {
padding-top: 1px; 

background:url() bottom repeat-x;
color:#;

background-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
    font-weight: normal;
    font-size: 80%;
    margin: 2px 0 0 0;
}




h1.entry-title a {
   font-family: 'Yusei Magic', -apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    font-weight: 500; 
        color: #2361a1;
        line-height: 120%;
        font-size: 28px
       
}


.page-entry h1.entry-title a{
  font-size: 30px;
          color: #2361a1;
             font-family: 'Yusei Magic', -apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
         font-weight: 500; 
         line-height: 120%:
}


h1.entry-title  a:hover{
color: #ff99cc;

}


.page-entry h1.entry-title  a:hover{
color: #2361a1;
}



body {
    color: #222222;
    
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    letter-spacing: 0.02em;
    font-weight: ;
    
    background-color:#ffffff;
}



/*記事内のリンクの色を変更*/
.entry-content a{/*リンクされた文字*/
color:#1e90ff; 　/*←色指定*/
font-style:normal;

}
.entry-content a:link {/*未訪問のリンク*/
color:#1e90ff;
font-style:normal;
text-decoration:none;
}
.entry-content a:visited {/*訪問後のリンク*/
color:#c23bc9;
text-decoration: ;
}
.entry-content a:hover {/*マウスをのせたとき*/
color:#1e90ff;
font-style:;/*斜体にする*/
text-decoration: underline;
}
a:active {/*クリック中*/
text-decoration:none;
}



.pager span.pager-prev a{
    color:white;
    text-decoration: none;
    font-size:15px;
    line-height: 1.5;
    
    display: inline-block;
    width: 100px;
    height: 50px;
    border-radius: 50%;
    background: skyblue;
    line-height: 50px;
    text-align: center;

}

.pager span.pager-next a{
    color:white;
    text-decoration: none;
     font-size:15px;
     line-height: 1.5;
     
    display: inline-block;
    width: 100px;
    height: 50px;
    border-radius: 50%;
    background: skyblue;
    line-height: 50px;
    text-align: center;
}



.pager span.pager-prev a:hover{
  background: silver;/*背景色をシルバーに*/
  text-decoration: none !important;/*下線を消す*/
  
    
    display: inline-block;
    width: 100px;
    height: 50px;
    border-radius: 50%;
    background: silver;
    line-height: 50px;
    text-align: center;
}

.pager span.pager-next a:hover{
  background: silver;/*背景色をシルバーに*/
  text-decoration: none !important;/*下線を消す*/
  
    
    display: inline-block;
    width: 100px;
    height: 50px;
    border-radius: 50%;
    background: silver;
    line-height: 50px;
    text-align: center;
}



.page-archive .categories a{
    background: #618e34; /*背景色*/
    color: #ffffff; /*文字色*/
    border-radius: 27% 73% 28% 72% / 67% 34% 66% 33% ; /*角丸*/
    font-size: 12px;
    padding: 3px 8px 3px 8px;
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
   vertical-align:middle；
     text-align:center;
}


.page-archive .categories a:hover{
    background: #66cc00; /*背景色*/
    color: #ffffff; /*文字色*/
    border-radius: 27% 73% 28% 72% / 67% 34% 66% 33% ; /*角丸*/
    font-size: 14px;
    padding: 3px 8px 3px 8px;
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    vertical-align:middle；
      text-align:center;
}



.categories a {
    background: #618e34; /*背景色*/
    color: #ffffff; /*文字色*/
    border-radius: 27% 73% 28% 72% / 67% 34% 66% 33% ; /*角丸*/
    font-size: 12px;
    padding: 3px 8px 3px 8px;
     font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
     vertical-align:middle；
       text-align:center;
       margin-right: 5px;
}




.categories a:hover  {
background: #66cc00; /*背景色*/

    color: #ffffff; /*文字色*/
    border-radius: 27% 73% 28% 72% / 67% 34% 66% 33% ; /*角丸*/
    font-size: 14px;
    padding: 3px 8px 3px 8px;
     font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
     vertical-align:middle；
       text-align:center;
}


.page-archive .categories a:hover {
    background: #66cc00;

}

.categories a:before {
    display: none;
}



@media screen and (-webkit-min-device-pixel-ratio:0){
    .categories a {
            padding: 3px 8px 3px 8px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    .categories a:hover  {
            padding: 3px 8px 3px 8px;
            font-size: 14px;
    }
}


/* 記事タイトル */

.entry-title {
    font-family: 'Zen Maru Gothic', -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: 0px 0 0px;
}


.entry-title a {
    font-size: px; /* 文字サイズ */
    line-height: ; /* 行の高さ */
    color: #e73562;
}



.table-of-contents{
    background-color: #f7f6f5;
    border-radius: 0.9em;/*角丸*/
    
      margin: em;
  padding-left: 4em !important;
    padding-right: 4em !important;
    padding-top: 4.5em !important;
      padding-bottom: 3.5em !important;
      border: 0px solid #d2d7e5;
     
}


.table-of-contents:before{
   content: "もくじ";
    font-size: 100%;
    left: 0%;
    top: -35px;
    position: relative;
    margin: 0px -70px -8px;

text-align: center;
    color: #333;
    background: #d3d6dd;
webkit-transform: rotate(deg) skew(deg);
transform: rotate(-3deg) skew(-13deg);
box-shadow: 0 10px 6px -6px rgba(0,0,0,.1);
}


@media all and (-ms-high-contrast:none) {
.table-of-contents:before{
   content: "もくじ";
    font-size: 80%;
     vertical-align: middle;
    left: 0%;
    top: -35px;
    position: relative;
    margin: 0px -70px -8px;

text-align: center;
    color: #333;
    background: #c9c9c4;
webkit-transform: rotate(deg) skew(deg);
transform: rotate(-3deg) skew(-13deg);
}
}


.table-of-contents ul{
    font-size: 100%;

font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
       letter-spacing: 0.02em;
     font-size: 16px;
     line-height: 2;
     
}



/* 大見出しに下線をつける、改行の文頭を揃える　*/
.table-of-contents li {
	border-bottom: 1px solid #ccc;
	list-style-position: inside ;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 1.25em;
    text-indent: -1.25em;
}

/* 中見出し、小見出しの下線をなくす　*/
.table-of-contents li ul li{
	border-bottom: none;
	padding-bottom: 5px;
	padding-top: 5px;

}



.entry-content p {
    color: #111111;

font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
     font-size: 17px;
     margin: 1.4em 0;
     line-height: 1.8;
     
}


ul li, ol li {
 color: #222222;
   
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
   font-size: 17px;
   padding: px;
   line-height: 1.8;
     padding-top:8px;
  padding-bottom:8px;
}



/* はてなブログをはじめよう！を非表示にする */

.footer-action-wrapper{

display:none;

}

 

/* はてなブログ開発ブログ等のリンクを非表示にする */

.touch-item-list{

display:none;

}


.guest-footer-content{

display:none;

}


.hatena-module-category .hatena-urllist li a{
color:#2361a1;
    
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
font-size: 14px;
font-weight:;


}


.hatena-module-links .hatena-urllist li a{
color:#2361a1;
    
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
font-size: 14px;
font-weight:;
}

.hatena-module-links .hatena-urllist li a:hover{ 
text-decoration: underline; 
}


#box2 {
    margin-top: 12px;
}

.hatena-module {
    margin-bottom: 56px;
}


.hatena-module-title {

    color: #a0522d;
    


font-family: 'Mochiy Pop P One', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial',  'Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;

font-weight: 400;
font-size:16px; 
border-bottom: 0px solid #ECEEF1;
    margin-bottom: 14px;
    padding: 0 0 0px 0px;
}



.hatena-module-title:before {
font-family:FontAwesome;
font-size:; 
color:#a0522d;
font-weight:normal;
  content: "\f0f4";
   vertical-align:middle；
}



.hatena-module-related-entries .hatena-module-title{
    font-size: 1rem;
}


/*1つ1つの関連記事ボックス*/
li.urllist-item.related-entries-item {
    border-bottom: solid 1px #ececec;
    margin: 0;
    padding: 10px 0;
}

/*関連記事の画像まわりの調整*/
.urllist-with-thumbnails li .urllist-image {
    margin: 0 10px 0 0;
    border-radius: 400px;
}

/*関連記事のタイトル*/
a.urllist-title-link.related-entries-title-link.urllist-title.related-entries-title {
    text-decoration: none;
    color: #525252;
    font-weight:bold ;
    font-size:14px;
}

/*関連記事のタイトル*/
a.urllist-title-link.related-entries-title-link.urllist-title.related-entries-title:hover {
    color: #;
    text-decoration: underline;
}


.hatena-fotolife, .http-image {
display: block;
margin: -10px auto;
}


/* 大見出しのデザイン */
.entry-content h3{
margin-top:55px;
color: #ffffff;/*文字色*/
border: solid 5px #a0522d;/*線色*/

padding: 1.3em 1.9em 1.6em 1.4em;/*文字周りの余白*/
    font-weight: 400;
    border-radius: 30% 70% 35% 65% / 50% 50% 50% 50%;

 line-height: 1.3;
   font-family: 'Yusei Magic',  -apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-size:29px;
  background: #a0522d; /*背景色*/
}


.entry-content h4{
margin-top:45px;
position: relative;
padding-left: 1.2em;
color: #2361a1;/*文字色*/
background: linear-gradient(transparent 100%, #daa520 75%);
font-weight:400;
font-family: 'Yusei Magic', -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-size:27px;
 line-height: 1.3;
  border-bottom: double 6px #daa520;
}

.entry-content h4:before{
  font-family: FontAwesome;
  /*アイコンユニコード*/
  content: "\f18c";
  /*アイコン色*/
  color: #D8C620; 
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
}

.entry-content h5 {
margin-top:45px;
  color:#2361a1;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.3;
 font-weight:400;
font-family:'Yusei Magic', -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    font-size:22px;
    padding-bottom: 3px;
border-bottom: 1px solid #daa520;
}

.entry-content h5:before{
  font-family: FontAwesome;
  /*アイコンユニコード*/
  content: "\f299";
  /*アイコン色*/
  color: #D8C620; 
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
}



blockquote{
    position:relative;
    border-left:3px solid #DA8596;
    padding-left:0px;
    margin: 0px 30px 0px 30px !important;
    
}
blockquote:before{
    position:absolute;
    font-family:'FontAwesome';
    content:'\f10d';
    font-size: px;
    color:#DA8596;
}
blockquote p{
    position:relative;
    padding-left:30px;
    font-size: 100%;
}
blockquote cite{
    display: block;
    font-size:0.9rem;
    color:#F8C8B2;
    text-align:right;
    font-style:oblique;
	font-family:Times New Roman,"ＭＳ Ｐゴシック";
}

.entry-content blockquote p {
    font-size: 100%;
}


/*記事下のIDを非表示*/
span.author.vcard{ 
display:none; 
} 



/* ---------ふい字------------ */
@font-face {
font-family: 'HuiFontP109';
src: url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.eot');
src: url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.eot?#iefix') format('embedded-opentype'), url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.woff') format('woff'), url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.ttf') format('truetype'), url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.svg#HuiFontP109') format('svg');
font-weight: 600;
font-style: normal;
} 
 
/* ---------タイトルをふい字に------------ */
#title a {
font-family: 'HuiFontP109', sans-serif;
    font-size: 230%;
}



.top-placed-publication .date,
.top-placed-publication .entry-footer-time{
  display: none;
}




.pr a{
    color:#1e90ff;
    text-decoration: none;
}


.pr a:hover { 
text-decoration: underline; 
}




/*トップ画面なん日前消去*/
.page-index
time.updated{
display:none
}


/*トップ画面ソーシャルボタン消去*/
.page-index
div.social-buttons{
display:none
}


/*以下class名link_buttonのデザイン*/
.link_button {
  font-weight: ;
  text-decoration: none;/*下線消す*/
  background: skyblue;/*背景を水色に*/
  color:white !important;/*文字を白に*/
  padding:10px 10px;/*内側の余白*/
  border-radius: px;/*角を丸くする*/
 font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
margin:0px !important;
  font-size:14px;
  
    display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align:center;
  line-height: 55px;
  }

/*以下カーソルを当てたとき*/
.link_button:hover {
  background: silver;/*背景色をシルバーに*/
  text-decoration: none !important;/*下線を消す*/
  }

/*以下訪問済みのデザイン*/
.link_button:visited {
  color: white !important;/
  }



/* パンくずリスト */
div.breadcrumb {
display: none;
}



/* 記事一覧のリストの上余白 */
.page-archive .archive-entries{
margin-top: 10px;

}


.page-archive-category .archive-entries{
margin-top: -38px;

}


/* 記事一覧のリストとカテゴリの上余白 */
.page-archive div#content{
margin-top: -20px;
}




/* 個別記事の余白 */
.entry-header {
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}


/* 検索結果の検索ボックス余白 */
.search-result {
    margin-bottom: 3em;
    margin-top: 15px;
}


/* て */
.archive .archive-entries{
margin-top: -48px;

}

/* て */
.archive div#content{
margin-top: 0px;
}



/*トップページの「次のページ（ページャー）」非表示*/
.page-index .pager-next {
display: none;
}



/*タイトル画像*/

.page-index div#content.hfeed
{

height:px;
background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/d/degarashitan/20190309/20190309043218.jpg);
background-repeat : no-repeat;
width: 1024px;

 }
 
 
@-moz-document url-prefix(){
     .page-index div#content.hfeed  {
     
     height:px;
background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/d/degarashitan/20190309/20190309043218.jpg);
background-repeat : no-repeat;
width: 1024px;
     
        margin-top:25px;
    }
}

@media all and (-ms-high-contrast:none) {

.page-index div#content.hfeed
{

height:px;
background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/d/degarashitan/20190309/20190309043218.jpg);
background-repeat : no-repeat;
width: 1024px;

 }

}


@supports (-ms-ime-align:auto) {

.page-index div#content.hfeed
{

height:px;
background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/d/degarashitan/20190309/20190309043218.jpg);
background-repeat : no-repeat;
width: 1024px;

 }

}

 
 
.page-index .hatena-module
{
margin-top: 4px;
}


/* hr線の色を変えてみたバージョン */
hr {
    
  margin-top: 20px;
  margin-bottom: 20px;

  display: block;
  width: 100%;
  height: 2px;
  background-color: #daa520;
  border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}



.risutonoyohaku {
padding-top:20px;/*リスト上の余白*/
}


#privacy {
    padding: 0px 0px 50px 58px;
    text-align: left;
    background: #;/* 背景色 */
    font-size: 12px;
    color:#222222;/* 文字の色 */
    text-decoration:none;
}


#privacy a{
      color:#1e90ff;
    text-decoration: none;
}


#privacy a:hover{
      color:#1e90ff;
    text-decoration: underline;
}


/* 記事トップ下の予定をトップページに映さない　*/
.page-index span.meeting{
  display: none;
}



.box1 {
    padding: 0.5em 1em;
    margin: 1em 0;
    font-weight: bold;
    border: solid 1px #dddddd;
}
.box1 p {
    margin: 0; 
    padding: 0;
}



.box2 {
    padding: 0.5em 1em;
    margin: 1em 0;
    font-weight: ;
    border: dashed  2px #ffd700;
    background-color: ;
}
.box2 p {
    margin: 0; 
    padding: 0;
}


.hr2 {

  margin-top: px;
  margin-bottom: px;
  
width: 100%;
height: 1px;
border: none;
border-top: 1px #a0522d dashed;
}


.hr2-solid {

  margin-top: -1em;
  margin-bottom: px;
  
width: 100%;
height: 1px;
border: none;
border-top: 1px #a0522d solid;
}



.hr2-solid-red {

    margin-top: -0.5em;
    margin-bottom: -0.5em;
  
width: 100%;
height: 1px;
border: none;
border-top: 1px #ff0000 solid;
}


.hr3{
  margin-top: 70px;
    margin-bottom: px;
	height: 12px;
	background: linear-gradient(-70deg,transparent 35%,#9acd32 45%, #9acd32 55%,transparent 65%);
	background-size: 8px 12px;
	border: none;
}


.hr4 {

  margin-top: px;
  margin-bottom: px;
  
width: 100%;
height: 1px;
border: none;
border-top: 1px #9acd32  dashed;
}


.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #333333;
    border-bottom: solid 2px #333333;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #333333;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}


.ul2 .li2 {
  padding-top:10px;
  padding-bottom:10px;
}


.ul3, .ol3 {
  padding: 0;
  position: relative;
}

.ul3 .li3, .ol3 .li3 {
  color: #111111;
  border-left: solid 6px #ff3333;/*左側の線*/
  background: whitesmoke;/*背景色*/
  margin-bottom: 10px;/*下のバーとの余白*/
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}


.ul4, .ol4 {
  padding: 0;
  position: relative;
}

.ul4 .li4, .ol4 .li4 {
  color: #111111;
  border-left: solid 6px #1da1f2;/*左側の線*/
  background: whitesmoke;/*背景色*/
  margin-bottom: 10px;/*下のバーとの余白*/
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}


.ul5, .ol5 {
  padding: 0;
  position: relative;
}

.ul5 .li5, .ol5 .li5 {
  color: #111111;
  border-left: solid 6px #ffd700;/*左側の線*/
  background: whitesmoke;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}




.ul6, .ol6 {
  padding: 0;
  position: relative;
}

.ul6 .li6, .ol6 .li6 {
  color: #111111;
  border-left: solid 6px #32cd32;/*左側の線*/
  background: whitesmoke;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}




.d5{
 color: #222222;
   
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
   font-size: 16px;
   padding-top: 0px;
      padding-bottom: 0px;
   line-height: 1.0;
}



/* ↓ページトップへ戻るボタン↓ */
/*上に戻る*/
#page-top {
  display:none;
  position:fixed;
  right:10px;
  bottom:25px;
  margin: 0;
  padding: 0;
  text-align:center;
}
#move-page-top{
  color:rgba(0,0,0,0.1);
  text-decoration:none;
  display:block;
  cursor:pointer;
}
#move-page-top:hover{
  color:rgba(0,0,0,0.3);
}
@media only screen and (min-width: 400px){
  #page-top{
    right:50%;
    margin-right: -650px;
  }
}
/* ↑ページトップへ戻るボタン↑ */




/*画像の上に文字をのせる・白*/
.gazoumoji {
  position: relative;
  }

.gazoumoji p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 2em;/*サイズ2倍*/
  font-family :;
  }

.gazoumoji img {
  width: 100%;
  }
  
  
  
  /*画像の上に文字をのせる・青*/
.gazoumoji2 {
  position: relative;
  }

.gazoumoji2 p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
color: skyblue;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 2em;/*サイズ2倍*/
  font-family :;
  }

.gazoumoji2 img {
  width: 100%;
  }
  
  
  
  
 /*新カテゴリ*/    

ul.category-new { 
     padding-left: 0px;
         line-height: 1.5;    
    }
  
li.category-new { padding: 6px 0;
    border-bottom: 1px solid #dddddd;
line-height: 2.0; 
    list-style-type: none;
 font-size: 14px;
    color: #a0522d;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    }
    
  
li.category-new a {
    color: #2361a1;
    text-decoration:none;
}  

li.category-new a:hover{
      color: #1e90ff;
      text-decoration:underline;
}  




 /*開催予定（月別）*/
 
ul.kaisaiyotei { 
     padding-left: 0px;
         line-height: 1.5;    
    }
  
li.kaisaiyotei { padding: 6px 0;
    border-bottom: 1px solid #dddddd;

    list-style-type: none;
 font-size: 16px;
    color: #a0522d;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    }
    
    
li.kaisaiyotei a {
    color: #1e90ff;
    text-decoration:none;
}  

li.kaisaiyotei a:hover{
      color: #1e90ff;
      text-decoration:underline;
}


 /*開催予定（トップ）*/
 
ul.kaisaiyotei-top { 
     padding-left: 0px;
         line-height: 1.5;    
    }
  
li.kaisaiyotei-top { padding: 13px 0;
    border-bottom: 1px solid #ee7800;
         line-height: 1.7; 
    list-style-type: none;
 font-size: 15px;
    color: #222222;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    }
    
    
li.kaisaiyotei-top a {
    color: #1e90ff;
    text-decoration:none!important;
}  

li.kaisaiyotei-top a:hover{
      color: #ff99cc;
      text-decoration:underline!important;
}


 /*awesome fontのアイコンの色を変える*/
.my-skyblue {color: #1487bd;
}

/*トップの黒丸なしリスト*/
ol.kuromarunashi_list { 
padding-left:0px;
  padding-top: 5px;
  padding-bottom: 5px
list-style-type: none;}



/*次回は、*/

a.jikai:link {
    color: #1e90ff;
    text-decoration:none;
}  

a.jikai:visited {
    color: #1e90ff;
    text-decoration:none;
}

a.jikai:hover {
      color: #1e90ff;
      text-decoration:underline;
}  



/*月の開催予定の文字と下線*/
.p5 {
    font-size: % !important;
    line-height: 1.7 !important;
      margin-top: 10px !important;
      margin-bottom: 13px !important; 
padding-bottom: 13px !important; 
border-bottom: 1px solid #dddddd;

}    
    
 /*月の開催予定の章立て*/   
.p6 {
  border: solid 1px #dc954e;
  padding: 3px 0px 3px 15px;
  margin-top: 40px!important;
   margin-bottom: -10px!important;
}

.p6-2 {
  border: solid 1px #dc954e;
  padding: 3px 0px 3px 15px;
  margin-top: 40px!important;
   margin-bottom: 25px!important;
}

.p6-3 {
  border: solid 1px #dc954e;
  padding: 3px 0px 3px 15px;
  margin-top: 50px!important;
   margin-bottom: -10px!important;
}
 
 
.haikei-iro{
background-color: #F7F7F7;
color: ;
padding: 10px;
}


 /*カラオケ*/  
.ul12 {
  border: solid 2px skyblue;/*線の設定*/
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.ul12 .li12 {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.ul12 .li12:before {
  
  font-family: "FontAwesome";
  content: "\f075";/*アイコンの種類*/
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: skyblue; /*アイコン色*/
}



.kage {
  box-shadow: 2px 2px 4px gray;
}

.yarimashita {
  line-height: 1.0 !important;
  font-size: 90% !important;
}






/* ここからブログカード　カード全体像 */
.blogcard {
  max-width: 100%;
    margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 0px 0px 10px;
  border-radius: 2px;
  border: 1px solid rgb(211,211,211);

  box-shadow: 0 9px 4px -6px rgba(0,0,0,.1);
  background: white;
  color: rgb(51,51,51);
}

/* float親要素 */
.blogcard-content {
  margin-bottom: 0px;
  overflow: hidden;
}

/* 画像 */
.blogcard-image {
  display: inline-block;
  float: right; /* 画像を左に配置したい場合は left に変更 1/2 */
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 1/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 2/6 */
  margin: 0 0 5px 5px; /* 画像を左に配置したい場合は 0 10px 5px 0 に変更 2/2 */
}

.blogcard-image-wrapper {
  display: inline-block;
  width: 200px; /* 画像の表示サイズ変更は数値をpxで変更 3/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 4/6 */
}

.blogcard-image-wrapper img {
  width: 200px; /* 画像の表示サイズ変更は数値をpxで変更 5/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 6/6 */
  object-fit: cover;
  object-position: center center;
}

/* タイトル */
.blogcard-title {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.blogcard-title a {
  color: rgb(61,63,68);
  word-break: break-all;
    text-decoration: none;
}

.blogcard-title a:hover {
  text-decoration: underline;
   color:#ff99cc;
}

/* 引用 */
.blogcard blockquote {
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent; /* ブログテンプレートに背景に関する強制力の強い指定がある場合には transparent の直後に !important を付けてください */
}

.blogcard blockquote::before,
.blogcard blockquote::after {
  content: none;
}

/* 記事概要 */
.blogcard-description {
  font-size: 12px;
  line-height: 1.5;
    margin-top: 5px;
}

/* ブログカード終了　フッター(元記事サイト名とリンク) */
.blogcard-footer {
  font-size: 12px;
}

.blogcard-footer a {
  color: rgb(154,165,171);
  text-decoration: underline;
}

.blogcard-footer a img {
  margin-right: 5px;
}



/* 吹き出し */
.box24 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    color: ;
    font-weight: bold;
    background: #d6ffad;


}
.box24:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #d6ffad;
    width: 0;
    height: 0;
}
.box24 p {
    margin: 0; 
    padding: 0;
}


/* 二次会ボックス1 */
.box28 {
    position: relative;
    margin: -1.0em 0 2.5em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0px 0px 20px 0px;
}
.box28 p {
    margin: 0; 
    padding: 0;
        line-height: 1.6;
            font-size: 14px;
}


/* かんたん開催リスト*/
.btn-flat-border {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 5px;
  transition: .4s;
  font-size: 13px;

}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}


/* かんたん開催リスト2*/
.btn-flat-border2 {
  display: inline-block;
  max-width: px;
  text-align: left;
  background-color: #ffffff;
  font-size: 13px;
  color: #888888!important;
  text-decoration: none!important;
  font-weight: bold;
  padding: 6px 16px 4px 16px;
  border-radius: 4px;
  border-bottom: 4px solid #ff1493;
  margin-top: 10px;
}


.btn-flat-border2:active {
    transform: translateY(4px);
    border-bottom: none;
}


/* 開催予定一覧の過去の記録リンク*/
.text-box1 {
  background-color: #;
  border: px solid #ddd;
  position: relative;
  padding: 0.5em 0.5em 0.5em 3.5em;
      margin: -20px 0 0 0; 
}
.text-box1::before {
  position: absolute;
  top: -10px;
  left: 10px;
  font-family: "blogicon";
  content: '\f010';
  color: #454545;
  font-size: 210%;
}


/* 開催予定一覧の過去の記録リンク・両端とばす*/
.box456 {
  display: flex;
  justify-content: space-between;
}


/* 検索ボックス*/
.hatena-module.hatena-module-search-box
 {
padding-top: px; 
padding-bottom: 10px; 
display:;
}



/* 寄稿コラムの枠*/
.box19 {
    position: relative;
    padding:0.25em 1em;
}
.box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 5px #ff00ff;
    border-top: solid 5px #ee82ee;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 5px #ffaaaa;
    border-bottom: solid 5px #ba55d3;
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 0; 
    padding: 10px;
}



/*最新情報はツイッター*/
.twitter-webfont:before{
font-family: blogicon;
content: "\f035";
color: #1da1f2;

}



/*お知らせ黄色ボックスのリンク*/

a.oshirase-kiiro:link {
    color: #ff1493;
    text-decoration:none;
}  

a.oshirase-kiiro:visited {
    color: #ff1493;
    text-decoration:none;
}

a.oshirase-kiiro:hover {
      color: #ff1493;
      text-decoration:underline;
}  



/*改行させない*/
.kaigyousasenai { white-space: nowrap;}


/*ウェブフォントの色（ピンク）*/
.webfont_no_iro {color:#ff1493}

/*ウェブフォントの色（黄色）*/
.webfont_no_iro2 {color:#ffd700}


/*リスト間の行間*/
.ul521, .li521 {
  padding-top:10px;
  padding-bottom:10px;
}


/* 吹き出し・色反転 */
.box242 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    color: ;
    font-weight: bold;
    background: #286f2c;


}
.box242:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #286f2c;
    width: 0;
    height: 0;
}
.box242 p {
    margin: 0; 
    padding: 0;
}




/*記事中の文字と下線*/
.p55s {
    font-size: 90% !important;
    line-height: 1.7 !important;
      margin-top: 9px !important;
      margin-bottom: 13px !important; 
padding-bottom: 9px !important; 
border-bottom: 1px solid #dddddd;

} 



/*付箋のボックス*/
.box8 {
    padding: 0.5em 1em;
    margin: -1em 0 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}



/*薄茶色の区切り線。何かに使えるかな*/
.gohoukoku-bar{
     height: 1.0px;
  background-color: #dc954e; 
margin:0.5em 0 0.5em 0;
}



/*トップ-月の開催予定の文字と下線*/
.p5s {
    font-size: 100% !important;
    line-height: 1.7 !important;
      margin-top: 10px !important;
      margin-bottom: 14px !important; 
padding-bottom: 14px !important; 
border-bottom: 1px dashed #8c8b8b;

} 


/*括弧*/
.brackets-box{
  margin: 1em 0 -1em 0;
  padding: 0 2em 0 2em;
  border-radius: 20px/50%;
  border: solid;
  border-width: 0 3px;
  border-color: #daa520;
}

.brackets-box p{
  margin: 0;
  padding: 0;
}

/*括弧2*/
.brackets-box2{
  margin: 1em 0;
  padding: 0 2em 0 2em;
  border-radius: 20px/50%;
  border: solid;
  border-width: 0 3px;
  border-color: #daa520;
}




/*括弧―下余白*/
.brackets-box-shitayohaku{
  margin: 0 0 3em 0;
  padding: 0 2em 0 2em;
  border-radius: 20px/50%;
  border: solid;
  border-width: 0 3px;
  border-color: #daa520;
}



/* トップページの来月以降の予定並び*/
dl.yoteinarabi dt.yoteinarabi {
 float: left;
 padding: 5px 0;
 width: 5.5em;
   margin-left: 0px;
   font-size: 80%;
}

dl.yoteinarabi dd.yoteinarabi {
 border-bottom: 1px solid #dddddd;
 padding: 5px 0 5px 5em;
    margin-left: 0px;
       font-size: 80%;
}



 /*開催予定（トップ）｜コロナ対応*/
 
ul.kaisaiyotei-top-c { 
     padding-left: 0px;
         line-height: 1.5;    
    }
  
li.kaisaiyotei-top-c { padding: 13px 0;
    border-bottom: 0px solid #ee7800;
         line-height: 1.7; 
    list-style-type: none;
 font-size: 14px;
    color: #222222;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    }
    
    
li.kaisaiyotei-top-c a {
    color: #1e90ff;
    text-decoration:none!important;
}  

li.kaisaiyotei-top-c a:hover{
      color: #ff99cc;
      text-decoration:underline;
}



/*予定の文字*/
.yotei_bunrui_moji {
    height: px;                  /* 高さ指定 */
    padding:  0 0 0 0px;                 /* 余白指定 */
    font-size: 16px;                /* 文字サイズ指定 */
    color: #008000;
    font-weight:bold;
    background-color:  ;   /* 背景色指定 */
}


/*予定の文字（次月以降）*/
.yotei_bunrui_moji_jigetsu {
    height: px;                  /* 高さ指定 */
    padding:  0 0 10px 0 ;                 /* 余白指定 */
    font-size: 14px;                /* 文字サイズ指定 */
    background-color:  ;   /* 背景色指定 */
}


/* 映画予告　*/
.yokoku {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: ;
  padding-top: px;
}

/* 映画予告 ここから下がボタンのCSS　*/
.btn-push {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #9ec34b;
  font-size: 14px;
  color: #FFF!important;
  text-decoration: none!important;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 4px;
  border-bottom: 4px solid #84a01f;
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}


/* 予定　*/
.yotei {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: ;

}

/* 予定 ここから下がボタンのCSS　*/
.btn-push-yotei {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #fff352;
  font-size: 14px;
  color: #666666!important;
  text-decoration: none!important;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 4px;
  border-bottom: 4px solid #ff8c00;
  
  margin-top: 10px;
}

.btn-push-yotei:active {
    transform: translateY(4px);
    border-bottom: none;
}


/* Zoomログインボタン　*/
.yokoku {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: ;
  padding-top: px;
}

/* Zoomログインボタン ここから下がボタンのCSS　*/
.btn-push-zoomlog {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #2D8CFF;
  font-size: 14px;
  color: #FFF!important;
  text-decoration: none!important;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 4px;
  border-bottom: 4px solid #0C63CE;
}

.btn-push-zoomlog:active {
    transform: translateY(4px);
    border-bottom: none;
}


/* Zoom使い方ボタン　*/
.yokoku {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: ;
  padding-top: px;
}

/* Zoomロ使い方ボタン ここから下がボタンのCSS　*/
.btn-push-zoomtsukai {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #E7F1FD;
  font-size: 14px;
  color: #0E71EB!important;
  text-decoration: none!important;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 4px;
  border-bottom: 4px solid #0C63CE;
}

.btn-push-zoomtsukai:active {
    transform: translateY(4px);
    border-bottom: none;
}



/* Zoomトップボタン　*/
.btn-push-zoomtop {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: ;
  padding-top: px;
}

/* Zoomトップ ここから下がボタンのCSS　*/
.btn-push-zoomtop {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #2D8CFF;
  font-size: 13px;
  color: #FFF!important;
  text-decoration: none!important;
  font-weight: bold;
  padding: 6px 16px 4px 16px;
  border-radius: 4px;
  border-bottom: 4px solid #0C63CE;
    margin-top: 10px;
}

.btn-push-zoomtop:active {
    transform: translateY(4px);
    border-bottom: none;
}




/* 個別ページタイトル下のボタン群　*/
.btn-push-top-iroiro {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: ;
  padding-top: px;
}

/* 個別ページタイトル下のボタン群のCSS　*/
.btn-push-top-iroiro {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #228b22;
  font-size: 13px;
  color: #FFF!important;
  text-decoration: none!important;
  font-weight: bold;
  padding: 7px 70px 4px 70px;
  margin-right: -1px;
  margin-left: -1px;
  border-radius: 4px;
  border-bottom: 4px solid #9acd32;
    margin-top: 3px;
    border-radius: 30% 57% 86% 20% / 100% 36% 91% 29%;
    transform: rotate(-3deg);
}

.btn-push-top-iroiro:active {
    transform: translateY(4px);
    border-bottom: none;
    border-radius: 30% 57% 86% 20% / 100% 36% 91% 29%;
    transform: rotate(-1deg);
}


/* Zoomの記録の日付の色　*/
.zoom_kiroku{
 background-color:  powderblue;
  width:  200px; 
  float:  left; 
  position:  relative;
   border-left: 10px solid #2D8CFF;
  padding: 5px 5px 5px 15px;
}


/* インデント　*/
.indent1 {
  padding-left: -1em;
  text-indent: 1em;
}


/* インデント　*/
.indent4 {
  padding-left: -4em;
  text-indent: 4em;
}

/* インデント　*/
.indent5 {
  padding-left: -5em;
  text-indent: 5em;
}

/* インデント　*/
.indent9 {
  padding-left: -9em;
  text-indent: 9em;
}



/* 罫線（開催予定）　*/
.hr-top-list {

  margin-top: 15px;
  margin-bottom: 15px;
  
width: 100%;
height: 1px;
border: none;
border-top: 1px #8c8b8b dashed;
}



/* 表の偶数行の色をかえる　*/
.s-tbl {
	border-collapse: collapse;
}
.s-tbl th, .s-tbl td {
	border: 1px solid #000;
}
.s-tbl tr:nth-child(even) {
	background: #ECEEF1;
}
.s-tbl tr:hover {
	
	background: #ffffcc;
}



/* 記事上の黄色のボックス　*/
.kijiue_box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: -1px;
    border: solid px #;
    background-color: #ffffa3;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
    box-shadow: -8px 18px 6px -15px rgba(0,0,0,.1);
}
.kijiue_box::after {
    content: "";
    border-color: #ffdb88 #fff #fff #ffdb88;
    border-style: solid;
    border-width: 0 0 20px 20px;
    bottom: 0;
    position: absolute;
    right: 0;
}

/* 画像に影を入れ、画像を中央に　*/
.kage2 {
  box-shadow: 3px 3px 6px -2px #555,
  3px 3px 8px rgba(255,255,255,0.8) inset;
  width: 75%; 
  margin: 0 auto;
  display: block;
}


/* 記事トップ下の予定の桃色の線　*/
.bar1{
     height: 1.0px;
  background-color: #dddddd; 
margin:0.5em 0 0.5em 0;
}



/* 記事トップ下の予定のテーブルの余白　*/
.top_teburu{
margin-top:20px;
}

@-moz-document url-prefix(){
     .top_teburu {
        margin-top:35px;
        
    }
}



/*記事ヘッド下の予定2*/

 .b1 {
  position:relative;
  margin-top:0px;
  margin-bottom:0px;
  display:inline-block;
  padding:1px 10px 1px 10px;
  border: 1px solid #dddddd;
  background:none;
  font-size:12px;
  color:#000000;
  font-weight:normal;
  letter-spacing:1px;
  cursor:;
   z-index:1;
}


.b1:after {
  position: absolute;
  top:2px;
  left:-4px;
  content:"";
  height:100%;
  width:100%;
  z-index:-1;
  -webkit-transform: rotate(-3deg);
     -moz-transform: rotate(0deg);
}

.b1::after {
background:#fff352;
 z-index:-2;
}


/*文中の下線・赤*/
.marker_new{
  background: linear-gradient(transparent 60%, rgba(255,51,00,0.8));
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0px 2px 0px;
}


/*文中の下線・黄*/
.marker_new2{
  background: linear-gradient(transparent 60%, rgba(255,255,00,0.9));
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0px 2px 0px;
}

/*文中の下線・青*/
.marker_new3{
  background: linear-gradient(transparent 60%, #00afcc);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0px 2px 0px;
}


/*文中の下線・緑*/
.marker_new4{
  background: linear-gradient(transparent 60%, rgba(0, 153, 51, 1));
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0px 2px 0px;
}


/*文中の下線・だいだい色*/
.marker_new5{
  background: linear-gradient(transparent 60%, #ffa500);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0px 2px 0px;
}


/*文中の下線・金*/
.marker_new6{
  background: linear-gradient(transparent 60%, rgba(255,215,0,0.9));
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0px 2px 0px;
}


/*開催場所*/
.chiiki {
background-color:#fff352;
padding:0 10px 0 10px;
}


/*開催予定（Zoom）*/
.chiiki-z {
background-color:#2D8CFF;
padding:0 10px 0 10px;
color:#ffffff;
}


/*開催予定（ラジオ）*/
.chiiki-r {
background-color:#ff8c00;
padding:0 7px 0 7px;
color:#ffffff;
}


/* 開催予定（Skype）*/
.chiiki-s {
  border-style: solid;
padding:0 10px 0 10px;
border-width: 1px;
  border-color: #2D8CFF;
  color:#2D8CFF;
}

/* 開催予定（TRPG）*/
.chiiki-tr {
 background-color:#ff4500;
padding:0 12px 0 12px;
color:#ffffff;
}

/* 開催予定（Line）*/
.chiiki-l {
 background-color:#06C755;
padding:0 12px 0 12px;
color:#ffffff;
}


/* 開催予定（Discord）*/
.chiiki-d {
 background-color:#5865f2;
padding:0 7px 0 7px;
color:#ffffff;
}


/*開催予定（YouTube）*/
.chiiki-y {
background-color:#DA1725;
padding:0 7px 0 7px;
color:#ffffff;
}

 /*開催予定（スペース）*/
.chiiki-ts {
background-color:#393d42;
padding:0 10px 0 10px;
color:#ffffff;
}


/*表の余白*/
.t-yokaku{
margin-top:25px;
}

/* 箱型の見出し */
#heading01{
	position:relative;
	margin:0 -10px;
	padding:10px 20px;
	width:auto;
	background:#00bfff;
	box-shadow: 0 10px 6px -6px rgba(0,0,0,.2);
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
}
#heading01:before{
	content:" ";
	position:absolute;
	top:-20px;
	left:0;
	width:270px;
	height:0;
	border-width:10px;
	border-style:solid;
	border-color:transparent;
	border-bottom-color:#95daff;
}

/* 箱型の見出し 本文*/
.toumen_honbun{
	margin:0px;
	padding:15px 0px 0px 0px;
	line-height:1.7;
	font-size:14px;
	text-align: justify;
}

.toumen_honbun a {
color:#1e90ff;
text-decoration:none;
}

.toumen_honbun a:hover {
color:#ff99cc;
text-decoration:underline;
}



/* サイドバーのリンクコーナーの左余白*/
.hatena-urllist li {
    text-indent: 2.5em;
}


/* ご報告一覧*/
.hg {
  display: block;
    line-height: 1.7 !important;
    margin-top: 10px !important;
    margin-bottom: 13px !important;
    padding-bottom: 13px !important;
    border-bottom: 1px solid #dddddd;
  font-size: 0px; /*←これだけでOK！*/
}

.hl {
  width: 89%;
  height: px;
  display: inline-block;
  background-color: ;
  /*↓追加*/
  font-size: 15px;
  vertical-align: ;
  line-height:1.7;

}
.hr {
  width: 10%;
  height: px;
  display: inline-block;
  background-color: ;
  /*↓追加*/
  font-size: 15px;
  color: #ff0000;
  vertical-align: top;
  text-align:right;
    line-height:1.7;
}

.day {
    background-color: #fff352;
    padding: 0px 10px 0px 10px;
}

.dayz {
    background-color: #2D8CFF;
    padding: 0px 10px 0px 10px;
    color: #ffffff;
}

.houkoku-yohaku {
margin-top: -10px;
}



/* 関連記事がある朝、右に飛び出しているのを気付いて*/
.urllist-date-link {
    text-indent: 0em;
}

.urllist-entry-body {
    text-indent: 0em;
}


/* 記事のサムネイルを円に*/
@media screen and (min-width: 769px){
.page-archive .entry-thumb {
border-radius: 400px;
}
}

@media screen and (min-width: 769px){
.page-archive .entry-thumb:hover {
border-radius: 400px;
  filter: opacity(70%);
  cursor: pointer;
}
}


/* もくじの子要素の最初と最後の余白*/
.table-of-contents ul  {
padding-top:10px;
padding-bottom:10px;
}




/* リスト（余白上。大見出しがあって記事があってその下）*/
.list-ue-shita{
  margin-top: -20px !important;
  margin-bottom: -7px !important;
}

/* リスト（余白上。大見出しがあってその真下）*/
.list-ue-shita2{
  margin-top: 33px !important;
  margin-bottom: -7px !important;
}

/* リスト（余白下。次は見出し）*/
.list-koumokukan{
 margin-top:-10px !important;
  margin-bottom:10px !important;
}



/* 鉄砲町の予定の行を調整*/
span.before{
	padding-left:2em;
	position:relative;
		display:block;
}
span.before:before{
	content:"┗";
	position:absolute;
	left:1em;
	top:0;

}



/* トップとカテゴリ一覧の、カテゴリボタンと本文概要の間の余白調整*/
.page-archive .archive-entries .entry-description {
    margin: 1em 0 1em;
    line-height: 1.7em;
    font-size: 95%;
}



/* Breakタイムの2019年2月*/
.btn-real {
  display: inline-block;
  text-decoration: none;
  color: rgba(152, 152, 152, 0.43);/*アイコン色*/
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: none;
}
.btn-real i {
  line-height: 80px;
}
.btn-real:active {
  /*押したとき*/
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
   border-bottom: solid 2px #b5b5b5;
}



/* 角丸の括弧*/
.cp_h1title {
	position: relative;
	padding: .3em;
	text-align: center;
}
.cp_h1title:before,.cp_h1title:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
	border-top: solid 2px #9cbb1c;
	border-bottom: solid 2px #9cbb1c;
}
.cp_h1title:before {
	border-left: solid 2px #9cbb1c;
	left: 0;
}
.cp_h1title:after {
	border-right: solid 2px #9cbb1c;
	right: 0;
}
.cp_h1title::before {
  left: 0;
  border-left: 2px solid #9cbb1c;
  border-radius: 8px 0 0 8px;
}
.cp_h1title::after {
  right: 0;
  border-right: 2px solid #9cbb1c;
  border-radius: 0 8px 8px 0;
}





   /* トップのピンクの吹き出し */
.box24pink {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0 1.5em 0;
    color: ;
    font-weight: bold;
    font-size:16px;
    background: #ffc0cb;
    border-radius: 15px;


}
.box24pink:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #ffe0ef;
    width: 0;
    height: 0;
        
}
.box24pink p {
    margin: 0; 
    padding: 0;
}
  
  
.noline1 {
  text-decoration:none!important;
} 


/* 二次会ボックス1赤 */
.box28red {
    position: relative;
    margin: -1.0em 0 2.5em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FF0000;
}
.box28red .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: #FF0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0px 0px 20px 0px;
}
.box28red p {
    margin: 0; 
    padding: 0;
        line-height: 1.6;
            font-size: 14px;
}




/* サミシマス会box */
.box28sami {
    position: relative;
    margin: -1em 0 2.5em 0;
   padding: 25px 10px 7px 13px;
    border: dashed 2px #008000;
    border-radius: 10px;
}
.box28sami .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: #191970;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0% 53% 97% 100% / 91% 100% 91% 100%;
}
.box28sami p {
    margin: 0; 
    padding: 0;
        line-height: 1.6;
            font-size: 14px;
            color: #ff0000;
}


/* トップページの先頭に固定された記事 */
.page-index .top-placed-publication .entry-title a:after,
.page-index .archive-entries .archive-entry:first-child .entry-title a:after{
content: "Next Break !";/* 表示したい文言 */
color: #ff0000;/* 文字色 */
border: 0px solid #ff0000;/* 枠の色 */
border-radius: 0px;/* 角丸 */
padding:0em 0.5em 0em 0.5em;
font-size: 50%;/* 文字サイズ */
margin-left:10px;/* タイトルとの余白 */
vertical-align:middle;
background-color: #ffffff;
font-style: italic;
font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}






/* 趣味Zoomのページネーション */

.box-shumi {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #444444;/*文字色*/
    background: #FFF;
    border: solid 3px #f6ae54;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box-shumi p {
    margin: 0; 
    padding: 0;
}  

.box-shumi a {
color:#1e90ff;
}

.box-shumi a:hover {
text-decoration:none;
}

.box-shumi a:visited {
color:#1e90ff;
}


/* コワーキングZoomの状況の下のリンク文字 */
.tekitocowa-cas{
text-align: ; 
font-size:80%; 
padding-bottom: 5px;
}

.tekitocowa-cas a {
color: #ffffff;
background-color: #2D8CFF;
text-decoration: none;
}

.tekitocowa-cas a:hover{
      color: #1e90ff;
      text-decoration:underline;
      background-color: #ffffff;
} 


/* ツイキャスの文字の大きさ */
.twicas img {
  width: 100px; 
  height: auto;
  vertical-align: middle;
}



/* LINEのログインボタン */
.btn-push-linelog {
    display: inline-block;
    max-width: 180px;
    text-align: left;
    background-color: #06C755;
    font-size: 14px;
    color: #FFF!important;
    text-decoration: none!important;
    font-weight: bold;
    padding: 4px 20px;
    border-radius: 4px;
    border-bottom: 4px solid #707991;
}

.btn-push-linelog:active {
    transform: translateY(4px);
    border-bottom: none;
}



/* サミシマス会box。Zoomの説明用 */
.box28sami-zoomsetsumei {
    position: relative;
    margin: -1.0em 0 .5em 0;
    padding: 25px 10px 7px;
    border: solid 2px #191970;
}
.box28sami-zoomsetsumei .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: #191970;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0px 0px 20px 0px;
}
.box28sami-zoomsetsumei p {
    margin: 0; 
    padding: 0;
        line-height: 1.6;
            font-size: 14px;
            color: #ff0000;
}


.insta-gazou {

    padding: 15px 0px 25px 10px;
}


/* もともとのフッターを消す */

#footer {
    display: none;
}



/* 新しいフッターの設定 */
.footer1 {
    display: block;
    background-size: cover;
   position: relative;
}


.footer1 p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  }

.footer1 img {
  width: 100%;
  margin-bottom: -10px!important;
  }
  

/* コピーライト */
#copyright {
    text-align: center; /* 文字を中央揃え */
    background-color: #; /* 背景色 */
    font-size: 12px; /* 文字サイズ */
    color: #f4f4f4; /* 文字色 */
    padding: px;
    margin-top: 60px;
}



/* 予定リスト二重枠 */
.btn-flat-double-border-yotei {
  display: inline-block;
  padding: 0.5em 1em;
margin-left: 0.2em;
margin-right: 0.2em;
  text-decoration: none;
  color: #67c5ff;
  border: double 4px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-double-border1:hover {
  background: #fffbef;
  text-decoration: none!important;
}

a.btn-flat-double-border1:visited {
    color: #67c5ff;
}


/* ご報告ボタン1 */
.btn-flat-double-border1 {
    display: inline-block;
    padding: 0em 0.5em 0.1em 0.6em;
     margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 0.1em;
    text-decoration: none;
    color: #67c5ff;
    border: double 4px #67c5ff;
    border-radius: 100% 86% 52% 54% / 87% 91% 100% 100%;
    transition: .4s;
}
.btn-flat-double-border1:hover {
  background: #fffbef;
  text-decoration: none!important;
}

a.btn-flat-double-border1:visited {
    color: #;
}


/* ご報告ボタン1-下余白 */
.btn-flat-double-border1-shitayohaku {
  display: inline-block;
  padding: 0.5em 1em;
margin-left: 0.2em;
margin-right: 0.2em;
margin-bottom: 0.4em;
  text-decoration: none;
  color: #67c5ff;
  border: double 4px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-double-border1:hover {
  background: #fffbef;
  text-decoration: none!important;
}

a.btn-flat-double-border1:visited {
    color: #67c5ff;
}


/* ご報告ボタン2 */
.btn-flat-double-border2 {
    display: inline-block;
    padding: 0.3em 1.2em 0.5em 0.7em;
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 0.1em;
    text-decoration: none;
    color: #67c5ff;
    border: double 4px #67c5ff;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: .4s;
}
.btn-flat-double-border2:hover {
  background: #fffbef;
  text-decoration: none!important;
}

a.btn-flat-double-border2:visited {
   color: #;
}



/* ご報告ボタン3 */
.btn-flat-double-border3 {
    display: inline-block;
    padding: 0.3em 1.2em 0.5em 0.7em;
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    text-decoration: none;
    color: #67c5ff;
    border: double 4px #67c5ff;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: .4s;
}
.btn-flat-double-border3:hover {
  background: #fffbef;
  text-decoration: none!important;
}

a.btn-flat-double-border3:visited {
   color: #;
}



/* ご報告ボタンの余白 */
.inline-block_gohoukoku {
    display: inline-block;      /* インラインブロック要素にする */
    background-color:  #;    /* 背景色指定 */
    padding:  0 5px 0 5px;             /* 余白指定 */
    height: px;              /* 高さ指定 */
    margin-bottom: -1em;

}


/* ご報告ボタンの配置 */
.parent-g {
	text-align: center;
}
.child-g {
	display: inline-block;
}


/* 参加者数 */
.ninzu {
  background: linear-gradient(transparent 40%, #ccff33 60%);
}



/* 予定詳細のお知らせ */
.oshirase1 {
    border: 2px solid #da4033;
    border-radius: 45px;
    margin: 2.0em 0em 1em 0em;
    padding: 1em 1.5em 1em 1.5em;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
}
.oshirase1::before {
    background-color: #fff;
    color: #da4033;
    content: "お知らせ";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}



/*お知らせ／ごあいさつ、2行目を1文字あける*/
.indent-15 {
 text-indent: -1.3em;
 margin-left: 1em;
}


/* 新・画像に影を入れ、画像を中央に　*/
.kage3 {
  box-shadow: 3px 3px 6px -2px #ccc,
  3px 3px 8px rgba(204,204,204,0.8) inset;
  width: %; 
  margin: 0 auto;
  display: block;
  text-align:center
}


/* ねどこの各集まり説明*/
.tensenkakomi {
  border: 3px dotted #aaa;
  padding: 1em;
  }
  


/* 角丸の括弧・左寄*/
.parenthesis {
  position: relative;
  width: 100%;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 50px;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  left: 0;
  border-left: 5px solid #dcdcdc;
}
.parenthesis::after {
  right: 0;
  border-right: 5px solid #dcdcdc;
}


/*罫線リスト大*/
.p55s-dai {
    font-size: 17px !important;
    line-height: 1.8 !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-bottom: 6px !important;
    border-bottom: 1px solid #dddddd;
}


/*矢印ボタン左*/
.btn-slide-arrow {
    position: relative;
        padding: 0.3rem 0.3rem 0.3rem 1.3rem;
    border: 1px dashed #8c8b8b;
    color: #;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
        cursor: pointer;
        background-color:#;
}

.btn-slide-arrow::before {
    position: absolute;
    left: 0.8rem;
    font-family: "blogicon";
  content: "\f005";
    font-weight: 900;
    transition: 500ms;
    font-size:105%;
}

.btn-slide-arrow:hover::before {
    left: 0.3rem;
}

.btn-slide-arrow:hover {
    text-decoration:none!important;
}

/*矢印ボタン右*/
.btn-slide-arrow2 {
    position: relative;
        padding: 0.3rem 1.6rem 0.3rem 0.3rem;
    border: 1px dashed #8c8b8b;
    color: #;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
        cursor: pointer;
        background-color:#;
}

.btn-slide-arrow2::after {
    position: absolute;
    right: 0.9rem;
    font-family: "blogicon";
  content: "\f006";
    font-weight: 900;
    transition: 500ms;
    font-size:105%;
}

.btn-slide-arrow2:hover::after {
    right: 0.4rem;
}

.btn-slide-arrow2:hover {
    text-decoration:none!important;
}


/*矢印ボタン左130*/
.btn-slide-arrow130 {
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    border: 1px dashed #8c8b8b;
    color: #;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color:#;
    font-size:130%;
}

.btn-slide-arrow130::before {
    position: absolute;
    left: 0.8rem;
    font-family: "blogicon";
  content: "\f005";
    font-weight: 900;
    transition: 500ms;
    font-size:130%;
}

.btn-slide-arrow130:hover::before {
    left: 0.3rem;
}

.btn-slide-arrow130:hover {
    text-decoration:none!important;
    color:#ff99cc!important;
}

/*次の記事、前の記事*/
.page-entry .pager {
display: none;
}



@-moz-document url-prefix(){
/*矢印ボタン左*/
.btn-slide-arrow {
    position: relative;
        padding: 0.3rem 0.3rem 0.3rem 1.3rem;
    border: 1px dashed #8c8b8b;
    color: #;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
        cursor: pointer;
        background-color:#;
}

.btn-slide-arrow::before {
    position: absolute;
    left: 0.8rem;
    font-family: "blogicon";
  content: "\f005";
    font-weight: 900;
    transition: 500ms;
    font-size:107%;
}

.btn-slide-arrow:hover::before {
    left: 0.3rem;
}

.btn-slide-arrow:hover {
    text-decoration:none!important;
}
}

@-moz-document url-prefix(){
/*firefox向け修正矢印ボタン右*/
.btn-slide-arrow2 {
    position: relative;
        padding: 0.3rem 1.6rem 0.3rem 0.3rem;
    border: 1px dashed #8c8b8b;
    color: #;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
        cursor: pointer;
        background-color:#;
}

.btn-slide-arrow2::after {
    position: absolute;
    right: 0.9rem;
    font-family: "blogicon";
  content: "\f006";
    font-weight: 900;
    transition: 500ms;
    font-size:107%;
}

.btn-slide-arrow2:hover::after {
    right: 0.4rem;
}

.btn-slide-arrow2:hover {
    text-decoration:none!important;
}
}

/*カーソルを当てたときに記録、予定を傾ける*/
.kiroku:hover{
transform: rotate(7deg);
}
.subeteyotei:hover{
transform: rotate(-3deg);
}

.nedoko-manma:hover{
transform: rotate(2deg);
}

.coffee-top1:hover{
transform: rotate(-7deg);
}

.coffee-top2:hover{
transform: rotate(-11deg);
}

.coffee-top3:hover{
transform: rotate(-4deg);
}

.kantan:hover{
       box-shadow: 3px 3px 6px -2px #ccc,
  3px 3px 8px rgba(204,204,204,0.8) inset!important;
}




/* スライドのナビゲーション（サイドバー） */

.slide {
  position      : relative;  /* static以外を指定 */
  z-index       : 0;  /* 疑似要素よりも大きな値を指定 */
  overflow      : hidden;  /* border-radiusなどを指定する場合ははみ出した部分が表示されないようにする */
  transition    : 0.8s;  /* 徐変時間を指定 */
  background    : transparent;  /* 親要素の背景を透過させておく */
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 10px 0px 10px 10px;
    border-radius: 2px;
    border: 1px solid rgb(211,211,211);
    box-shadow: 0 9px 4px -6px rgb(0 0 0 / 10%);
    background:linear-gradient(45deg, #f5deb3, #fff);
    color: rgb(51,51,51);
}



.slide:hover{
	/* 背景以外で変化させるスタイルがあれば指定する */
box-shadow: 0 9px 4px -6px rgb(0 0 0 / 30%);
}


.slide::before{
	content       : ' ';  /* 通常の要素を追加する場合は不要 */
	position      : absolute;
	top           : 0;
	bottom        : 0;
	left          : 0;
	right         : 0;
	z-index       : -1;  /* 通常状態での背景を変化後の要素よりも前に置く */
	    background:linear-gradient(45deg, #f5deb3, #fff);
	transition    : 0.9s;
}
.slide::after{
	content       : ' ';  /* 通常の要素を追加する場合は不要 */
	position      : absolute;
	top           : 0;
	bottom        : 0;
	left          : 0;
	right         : 0;
	z-index       : -2;  /* 変化後の背景は一番後ろに置く */
	background:linear-gradient(to right, #fff 20%, #f5deb3);

}


.slide:hover::before{
	opacity       : 0;
}

.slideinner  a{
text-decoration:none;
color: rgb(61,63,68);
}



