/* <system section="theme" selected="10328749687194051309"> */
@charset "utf-8";
/*
	Theme: Tiles
	Author: rokuzeudon
	Description:
	一覧ページと詳細ページで見せ方（外観）が異なる新しいテーマです。
	Responsive: yes
*/
/* 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.
 */
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;
}
/**
 * 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 {
  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 */
  /* 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: "Hiragino Kaku Gothic ProN", /* OS X, iOS ヒラギノ */ Meiryo, /* Windows メイリオ */ -apple-system, /* iOS San Francisco */ BlinkMacSystemFont, /* iOS Chrome San Francisco */;
  color: #454545;
}
body {
  background-image: url('https://cdn-ak.f.st-hatena.com/images/fotolife/r/rokuzeudon/20161112/20161112142417.jpg');
}
a {
  color: #1487bd;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #0f5373;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
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: #333;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #eee;
  color: #454545;
}
ul,
ol {
  padding: 0 0 0 7%;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #fff;
  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;
}
/* flexbox */
#main-inner,
#box2-inner,
.pager,
.archive-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* globalheader hatena_admin */
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  max-width: 100%;
  padding: 37px 0 0 0;
}
#content {
  max-width: 1200px;
  margin: 0 auto 30px auto;
}
#content-inner {
  margin: 3%;
}
#main {
  width: 100%;
  position: relative;
}
.entry {
  width: calc(50% - 10px);
  margin: 5px;
  padding: 1.5em;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.globalheader-off #container {
  padding-top: 0;
}
/* header */
#blog-title {
  margin: 30px auto;
  padding: 20px 5%;
  text-align: center;
}
#title {
  margin: 0;
}
#title a {
  color: #454545;
}
#blog-description {
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
/* if header_image ebable */
.header-image-enable #blog-title,
.header-image-only #blog-title {
  max-width: 1130px;
  padding: 0;
}
.header-image-enable #blog-title-content,
.header-image-only #blog-title-content {
  padding: 0 5%;
}
.header-image-enable #title,
.header-image-only #title {
  padding-top: 70px;
}
/* breadcrumb etc */
#top-box {
  text-align: center;
  margin: 0 auto;
  font-size: 90%;
}
.breadcrumb {
  margin: 0;
  padding: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
}
span.breadcrumb-gt {
  margin: 0 10px 0 15px;
  display: inline-block;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
/* entry */
.entry-header {
  padding: 0 0 10px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.entry-title {
  margin: 0;
  line-height: 1.4;
  font-size: 150%;
}
/* date */
.date {
  font-weight: bold;
  margin-bottom: 10px;
}
.date a {
  color: #1487bd;
  text-decoration: none;
  font-size: 90%;
}
/* category */
.categories {
  margin: 10px 0 0;
  font-size: 80%;
}
.categories a {
  color: #999;
  text-decoration: none;
}
.categories.no-categories {
  margin: 0;
}
/* header_menu //「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.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: #fff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* entry-content */
.entry-content {
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 140%;
}
.entry-content h2 {
  font-size: 130%;
}
.entry-content h3 {
  font-size: 120%;
}
.entry-content h4 {
  font-size: 110%;
}
.entry-content h5 {
  font-size: 105%;
}
.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 #eee;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #eee;
  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 dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.entry-content dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
/* see-more */
a.entry-see-more {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0.5rem;
  box-sizing: border-box;
  background: #f4f4f4;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
a.entry-see-more:hover {
  color: #0f5373;
  background: #eee;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #999;
}
.entry-footer-section a {
  color: #999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* comment */
.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 #eee;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #eee;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 80%;
  color: #999;
  margin: 0;
}
.comment-metadata a {
  color: #999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* sidebar */
#box2 {
  font-size: 85%;
}
.hatena-module {
  display: inline-block;
  width: calc(33.3% - 10px);
  margin: 5px;
  padding: 1.5em;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
}
.hatena-module-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 120%;
}
.hatena-module-title a {
  color: #454545;
  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;
}
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .id a {
  text-decoration: none;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
/* urllist module */
.hatena-urllist {
  list-style: none;
  padding: 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
.hatena-urllist .urllist-categories a,
.hatena-urllist .urllist-date-link a {
  color: #999;
}
/* search module */
.hatena-module-search-box .search-form {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid #eee;
  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;
}
.hatena-module-search-box .search-module-input {
  padding: 1em;
  color: #454545;
  background: none;
  border: none;
  outline: none;
}
.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
/* links module */
.hatena-module-links li {
  position: relative;
  padding-left: 1.2em;
}
.hatena-module-links li::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  content: ">";
  font-size: 12px;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
/* calendar module */
.archive-module-calendar th {
  padding: .6em 0;
  background: #f5f5f5;
}
.archive-module-calendar td {
  padding: .6em 0;
  border-right: #eee 1px solid;
}
.archive-module-calendar td:last-child {
  border: none;
}
.archive-module-calendar tr:last-child {
  border-bottom: #eee 1px solid;
}
/* pager */
.pager {
  margin: 30px auto;
  width: 100%;
  max-width: 720px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pager span {
  margin: 0 auto;
  text-align: center;
}
.pager a {
  display: inline-block;
  margin: 20px 0;
  padding: 10px 20px;
  text-decoration: none;
  background: #fff;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}
.pager a:hover {
  -webkit-transition: ease .2s;
  transition: ease .2s;
}
/* footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999;
}
/* page-archive */
.archive-entries {
  margin: 0 0 4em;
}
.archive-entry {
  width: calc(50% - 10px);
  margin: 5px;
  padding: 1em;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
}
.archive-entry .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.archive-entry .categories {
  margin: 0 0 .5em;
}
.archive-entry .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
}
.archive-entry .categories a {
  margin: 0 2px 4px 0;
  padding: 2px 5px 1px;
  font-size: 90%;
  color: #fff;
  background: #aaa;
  text-decoration: none;
  border-radius: 3px;
}
/* page-entry */
body.page-entry #content,
body.page-preview #content,
body.page-about #content {
  max-width: none;
}
body.page-entry #content-inner,
body.page-preview #content-inner,
body.page-about #content-inner {
  margin: 0;
}
body.page-entry #wrapper,
body.page-preview #wrapper,
body.page-about #wrapper {
  width: 100%;
}
body.page-entry .breadcrumb,
body.page-preview .breadcrumb,
body.page-about .breadcrumb {
  margin: 0;
}
body.page-entry .entry,
body.page-preview .entry,
body.page-about .entry {
  width: 100%;
  margin: 5px auto 15px;
  padding: 0;
  border: none;
  letter-spacing: .04em;
}
body.page-entry .entry-header,
body.page-preview .entry-header,
body.page-about .entry-header,
body.page-entry .entry-footer,
body.page-preview .entry-footer,
body.page-about .entry-footer {
  margin: 0 auto;
  padding: 3em 5% 2em;
  max-width: 720px;
  border-bottom: none;
  text-align: center;
}
body.page-entry .pager span,
body.page-preview .pager span,
body.page-about .pager span {
  width: calc(40%);
  margin: 0 5px;
}
body.page-entry .pager-next,
body.page-preview .pager-next,
body.page-about .pager-next {
  text-align: right;
}
body.page-entry .entry-footer,
body.page-preview .entry-footer,
body.page-about .entry-footer {
  text-align: left;
}
body.page-entry .entry-content,
body.page-preview .entry-content,
body.page-about .entry-content {
  margin: 0 auto;
  padding: 0 1em 3em;
  max-width: 720px;
}
body.page-entry #box2-inner,
body.page-preview #box2-inner,
body.page-about #box2-inner {
  max-width: 1200px;
  margin: 0 auto;
}
/* page-about */
body.page-about .entry-content {
  margin: 4em auto;
}
/* import media queries */
/* Media Queries - Retina Display */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png) no-repeat right center;
    background-size: 20px 20px;
  }
}
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 768px) {
  #globalheader-container {
    position: static;
  }
  .header-image-enable #container,
  .header-image-only #container {
    padding: 0;
  }
  .header-image-enable #blog-title,
  .header-image-only #blog-title {
    margin: 0 auto 30px auto;
  }
  .header-image-enable #title,
  .header-image-only #title {
    padding-top: 15%;
  }
  #container {
    overflow: hidden;
    padding: 0;
  }
  .hatena-module {
    width: calc(50% - 10px);
  }
}
/* Media Queries - Smartphone */
@media (max-width: 480px) {
  .entry,
  .archive-entry {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
  }
}

