/* <system section="theme" selected="6653458415126031707"> */
/*
  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;
}
/*************************************

			ナビゲーション

*************************************/
#top-editarea {
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	margin-bottom: 10px;
}
#toggle {
	display: none;
}
nav > ul {
	list-style-type:none;
	padding:0 0 10px 0;
	margin:0;
	background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/t/tableturning/20151027/20151027120101.jpg");
	background-repeat: repeat-x;
	height: 32px;
}
nav > ul li a {
	background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/t/tableturning/20151026/20151026182528_original.jpg");
	color: black !important;
	display: block;
	float: left;
	font-size: 0.7em;
	height: 30px;
	padding: 12px 0 0;
	text-align: center;
	text-decoration: none;
	width: 187px;
}
nav > ul li a:hover {
	color:#FFF !important;
}
#menu01 a:hover {
	background-position:0 0;
}
#menu01 a:hover {
	background-position:0 bottom;
}
#menu02 a {
	background-position:-190px 0;
}
#menu02 a:hover {
	background-position:-190px bottom;
}
#menu03 a {
	background-position:-380px 0;
}
#menu03 a:hover {
	background-position:-380px bottom;
}
#menu04 a {
	background-position:-570px 0;
}
#menu04 a:hover {
	background-position:-570px bottom;
}
#menu05 a {
	background-position:-760px 0;
}
#menu05 a:hover {
	background-position:-760px bottom;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
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.
 * Hide the `template` element in IE, 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, Safari 5, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
	font-size: 1.5em;
	margin: 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.
 */
img {
	border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
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 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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.
 * 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.
 */
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 */
/* Background color */
/* Background color */
/* Base text color */
/* Light text color */
/* h1~h6 text color */
/* Link text color */
/* Link text color(hover) */
/* Link text color(hover) */
/* Border color */
/* button background */
/* button hover backgroud */
/* Common */
html, body {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
	color: #454545;
	background-color: #ececec;
	background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tableturning/20151027/20151027143547.jpg);
}
a {
	color: #1487bd;
}
a:hover {
	color: #0f5373;
}
a:visited {
	color: #789dae;
}
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: #e73b66;
	text-decoration: none;
}
.entry-title a.entry-title-link {
	color: #ff2e6f;
}
a.keyword {
	text-decoration: none;
	border-bottom: 1px dotted #dddddd;
	color: #454545;
}
h4 a.keyword, h3 a.keyword, h5 a.keyword, h6 a.keyword {
	color: #e73b66;
}
.hatena-urllist .archive-module-year {
	padding-left:5px;
}
.urllist-item.recent-entries-item, .urllist-item.entries-access-ranking-item, .hatena-module.hatena-module-circles li{
	background-image: none;
	padding: 8px 0;
}
/* 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 に背景色や文字色を指定することでirameの中にも色が反映されます。
*/
#globalheader-container {
	background-color: #333;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
