/* <system section="theme" selected="10328749687224430278"> */
/* <system section="theme" selected="10328749687214469669"> */
/* <system section="theme" selected="10328749687214469669"> */
@charset "utf-8";
/*
Theme: boilerplate
Author: Hatena Blog Team
Description:
はてなブログのデザインCSSカスタマイズの土台に適したデザインテーマです。
このテーマをもとにしてCSSを書くと比較的楽にカスタマイズできます。
特定の部分（例えば記事本文の書式やコメント欄のスタイルなど）だけをコピーして使ってもかまいません。
もちろんそのままの状態でも、シンプルなテーマとして使うことができます。
このCSSおよびLESSファイルは自由に複製・再配布できます。
このテーマをもとにしたデザインテーマの配布も自由です。
Responsive: yes
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.
*/

* {
  box-sizing: border-box;
}
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 `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}
/**
* 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;
  max-height: 300px;
}
/**
* 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 `!important` 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: bold;
}
/* 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: Avenir, "texgyreadventor", "Helvetica Neue", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #762e36;
}
a:visited {
  color: #837274;
}
a:hover {
  color: #dfe1d4;
}
p{
  font-size: 15px;
  line-height: 2;
}
h2{
  font-size: 24px;
  background: #dfe1d4;
  border-left: 15px solid #a52028;
  padding: .25em 0 .25em .5em;
}

h3{
  font-size: 20px;
  background: linear-gradient(transparent 60%, rgb(223, 225, 212) 60%);
}

h4 {
  border-left: 15px solid #a52028;
  padding: .25em 0 .25em .5em;
}

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;
}

.entry-content blockquote {
  clear: both;
  padding: 16px 24px;
  margin: 24px 8px;
  background-color: #eee;
  border-radius: 6px;
  position: relative;
}

.entry-content blockquote:before {
  content: "";
  font-size: 0;
  line-height: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNCNTkzOTM7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIuNywxOC41Yy0wLjgtMy4zLTAuNS02LjIsMC44LTguN0M0LjksNy4zLDcsNS4zLDkuNywzLjlsMSw0LjJDOS44LDksOC45LDEwLDguMiwxMS4zcy0wLjgsMy4xLTAuMyw1LjRsMC45LDMuOWw0LjYtMS4xbDIuNCwxMEw2LDMxLjlMMi43LDE4LjV6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE3LjQsMTQuN2MtMC44LTMuMy0wLjUtNi4yLDAuOC04LjdjMS40LTIuNSwzLjQtNC40LDYuMS01LjlsMSw0LjJjLTAuOSwwLjktMS44LDItMi41LDMuM1MyMiwxMC43LDIyLjUsMTNsMC45LDMuOWw0LjYtMS4xbDIuNCwxMGwtOS45LDIuNEwxNy40LDE0Ljd6Ii8+PC9zdmc+) no-repeat left top;
  background-size: auto 14px;
}

.entry-content blockquote:after {
  content: "";
  font-size: 0;
  line-height: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNCNTkzOTM7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMwLjIsMTMuNWMwLjgsMy4zLDAuNSw2LjItMC44LDguN2MtMS40LDIuNS0zLjQsNC40LTYuMSw1LjlsLTEtNC4yYzAuOS0wLjksMS44LTIsMi41LTMuM3MwLjgtMy4xLDAuMy01LjRMMjQsMTEuNGwtNC42LDEuMUwxNywyLjVsOS45LTIuNEwzMC4yLDEzLjV6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjUsMTcuM2MwLjgsMy4zLDAuNSw2LjItMC44LDguN2MtMS40LDIuNS0zLjQsNC40LTYuMSw1LjlsLTEtNC4yYzAuOS0wLjksMS44LTIsMi41LTMuM3MwLjgtMy4xLDAuMy01LjRsLTAuOS0zLjlsLTQuNiwxLjFsLTIuNC0xMGw5LjktMi40TDE1LjUsMTcuM3oiLz48L3N2Zz4=) no-repeat left top;
  background-size: auto 14px;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
  color: #454545;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
/* ヘッダ（グローバルヘッダ）
グローバルヘッダの中はiframeですが、
#globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 37px;
}

@media screen and (max-width:768px){
  #container {
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
}

#container #content {
  display: block;
  *
  zoom: 1;
  width: 980px;
  margin: 50px auto;
}

@media screen and (max-width:768px){
  #container #content {
    width: 93.5%;
    margin-top: 20px;
  }
}

#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
}
/* 2カラムレイアウト */
#main {
  width: 100%;
  float: none;
}

@media screen and (max-width:768px){
  #main {
    width: 100%;
    float: none;
    border: none;
  }
}

.archive-entry {
  margin: 20px 0 30px 0;
}

/*次へ前へリンク*/
.pager {
  display: flex;
  justify-content: space-between;
}

#box2 {
  width: 20%;
  border-left: 0.5px #ccc solid;
  padding-left: 10px;
}

.recent-entries li {
  margin: 5px 0 10px 0;
}

.recent-entries img {
  display :none;
}

.recent-entries-item-inner {
  margin-left: 0;
}

.related-entries {
  font-size: 12px;
}

.related-entries li {
  margin: 5px 0 10px 0;
}

.related-entries img {
  display :none;
}

.related-entries-item-inner {
  margin-left: 0;
}

.hatena-module-title {
  width: 280px;
  font-size: 14px;
  margin: 30px auto;
  display: block;
  min-height: 15px;
  padding:10px 0;
  text-align:center;
  position: relative;
  left: -50px;
  border-top: 0.5px #ccc solid;
  border-bottom: 0.5px #ccc solid;
}

.hatena-module-body p {
  font-size: 12px;
}

/*.hatena-module-title:before {
margin: 5px;
content: " ";
display: inline-block;
width: 20px;
height: 30px;
background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE0MCAyMTIuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQwIDIxMi42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0I1MDAwNTt9LnN0MXtvcGFjaXR5OjAuNztmaWxsOiM1QzQzNEI7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTgwLDIwNS4zSDYwYy0xLjEsMC0yLTAuOS0yLTJ2LTIuOWMwLTEuMSwwLjktMiwyLTJoMjBjMS4xLDAsMiwwLjksMiwydjIuOUM4MiwyMDQuNCw4MS4xLDIwNS4zLDgwLDIwNS4zeiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik05OC45LDEuNGMtOC0xLjEtMjguMS0xLjEtMjguMS0xLjFoLTEuNGMwLDAtMjAuMSwwLTI4LjEsMS4xQzI3LjIsMy4zLDE2LjUsMywxNi41LDMwLjFjMCw5LjEsMCwxNDYuMywwLDE1OS44YzAsMTMuNSwxMS40LDIyLjQsMjYuNCwyMi40czI2LjQsMCwyNi40LDBoMS40YzAsMCwxMS40LDAsMjYuNCwwYzE1LDAsMjYuNC04LjksMjYuNC0yMi40YzAtMTMuNSwwLTE1MC42LDAtMTU5LjhDMTIzLjUsMywxMTIuOSwzLjMsOTguOSwxLjR6IE01OS4zLDcuMWgyMC4yYzAuNywwLDEuMywwLjYsMS4zLDEuM2MwLDAuNy0wLjYsMS4zLTEuMywxLjNINTkuM2MtMC43LDAtMS4zLTAuNi0xLjMtMS4zQzU4LDcuNiw1OC42LDcuMSw1OS4zLDcuMXogTTgyLDIwMy4zYzAsMS4xLTAuOSwyLTIsMkg2MGMtMS4xLDAtMi0wLjktMi0ydi0yLjljMC0xLjEsMC45LTIsMi0ySDgwYzEuMSwwLDIsMC45LDIsMkM4MiwyMDAuNCw4MiwyMDMuMyw4MiwyMDMuM3ogTTExNS4yLDE4NEgyMy44VjI0aDkxLjRWMTg0eiIvPjwvc3ZnPg==) no-repeat 0 0;
background-size: contain;
vertical-align: middle;
}*/

@media screen and (max-width:768px){
  #box2{
    width: 100%;
    border-left:none;
  }
  .recent-entries img {
    display :block;
  }
  .recent-entries-item-inner {
    margin-left: 0;
  }
  .related-entries img {
    display :block;
  }
  .related-entries-item-inner {
    margin-left: 0;
  }
  .hatena-module-title {
    margin: 20px 0 10px 0 ;
    left: 0;
    padding-left: 0;
    border-bottom: none;
  }
  /*  .hatena-module-title:before {
  margin: 5px 0;
  }*/
}

/* header */
#blog-title {
  margin: 0;
  height: 300px;
  background: url(http://img.f.hatena.ne.jp/images/fotolife/g/goalist/20170313/20170313195555.png) no-repeat 0 0;
  background-size: contain;
  text-align: center;
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width:768px){
  #blog-title {
    height: 100px;
    background: url(http://img.f.hatena.ne.jp/images/fotolife/g/goalist/20170315/20170315164658.png) no-repeat 0 0;
    background-size: contain;
    border-bottom: none;
  }
}

#title {
  margin: 0;
}
#title a {
  display: block;
  width: 100%;
  height: 300px;
  text-indent: 100%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width:768px){
  #title a {
    height: 100px;
  }
}

#blog-description {
  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: 1px solid #dddddd;
  padding: 10px;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 100px;
}
.entry-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  /*border-bottom: 1px solid #dddddd;*/
  position: relative;
}
.entry-title {
  margin: 0;
  line-height: 1.3;
  font-size: 160%;
}
/* 日付 */
.date {
  font-weight: normal;
  margin-bottom: 10px;
}
.date a {
  color: #837274;
  text-decoration: none;
  font-size: 80%;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  color: #999999;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* entry-content の中の書式 */
#content-inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:768px){
  #content-inner {
    flex-direction: column;
  }
}

#wrapper {
  width: 70%;
}
@media screen and (max-width:768px){
  #wrapper {
    width: 100%;
  }
}

#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
  font-size: 80%;
}

.comment-box {
  text-align: center;
}

.leave-comment-title {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #dfe1d4;
  color: #837374;
}
.leave-comment-title:hover {
  background-color: #b50005;
  color: #fff;
}
.leave-comment-title::before,
.leave-comment-title::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.leave-comment-title,
.leave-comment-title::before,
.leave-comment-title::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sns-header, .sns-footer {
  padding: 0 24px;
}

.sns-area {
  margin: 30px auto 10px;
  padding: 0;
  overflow: hidden;
  table-layout: fixed;
  display: table;
  width: 100%;
}

.sns-area li {
  list-style-type: none;
  display: table-cell;
  vertical-align: middle;
}

.sns-area li:last-child {
  margin-right: 0
}

.sns-link {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
}

.sns-link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255,255,255,.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.sns-link:hover {
  text-decoration: none;
}

.sns-link:hover::after {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}
@keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}

.sns-twitter {
  background: #55acee;
}

.sns-facebook {
  background: #3a5795;
}

.sns-bookmark {
  background: #00A5DE;
}

.sns-pocket {
  background: #ED4055;
}

.blogicon-twitter,
.blogicon-facebook,
.blogicon-bookmark,
.blogicon-chevron-down {
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .sns-txt {
    display: none;
  }
  .blogicon-twitter,
  .blogicon-facebook,
  .blogicon-bookmark,
  .blogicon-chevron-down {
    margin-right: 0;
  }
}

/*SNSシェアボタン*/
.sns-header, .sns-footer {
  padding: 0 24px;
}

.sns-area {
  margin: 30px auto 10px;
  padding: 0;
  overflow: hidden;
  table-layout: fixed;
  display: table;
  width: 100%;
}

.sns-area li {
  list-style-type: none;
  display: table-cell;
  vertical-align: middle;
}

.sns-area li:last-child {
  margin-right: 0
}

.sns-area a:visited {
  color: #fff;
}

.sns-link {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
}

.sns-link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255,255,255,.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.sns-link:hover {
  text-decoration: none;
}

.sns-link:hover::after {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}
@keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}

.sns-twitter {
  background: #55acee;
}

.sns-facebook {
  background: #3a5795;
}

.sns-bookmark {
  background: #00A5DE;
}

.sns-pocket {
  background: #ED4055;
}

.blogicon-twitter,
.blogicon-facebook,
.blogicon-bookmark,
.blogicon-chevron-down {
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .sns-txt {
    display: none;
  }
  .blogicon-twitter,
  .blogicon-facebook,
  .blogicon-bookmark,
  .blogicon-chevron-down {
    margin-right: 0;
  }
}

/* </system> */
img.cboxPhoto {
   max-height: none !important;
}
/* </system> */