/* </system> */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/* <system section="background" selected="fff"> */
body{background:#fff;}
/* </system> */




/*** ボタン ***/
.button01{
     display:block;
     width: 70%;
     height:50px;
     line-height: 50px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #f39800; /*ボタン色*/
     border-radius: 5px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.button01:hover{
     background-color: #f9c500; /*ボタン色*/
}

/*** 下線デザイン ***/
.under {
  border-bottom: solid 3px #87CEFA;
  }

/********************************************************** もくじ *****/
ul.table-of-contents {
  font-size: 90% !important;
  border: dotted 1px #ffa500 !important;
  padding: 1em 1.5em 1em 2.25em !important;
  color: #000 !important;
  display: inline-block;
  margin: 0;
  width: 70%;
  background: #fff;
}
ul.table-of-contents:before {
    content: "目次";
    font-size: 100%;
    font-weight: bold;
}
ul.table-of-contents li a,
ul.table-of-contents li a:visited {
  text-decoration: none; /* リンクの下線あり・なし */
}
ul.table-of-contents li {
  margin: 5px 0 10px 6px !important;
  line-height: 1.5;
  padding: 0;
}

/*************************************************************** 会話 *****/

/* 吹き出しのCSS　*/
.entry-content {
line-height: 1.9;
}

.entry-content .l-fuki,
.entry-content .r-fuki {
    position: relative;
    width: 80%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    border-radius: 6px;
    box-shadow: none;
    z-index: 1;
}
.entry-content .l-fuki {/*右に顔*/
    margin: 20px 20% 40px 0;
    background-color: #f0ffff;
    border: 1px solid #87ceeb;
}
.entry-content .r-fuki {/*左に顔*/
    margin: 20px 0 40px 19%;
    background-color: #fff0f5;
    border: 1px solid #ffc0cb;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
    position: absolute;
    content: "";
    top: 16px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    z-index: 2;
}
.entry-content .l-fuki::before {
    right: -7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: #f0ffff;
    border-right: 1px solid #87ceeb;
    border-bottom: 1px solid #87ceeb;
}
.entry-content .r-fuki::before {
    left: -7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background-color: #fff0f5;
    border-right: 1px solid #ffc0cb;
    border-bottom: 1px solid #ffc0cb;
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -10px;
    border-radius: 0px;
    border: 0px solid #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: none;
}
.entry-content .l-fuki::after {
    right: -110px;
}
.entry-content .r-fuki::after {
    left: -110px;
}
@media screen and (max-width: 620px) {
    .entry-content .l-fuki,
    .entry-content .r-fuki {
        width: 70%
    }
    .entry-content .l-fuki {
        margin-right: 30%;
    }
    .entry-content .r-fuki {
        margin-left: 30%;
    }
}
@media screen and (max-width: 478px) {
    .entry-content .l-fuki::after,
    .entry-content .r-fuki::after {
        width: 60px;
        height: 60px;
        border-radius: 0px;
    }
    .entry-content .l-fuki::after {
        right: -84px;
    }
    .entry-content .r-fuki::after {
        left: -84px;
    }
}
.kao1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yentame_02/20180312/20180312122841.png);}
.kao2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yentame_02/20180312/20180312122841.png);}
.kao3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yentame_02/20180810/20180810163525.jpg);}
.kao4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yentame_02/20180816/20180816153346.png);}
.kao5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yentame_02/20180823/20180823121203.jpg);}
.kao6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yentame_02/20180903/20180903103905.png);}
.kao7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yentame_02/20170926/20170926110405.png);}
.kao8::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yentame_02/20170926/20170926110412.png);}
.kao9::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yentame_02/20180912/20180912153833.png);}
.kao10::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yentame_02/20180912/20180912153831.png);}
.kao11::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yentame_02/20180921/20180921123801.png);}