/* container */
#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-top: 37px;
}
#container #content {
	display: block;
	margin:10px 0 0 0;
 *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 {
	border: 1px solid #ccc;
	float: right;
	margin: 0 0 10px;
	padding: 10px;
	width: 600px;
	background-color:#FFF;
}
#box2 {
	width: 300px;
	float: left;
}
/* header */
.header-image-enable #blog-title {
	background-image:none;
}
.header-image-enable #blog-title #blog-title-inner {
	height:auto;
}
.header-image-enable #blog-title {
	padding:0;
}
#blog-title {
	background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/t/tableturning/20151027/20151027133341.jpg");
	background-position: right top !important;
	line-height: 1.5;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #ff1493 !important;
	display: block;
	text-decoration:none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-repeat:no-repeat;
	background-color:#FFF;
}
.header-image-enable h1#blog-title #title a {
	color: #ff1493 !important;
	display: block;
	font-size: 1.2em;
	padding: 38px 0px 0 10px;
	text-decoration:none;
	text-shadow:none;
}
.header-image-only #blog-title #blog-description {
	background-color:#ff1493;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px;
}
#blog-description {
	color: #FF6699;
	font-size: 80%;
	font-weight: normal;
	margin: 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
	padding-top: 0px;
}
.header-image-enable #blog-title #title a {
	color: #ff1493 !important;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
}
.header-image-enable #blog-title #blog-description {
	color: #FF6699;
	vertical-align: bottom;
	text-shadow: none;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
	margin: 10px auto 20px;
	font-size: 90%;
}
#top-box .breadcrumb {
	border: 1px solid #dddddd;
	padding: 10px;
}
/* entry */
.entry {
	position: relative;
	margin-bottom: 0px;
}
.entry-header {
	padding: 0 0 10px 0;
	position: relative;
}
.entry-title {
	background-color:#fff0f0;
	font-size:1.1em;
	color:#ff2e6f;
	padding:5px 0 5px 15px;
	margin:0;
}
.entry-title-link.bookmark {
	color: #FF2E6F;
}
/* 日付 */
.date {
	font-weight: bold;
	margin-bottom: 10px;
}
.date a {
	color: #FF2E6F;
	text-decoration: none;
	font-size: 80%;
}
/* 目次 */
.table-of-contents {
	background: #f8f8f8 none repeat scroll 0 0;
	border: 1px solid #ccc;
	margin: 20px 0;
	padding: 15px;
}
.table-of-contents > li {
	list-style: inside none decimal;
}
.table-of-contents li a {
	color: #256fba;
	text-decoration: none;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: opacity, border, color, background;
	transition-timing-function: ease;
}
/* カテゴリ */
.categories {
	margin-top: 10px;
	font-size: 80%;
}
.categories a {
	color: #fff;
	background-color: hotPink;
	padding: 3px;
	text-decoration:none;
	margin:3px;
}
.categories.no-categories {
	margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
	position: absolute;
	bottom: 0px;
	left: -60px;
}
.entry-header-menu a {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	line-height: 18px;
	color: #454545;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-radius: 2px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-decoration: none !important;
}
.entry-header-menu a:hover {
	background-color: #f5f5f5;
	text-decoration: none !important;
}
/* entry-content の中の書式 */
.entry-content {
	font-size: 95%;
	line-height: 1.7;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.entry-content p {
	margin: 0 0 1em 0;
}
.entry-content img {
	max-width: 100%;
}
.entry-content h1, .entry-content h2, {
 line-height: 1.5;
}
.entry-content h1 {
	font-size: 160%;
}
.entry-content h2 {
	font-size: 150%;
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	border-left: 5px solid #e73b66;
	border-bottom:5px solid #CCC;
	color: #e73b66;
	line-height: 1.5;
	margin:0 0 10px;
	font-size:1.2em;
	padding-left: 15px;
}
.entry-content table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
}
.entry-content table img {
	max-width: none;
}
.entry-content table th, .entry-content table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.entry-content table th {
	background: #f5f5f5;
}
.entry-content blockquote {
	border: 1px solid #dddddd;
	margin: 0 0 10px;
	padding: 20px;
}
.entry-content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
.entry-content pre {
	border: 1px solid #dddddd;
	margin: 0 0 10px;
	padding: 20px;
	white-space: pre;
}
.entry-content pre > code {
	margin: 0;
	padding: 0;
	white-space: pre;
	border: 0;
	background: transparent;
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
	font-size: 90%;
	margin: 0 2px;
	padding: 0 5px;
	border: 1px solid #eaeaea;
	background-color: #f8f8f8;
	border-radius: 3px;
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
	line-height: 1.4;
}
/* entry-footer */
.entry-footer {
	margin-top: 10px;
}
.entry-footer-section {
	font-size: 80%;
	color: #999999;
}
.entry-footer-section a {
	color: #999999;
}
.social-buttons, .entry-footer-html {
	margin: 10px 0;
}
/* コメント */
.comment-box {
	margin:10px 0;
}
.comment-box ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 95%;
	line-height: 1.7;
}
.comment-box li {
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid #dddddd;
	position: relative;
}
.comment-box li:first-child {
	border-top: 1px solid #dddddd;
}
.comment-box .read-more-comments {
	padding-left: 0;
}
.comment-box .hatena-id-icon {
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px !important;
	height: 50px !important;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-radius: 3px;
	background-clip: padding-box;
}
.comment-user-name {
	margin: 0 0 10px 0;
	font-weight: bold;
}
.comment-content {
	font-size: 90%;
	margin: 0 0 10px 0;
	word-wrap: break-word;
}
.comment-content p {
	margin: 0 0 10px 0;
}
.comment-metadata {
	font-size: 80%;
	color: #999999;
	margin: 0;
}
.comment-metadata a {
	color: #999999;
}
.leave-comment-title {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	line-height: 18px;
	color: #454545;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-radius: 2px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-decoration: none !important;
}
.leave-comment-title:hover {
	background-color: #f5f5f5;
	text-decoration: none !important;
}
/* sidebar */
#box2 {
	font-size: 85%;
	line-height: 1.5;
}
.hatena-module {
	background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/t/tableturning/20151027/20151027133343.gif");
	background-repeat: repeat-y;
	margin-bottom: 20px;
	padding: 0 0 0 10px;
	background-color:#FFF;
	border:1px solid #CCC;
}
.hatena-module.hatena-module-category {
	background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/t/tableturning/20151027/20151027133345.gif");
}
.hatena-module.hatena-module-profile {
	background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/t/tableturning/20151027/20151027133346.gif");
}
.hatena-module.hatena-module-recent-entries {
	background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/t/tableturning/20151027/20151027133344.gif");
}
.hatena-module.hatena-module-archive {
	background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/t/tableturning/20151027/20151027133347.gif");
}
.hatena-module-title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 6px;
	color:#FFF;
	background-color: #948572;
}
.hatena-module-title a {
	color: #FFF;
	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: bold;
	font-size: 110%;
	margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
	font-size: 90%;
}
.hatena-module-profile .profile-description p {
	margin-top: 0;
}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
	list-style: none;
	margin: 0 0 0 0;
	padding: 5px;
	border:1px solid #CCC;
}
.hatena-urllist > li {
	background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/t/tableturning/20151027/20151027133342.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	padding: 8px 0 8px 25px;
	border-bottom: 1px dashed #dddddd;
	line-height: 1.5;
}
.hatena-urllist li a {
	text-decoration: none;
	font-size:95%;
	color:#916d52;
}
/* Search module */
.hatena-module-search-box .search-form {
	border: 1px solid #dddddd;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-radius: 3px;
	background-clip: padding-box;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.hatena-module-search-box .search-module-input {
	padding: 5px;
	color: #454545;
	background: none;
	border: none;
	outline: none;
	height: 20px;
	width: 90%;
}
.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: 5px;
	right: 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.hatena-module-search-box .search-module-button:hover {
	opacity: 0.85;
	filter: alpha(opacity=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 {
	border: 1px solid #ccc;
	float: left;
	padding: 5px;
	text-align: center;
	width: 200px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(243,243,243,1)), color-stop(51%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.pager .pager-next {
	border: 1px solid #ccc;
	float: right;
	padding: 5px;
	text-align: center;
	width: 200px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(243,243,243,1)), color-stop(51%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
/* Footer */
#footer {
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	line-height: 1.5;
	font-size: 80%;
	background-color:#948572;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #FFF;
}
/* About ページ */
.page-about dt {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 5px;
}
.page-about dd {
	margin-left: 0;
	margin-bottom: 30px;
}
/* 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;
	line-height: 1.7em;
	font-size: 95%;
}
.page-archive .categories a {
	color: #fff;
	font-size: 70%;
	background: #aaa;
	padding: 3px 5px;
	border-radius: 3px;
	text-decoration: none;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin-right: 2px;
}
.urllist-with-thumbnails li .urllist-image {
	border: 3px solid #ccc;
}
.entry-date.date.first, .date {
	padding:5px 1px;
	margin:0;
}
.archive-heading {
	display: none;
}
.pager-next > a, .pager-prev > a {
	font-weight: bold;
	text-decoration: none;
	font-size:0.7em;
}
.koukoku {
	width:99%;
	border:1px solid #CCC;
	padding:5px;
}
.hatena-module-profile > .hatena-module-body {
	padding: 10px 5px;
}
.hatena-module-body {
	border: 5px solid #e4dcc9;
}

/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
.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 - Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
#container {
	width: 724px;
}
#main {
	width: 400px;
}
#box2 {
	width: 280px;
}
nav > ul li a {
	width: 144px;
}
}
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 640px) {
.entry-date.date.first, .date {
	display: none;
}
.header-image-enable #blog-title #title a {
	color: #ff1493 !important;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
	padding:10px;
}
.header-image-enable #blog-title #blog-description {
	display: block;
	text-shadow: none;
	vertical-align: bottom;
}
h1#title {
	font-size: 1.3em;
	line-height: 1.3em;
}
#globalheader-container {
	position: static;
}
#container {
	width: 93.75%;
	word-wrap: break-word;
	overflow: hidden;
	padding:0 5px;
}
#main {
	width: 94%;
	float: none;
}
#box2 {
	width: 100%;
	float: none;
}
#box2-inner {
	width: 100%;
}
.hatena-module {
	width: 96%;
	float: none;
}
.entry-header-menu {
	top: -30px;
	left: 0px;
}
.entry-content {
	width:95%;
	margin:0;
	padding:5px 0 5px 5px;
}
.entry-title {
	padding:5px 0 5px 5px;
	width:95%;
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	border-left: 5px solid #e73b66;
	border-bottom:5px solid #CCC;
	color: #e73b66;
	line-height: 1.5;
	margin:0 0 10px;
	font-size:1.2em;
	padding-left: 15px;
}
.pager .pager-next {
	margin:0 15px 0 0;
	width:100px;
}
.pager .pager-prev {
	margin:0 0 0 15px;
	width:100px;
}
.hatena-module-entries-access-ranking .rank-1::before {
	color: #e3b72a;
	content: "1";
}
.hatena-module-entries-access-ranking .rank-2::before {
	color: #989898;
	content: "2";
}
.hatena-module-entries-access-ranking .rank-3::before {
	color: #b47950;
	content: "3";
}
.hatena-module-entries-access-ranking .rank-4::before {
	content: "4";
}
.hatena-module-entries-access-ranking .rank-5::before {
	content: "5";
}
.hatena-module-entries-access-ranking .rank-6::before {
	content: "6";
}
.hatena-module-entries-access-ranking .rank-7::before {
	content: "7";
}
.hatena-module-entries-access-ranking .rank-8::before {
	content: "8";
}
.hatena-module-entries-access-ranking .rank-9::before {
	content: "9";
}
.hatena-module-entries-access-ranking .rank-10::before {
	content: "10";
}
.hatena-module-entries-access-ranking li::before {
	color: #b2b2b2;
	font-size: 22px;
	font-weight: bold;
	left: 8px;
	line-height: 70px;
	position: absolute;
	top: 0;
}
.urllist-with-thumbnails li::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.hatena-urllist .urllist-item {
	margin-bottom: 0.7em;
	padding-bottom: 0.7em;
}
.urllist-with-thumbnails li {
	display: block;
}
.hatena-module-entries-access-ranking li {
	min-height: 69px;
	padding-left: 35px;
	position: relative;
}
.koukoku {
	display:none;
}
#bottom-editarea > small {
	font-size:0.7em;
}
#blog-title {
	background-position: right top;
	margin:0;
	padding:10px 0;
	background-repeat:no-repeat;
	background-color:#f09cc0;
}
.table-of-contents > li {
	list-style-position:inside !important;
	list-style-type:decimal !important;
}
/****navigation******/

#nav_menu {
	display:none;
}
nav > ul li a {
	background-color: pink;
	background-image: none;
	border-bottom: 1px solid #fff;
	width: 100%;
}
#toggle {
	display: block;
	position: relative;
	width: 100%;
	background-color:#FF83A6;
}
#toggle a {
	display: block;
	position: relative;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #FF83A6;
}
#toggle a:before {
	margin-top: -6px;
}
#toggle a:after {
	margin-top: 2px;
}
.urllist-item.entries-access-ranking-item {
	padding-left:35px;
}
}
/* Media Queries - Smartphone */

/* </system> */

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

/*読者登録はこちら　左スペース*/
.mgl-10{
    margin-left : 10px;
}


/*記事下直下アドセンス　下線消す*/
.adsbygoogle{
    text-decoration: none!important;
    }
    


/*画像下に空白　アイキャッチ下のアドが近いため*/
.ad2 {
  margin-top: 50px;
}


.adsense-link {
   margin-bottom: 50px;
}


.ad-kijisita {
   margin-top: 30px;
   margin-bottom: 30px;
}

/*ol 花リスト　導入文*/
.entry-content ol.hana:not(.timeline){
  position: relative;
}

.entry-content ol.hana:not(.timeline) li {
  line-height: 1.5;
  padding: .5em 0 .5em .5em;
  list-style-type: none;/*ポチ消す*/
  font-size: 16.5px;
  color: #666!important;
}

.entry-content ol.hana:not(.timeline) li:before {
	font-family: "FontAwesome";
  content: "\f069";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #fb929e; /*アイコン色*/
}
/*リストここまで*/


/*写真を中央に表示*/
.hatena-fotolife, .http-image {
display: block;
margin: 0px auto;
}
/*写真を中央に表示　終わり*/


/* ヘッダー下おすすめ記事横 */
/*=== article window ===*/
.article-area{
    background-color:white;/*背景色*/
}
.article-container{
    width: 90%;/*画像表示の幅*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    box-sizing: border-box;
    margin: 0px auto;
    padding:0px;
    text-align:center;
    }
.article-box{
    box-sizing:border-box;
    border:3px solid #dddddd ;/*画像の枠色*/
    width:25%;
    padding:0px;
    margin:30px 15px;/*画像周りの空白*/
    overflow:hidden;}
.article-img img{
    width:100%;
    display:block;
    object-fit:cover; 
    transition-duration: 0.5s;/*ゆっくり戻る*/}
.article-img:hover img{/*マウスオーバーで拡大表示*/
    transform: scale(1.1);/*1.1倍に表示*/
    transition-duration: 0.5s;/*ゆっくり拡大*/}