/******************************************************* 会話ここまで *****/



/* テーブルを横スクロール */
table {
 width: 100%;
}

/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
 overflow: auto;
 white-space: nowrap;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}


/*********レシピ用吹き出し***********/
.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon5 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 0px #fff0f5;
    border-radius: 0%;
}

.balloon5 .chatting {
    width: 100%;
}

.says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #fff0f5;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #fff0f5;
}

.says p {
    margin: 0;
    padding: 0;
}
















/***********レシピの材料用グレー背景枠******/
.box4 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f7f7f7;/*背景色*/
}
.box4 p {
    margin: 0; 
    padding: 0;
    line-height:2;
}

/*************おすすめ囲み枠*******/
.mybox{
    background-color: #fff;
    border: 2px solid #f3cbd0;
    border-radius: 5px;
    margin: 40px 5px 5px 20px;
    padding: 20px 20px 10px 20px;
    position: relative;
}
.mybox:before{
    background-color: #ef858c;
    border-radius: 5px;
    color: #fff;
    content: 'こんな人におすすめ!';
    padding: 5px 20px;
    position: absolute;
    left: -10px;
    top: -20px;
}
.mybox:after{
    border-top: 12px solid #ef858c;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
}


/*******アフィリ用テキストボタン*********/
/* 赤ボタン単品 */
.red-btn {
  box-shadow:2px 2px 2px #555;
  font-size:16px;
  text-align:center; /*ボタンの中央配置 */
  margin:40px auto 40px auto;  /*ボタンの上右下左の余白 */
  max-width: 300px;
  text-align: center;
  padding: 7px;
  background-color:#ed254e;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
  color: #fff !important;
  height: 30px;
  line-height:30px;
}
.red-btn a {
  text-decoration: none !important;
  color: #fff !important;
  display: block;
}
.red-btn a:hover{
 color: #ccc !important;
}






i.fa.fa-external-link {
	padding: 3px;
}

.fa-heart {color: #ff69b4}

.marker_yellow {
background: linear-gradient(transparent 40%, #fff296 40%);
}

body {
font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  letter-spacing: 0.04em;
}

.entry-footer-section {
display: none;
}

.date a {
font-size: 80%;
}

/* ページトップへ戻るボタン */
#page-top-area {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}
#page-top-button {
    color: rgba(0,0,0,0.6);
    text-decoration: none;
    display: block;
    cursor: pointer;
}
#page-top-button:hover {
    color: rgba(0,0,0,0.95);
}

.entry-content p {
font-size: 95%;
margin: 1em 0;
}

ul, ol {
font-size: 95%;
}

/* 日付背景色付き */
.date a {
	color: #000;
}
.entry-header .date {/* テーマによっては.entry-headerは外す */
	display: inline-block;
	padding: 3px 5px;
	background: #ffff77;
	color: #000;
	box-sizing:border-box;
}
.date-year, .date-month, .date-day {
	color: #000;
}
/* 日付アイコン付き */
.date a::before {
	font-family: "blogicon";
	content: "\f043";
	margin-right: 2px;
}

/*続きを読むボタン*/
a.entry-see-more {
    color:#000;
	text-shadow: 0 0 5px white;
    padding: 0.6em 0.5em;
    background: -webkit-repeating-linear-gradient(-45deg, #fff989, #fff989 3px,fffcdd 3px, fffcdd 7px);
    background: repeating-linear-gradient(-45deg, #fff989, #fff989 3px,#fffcdd 3px, #fffcdd 7px);

}

/*続きを読むボタンのマウスオーバー*/
a.entry-see-more:hover {
    color:#000;
	text-shadow: 0 0 5px white;
    padding: 0.6em 0.5em;
    background: -webkit-repeating-linear-gradient(-45deg, #fff989, #fff989 3px,fffcdd 3px, fffcdd 7px);
    background: repeating-linear-gradient(-45deg, #fff989, #fff989 3px,#fffcdd 3px, #fffcdd 7px);
}

/*メインカラムとサイドバー部分を横並びに*/
#content-inner {
  display: flex;
  width: 100%;
    }
/*サイドバーの横幅を指定*/
#box2 { width: 350px; }
/*サイドバー内のブロックを縦１列表示に*/
.hatena-module {
  width: 100%;
  border: 1px solid #ffffff;
  }
/*画面幅768px以下のタブレット用*/
@media (max-width: 768px) {
  /*トップ・アーカイブページの表示を1列にして、サイドを残したまま見やすく*/
  .entry, .archive-entry{ width: 100%; }
}
/*画面幅480px以下のスマートフォン用*/
@media (max-width: 480px) {
  /*メインカラムとサイドバー部分を縦並びに*/
  #content-inner { display: block; }
  /*サイドバーの横幅を画面いっぱいに*/
  #box2 { width: 100%; }
}

h2 {
position: relative;
padding: 0.6em;
background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
border-radius: 7px;
}

h2:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #ffebbe;
width: 0;
height: 0;
}

h3{
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #f5f5f5;/*背景色*/
border-left: solid 10px #ffcd75;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
}

h4 {
padding: 0.5em 0.7em;/*上下 左右の余白*/
color: #494949;/*文字色*/
border-bottom: solid 1px #ffcd75;
border-left: solid 7px #ffcd75;/*左線*/
}

h5 {
  position: relative;
  padding: 0 .5em .5em 1.7em;
  border-bottom: 1px solid #ffcd75;
}
h5::after {
  position: absolute;
  top: .4em;
  left: .4em;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #ffd700;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* reader button */
.reader-button {
  height: 46px;
  margin-top: 0;
  margin-bottom: 20px;
}
.reader-button-inner a {
  position: relative;
  display: table-cell;
  width: 300px;
  height: 46px;
  border-radius: 4px;
  background-color: #3498db;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 2px 4px rgba(0,0,0,.4);
  text-decoration: none;
  transition: all .6s;
}
.reader-button-inner a:hover {
  top: 3px;
  box-shadow: none;
  transition: all .6s;
}


.entry-title {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

/* シェアボタン */
.share-area {
  margin: 20px 0;
}
.share-button a {
  display: inline-block;
  width: 52px;
  height: 52px;
  padding: 4px 0;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  vertical-align: bottom;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.share-button a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
.share-area i,
.share-area .lg {
  font-size: 24px;
}
.share-button .hatena-bookmark-button .lg {
  font-size: 32px;
}
.share-button .hatena-bookmark-button {
  padding-top: 1px;
  padding-bottom: 6px;
}
.share-button .twitter-button {
  padding-top: 5px;
}
.share-button .facebook-button .lg  {
  font-size: 27px;
  margin-top: -1px;
}
.share-button .twitter-button .lg {
  font-size: 27px;
}
.share-area .small-text {
  font-size: 11px;
}
.share-area .fa-spin {
  font-size: 8px;
  color: #fff;
}
.share-button .hatena-bookmark-button {
  background: #00A4DE;
}
.share-button .facebook-button {
  background: #405BA7;
}
.share-button .twitter-button {
  background: #55ACEE;
}
.share-button .googleplus-button {
  background: #C53727;
}
.share-button .pocket-button {
  background: #EE4256;
}

/* #footer */
#footer {
  clear: both;
  padding: 8px 0;
  border-top: dotted 1px #333;
}
address {
  font-size: 0.75em;
  font-style: normal;
  font-family:
    Verdana, Geneva, sans-serif;
  text-align: center;
}
address a {
  color: #000;
}

@media (max-width: 480px){
 #blog-title-inner,#title a{
   height:100px!important;   
 }

 #blog-title-inner {
      background-size: contain;
 }
}

/*****グローバルメニュー****/
#menu{
    width: 100%;
    margin: 100px auto;
    background: #FFFF55;/*７*/
}
#menu-inner{
    width: 1000px;/*１*/
    height: 40px;/*２*/
    margin: 0 auto;
    background: #FFFF55;/*８*/
}
#menu-btn{display: none;}
#menu-content{
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
}
#menu-content > li{
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    width: 16.6%;
}
#menu-content > li > a{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;/*３*/
    line-height: 40px;/*２*/
    background: #FFFF55;/*９*/
    color: #000;/*10*/
    font-size: 90%;
    text-decoration: none;
    z-index: 2;
}
#menu-content > li > a:hover{
    background: #FFFFCC;/*11*/
    color: #F00;/*12*/
}
#menu-content > li > a > .blogicon-chevron-down{margin-right: 5px;}
/*２階層目*/
#menu-content > li > ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: -1;
}
#menu-content > li:hover > ul.second-content{
    visibility: visible;
    top: 40px;/*2*/
    z-index: 1;
    transition: all .3s;
}
#menu-content > li > ul.second-content > li{
    text-align: center;
    width: 200px;/*４*/
    height: 40px;/*５*/
}
#menu-content > li > ul.second-content > li > a{
    display: block;
    line-height: 40px;/*５*/
    background:  #BAD3FF;/*13*/
    color: #000;/*14*/
    font-size: 90%;
    text-decoration: none;
}
#menu-content > li > ul.second-content > li > a:hover{
    background: #3498db;/*15*/
    color: #fff;/*16*/
}
/*******トグルメニュ*********/
@media screen and (max-width:960px){/*19*/
#container{
    margin-top: 40px;
}
#menu-inner{
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    height: auto;
}
#btn-content{text-align: right;}/*20*/
#menu-btn{
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer;
    background: #99CCFF;/*17*/
    color: #000;/*18*/
    font-size: 90%;
}
#menu-content{
    display: none;
    width: 100%;
}
#menu-content > li{
    width: 100%;
    height: 40px;/*６*/
    float: none;
}
#menu-content > li > a{
    width: 100%;
    line-height: 60px;/*６*/
    padding: 0;
    text-decoration: none;
}
/*２階層目*/
#menu-content > li:hover > ul.second-content{display: none;}
#menu-content > li > a > .blogicon-chevron-down{display: none;}
}