/*=== smartphone ２列表示 ===*/
@media(max-width: 767px){
.article-container {
    width:100%;
    flex-wrap: wrap;/*折り返し表示（２列）*/
    justify-content:space-between;
    padding:8px;}
.article-box {
    width:45%;
    padding:0px;
    margin:8px;}
.article-img img{
    width:100%;
    padding:0;
    object-fit:cover;}}
.page-entry .article-area{display:none;} 

/*=== end of article window ===*/
/* ヘッダー下おすすめ記事ここまで */


/*ヘッダー下　おすすめリスト*/
@media (min-width: 767px){
.page-index #top-editarea {
    border: 1px solid #ccc;
    width: 1300px;
    margin-top: 30px;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 767px) {
.page-index #top-editarea {
    border: 1px solid #ccc;
    margin-top: 10px;
}
}
/*カテゴリー別記事一覧ヘッダー下おすすめ*/
@media (min-width: 767px){
.page-archive-category #top-editarea {
    border: 1px solid #ccc;
    width: 1300px;
    margin-top: 30px;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 767px) {
.page-archive-category #top-editarea {
    border: 1px solid #ccc;
    margin-top: 10px;
}
}


/* カテゴリー別記事一覧　ページカード型 */
@media screen and (min-width: 767px) {
/*ＴＯＰ　カテ別一覧　カード型小さく*/
.page-archive .archive-entries .categories {
  padding-top: 0px;
  margin-bottom: 0px;
}
.page-archive-category .archive-entries .entry-title {
  padding-bottom: 0px;
  }
.page-archive-category .archive-entries {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page-archive-category .archive-entry {
  margin-bottom: 50px!important;/*間の空白*/
  padding-bottom: 20px;
  box-sizing: border-box;
  width: calc(50% - 20px);
}
.page-archive-category .entry-thumb {
  float:none;
  display: block;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
}
.entry-thumb-link:hover {
  opacity:0.7;
}
.page-archive-category .archive-entry {
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    background-color: #fffdf7;/*タイトルの背景色*/
    border-radius: 8px;/*角を丸く*/
}
.page-archive-category .entry-thumb-link {
    order: 1;
    height: 200px;
}
.page-archive-category .archive-entry-header {
    order: 2;
}
.page-archive-category .categories {
    order:3;    
}
.page-archive-category .archive-entry-body {
    order:4
}
}
.page-archive-category .entry-description{
  display:none;/*説明文　非表示*/
}
.page-archive-category .categories a {
 display: none;/*カテゴリー非表示*/
 }
/*スマホ表示*/
@media screen and (max-width: 767px) {
body.page-archive-category .entry-title {
   float:right;/*記事タイトルを右に*/
   padding:5px 0 5px 5px;
   width:95%;
   line-height:1.00em;/*行間*/
}
body.page-archive-category .entry-title a{
   color: #402000 !important;/*記事タイトルの色*/
   font-size: 16px;/*記事タイトルの文字の大きさ*/
   line-height: 1.75em;/*行間*/
}
body.page-archive-category .archive-entries .archive-entry{
   position: relative;
   margin: 0 0 8%;
}
body.page-archive-category .archive-entries .entry-title{
   width: 58%;
   background-color: #e4dcc950;/*タイトル背景色*/
   border-radius: 8px;/*角を丸く*/
}
body.page-archive-category section.archive-entry .categories {
    float:right;/*カテゴリーを右に*/
    width: 58%;
    border-bottom: 1px dashed #dddddd;/*カテゴリー下の破線をつける*/
    padding-bottom: 15px; 
}
body.page-archive-category .entry-thumb-link{
   position: absolute;
   top: 0;
   left: 0;/*アイキャッチを左に*/
}
/*アイキャッチの画像*/
body.page-archive-category .entry-thumb-link .entry-thumb{
　　width: 100%;
    height: 100px;
    background-position: center center;/*中央寄せに*/
　　display: block;
    margin: 0 auto;
    border-radius: 8px;/*角を丸く*/
}
}



/*記事本文　上シェア　上空白*/
.entry-header-html {
 padding-top: 20px;
 }

/*記事本文　カテゴリーの上空白*/ 
 .categories {
 padding-top: 20px;
 }

/* サイドバー　関連記事非表示 */
.hatena-module-related-entries {
display: none;
}

/*コメント欄を大きく*/
.leave-comment-title {
display:inline-block;
width:100%;
text-align:center;
padding:1em 0;
border:thin solid #df7163;/*枠の色*/
border-radius:3px;
transition: 0.3s ;
font-size:16px;
color: #fff;
background-color: #ef857d; 
}
.leave-comment-title:before {
font-family: "FontAwesome";
content: "\f0e5";
padding-right:0.2em;
}

.leave-comment-title:hover {
color:#454545;
background-color:#fef3f1;/*マウスオーバー時の色*/
}
.comment-box {
    padding-bottom: 20px;
}
/*コメント欄　フワッと*/   
.leave-comment-title {
    transition: .3s; /*変化するまでの時間*/
}
.leave-comment-title:hover {
    transform: translateY(-4px); /*上に4px移動*/
    box-shadow: 0 6px 10px rgba(0,0,0,.2); /*影の距離　ぼかし幅　色*/
}
   



/*記事本文　幅　空白*/
@media screen and (min-width: 767px) {
.entry-header {
    width: 760px;
    padding-top: 30px;
    padding-bottom: 0px;
}
.entry-inner {
width: 760px;
background-color: #fff;
padding-right: 30px;
    padding-left: 30px;
box-shadow: 0 10px 30px -10px rgb(0 0 0 / 20%);
}
}


/* 次へ　前のページへボタン　カスタマイズ　丸く　≪位置変更 */
.pager {
    position: relative;
    margin: 2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.pager a {
    color: #454545;
}

.pager a:hover {
    color: #948572;
}

.pager.autopagerize_insert_before .pager-prev {
    padding: .5em 0;
    border: 1px solid #ddd;
    border-radius: 100px;
}

.pager.autopagerize_insert_before .pager-prev a {
    padding: .5em 1em .5em 2em;
}

.pager.autopagerize_insert_before .pager-prev:before {
    content: "<<";
    font-weight: 500;
    position: absolute;
    left: 2em;
    top: 0.6em;
    color: #454545;
}

.pager.autopagerize_insert_before .pager-next {
    padding: .5em 0;
    border: 1px solid #ddd;
    margin-left: auto;
    border-radius: 100px;
}

.pager.autopagerize_insert_before .pager-next a {
    padding: .5em 2em .5em 1em;
}

.pager.autopagerize_insert_before .pager-next:after {
    content: ">>";
    font-weight: 500;
    position: absolute;
    right: 2em;
    top: 0.6em;
    color: #454545;
}

.pager.pager-permalink .pager-prev {
    margin-right: .25em;
    padding: .5em;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pager.pager-permalink .pager-next {
    margin-left: auto;
    padding: .5em;
    border: 1px solid #ddd;
    border-radius: 3px;
}
/*スマホ表示　修正*/
@media screen and (max-width: 767px) {
.pager.autopagerize_insert_before .pager-next:after {
    content: ">>";
    font-weight: 500;
    position: absolute;
    right: 1.5em;
    top: center;
    text-align: center;
}
.pager.autopagerize_insert_before .pager-prev:before {
    content: "<<";
    font-weight: 500;
    position: absolute;
    left: 1.5em;
    top: center;
    text-align: center;
}
}


/*次のページへ　フワッと*/   
.pager .pager-next {
    transition: .3s; /*変化するまでの時間*/
}
.pager .pager-next:hover {
    transform: translateY(-4px); /*上に4px移動*/
    box-shadow: 0 6px 10px rgba(0,0,0,.2); /*影の距離　ぼかし幅　色*/
    border-radius: 100px;
}
   

/*前のページへ　フワッと*/   
.pager .pager-prev {
    transition: .3s; /*変化するまでの時間*/
}
.pager .pager-prev:hover {
    transform: translateY(-4px); /*上に4px移動*/
    box-shadow: 0 6px 10px rgba(0,0,0,.2); /*影の距離　ぼかし幅　色*/
    border-radius: 100px;
}   
    


/* 記事の幅の変更（PCのみ） */
@media screen and (min-width: 767px) {
#main{
 width: 922px!important;
 border: 0px;
 background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tableturning/20151027/20151027143547.jpg);
 padding-right: 60px;
    padding-left: 0px;
}

#box2{
width: 336px:
}
#container {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
/*top 記事一覧内*/
#main-inner{
 width: 700px;
 margin-top: 30px;
 margin-left: 100px;
 }
/*記事一覧タイトル幅*/ 
.page-archive .entry-title {
    padding: 30px 0 5px 15px;
    background-color: #fffdf7;
    box-shadow: 0 6px 10px rgba(0,0,0,.2); /*影の距離　ぼかし幅　色*/
    padding-right: 15px; 
}
.page-archive .archive-entries .entry-title {
    font-size: 20px;
    margin-top: 10px;
    margin: 0;
}
}

/*ｐｃスマホ　ＴＯＰ　記事タイト　ぼかしなし*/
.page-archive .archive-entries .entry-title {
box-shadow: none; /*影の距離　ぼかし幅　色*/
    }