/* ----- ブログタイトル下のスペース調整 ---- */
#blog-title{
height:130px;
}

/*****ここから会話のCSS*****/
.talk-wrap{
 display: block;
 clear: both;
 margin:0 auto 3px auto;
 }
.talk-wrap p{
 margin:0;
 }
 .left-icon{
 width: 100px;
 height: 100px;
 border-radius: 10%;
 -webkit-border-radius: 10%;
 background: no-repeat;
 background-size: 100%;
 background-position: center;
 float:left;
 display:inline-block;
 box-shadow: 1px 1px 1px #fff; /*左のアイコンの影の設定*/
 border: 1px solid #fff; /*左のアイコンの枠の設定*/
 margin-bottom: 10px;
 }
 .talk-left{
 float:right;
 position: relative;
 background: #fffff0; /*左の会話の背景色*/
 border: 2px solid #666;
 padding: 3%;
 border-radius: 10px;
 width: 70%;
 margin-top:10px;
 box-shadow: 1px 1px 1px #fff; /*左の会話の影の設定*/
 margin-bottom: 10px;
 }
.talk-left:before {
 content: "";
 display: inline-block;
 border: 10px solid transparent;
 border-right-color: #666;
 position: absolute;
 left: -20px;
 top: 25%;
 margin-top: -9px;
}
.talk-left:after {
 content: "";
 display: inline-block;
 border: 9px solid transparent;
 border-right-color: #fff;
 position: absolute;
 left: -16px;
 top: 25%;
 margin-top: -8px;
}
 .right-icon{
 width: 100px;
 height: 100px;
 border-radius: 10%;
 -webkit-border-radius:10%;
 background: no-repeat;
 background-size: 100%;
 background-position: center;
 float:right;
 display:inline-block;
 box-shadow: 1px 1px 1px #fff; /*右のアイコンの影の設定*/
 border: 1px solid #FFF; /*右のアイコンの枠の設定*/
 margin-bottom: 10px;
 }
 .talk-right{
 float:left;
 position: relative;
 background: #f0ffff; /*右の会話の背景色*/
 border: 2px solid #666;
 padding: 3%;
 border-radius: 10px;
 width: 70%;
 margin-top:10px;
 box-shadow: 1px 1px 1px #fff; /*右の会話の影*/
 margin-bottom:10px;
 }
 .talk-right:before {
 content: "";
 display: inline-block;
 border: 10px solid transparent;
 border-left-color: #666;
 position: absolute;
 right: -20px;
 top: 25%;
 margin-top: -9px;
}
.talk-right:after {
 content: "";
 display: inline-block;
 border: 9px solid transparent;
 border-left-color: #fff;
 position: absolute;
 right: -16px;
 top: 25%;
 margin-top: -8px;
}
.talk-end{
 clear:both;
}
/*****レスポンシブ設定*****/
@media screen and (max-width: 480px){
 .left-icon{
 width: 80px;
 height: 80px;
 }
 .talk-left{
 width: 65%; 
 }
 .right-icon{
 width: 80px;
 height: 80px;
 }
 .talk-right{
 width: 65%; 
 }
 }
 @media screen and (max-width: 380px){
 .left-icon{
 width: 60px;
 height: 60px;
 }
 .talk-left{
 width: 65%; 
 }
 .right-icon{
 width: 60px;
 height: 60px;
 }
 .talk-right{
 width: 65%; 
 }
 }
 
 /* アドセンススマホ対応 */