/*スマホ画面いっぱいに*/
@media screen and (max-width: 767px) {
#container {
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0px;
}
.page-archive .archive-entries .entry-title {
    transition: .3s; /*変化するまでの時間*/
}
.page-archive .archive-entries .entry-title:hover {
    transform: translateY(-10px); /*上に4px移動*/
    box-shadow: 0 6px 10px rgba(0,0,0,.2); /*影の距離　ぼかし幅　色*/
}  
} 


/*ＰＣのみ　トップページフワッと*/
@media screen and (min-width: 767px) {
.page-archive .archive-entry {
    transition: .3s; /*変化するまでの時間*/
}
.page-archive .archive-entry:hover {
    transform: translateY(-4px); /*上に4px移動*/
    box-shadow: 0 6px 10px rgba(0,0,0,.2); /*影の距離　ぼかし幅　色*/
    border-radius: 8px;
}
}



/* 上へ戻るボタン */
#pagetop{
    position:fixed;
    right:10px;
    bottom:0px;
    cursor:pointer;
    z-index: 10;
}



/*番号付きリスト*/
.list207 ol {
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
  counter-reset: number;
}
.list207 ol li {
  position: relative;
  font-size: 16.5px;
  line-height: 1.75em;
  letter-spacing: .08em;
  padding: 0.5em 0 0.5em 1.6em;
}
.list207 ol li:before {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ee8992;
  color: white;
  font-size: 16.5px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
}



/*--------------------------------------
  もしもの簡単リンクのカスタマイズ
--------------------------------------*/
.easyLink-info-btn {
	display: inline!important;
}
.easyLink-info-name a { 
color: #3296d2 !important; /* 文字色 */
font-size: 16px;
} 
.easyLink-info-btn a{
	margin: 5px 10px 5px 0!important;
	padding: 0 12px!important;
        line-height: 35px!important;
	display: inline-block!important;
	width: 93%!important;
	box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.25)!important;
	font-size: 1em!important;
}
.easyLink-info-btn-amazon{
	background:#ffb36b!important;
}
.easyLink-info-btn-rakuten{
	background:#ea7373!important;
}
.easyLink-info-btn-yahoo{
	background:#73c1ea!important;
}
.easyLink-info-btn a:before {
    font-family: FontAwesome;
    content: "\f0da";
    padding-right: 3px;
}
.easyLink-info-maker {
 display: none;
 }
.easyLink-info-model {
 display: none;
 }
@media screen and (max-width: 480px){
	div.easyLink-box div.easyLink-info p.easyLink-info-btn a {
		width: 100%!important;
		position: relative;
	}
	.easyLink-info-btn a:before {
		padding-right: 5px;
		right: 5px;
		position: absolute;		
	}
}
@media screen and (max-width: 480px) {
div.easyLink-box div.easyLink-info p.easyLink-info-name {
 margin-bottom: 5px;
 font-size: 15px;
 }
div.easyLink-box {
 padding: 10px 20px;
 }
div.easyLink-box div.easyLink-img p.easyLink-img-box span > img {
 max-width: 45%;
 max-height: 100%;
 }
div.easyLink-box div.easyLink-img {
 margin-bottom: 5px;
 height: 100%;
 }
div.easyLink-box div.easyLink-img::before {
 padding-top: 80%!important;
 }
div.easyLink-box div.easyLink-info p.easyLink-info-btn {
 margin-top: 10px;
 text-align: center;
 }
div.easyLink-box div.easyLink-info p.easyLink-info-btn a {
margin: 12px 0;
padding: 6px 0;
}
.easyLink-info-maker {
 display: none;
 }
.easyLink-info-model {
 display: none;
 }
 }





/***** はてなタグ非表示 *****/
.archive-entry-tags{
     display: none;
}



/*ブログタイトル　ボーダーなしに*/
#blog-title{
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-bottom: none;
    }
/*  レスポンシブヘッダー調整　 */
@media (max-width: 767px){
#blog-title-inner,#title a{
height:80px!important;
width:auto;
}
#blog-title-inner {background-size: contain!important; }
}

.header-image-only #blog-title, .header-image-only #blog-title #blog-description, .header-image-only #blog-title #title {
    background: #fef3f1;
}


/*カテゴリーの花マークをなしに*/
.hatena-urllist>li{
  background-image:none;
}
/*カテゴリ三角色変更*/
.hatena-module.hatena-module-category {
    color: #52493D;
}
/*サイドカテゴリ　リンク文字色変更*/
.hatena-urllist li a {
color: #52493D!important;
}


/*花柄リスト　ピンク*/
.entry-content ul.hana:not(.timeline){
  position: relative;
}

.entry-content ul.hana:not(.timeline) li {
  line-height: 1.5;
  padding: .5em 0 .5em .5em;
  list-style-type: none;/*ポチ消す*/
  font-size: 16.5px;
  color: #666!important;
}

.entry-content ul.hana:not(.timeline) li:before {
	font-family: "FontAwesome";
  content: "\f069";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #fb929e; /*アイコン色*/
}
/*リストここまで*/

/*花柄リスト　グリーン*/
.entry-content ul.hana-midori:not(.timeline){
  position: relative;
}

.entry-content ul.hana-midori:not(.timeline) li {
  line-height: 1.5;
  padding: .5em 0 .5em .5em;
  list-style-type: none;/*ポチ消す*/
  font-size: 16.5px;
  color: #666!important;
}

.entry-content ul.hana-midori:not(.timeline) li:before {
	font-family: "FontAwesome";
  content: "\f069";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #8ac79e; /*アイコン色*/
}
/*リストここまで*/


/*花柄リスト　オレンジ*/
.entry-content ul.hana-orange:not(.timeline){
  position: relative;
}

.entry-content ul.hana-orange:not(.timeline) li {
  line-height: 1.5;
  padding: .5em 0 .5em .5em;
  list-style-type: none;/*ポチ消す*/
  font-size: 16.5px;
  color: #666!important;
}

.entry-content ul.hana-orange:not(.timeline) li:before {
	font-family: "FontAwesome";
  content: "\f069";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffbf7f; /*アイコン色*/
}
/*リストここまで*/



/* 見出しh3のデザインリセット */
.entry-content h3,
.entry-content h3::before,
.entry-content h3::after {
   content: none;
   background: none;
   background-color: none;
   border: none;
   border-radius: 0;
}
.entry-content h3 {
	background-color: #f3a3a8; /* 背景色 */
	background-image: radial-gradient(#f5b2b6 20%, transparent 0), radial-gradient(#f5b2b6 20%, transparent 0); /* 水玉の色 */
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
	color: #fff; /* 文字色 */
	font-family:"M PLUS Rounded 1c", sans-serif;
	padding: 10px; /* 余白 */
	font-size: 20px;
	border-radius: 5px;
	padding: 15px 10px 15px 70px; /* 上・右・下・左の余白 */
	position: relative;
}
.entry-content h3:before {
	content: '＊*'; /*花に見せかけるためのアスタリスク*/
	color: #fff; /* アスタリスクの色 */
	display: inline-block;
	font-size: 35px; /* アスタリスクの大きさ */
	font-weight: bold;
	margin-right: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	text-shadow: 0px 0px 3px #fff, 0px 0px 2px #fff, 0 0 0.5px #fff; /* アスタリスク周りの影 */
}
.entry-content h3:after {
	border-bottom: 2px dotted #fff; /* 下線 */
	content: '';
	position: absolute;
	bottom: 3px;
	left: 3px;
	right: 3px;
}

/*h5 見出しのデザインリセット */
.entry-content h5,
.entry-content h5::before,
.entry-content h5::after {
   content: none;
   background: none;
   background-color: none;
   border: none;
   border-radius: 0;
}
/* 小見出し */
.entry-content h5{
 border-bottom: 1px solid #f0bdc4; /* 下線 */
 color: #916d52; /* 文字色 */
 padding: 10px 10px 10px 50px; /* 上・右・下・左の余白 */
 position: relative;
}
.entry-content h5:before{
 background-image: linear-gradient(180deg, #ff9a8b 0%, #ff6a88 55%, #ff99ac 100%); /* 円のグラデーション */
 border-radius: 50%;
 content: '';
 display: block;
 position: absolute;
 top: 10px;
 left: 5px;
 width: 30px; /* 円の幅 */
 height: 30px; /* 円の高さ */
}
.entry-content h5:after{
 background-color: #fff; /* 白抜き円 */
 border-radius: 50%;
 content: '';
 display: block;
 position: absolute;
 top: 15px;
 left: 10px;
 width: 20px; /* 白抜き円の幅 */
 height: 20px; /* 白抜き円の高さ */
}



/*スマホ記事内　幅を広げる*/
@media screen and (max-width: 767px) {
.entry-content {
 height: auto;
 width: auto;
 padding-right: 0px;
 padding-left: 0px;
 }
 }

/*スマホ　記事タイトル幅　広げる*/
@media (max-width: 767px){
.entry-title {
    width: auto;
}
}


/*はてな表見出しセル色*/
.entry-content table th {
    background: #fffafa;
}



/*マスキングテープ　タイトル付き　ボックス枠*/
.mastebox {
position: relative;
background-color: #fff8ed;
padding: 1em;
margin-bottom:20px;
}
.mastebox .boxtitle {
position: absolute;
top: -1em;
background-color: #F57A8F;
padding: 0.25em 2em;
color: #fff;
transform: rotate(-4deg);
}
.mastebox p {
margin: 0;
padding:0em;
}
/*めくれてる部分の設定*/
.mastebox::after {
content: '';
position: absolute;
bottom: 0;
right: 0;
border-width: 0 0 18px 18px;
border-style: solid;
border-color: #f6e5d7 #fff #fff #f6e5d7;/*めくれてる部分の色*/
}


/**
 * シェアボタンここから
 */
.share-btn-type7 {
  max-width: 240px;
  margin: 2px auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.share-btn-type7 .share-btn__item {
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 23px;
  text-align: center;
  line-height: 50px;
  border-radius: 12%;
  box-shadow: 0 2px 2px rgba(0,0,0,.16);
  transition: all .3s;
}
.share-btn-type7 .share-btn__item:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 10px rgba(0,0,0,.14);
}
.share-btn-type7 .share-btn__item--hatebu {
  background-color: #49a8fb;
}
.share-btn-type7 .share-btn__item--facebook {
  background-color: #6680d8;
}
.share-btn-type7 .share-btn__item--twitter {
  background-color: #22b8ff;
}
.share-btn-type7 .share-btn__item--pocket {
  background-color: #ff6d82;
}


/**
 * シェアボタンここまで
 */


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

/*コピーライト*/
@media (min-width: 767px){
#copyright {
 padding: 25px;
 text-align: center;
 background: #948572;/*背景色*/
 font-size: 14px;
 color:#fff;/*文字の色*/
 width: 1255px;
}
}

@media screen and (max-width: 767px) {
#copyright {
 padding: 25px;
 text-align: center;
 background: #948572;/*背景色*/
 font-size: 14px;
 color:#fff;/*文字の色*/
}
}




 
 

/* アフィリエイトボタン　青ボタン単一 */
 
.red-btn {
    font-size:16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 300px;
    margin-bottom: 1em;
}
 
.red-btn a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    font-weight: bold ;
    box-shadow:2px 2px 2px #555;  
    border-radius: 30px;
    background-color:#679efd;
    color: #ffffff !important;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
 
.red-btn a:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
    box-shadow:none;
}

#IconList3 a:before {        /*白い丸 */ 
	display: block;
	content: "";
	position: absolute;
	top: 70%;
	right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */  
	background: #fff;
}
#IconList3 a:after {        /*「after要素」で三角 */ 
	display: block;
	content: "";
	position: absolute;
	top: 70%;
	right: 19px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #679efd;
}

/* アフィリエイトボタン　オレンジ単一 */
 
.org-btn {
    font-size:16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 300px;
    margin-bottom: 1em;
}
 
.org-btn a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    font-weight: bold ;
    box-shadow:2px 2px 2px #555;  
    border-radius: 30px;
    background-color:#ffb36b;
    color: #ffffff !important;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
 
.org-btn a:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
    box-shadow:none;
}

#IconList4 a:before {        /*白い丸 */ 
	display: block;
	content: "";
	position: absolute;
	top: 70%;
	right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */  
	background: #fff;
}
#IconList4 a:after {        /*「after要素」で三角 */ 
	display: block;
	content: "";
	position: absolute;
	top: 70%;
	right: 19px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #ffb36b;
}




/*見出し前アド余白指定*/
.ad {
  margin-bottom: 50px;
}


/***　おしゃれテーブル１　比較表　強調パステルカラー ***/
 
.osare-table {
 width:100%;
 table-layout: fixed;
 border: none !important;
 border-collapse: separate;
 border-spacing: 7px 0px;
}
 
.osare-table th {
 border: none !important;
}
 
.osare-table tbody td {
   border: none !important;
  background-color:#FFF9FF !important;
  border-bottom: solid 2px #f9f9f9 !important;
}
 
/* ヘッダー */
.osare-table thead th {
 font-weight: bold;
 border-radius: 10px 10px 0px 0px;
}

/* フッター（比較表と色つけたとき用） */
.osare-table tfoot td {
 border:none;
 border-radius: 0 0 10px 10px;
}
 
 
/* ボディ項目 */
.osare-table tbody th {
 background:#f2f5fc;
 font-weight: bold;
 border-bottom: solid 2px #f9f9f9 !important;
 line-height:4.5em;
}
 
/* フッター項目 */
.osare-table tfoot th {
 background:none;
 line-height:3em;
 font-weight: bold;
}


 
/* ボディデータ */
.osare-table tbody td {
 text-align:center;
}
 
/* ヘッダー行　１列ごとの色変え */
.osare-table thead th:nth-child(1)  {
 background:#81d4fa;
}

.osare-table thead th:nth-child(2)  {
 background: #FFBCFF;
}
.osare-table thead th:nth-child(3)  {
 background: #FFFFB2;
}
.osare-table thead th:nth-child(4)  {
 background: #C4FF89;
}
.osare-table thead th:nth-child(5)  {
 background: #FFB2D8;
}
 
/* 最終行のボーダーをなくす */
.osare-table tbody tr:last-child th,
.osare-table tbody tr:last-child td {
 border-bottom:none !important;
}


/* スマホ調整 */
@media (max-width: 767px) {
    .osare-table thead th,
    .osare-table tbody th {
            padding:0;
    }
    .osare-table tfoot td {
    padding:0;
    font-size:0.9em;
    }
.osare-table tfoot td:nth-child(2) {
     font-size:1em;
    }
    
}


/***　おしゃれテーブル比較用 ***/
/* おすすめ商品枠 */
.osare-hikaku thead th:nth-child(2)  {
    border-top:solid 3px #f8bbd0 !important;
    border-left:solid 3px #f8bbd0 !important;
    border-right:solid 3px #f8bbd0 !important;
}
.osare-hikaku  td:nth-child(2)  {
    border-left:solid 3px #f8bbd0 !important;
    border-right:solid 3px #f8bbd0 !important;
}
.osare-hikaku tfoot td:nth-child(2)  {
    border-bottom:solid 3px #f8bbd0 !important;
    border-left:solid 3px #f8bbd0 !important;
    border-right:solid 3px #f8bbd0 !important;
}


/*（共通）　項目の多いテーブルの幅を調整*/
@media (max-width: 767px) {
 .col6t th,
 .col6t td{
 font-size:0.4em;
 padding: 10px 0px;
 }
 .col5t th,
 .col5t td{
 font-size:0.5em;
 padding: 10px 0px;
 }
 .col4t th,
 .col4t td{
 font-size:0.7em;
 padding: 10px 5px;
 }
 .col3t th,
 .col3t td{
 font-size:1.0em;
 padding: 10px 10px;
 }
}


/***　おしゃれテーブル１　比較表パステルカラー ***/
 
.osare-table {
 width:100%;
 table-layout: fixed;
 border: none !important;
 border-collapse: separate;
 border-spacing: 7px 0px;
}
 
.osare-table th {
 border: none !important;
}
 
.osare-table tbody td {
   border: none !important;
  background-color:#FFF9FF !important;
  border-bottom: solid 2px #f9f9f9 !important;
}
 
/* ヘッダー */
.osare-table thead th {
 font-weight: bold;
 border-radius: 10px 10px 0px 0px;
}

/* フッター（比較表と色つけたとき用） */
.osare-table tfoot td {
 border-radius: 0 0 10px 10px;
}
 
 
/* ボディ項目 */
.osare-table tbody th {
 background:#f2f5fc;
 font-weight: bold;
 border-bottom: solid 2px #f9f9f9 !important;
 line-height:4.5em;
}
 
/* フッター項目 */
.osare-table tfoot th {
 background:none;
 line-height:3em;
 font-weight: bold;
}


 
/* ボディデータ */
.osare-table tbody td {
 text-align:center;
}
 
/* ヘッダー行　１列ごとの色変え */
.osare-table thead th:nth-child(1)  {
 background:#81d4fa;
}

.osare-table thead th:nth-child(2)  {
 background: #FFBCFF;
}
.osare-table thead th:nth-child(3)  {
 background: #FFFFB2;
}
.osare-table thead th:nth-child(4)  {
 background: #C4FF89;
}
.osare-table thead th:nth-child(5)  {
 background: #FFB2D8;
}
 
/* 最終行のボーダーをなくす */
.osare-table tbody tr:last-child th,
.osare-table tbody tr:last-child td {
 border-bottom:none !important;
}

/* スマホ調整 */
@media (max-width: 767px) {
    .osare-table thead th,
    .osare-table tbody th {
            padding:0;
    }
    .osare-table tfoot td {
    padding:0;
    font-size:16px;
    }
.osare-table tfoot td:nth-child(2) {
     font-size:14px;
    }
    
}

/*（共通）　項目の多いテーブルの幅を調整*/
@media (max-width: 767px) {
 .col6t th,
 .col6t td{
 font-size:0.4em;
 padding: 10px 0px;
 }
 .col5t th,
 .col5t td{
 font-size:0.75em;
 padding: 10px 0px;
 }
 .col4t th,
 .col4t td{
 font-size:0.9em;
 padding: 10px 5px;
 }
 .col3t th,
 .col3t td{
 font-size:1.0em;
 padding: 10px 10px;
 }
}



/*サイドバーを右に*/
#main {
    float: left;
}

#box2 {
  float: right;
}