@media screen and (max-width: 680px) {
  .mobile{
    display: none !important;
  }
}

@media screen and (min-width: 680px) {
  .widedisplay{
    display: none !important;
  }
}

/* テーブルの線非表示,中央寄せ */
.table-css, .td-css { 
    border-style:none !important;
    margin:0 auto;
}

/************************************************************ BOX27 ***/
.box27 {
position: relative;
margin: 3em 0 2em 0;
padding: 0.5em 1em;
border: solid 3px #ffcf3f;
}
.box27 .box-title {
position: absolute;
display: inline-block;
top: -27px;
left: -3px;
padding: 0 9px;
height: 25px;
line-height: 25px;
vertical-align: middle;
font-size: 17px;
background: #ffcf3f;
color: #fffaf0;
font-weight: bold;
border-radius: 5px 5px 0 0;
}
.box27 p {
margin: 0;
padding: 0;
	line-height: 1.9;
}

/******************************************************* BOX26 */
.box26 {
position: relative;
margin: 1.3em 0;
padding: 1.5em 1em;
border: dotted 1px #bcddff;
border-radius: 0px;
background: #eff7ff;
font-size: 98%;
}
.box26 .box-title {
position: absolute;
display: inline-block;
top: -13px;
left: 10px;
padding: 0 9px;
line-height: 1;
font-size: 19px;
background: #FFF;
color: #d6ebff;
font-weight: bold;
}
.box26 p {
margin: 0;
padding: 0;
line-height: 1.9;
}