/* 文字サイズ */
.entry-content p {
font-size:17px;
line-height:1.75;
letter-spacing: .08em;

}
@media screen and (max-width:767px){
.entry-content p {
font-size:16px;
line-height:1.75;
letter-spacing: .08em;
padding-left: 10px;/*本文左右の空白*/
padding-right: 10px;
}
}



/* 記事本文の文字色 */
.entry-content {
    color: #444;
    line-height:2.0em;    
}

/* 記事タイトルの大きさ */
.entry-title {
font-size: 20px;
line-height:1.5em;
padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width:767px){
.entry-title{
font-size: 19px;
line-height:1.7em;
}
}

/* 記事タイトル　色変更 */
.entry-title a{
  color: #402000!important;
}




/* 参考にした記事 */
.entry-content .emphasize-link {
position: relative;
margin: 36px 0 16px;
padding: 16px 10px;
border: 2px solid #ee7917;
background-color: #fffbf5;
border-radius: 10px;
}
.entry-content .emphasize-link p:last-child {
margin-bottom: 0;
}
.entry-content .emphasize-link::before {
position: absolute;
top: -12px;
left: 10px;
padding: 0 10px 0 26px;
content: "参考にしたのはこちら";
background-color: #ee7917;
border-radius: 10px;
color: #fff;
font-size: 14px;
font-weight: bold;
line-height: 20px;
}
.entry-content .emphasize-link::after {
position: absolute;
top: -16px;
left: 4px;
width: 28px;
height: 28px;
background-color: #ee7917;
border-radius: 14px;
line-height: 25px;
text-align: center;
content: "\f010";
font-size: 18px;
font-family: "blogicon";
color: #fff;
}

/*こちらもチェック 黄色*/
.entry-content .emphasize-kanren {
position: relative;
margin: 36px 0 16px;
padding: 16px 10px;
border: 2px solid #df8182;
background-color: #fffbf5;
border-radius: 10px;
}
.entry-content .emphasize-kanren p:last-child {
margin-bottom: 0;
}
.entry-content .emphasize-kanren::before {
position: absolute;
top: -12px;
left: 10px;
padding: 0 10px 0 26px;
content: "こちらもCheck!!";
background-color: #df8182;
border-radius: 10px;
color: #fff;
font-size: 14px;
font-weight: bold;
line-height: 20px;
}
.entry-content .emphasize-kanren::after {
position: absolute;
top: -16px;
left: 4px;
width: 28px;
height: 28px;
background-color: #df8182;
border-radius: 14px;
line-height: 25px;
text-align: center;
content: "\f029";
font-size: 18px;
font-family: "blogicon";
color: #fff;
}


/*番号付きリスト緑 */
.list-6{
counter-reset:number;
list-style-type: none;
padding:0;
margin:0;
}
.list-6 li { 
border-bottom:2px dashed;
border-color:#cdcdcd; /* 線の色 */
position: relative;
margin:0.5em 0 !important;
max-width:500px; /* 横幅 */
padding: 0 0 0.5em 1.8em;
}
.list-6 li:last-child { 
border:none;
}
.list-6 li:before {
counter-increment: number;
content: counter(number);
background-color: #58be89; /* 文字背景色 */
color: #fff; /* 文字色 */
position: absolute;
font-weight:bold;
font-size: 14px;
border-radius: 50%;
left: 0;
top:0.5em;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
}

.list-box-2{
　　　background: #f6fbf9;/* 背景色 */
　　　border-radius: 4px;
　　　max-width: 600px;
　padding: 2em;
　　　margin:0 auto;
　　　border:1px solid;
　　　border-color:#58be89; /* 線の色 */
}


/*番号付きボックス　緑*/
.box1-green{
margin: 2em auto; /* ボックスの余白 */
background: #eef8f3; /* ボックス背景色 */
border-radius:4px; /* ボックス角丸 */
max-width:600px; /* ボックス横幅 */
padding: 3.5em 2em 1.5em; /* ボックス内側余白 */
position:relative; /* 配置に関するもの(ここを基準に) */
}
.box1-green .box-title {
background: #58be89; /* タイトル背景色 */
color: #fff; /* タイトル文字色 */
font-weight: bold; /* タイトル文字の太さ */
font-size: 20px;/* タイトル文字の大きさ */
padding: 5px;/* タイトル周りの余白 */
text-align: center; /* タイトル中央寄せ */
border-radius: 4px 4px 0px 0px; /* タイトル角丸 */
position:absolute; /* 配置に関するもの(ここを動かす) */
top:0; /*上から(0px)に配置 */
left:0; /*左から(0px)に配置 */
width:98.5%;/*横幅最大幅 */
}
.box1-green p {
margin: 0;/* 文字の余白リセット */
padding: 0; /* 文字の内側余白リセット*/
}
@media screen and (max-width: 767px){
.article ul, .article ol {
padding-left: 0px; /* スマホ閲覧時の余白リセット(cocoon) */
}
}



/* ソースコード　ダブルクリック　全選択 */
<script type="text/javascript">
window.addEventListener("load", function onLoad() {
  window.removeEventListener("load", onLoad);
  var codes = document.querySelectorAll("pre.code");
  var len = codes.length;
  for (var i = 0; i < len; i++) {
    (function () {
      var code = codes[i];
      // select all on double click
      code.addEventListener("dblclick", function () {
        var range = document.createRange();
        range.selectNodeContents(code);
        var selection = document.getSelection();
        selection.removeAllRanges();
        selection.addRange(range);
      });
    })();
  }
});
</script>

/* ソースコード色　番号はフッタ―にあり */
pre.code{
  background-color: #fff;/*全体の背景色*/
}
pre.code ol{
  margin-top: 0;
  margin-bottom: 0;
}
pre.code .code-list{
  border-left: 1px solid #dde5e8; /*縦線*/
  padding-left:10px;
}
pre.code .code-list:nth-child(2n+1) {
    background-color: #eee; /*奇数行の背景色*/
}


/* 赤矢印リスト */
ul.cp_list {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.cp_list li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
  font-size: 16.5px;
  color: #666!important;
}

ul.cp_list li:before {
  
  font-family:  FontAwesome;
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color:  #d16477;;/*アイコン色*/
}
/* 緑矢印リスト */
ul.cp_listmidori {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.cp_listmidori li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
  font-size: 16.5px;
  color: #666!important;
}

ul.cp_listmidori li:before {
  
  font-family:  FontAwesome;
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color:  #8ac79e;;/*アイコン色*/
}
/*リストおしまい*/



/* 吹き出しのCSS　*/
.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;
border: 2px solid #999;
box-shadow: 1px 1px 5px #aaa;
background-color: #fff;
z-index: 1;
}
.entry-content .l-fuki {
margin: 20px 20% 40px 0;
}
.entry-content .r-fuki {
margin: 20px 0 40px 19%;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
position: absolute;
content: "";
top: 16px;
width: 10px;
height: 10px;
border-right: 2px solid #999;
border-bottom: 2px solid #999;
background-color: #fff;
z-index: 2;
}
.entry-content .l-fuki::before {
right: -7px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
left: -7px;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
position: absolute;
content: "";
width: 80px;
height: 80px;
top: -10px;
border-radius: 40px;
border: 3px solid #fff;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
box-shadow: 1px 1px 5px #aaa;
}
.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: 30px;
}
.entry-content .l-fuki::after {
right: -84px;
}
.entry-content .r-fuki::after {
left: -84px;
}
}
.hito-egao::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/S/Sakuranbox/20200909/20200909120459.jpg);}
.hito-komaru::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/S/Sakuranbox/20200909/20200909120459.jpg);}
.neko-egao::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/S/Sakuranbox/20190917/20190917204645.png);}
.neko-komaru::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/S/Sakuranbox/20190917/20190917204654.png);}
.tokumei::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/S/Sakuranbox/20190918/20190918172009_120.jpg);}
.tokumei-ao::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/S/Sakuranbox/20210812/20210812172644_120.jpg);}




/*カエレバ・ヨメレバ　カスタマイズ*/
/* カエレバパーツ全体のデザインをカスタマイズ */
.kaerebalink-box,
.booklink-box
{
	width: 100%;
	margin-bottom: 1rem; /* 余白調整 */
	padding: 1rem;
	background: #ffffff; /* 背景白に */
	border: solid 1px #d0d0d0; /* 外線を二重線に */
	box-sizing: border-box;
	border-radius: 5px; /* 角を丸く*/
	-webkit-border-radius: 5px;
}

/* 画像のデザインをカスタマイズ */
.kaerebalink-image,
.booklink-image
{
	float: left; /* 画像を左寄せに */
	margin: 0; /* 余白なし */
	text-align: center;
}
.kaerebalink-image img,
.booklink-image img
{
	max-width: 200px; /* 最大幅128pxに */
	height: auto; /* 高さ自由 */
}

/* 商品名等をカスタマイズ */
.kaerebalink-info,
.booklink-info
{
	margin-left: 140px; /* 文章は右寄せ */
	line-height: 1.6rem; /* 行高さの幅を調整 */
}
.kaerebalink-name,
.booklink-name
{
	font-weight: normal; /* 商品名太く */
	margin: 0; /* 余白調整 */
}
.kaerebalink-name a,
.booklink-name a
{
	color: #3296d2; /* 商品名色指定 */
}
.kaerebalink-name p,
.booklink-name p
{
	margin-bottom: 0; /* 余白調整 */
}
.kaerebalink-powered-date,
.booklink-powered-date
{
	font-size: 0.75rem; /* psted with ～ の大きさ指定 */
	font-weight: normal; /* 文字の太さを標準に */
	text-align: right; /* 右寄せ */
}
.kaerebalink-detail,
.booklink-detail
{
	font-size: 0.875rem; /* メーカー・作者の文字の大きさ指定 */
	margin-bottom: 0.5em; /* 余白調整 */
}

/* ボタンのカスタマイズ */
.kaerebalink-link1,
.booklink-link2
{
	width:100%;
}
.kaerebalink-link1 div,
.booklink-link2 div
{
	float: right; /* ボタンを一列並びに */
	width: 75%; /* ボタンの幅調整（2列にするので間の余白を考え49%を指定） */
	margin-bottom:0.2rem; /* 余白調整 */
	font-size: 1em; /* 文字の大きさ */
	font-weight: bold; /* 文字を太く */
	text-align: center; /* 文字を中央寄せ */
	box-sizing: border-box;
}
.kaerebalink-link1 div:nth-child(even),
.booklink-link2 div:nth-child(even)
{
	margin-left: 1%; /* 左右ボタン間の余白を調整 */
}
.kaerebalink-link1 div a,
.booklink-link2 div a
{
	display:block;
	padding:5px 0; /* ボタンの上下幅指定 */
	margin-bottom:8px; /* 上下ボタン間の幅指定 */
	text-decoration:none;
	border-radius: 4px; /* 丸み調整 */
	box-shadow: 0px 2px 4px 0 rgba(0,0,0,.25); /* シャドー作成 */
}

/* ボタンにカーソルを当てた時の動きをカスタマイズ */
.kaerebalink-link1 div a:hover,
.booklink-link2 div a:hover
{
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	color: #ffffff;
}

/* カエレバ・ヨメレバ共通 */
.shoplinkamazon a,
.shoplinkrakuten a,
.shoplinkseven a,
/* カエレバ */
.shoplinkyahoo a,
.shoplinkbellemaison a,
.shoplinkcecile a,
.shoplinkkakakucom a,
/* ヨメレバ */
.shoplinkkindle a,
.shoplinkrakukobo a,
.shoplinkbk1 a,
.shoplinkehon a,
.shoplinkkino a,
.shoplinktoshokan a
{
	display:block;
	text-decoration:none;
}