/******************************************************** box14 */
.box14{
    padding: 1.5em 1em;
    margin: 1.3em 0;
    background: #fff0f5;
    box-shadow: none;
    border: dotted 1px pink;
}
.box14 p {
    margin: 0; 
    padding: 0;
    line-height: 1.9;
}

/******************************************************** box16 */

.box18{
    margin:2em 2em;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
    width:70%;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}

/******************************************************** box28 */

.box28 {
    position: relative;
    margin: 2em 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;
    vertical-align: middle;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

/********************************************************* box3 */

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f0ffff;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}

.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #fff8e8;
}
.box8 p {
    margin: 0; 
    padding: 0;
}

/********************************************************** box8 */
.box8 {
    padding: 1.2em 1.2em;
    margin: 1em 0;
    font-weight: normal;
    color: #000000;/*文字色*/
    background: #f0ffff;
    border: solid 1px #add8e6;
    border-radius: 10px;
}
.box8 p {
    margin: 0; 
    padding: 0;
}

/********************************************************* box2 */
.box2 {
    padding: 1.2em 1.2em;
    margin: 1em 0;
    font-weight: normal;
    color: #000000;/*文字色*/
    background: #ffffe0;
    border: solid 1px #ffd700;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

/******************************************************** BOX23 */
.box23 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 30px;
}
.box23:before{font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #fff0c6;
}
.box23:after{
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #fff0c6;
}
.box23 p {
    margin: 0; 
    padding: 10px;
}


/**************************** グレーのBOX *******/
.box1 {
    padding: 0.5em 1em;
    margin: 1em 0;
    font-weight: normal;
    border: solid 1px #ccc;
}
.box1 p {
    margin: 0; 
    padding: 0;
}



/*******記事下のライン******/
.entry-content {
border-bottom: none;
}

/*****ヘッダーAD上の余白*****/
body.page-entry .entry-header, body.page-preview .entry-header, body.page-about .entry-header, body.page-entry .entry-footer, body.page-preview .entry-footer, body.page-about .entry-footer {
padding: 0;
}

body.page-entry .entry-content, body.page-preview .entry-content, body.page-about .entry-content {
padding: 0;
}