/* カエレバ・ヨメレバ共通 色の指定 */
.shoplinkamazon a { color:#ffffff; background:#ffb36b; }
.shoplinkrakuten a { color:#ffffff; background:#ea7373; }
.shoplinkseven a { color:#ffffff; background:#225496; }
/* カエレバ  色の指定 */
.shoplinkyahoo a { color:#ffffff; background:#73c1ea; }
.shoplinkbellemaison a { color:#ffffff; background:#84be24 ; }
.shoplinkcecile a { color:#ffffff; background:#8d124b; }
.shoplinkkakakucom a { color:#ffffff; background:#314995; }
/* ヨメレバ 色の指定 */
.shoplinkkindle a { color:#ffffff; background:#007dcd; }
.shoplinkrakukobo a { color:#ffffff; background:#d50000; }
.shoplinkbk1 a { color:#ffffff; background:#0085cd; }
.shoplinkehon a { color:#ffffff; background:#2a2c6d; }
.shoplinkkino a { color:#ffffff; background:#003e92; }
.shoplinktoshokan a { color:#ffffff; background:#333333; }
.booklink-footer
{
	clear:both;
}

/* もしもアフィリエイトの場合不要な画像を削除 */
.kaerebalink-image img[src^="//i.moshimo.com/af/i/impression"],
.booklink-image img[src^="//i.moshimo.com/af/i/impression"],
.shoplinkamazon img,
.shoplinkrakuten img,
.shoplinkseven img,
.shoplinkyahoo img,
.shoplinkbellemaison img,
.shoplinkcecile img,
.shoplinkkakakucom img,
.shoplinkkindle img,
.shoplinkrakukobo img,
.shoplinkbk1 img,
.shoplinkehon img,
.shoplinkkino img,
.shoplinktoshokan img
{
	display:none;
}

/* スマホ表示の設定 */
@media only screen and (max-width:460px){
	
	/* 画像の設定 */
	.kaerebalink-image,
	.booklink-image
	{
		float:none; /* 画像を中央寄せに */
		margin:0;
		text-align:center;
	}
	/* 画像サイズを最大180pxに */
	.kaerebalink-image img,
	.booklink-image img
	{
		max-width:180px;
		height:auto;
	}
	 /* 商品名等をカスタマイズ */
	.kaerebalink-info,
	.booklink-info
	{
		margin: 0; /* 余白調整 */
	}
	/* ボタンのカスタマイズ */
	.kaerebalink-link1 div,
	.booklink-link2 div
	{
		float: none;
		width: 100%;
	}
	.kaerebalink-link1 div:nth-child(even),
	.booklink-link2 div:nth-child(even)
	{
		margin-left: 0; /* 余白を調整（ボタン縦並びにするため） */
	}
}




/* 枠付き　リスト番号インライン */
@media (min-width: 767px){
.inline ol {
  border: solid 2px #d16477;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.inline ol {
	counter-reset: li;
}

.inline ol > li {
	list-style: none;
	position: relative;/*リストの項目の位置を基準に*/
	padding-left: 2.5em; /*li:before分左に余白を。調整可*/
	margin-bottom: 0.8em;/*リストの数字がくっついてしまう場合*/
}

.inline ol > li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #d16477; /*薄いピンク*/
	border: 1px solid #d16477; /*濃いピンク*/
	color: #ffffff; /*白*/
	border-radius: 50%; /*丸く*/
	text-align: center; /*端に寄ってる数字を真ん中に*/
	width: 1.3em; /*幅を決めるheightと同じ数値に*/
	height: 1.3em; /*高さ。widthと同じ数値に。数値変更した場合はline-heightで調整を*/
	position: absolute; /*リストの基準から移動させる*/
	left: 0em; /*項目の基準、左にあわせる*/
	top: 2px; /*基準の上から2pxの位置に表示。テーマによって位置がずれる場合は修正を*/
	line-height: 1.4;/*数字の位置あわせで数値を指定*/
}

.inline ol li {
	display: inline-block;
	margin-right: 1em;
}
}
@media screen and (max-width: 767px) {
.inline ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: white;
  border: solid 2px #d16477;
}
.inline ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.inline ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #d16477;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
}

/* 枠付き　チェックマークリスト */
ul.list {
  border: solid 2px #ff938b;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.list li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

ul.list li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ff938b; /*アイコン色*/
}

/* 丸リスト */
ol.sample1{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.sample1 li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:16.5px;
  color: #666!important;
  line-height: 30px;
  
}
ol.sample1 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #F6A38B;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 使い勝手のいいボックス*/
.box00s {
    margin: 2em 0;
    border: solid 3px #FFAB8B;
    border-radius: 20px;
}
.box00s .box-title {
    font-size: 1.2em;
    background: #FFAB8B;
    padding: 5px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 15px 15px 0 0;
}
.box00s p {
    padding: 15px 20px;
    line-height:1.75em;
    margin: 0;
}

.box00s ul {
  padding: 0 1em;
  position: relative;
}
.box00s ul li {
  line-height: 1.75em;
  font-size:16px;
  padding: 0.5em 0 0.5em 1.5em;
  list-style-type: none!important;
}
.box00s ul li:before {
  font-family: "FontAwesome";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #FFAB8B; /*アイコン色*/
}



/* フォントをメイリオに変更 */
body {font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}




/* タイトルデザイン　ボックス*/
.title-box2{
  margin: 1em 0;
  padding: 1.5em 1em 1em;
  position: relative;
  border: 1px solid #ee7917;
  background-color: #fffbf4;
}

.title-box2-title{
  position: absolute;
  top: -0.8em;
  left: 20px;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #ee7917;
  color: #fff;
  padding: 0 0.5em;
}

.title-box2 p{
  margin: 0;
  padding: 0;
}


/* 引用boxデザイン*/
.entry-content blockquote {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #4e4e4e;
    background: #fff0f0;
}
.entry-content blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    content: "“";
    font-family: sans-serif;
    color: #ffdfdf;
    font-size: 130px;
    line-height: 1;
}
.entry-content blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 20px;
    text-align: center;
    content: "”";
    font-family: sans-serif;
    color: #ffdfdf;
    font-size: 90px;
    line-height: 1;
}

.entry-content blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

.entry-content blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* アンダーライン */
article  u{

    text-decoration: none;
    font-weight:bold;
    background: linear-gradient(transparent 65%, #ffb6b9 65%);

}

/* トップはてなスター削除 */
.star-container {
  display:none;
}





/*記事の日付を消す*/
.date { display: none;} 

/*記事が書かれてからの日付を消す*/
.entry-footer-time { display: none; }

.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #CC0033;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

/**/
.kakomi-maru5 {
 position: relative;
 margin: 2em auto;
 padding: 1.2em;
 width: 90%;
 border: 2px solid #95ccff; /* 枠線の太さ・色 */
 color: #555555; /* 文字色 */
 background-color: #fff;
 box-shadow: 2px 2px 1px #c7c7c7;/* 影の色 */
 border-radius: 15px; /* 角の丸み */
}
.title-maru5 {
 position: absolute;
 keft: 20px; /*（left）に変更すると左 */
 top: -15px;
 padding: 0 .5em;
 font-weight: bold;
 font-size: 1.1em;
 color: #95ccff; /* タイトル色 */
 background-color: #fff;
}







/*囲みボックス青*/
.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
}
.box6 p {
    margin: 0; 
    padding: 0;
}

/*　手書き風BOX 1　*/
.kakomi-te1 {
 margin: 2em auto; 
 padding: 1em 1.5em;
 width: 85%; /*幅の調節*/
 color: #232323; /* 文字色 */
 background-color: #fff; /* 背景色 */
 border: 4px solid #f6bfbc; /*線の太さ・色*/
 border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
}





/*--------------------------------------
  もくじ
--------------------------------------*/
ul.table-of-contents {
  font-size: 14px !important;/*文字サイズ*/
  border: 1px solid #eee !important;
  padding: 1em 1.5em 1em 2.25em !important;
  color: #999 !important;
  display: inline-block;
}
ul.table-of-contents:before {
  content: "[  -  C o n t e n t s  -  ]"; /* お好きな文言に変更してください */
  display: inline-block;
  margin: 0.2em 0em 1em;
  padding: 0.2em 5em;
  font-weight: bold;
  background-color: #f5f5f5;
}
ul.table-of-contents a:after {
  display: none !important;
}
ul.table-of-contents li a,
ul.table-of-contents li a:visited {
  color: #666 !important; /* リンク文字の色 */
  text-decoration: none; /* リンクの下線あり・なし */
}
ul.table-of-contents li a:hover {
  color: #bac !important; /* リンクにマウスを重ねた時の色 */
}
ul.table-of-contents li {
  margin: 5px 0 10px 13px !important;
  line-height: 1.5;
  padding: 0;
  list-style-type: none !important;
}
ul.table-of-contents li:before {
  content: "✿"; /*お好きな記号に変更可能です*/
  position: absolute;
  left: 4.0em !important; /*左端からのアイコンまでの距離*/
  color: #fac;
}
ul.table-of-contents ul li,
ul.table-of-contents li ul {
  /* H1のみ表示させる */
  display: none !important;
}
.entry-content h4 {
  padding: 4px 10px;
  color: #111;
  border-top: 2px solid #fdb4da;
  border-bottom: 2px solid #fdb4da;
}
@media screen and (max-width: 767px) {
ul.table-of-contents li:before {
left: 1.7em !important; /*左端からのアイコンまでの距離*/
}
}




/*
 * 読者になるボタン
 */
/*共通の読者ボタンの設定*/
.hatena-follow-button {
font-size:15px;                /*文字の大きさ*/
border: 0px !important;        /*枠線なし*/
width: 100px;                  /*ボタンの横幅*/
height: 30px;                  /*ボタンの縦幅*/
text-align: center;            /*文字を左右の中心に*/
vertical-align: middle;        /*文字を上下の中心に*/
padding: 4px 10px !important;  /*上下に4px 左右に10pxの隙間*/
}
/*読者の人 通常時*/
.hatena-follow-button.subscribing {
box-shadow: 0 2px 4px rgba(0,0,0,.4);   /*影をつける*/
background-color:white;                 /*ボタンの色*/
border: 1.2px solid #a9a9a9 !important; /*薄く枠線を描いてあります*/
}
/*読者の人 マウスを重ねたとき*/
.hatena-follow-button.subscribing.hover {
width:100px;                  /*調整のためいれてます*/
top: 2px;                     /*ボタンを下げる*/
box-shadow: none;             /*影をなくす*/
}
/*読者じゃない人 通常時*/
.hatena-follow-button.unsubscribing {
color:white !important;                /*文字の色*/
background: #F57A8F;                   /*ボタンの色*/
box-shadow: 0 2px 4px rgba(0,0,0,.4);  /*影をつける*/
}
/*読者じゃない人 マウスを重ねたとき*/
.hatena-follow-button.unsubscribing.hover{
background: :#F57A8F;         /*ボタンの色*/
color : white !important;     /*文字の色*/
margin-top: 2px;              /*ボタンを下げる*/
box-shadow: none;             /*影をなくす*/
}
.hatena-follow-button-box .subscription-count-box {
margin: 0 0 0 6px!important;
top:-2px;
}
/*読者人数の部分*/
.hatena-follow-button-box .subscription-count {
height: 26px;
line-height: 26px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:1px 10px 1px 10px;
}


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
} 

/*黄色四角ボックス*/
.sample_box2_4 {
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color: #fff4ea;/*背景色*/
    box-shadow: 0 0 0 8px #fff4ea;/*背景色外側*/
    border: 2px dashed #ffbf7f;/*線*/
    border-radius: 8px;/*角の丸み*/
    color: #565656;/*文字色*/
}
.sample_box2_4 p {
    margin: 0; 
    padding: 0;
}

/**/
.kakomi-maru4 {
 position: relative;
 margin: 2em auto;
 padding: 1.2em;
 width: 90%;
 border: 2px solid #ff9ece; /* 枠線の太さ・色 */
 color: #555555; /* 文字色 */
 background-color: #fff;
 box-shadow: 2px 2px 1px #c7c7c7;/* 影の色 */
 border-radius: 15px; /* 角の丸み */
}
.title-maru4 {
 position: absolute;
 keft: 20px; /*（left）に変更すると左 */
 top: -15px;
 padding: 0 .5em;
 font-weight: bold;
 font-size: 1.1em;
 color: #ff9ece; /* タイトル色 */
 background-color: #fff;
}

/* シェアボタン */
.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;
}



/* --- ひとことCSS --- */
.hitokoto{
  background: rgb(255, 235, 238);
  margin: 2em 0;
  padding: 25px;
  border-radius: 10px;
}

.hitokoto-circle1{
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  background-color:#e57373;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle1:after{
  content: "と";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#e57373;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:before{
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #e57373;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.hitokoto-circle2{
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 40px;
  font-weight: bold;
  color: #fff;
  background-color:#e57373;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:after{
  content: "と";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#e57373;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto p{
  margin: 0;
  padding: 0;
}


/* ピンク二重　太枠*/
.fashionable-box2{
  margin: 2em 25px;
  padding: 1em;
  background-color: #fff8e1;
  border: dashed 3px #e57373;
  box-shadow: 0 0 0 10px #fff8e1, 0 0 0 25px #e57373;
  border-radius: 3px;
}

.fashionable-box2 p{
  margin: 0;
  padding: 0;
}



/* トップページカード型 */
@media (min-width: 767px){
.page-index .archive-entries {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page-index .archive-entry {
  margin-bottom: 30px!important;
  box-sizing: border-box;
  width: calc(50% - 20px);
  background-color: #fffdf7;
  border: solid 1px #ccc;
  border-radius: 8px;  
}
.page-index .entry-thumb {
  float:none;
  display: block;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
  border-radius: 8px 8px 0 0;
}
.entry-thumb-link:hover {
  opacity:0.7;
}
}
@media (min-width: 767px){
.page-index .archive-entry {
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.page-index .entry-thumb-link {
    order: 1;
    height: 200px;
}
.page-index .archive-entry-header {
    order: 2;
}
.page-index .categories {
    order:3;
}
.page-index .archive-entry-body {
    order:4
}
}
.page-index .entry-description{
  display:none;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
body.page-index .entry-title {
   float:right;/*記事タイトルを右に*/
   padding:5px 0 5px 5px;
   width:95%;
   line-height:1.00em;/*行間*/
}
body.page-index .entry-title a{
   color: #402000 !important;/*記事タイトルの色*/
   font-size: 15px;/*記事タイトルの文字の大きさ*/
   line-height: 1.75em;/*行間*/
}
body.page-index.page-archive .archive-entries .archive-entry{
   position: relative;
   margin: 0 0 8%;
}
body.page-index.page-archive .archive-entries .entry-title{
   width: 58%;
}
body.page-index section.archive-entry .categories {
    float:right;/*カテゴリーを右に*/
    width: 58%;
    border-bottom: 1px dashed #dddddd;/*カテゴリー下に破線をつける*/
    padding-bottom: 15px; 
}
body.page-index .entry-thumb-link{
   position: absolute;
   top: 0;
   left: 0;/*アイキャッチを左に*/
}
/*アイキャッチの画像*/
body.page-index .entry-thumb-link .entry-thumb{
　　width: 100%;
    height: 100px;
    background-position: center center;/*中央寄せに*/
　　display: block;
    margin: 0 auto;
    border-radius: 8px;/*角を丸く*/
}

/*日付を消す*/
.entry-date.date.first, .date {
   display: none;
}
}

/*ピンク囲みボックス*/
.boxp {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #fff5fb;
    border: dashed 1px #e896c7;/*点線*/
    border-radius: 4px;
}
.boxp p {
    margin: 0; 
    padding: 0;
}


