/* ============================================================
   【テーマ・背景】
   ============================================================ */

/* <system section="theme" selected="8454420450091363061"> */
/*
  Theme: Blank
  Author: waitingmoon
  Description: シンプルな2カラムテーマ
  Responsive: yes
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 基本
   ========================================================================= */

body {
	color: #555;
	background-color: #fff;
	font-size: 16px;
	font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
	line-height: 1.7;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.4;
}
h1 {
	font-size: 2em;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 1.625em;
	margin-bottom: 1em;
	margin-top: 2em;
}
h3 {
	font-size: 1.375em;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h4 {
	font-size: 1.25em;
	margin-bottom: 1em;
	margin-top: 1em;
}
h5 {
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h6 {
	font-size: .875em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
a {
	color: inherit;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, opacity .15s ease-in-out;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content a.keyword {
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	color: #999;
}
p {
	margin: 0 0 1.6em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.entry-content .hatena-image-left {
	margin: 0 1.6em 1.6em 0;
}
.entry-content .hatena-image-right {
	margin: 0 0 1.6em 1.6em;
}
ul, ol {
	margin: 0 0 1.6em 2em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dl {
	margin: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.6em 1.5em;
}
.table-of-contents {
	margin-left: 0;
}
table{
	border-top: 1px solid #e4e4e4;
	font-size: 93.8%;
	line-height: 1.5;
	margin: 0 0 1.7em;
	width: 100%;
}
th, td {
	border-bottom: 1px solid #e4e4e4;
	padding: 0.8em;
}
th {
	font-weight: 700;
}
pre {
	background-color: #333;
	color: #eee;
	font-size: 93.8%;
	line-height: 1.4;
	padding: 1.7em;
	margin: 0 0 1.7em;
	max-width: 100%;
	word-wrap: normal;
}
blockquote {
	padding: 1.6em 1.6em 1.6em 5.2em;
	margin: 0 0 1.6em;
	background-color: #f8f8f8;
	font-style: italic;
	position: relative;
}
blockquote *:last-child {
	margin-bottom: 0;
}
blockquote:before {
	color: #ccc;
	content: "“";
	font: 80px/1 Georgia,serif;
	position: absolute;
	top: 22px;
	left: 28px;
}
hr {
	background-color: #e4e4e4;
	border: 0;
	height: 1px;
	margin: 0 0 1.6em;
}

/* Amazon, iTunes */
.hatena-asin-detail,
.itunes-embed {
	margin: 0 0 1.7em;
	padding: 1.7em;
	border: 1px solid #e4e4e4;
	font-size: 93.8%;
	line-height: 1.5;
}
.hatena-asin-detail-info,
.itunes-embed-info {
	overflow: hidden;
}
.hatena-asin-detail-title,
.itunes-embed-title {
	margin-bottom: 8px!important;
}
.hatena-asin-detail-image,
.itunes-embed-image{
	margin-right: 1.7em!important;
}
@media screen and (max-width: 479px) {
	.hatena-asin-detail-image,
	.itunes-embed-image{
		width: 64px;
	}
}

/* Clearfix */
#container:before, #container:after,
#container-inner:before, #container-inner:after,
#blog-title:before, #blog-title:after,
#blog-title-inner:before, #blog-title-inner:after,
#content:before, #content:after,
#content-inner:before, #content-inner:after,
#main:before, #main:after,
#main-inner:before, #main-inner:after,
#footer:before, #footer:after,
#footer-inner:before, #footer-inner:after,
.entry:before, .entry:after,
.archive-entry:before, .archive-entry:after,
.entry-title:before, .entry-title:after,
.entry-content:before, .entry-content:after,
.date:before, .date:after,
.categories:before, .categories:after,
.pager:before, .pager:after,
.hatena-urllist:before, .hatena-urllist:after {
	content: "";
	display: table;
}

#container:after,
#container-inner:after,
#blog-title:after,
#blog-title-inner:after,
#content:after,
#content-inner:after,
#main:after,
#main-inner:after,
#footer:after,
#footer-inner:after,
.entry:after,
.archive-entry:after,
.entry-title:after,
.entry-content:after,
.date:after,
.categories:after,
.pager:after,
.hatena-urllist:after{
  clear: both;
}

/* レイアウト
   ========================================================================= */

#globalheader-container {
	color: #fff;
	background-color: #333;
}
#container {
	margin: 0 auto;
}
#blog-title {
	padding: 48px 0;
	border-bottom: 1px solid #e4e4e4;
}
#content {
	margin: 0 auto;
	padding: 48px 0 0 0;
	background-color: #fff;
}
#footer {
	padding: 24px 0;
	text-align: center;
	color: #fff;
	background-color: #333;
}
#blog-title-inner,
#content-inner,
#footer-inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 656px;
}
#wrapper {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 56px;
}
@media screen and (min-width: 480px) {
	#blog-title-inner,
	#content-inner,
	#footer-inner {
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media screen and (min-width: 640px) {
	#blog-title-inner,
	#content-inner,
	#footer-inner {
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media screen and (min-width: 960px) {
	#globalheader-container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#container {
		margin-top: 37px;
	}
	#blog-title-inner,
	#content-inner,
	#footer-inner {
		max-width: 1053px;
	}
	#wrapper {
		width: 100%;
		margin-right: -348px;
		padding-right: 348px;
		border-bottom: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
	}
	#main {
		padding-right: 48px;
		border-right: 1px solid #e4e4e4;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#box2 {
		width: 300px;
		float: right;
	}
}

/* for Pro */
.globalheader-off #container {
	margin-top: 0;
}

/* ヘッダー
   ========================================================================= */

/* ブログタイトル */
#title {
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
	line-height: 1.2;
	display: inline-block;
}

/* ブログ概要 */
#blog-description {
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 93.8%;
	font-weight: 400;
}

/* 記事
   ========================================================================= */

.entry{
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 48px;
}
.entry-header {
	position: relative;
}

.entry-content {
	margin-bottom: 24px;
}

/* 記事タイトル */
.entry-title {
	font-size: 1.625em;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 32px;
}

/* 日付 */
.date {
	font-size: 87.5%;
	margin-bottom: 8px;
}
.date a {
}
.date a:before{
	content: "\f043";
	font: 16px/1 blogicon;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

/* カテゴリー */
.categories {
	margin-top: -16px;
	margin-bottom: 28px;
}
.categories a {
	margin: 0 4px 4px 0;
	padding: 6px 10px;
	font-size: 87.5%;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	float: left;
}
.categories a:hover {
	color: #555;
	background-color: #f8f8f8;
}

/* 編集ボタン */
.entry-header-menu {
	position: absolute;
	top: 0;
	right: -72px;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 50%;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	text-align: center;
	line-height: 1;
}
.entry-header-menu a{
	font-size: 0;
}
.entry-header-menu a:before{
	content: "\f010";
	font: 16px/48px blogicon;
	margin-left: 2px;
}
@media screen and (max-width: 959px){
	.entry-header-menu{
		display: none!important;
	}
}

/* 続きを読む */
.entry-content .entry-see-more {
	margin: 8px 0 24px;
	padding: 10px 16px;
	color: #eee;
	background-color: #333;
	font-size: 87.5%;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
}
.entry-content .entry-see-more:hover{
	color: #eee;
	background-color: #555;
}

/* 記事フッター */
.entry-footer {
	margin-bottom: 48px;
}

/* SNSシェア */
.social-buttons {
	margin-bottom: 16px;
}

/* 広告 */
.google-afc-image,
.google-afc-text {
	margin-bottom: 32px;
}

/* コメント */
.comment-box {
	font-size: 93.8%;
}
.comment-box ul {
	list-style: none;
	margin: 1.7em 0;
	padding: 0;
}
.comment-user-name{
	padding-left: 64px;
	margin-bottom: 8px;
	position: relative;
}
.comment-user-name .hatena-id-icon{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-box .comment-content,
.comment-box .comment-metadata {
	margin-left: 64px;
}
.comment-box .comment-content a {
	text-decoration: underline;
}
.leave-comment-title {
	padding: 10px 16px;
	font-size: 87.5%;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	display: inline-block;
}
.leave-comment-title:hover {
	color: #555;
	text-decoration: none;
	background-color: #f8f8f8;
}

/* 投稿前後ナビゲーション */
.pager{
	margin-bottom: 48px;
}
.pager-prev{
	width: 48%;
	float: left;
	text-align: left;
}
.pager-next {
	width: 48%;
	float: right;
	text-align: right;
}
.pager-prev a,
.pager-next a{
	font-size: 93.8%;
	text-decoration: underline;
}

/* アーカイブページ */
.page-archive .archive-entry {
	padding-bottom: 48px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 48px;
}
.page-archive .entry-thumb {
	margin: 0 20px 20px 0;
}

/* カテゴリーページ */
#top-box {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e4e4e4;
}
.breadcrumb {
	margin: 0 auto;
	padding: 24px 20px;
	font-size: 87.5%;
	max-width: 656px;
}
@media screen and (min-width: 480px) {
	.breadcrumb {
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media screen and (min-width: 640px) {
	.breadcrumb {
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media screen and (min-width: 960px) {
	.breadcrumb {
		max-width: 1053px;
	}
}


/* サイドバー
   ========================================================================= */

.hatena-module {
	font-size: 93.8%;
	line-height: 1.6;
	margin-bottom: 48px;
}
.hatena-module-title {
	letter-spacing: -0.01em;
	margin-top: 0;
	margin-bottom: 16px;
}
.hatena-module ul {
	margin-bottom: 0;
}
.hatena-urllist {
	list-style: outside none none;
	padding-left: 0;
	margin-left: 0;
}
.hatena-urllist li:first-child {
	border-top: none;
}
.hatena-urllist li {
	border-top: 1px solid #e4e4e4;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.4;
}
.urllist-with-thumbnails li {
	padding-top: 16px;
	padding-bottom: 16px;
}
.urllist-with-thumbnails li .urllist-image {
	margin: 0 16px 0 0;
}
.urllist-title-link {
	font-size: inherit;
	overflow: hidden;
}
.urllist-date-link {
	font-size: 86.7%;
	overflow: hidden;
	margin-bottom: 2px;
}
.urllist-entry-body {
	margin-top: 2px;
	color: #777;
	font-size: 86.7%;
	overflow: hidden;
}
.urllist-categories {
	margin-top: 2px;
	overflow: hidden;
}
.urllist-category-link {
	font-size: 86.7%;
	margin-right: 4px;
}

/* プロフィール */
.profile-icon {
	margin: 0 16px 16px 0;
	border-radius: 4px;
	float: left;
	overflow: hidden;
}
.profile-description {
	margin-top: 6px;
	font-size: 86.7%;
}

/* 最近のコメント */
.hatena-module-recent-comments .recent-comments .user-id img{
	vertical-align: middle;
	margin-right: 4px;
}

/* カレンダー */
.archive-module-calendar table{
	font-size: 86.7%;
	line-height: 36px;
}
.archive-module-calendar th,
.archive-module-calendar td {
	padding: 0;
	text-align: center;
}
.archive-module-calendar th {
	padding: 2px 0;
}
.archive-module-calendar th a,
.archive-module-calendar td a {
	text-decoration: underline;
}

/* カテゴリー */
.hatena-module-category .hatena-urllist li {
	margin: 0 4px 4px 0;
	padding: 0;
	border: none;
	float: left;
}
.hatena-module-category .hatena-urllist li a {
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	padding: 6px 10px;
	font-size: 86.7%;
	display: block;
}
.hatena-module-category .hatena-urllist li a:hover {
	color: #555;
	background-color: #f8f8f8;
}

/* 検索 */
.hatena-module-search-box .search-form {
	position: relative;
}
.hatena-module-search-box .search-module-input, 
.hatena-module-search-box .search-module-button{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.hatena-module-search-box .search-module-input{
	border: 1px solid #e4e4e4;
	padding: 8px 32px 8px 8px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 40px;
	font-size: 14px;
}
.hatena-module-search-box .search-module-button {
	width: 24px;
	height: 24px;
	border: none;
	outline: none;
	background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
	position: absolute;
	top: 8px;
	right: 8px;
	opacity: 0.4;
	text-indent: -9999px;
}
.hatena-module-search-box .search-module-button:hover {
	opacity: 0.7;
}

/* フッター
   ========================================================================= */

#footer p {
	margin: 0;
}
#footer a{
	color: #ccc;
}
#footer a:hover{
	color: #eee;
}
#footer p,
#footer address {
	font-size: 87.5%;
}
/* </system> */

/* <system section="background" selected="383838"> */
body { background: #f2f2f2; }
/* </system> */


/* ============================================================
   【全体レイアウト】
   ============================================================ */

#globalheader-container,
#container,
#footer {
  margin: 0 auto;
  max-width: 1220px;
}
#container { margin-top: 0; background-color: #222e3e; }
#globalheader-container { position: static; }

body { font-size: 16px; }

#blog-title { height: 100px; padding: 0; }
#title { font-size: 190%; color: #fff; padding-top: 20px; }
#blog-description { font-size: 88%; padding-left: 2.5em; margin-top: 3px; color: #fff; }

@media screen and (min-width: 960px) {
  #wrapper {
    width: 100%;
    margin-right: -384px;
    padding-right: 384px;
    box-sizing: border-box;
    float: left;
  }
  #box2 { width: 336px; float: right; }
  #blog-title-inner,
  #content-inner,
  #footer-inner,
  .breadcrumb { max-width: 1110px; }
}


/* ============================================================
   【パンくず】
   ============================================================ */

#top-box { font-size: 80%; margin-top: -1px; height: 20px; background: #f2f2f2; }
.breadcrumb { margin: 0 auto; padding: 0; text-align: right; color: #222e3e; }
.page-entry .breadcrumb { margin-bottom: 0; }


/* ============================================================
   【サイドバー】
   ============================================================ */

.hatena-module-title { color: #fff; font-size: 115%; background: #222e3e; padding: 0.3em 0 0.3em 0.5em; }
.hatena-module-content p,
.hatena-module-content a { letter-spacing: 0.7px; }


/* ============================================================
   【フッター】
   ============================================================ */

#copyright { padding: 20px; text-align: center; background: #222e3e; font-size: 14px; color: #fff; }


/* ============================================================
   【記事タイトル】
   ============================================================ */

h1.entry-title a { color: #222e3e; font-size: 130%; }
.entry-footer-section { display: none; }


/* ============================================================
   【記事本文 基本スタイル】
   ============================================================ */

.entry-content {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.9;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote { color: #333; line-height: 1.9; letter-spacing: 0.02em; }
.entry-content p           { margin: 0 0 1.2em; }
.entry-content ul,
.entry-content ol          { margin: 0 0 1.2em 1.4em; padding: 0; }
.entry-content a           { color: #0066c0; text-decoration: underline; }
.entry-content a:hover     { color: #1b94e0; text-decoration: none; }
.entry-content strong      { font-weight: 700; color: #222; }


/* ============================================================
   【見出し h2〜h5】
   ============================================================ */

h3, h4, h5 { font-weight: bold; }

.entry-content h2 {
  background: #243447;
  color: #fff;
  padding: 12px 16px;
  margin: 40px 0 20px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  box-shadow: none;
}
.entry-content h3 {
  border-left: 4px solid #243447;
  background: #f4f6f8;
  padding: 7px 10px;
  color: #243447;
  font-size: 18px;
  margin: 28px 0 14px;
  line-height: 1.6;
  font-weight: 700;
}
.entry-content h4,
.entry-content h5 { color: #222e3e; font-weight: bold; }

h4 { position: relative; padding-bottom: 0.5em; border-bottom: 4px solid #ccc; }
h4::after { position: absolute; bottom: -4px; left: 0; z-index: 2; content: ''; width: 20%; height: 4px; background-color: #222e3e; }
.entry-content h4 { font-size: 130%; }


/* ============================================================
   【目次（table-of-contents）】
   ============================================================ */

.entry-content .table-of-contents {
  position: relative;
  margin-left: 0;
  padding: 16px 16px 16px 28px;
  font-size: 90%;
  background: #fff;
  border-top: 44px solid #222e3e;
  border-left: 2px solid #d3dbe6;
  border-right: 2px solid #d3dbe6;
  border-bottom: 2px solid #d3dbe6;
  line-height: 1.5;
  border-radius: 3px;
  color: #444;
  box-sizing: border-box;
  list-style-type: disc;
}
.entry-content .table-of-contents::before {
  font-family: 'blogicon';
  content: "\f039  クリックできる目次";
  display: block;
  font-size: 122%;
  font-weight: bold;
  position: absolute;
  top: -36px;
  left: 12px;
  color: #fff !important;
  letter-spacing: 0.5px;
}
.entry-content .table-of-contents > li      { margin: 0.2em 0; }
.entry-content .table-of-contents li ul     { display: block; margin: 0.2em 0 0.3em 1.2em; list-style-type: circle; }
.entry-content .table-of-contents li li     { margin: 0.15em 0; font-size: 92%; line-height: 1.4; }
.entry-content .table-of-contents li a      { color: #0066c0; text-decoration: none; }
.entry-content .table-of-contents li a:hover { color: #1b94e0; text-decoration: underline; }

/* 区切り線を除去 */
.entry-content .table-of-contents li,
.entry-content .table-of-contents li + li,
.entry-content .table-of-contents ul li,
.entry-content .table-of-contents ul li + li {
  border: none !important;
  padding-top: 0 !important;
}


/* ============================================================
   【blockquote（引用）】
   ============================================================ */

.entry-content blockquote {
  margin: 1.6em 0;
  padding: 14px 18px;
  background: transparent;
  border-left: 4px solid #e5e7eb;
  border-top: 1px solid #e3e8ef;
  border-right: 1px solid #e3e8ef;
  border-bottom: 1px solid #e3e8ef;
  font-style: normal;
}
.entry-content blockquote::before { content: none; }
.entry-content blockquote p { margin: 0.6em 0; line-height: 1.9; font-style: normal; }

blockquote,
blockquote p { font-style: normal !important; color: #5f7f99 !important; font-size: 0.95em; }


/* ============================================================
   【通常の箇条書き ul】
   ============================================================ */

.entry-content ul li { margin: 0.4em 0; line-height: 1.8; }
.entry-content ul li::marker { color: #243447; }
.entry-content ul li + li { border-top: 1px dotted #e3e8ef; padding-top: 0.4em; }

/* クラスなしulのみ：薄青背景 */
.entry-content > ul:not([class]),
.entry-content p + ul:not([class]),
.entry-content h2 + ul:not([class]),
.entry-content h3 + ul:not([class]),
.entry-content h4 + ul:not([class]),
.entry-content h5 + ul:not([class]) {
  background: #f7f9fb;
  padding: 8px 12px 8px 30px;
  margin: 1.5em 0;
  border-radius: 4px;
}
.entry-content > ul:not([class]) li,
.entry-content p + ul:not([class]) li,
.entry-content h2 + ul:not([class]) li,
.entry-content h3 + ul:not([class]) li,
.entry-content h4 + ul:not([class]) li,
.entry-content h5 + ul:not([class]) li { margin: 0.3em 0; line-height: 1.8; }

.entry-content > ul:not([class]) li::marker,
.entry-content p + ul:not([class]) li::marker,
.entry-content h2 + ul:not([class]) li::marker,
.entry-content h3 + ul:not([class]) li::marker,
.entry-content h4 + ul:not([class]) li::marker,
.entry-content h5 + ul:not([class]) li::marker { color: #243447; }


/* ============================================================
   【通常の番号リスト ol（クラスなし）】
   ============================================================ */

.entry-content > ol:not([class]),
.entry-content p + ol:not([class]),
.entry-content h2 + ol:not([class]),
.entry-content h3 + ol:not([class]),
.entry-content h4 + ol:not([class]) {
  margin: 1.6em 0;
  padding: 14px 18px 14px 34px;
  border: 1px solid #e3e8ef;
  border-radius: 4px;
}
.entry-content > ol:not([class]) li,
.entry-content p + ol:not([class]) li,
.entry-content h2 + ol:not([class]) li,
.entry-content h3 + ol:not([class]) li,
.entry-content h4 + ol:not([class]) li { margin: 0.5em 0; line-height: 1.8; }

.entry-content > ol:not([class]) li + li,
.entry-content p + ol:not([class]) li + li,
.entry-content h2 + ol:not([class]) li + li,
.entry-content h3 + ol:not([class]) li + li,
.entry-content h4 + ol:not([class]) li + li { border-top: 1px dotted #e3e8ef; padding-top: 0.5em; }


/* ============================================================
   【表（table）】
   ============================================================ */

.entry-content table { width: 100%; border-collapse: collapse; margin: 20px 0; table-layout: fixed; }
.entry-content th { background: #eef1f5; color: #243447; padding: 10px 14px; border: 1px solid #ccc; font-weight: 700; }
.entry-content td { padding: 10px 14px; border: 1px solid #ddd; background: #fff; }
.entry-content tr:nth-child(even) td { background: #fafafa; }
table, td, th { border: 1px solid #ddd; border-collapse: collapse; }
td, th { padding: 10px; height: 10px; }
th { background: #fafafa; }


/* ============================================================
   【インライン装飾クラス】
   ============================================================ */

.line  { background: linear-gradient(transparent 70%, #dfeff9 0%); }
.liney { background: linear-gradient(transparent 65%, #fff9c4 90%); }
.liner { background: linear-gradient(transparent 65%, #ffcccc 90%); }
.bold  { font-weight: bold; }
.bbk   { color: #222e3e; }

.my-pink    { color: #FFC0CB; }
.my-skyblue { color: #1487bd; }
.my-orange  { color: #fecb81; }
.my-white   { color: #ffffff; }

.check::before { content: "CHECK"; position: relative; background: #ff8c00; color: #fff; font-weight: bold; margin-right: 0.5em; font-size: 80%; padding: 0 0.5em; }
.check2::after { content: "Check!"; font-size: 65%; color: #ff0000; font-weight: bold; margin-left: 0.5em; padding: 0.1em 0.3em; background: #FFFFcc; }

.kanren { background: #222e3e; color: #fff; font-size: 92%; margin-right: 0.5em; padding: 0.2em 0.5em; letter-spacing: 3px; border-radius: 4px; }
.tomato { background: #ff9900; color: #fff; font-size: 92%; margin-right: 0.5em; padding: 0 0.5em 0.2em; letter-spacing: 3px; border-radius: 4px; }

.mark::before  { font-family: blogicon; color: #d9c592; content: "\f029"; margin: 10px; position: relative; }
.mark2::before { font-family: blogicon; color: #a59aca; content: "\f029"; margin: 10px; position: relative; }

.half { position: relative; white-space: nowrap; }
.half::before { content: attr(data-heading); overflow: hidden; position: absolute; width: 50%; }

.shadow { box-shadow: 0 3px 6px rgba(0,0,0,0.2); }


/* ============================================================
   【ボックス・囲みコンポーネント】
   ============================================================ */

.box  { border: 2px solid #263f5f; background: #fefefe; padding: 1.5em; }
.box2 { border: 2px solid #ee7917; background: #fffbf5; padding: 1.5em; }

.box26 { position: relative; margin: 2em 0; padding: 0.5em 1em; border: solid 3px #8ea3c2; 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: #5c7292; font-weight: bold; }
.box26 p { margin: 0; padding: 0; }

.box30 { margin: 2em 0; background: #f5f7fa; box-shadow: 0 2px 4px rgba(0,0,0,0.16); }
.box30 .box-title { font-size: 1.2em; background: #5c7292; padding: 4px; text-align: center; color: #FFF; font-weight: bold; letter-spacing: 0.05em; }
.box30 p { padding: 15px 20px; margin: 0; }

.note4 { color: #696969; margin: 2em 0; border: solid 1px #e6e6e6; padding: 0.3em 1em 2em; box-shadow: 2px 2px 0 rgba(0,0,0,.1); }
.sen4 {
  background-color: #fff;
  background-image:
    linear-gradient(90deg, transparent 0%, transparent 50%, #fff 0%, #fff 100%),
    linear-gradient(180deg, transparent 0%, transparent 97.5%, #646464 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em;
}


/* ============================================================
   【ラベル付きボックス】
   共通構造をまとめて定義
   ============================================================ */

.entry-content .kanren-link,
.entry-content .check-link,
.entry-content .official-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
}
.entry-content .kanren-link p:last-child,
.entry-content .check-link p:last-child,
.entry-content .official-link p:last-child { margin-bottom: 0; }

.entry-content .kanren-link   { border: 2px solid #222e3e; background-color: #fefefe; }
.entry-content .check-link,
.entry-content .official-link { border: 2px solid #ee7917; background-color: #fffbf5; }

.entry-content .kanren-link::before,
.entry-content .check-link::before,
.entry-content .official-link::before {
  position: absolute;
  top: -12px; left: 10px;
  padding: 0 10px 0 26px;
  border-radius: 10px;
  color: #fff; font-size: 14px; font-weight: bold; line-height: 20px;
}
.entry-content .kanren-link::before   { content: "関連記事"; background-color: #222e3e; }
.entry-content .check-link::before    { content: "Check!!";  background-color: #ee7917; }
.entry-content .official-link::before { content: "公式サイト"; background-color: #ee7917; }

.entry-content .kanren-link::after,
.entry-content .check-link::after,
.entry-content .official-link::after {
  position: absolute;
  top: -16px; left: 4px;
  width: 28px; height: 28px;
  border-radius: 14px; text-align: center;
  font-family: "blogicon"; color: #fff;
}
.entry-content .kanren-link::after   { content: "\f013"; font-size: 16px; line-height: 27px; background-color: #222e3e; }
.entry-content .check-link::after    { content: "\f02d"; font-size: 18px; line-height: 25px; background-color: #ee7917; }
.entry-content .official-link::after { content: "\f009"; font-size: 16px; line-height: 27px; background-color: #ee7917; }

/* チェックポイント・おすすめポイント 共通 */
.entry-content .checkpoint,
.entry-content .recommend {
  position: relative;
  margin: 32px 0 16px;
  padding: 16px 14px 16px 40px;
  list-style: none;
}
.entry-content .checkpoint li,
.entry-content .recommend li { position: relative; line-height: 1.5; margin-bottom: 6px; }
.entry-content .checkpoint li:last-child,
.entry-content .recommend li:last-child { margin-bottom: 0; }

.entry-content .checkpoint::before,
.entry-content .recommend::before {
  position: absolute;
  top: -14px; left: 10px;
  padding: 0 10px 0 26px;
  border-radius: 10px;
  color: #fff; font-size: 14px; font-weight: bold; line-height: 20px;
}
.entry-content .checkpoint::after,
.entry-content .recommend::after {
  position: absolute;
  top: -18px; left: 4px;
  width: 28px; height: 28px;
  border-radius: 14px; line-height: 26px; text-align: center;
  content: "\f02d"; font-size: 16px; font-family: "blogicon"; color: #fff;
}

.entry-content .checkpoint { border: 2px solid #ee7917; background-color: #fffbf5; }
.entry-content .checkpoint::before { content: "チェックポイント"; background-color: #ee7917; }
.entry-content .checkpoint::after  { background-color: #ee7917; }
.entry-content .checkpoint li::before { font-family: "blogicon"; content: "\f029"; position: absolute; left: -26px; color: #f6d9c1; }

.entry-content .recommend { border: 2px solid #222e3e; background-color: #fefefe; }
.entry-content .recommend::before { content: "おすすめポイント"; background-color: #222e3e; }
.entry-content .recommend::after  { background-color: #222e3e; }
.entry-content .recommend li::before { font-family: "blogicon"; content: "\f029"; position: absolute; left: -26px; color: #b8c6dc; }

.entry-content .borderbox { position: relative; margin: 16px 0; padding: 16px 14px 16px 40px; border: 2px solid #222e3e; background-color: #fafafa; }
.entry-content .borderbox li { position: relative; line-height: 1.5; margin-bottom: 6px; }
.entry-content .borderbox li:last-child { margin-bottom: 0; }
.entry-content ul.borderbox li { list-style: none; }
.entry-content ul.borderbox li::before { font-family: "blogicon"; content: "\f029"; position: absolute; left: -26px; color: #b8c6dc; }


/* ============================================================
   【リンクボタン・アクションボタン】
   ============================================================ */

.entry-content .link-btn a {
  display: block; position: relative;
  padding: 14px 30px 14px 16px;
  border: 2px solid #fff; color: #fff; text-decoration: none;
  background-color: #3156b9; box-shadow: 0 2px 2px rgba(0,0,0,.4);
  transition: all 0.3s; border-radius: 6px; text-align: center;
}
.entry-content .link-btn a::before { position: absolute; top: 0; left: 0; width: 100%; height: 50%; content: ""; background-color: #fff; opacity: 0.1; }
.entry-content .link-btn a::after  { position: absolute; top: 50%; right: 14px; margin-top: -10px; font-family: "blogicon"; line-height: 20px; content: "\f006"; }
.entry-content .link-btn a:hover   { box-shadow: none; }

.square_btn  { display: inline-block; padding: 0.5em 1em; text-decoration: none; background: #668ad8; color: #FFF; border-bottom: solid 4px #627295; border-radius: 3px; }
.square_btn:hover { transform: translateY(4px); box-shadow: 0 0 1px rgba(0,0,0,0.2); border-bottom: none; }
.square_btn a, .square_btn a:hover { color: #fff; text-decoration: none; }

.square_btn2 { display: inline-block; padding: 0.5em 1em; text-decoration: none; background: #fd9535; color: #FFF; border-bottom: solid 4px #d27d00; border-radius: 3px; }
.square_btn2:hover { transform: translateY(4px); box-shadow: 0 0 1px rgba(0,0,0,0.2); border-bottom: none; }
.square_btn2 a, .square_btn2 a:hover { color: #fff; text-decoration: none; }

.fusen_btn { display: inline-block; padding: 0.5em 1em; text-decoration: none; background: #f7f7f7; border-left: solid 6px #668ad8; color: #668ad8; font-weight: bold; box-shadow: 0 2px 2px rgba(0,0,0,0.29); }
.fusen_btn:active { box-shadow: inset 0 0 2px rgba(128,128,128,0.1); transform: translateY(2px); }
.fusen_btn a { color: #668ad8; text-decoration: none; }
.fusen_btn a:hover { color: #ff7c5c; text-decoration: none; }


/* ============================================================
   【カスタムリスト（クラス付き）】
   ============================================================ */

ul.bg, ol.bg { padding: 0.75em 1em 0.75em 2em; background: #f8f8ff; margin: 1.5em 0; position: relative; list-style-position: inside; }
ul.bg li, ol.bg li { margin: 0; padding: 0; line-height: 2; }

ol.list01 { counter-reset: number; list-style-type: none !important; padding: 0.5em; background: #f7f9fc; margin-left: auto; margin-right: auto; }
.list01 li { position: relative; padding: 0.5em 0.5em 0.5em 30px; line-height: 1.5em; }
.list01 li::before {
  position: absolute; counter-increment: number; content: counter(number);
  display: inline-block; background: #5c7292; 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%; transform: translateY(-50%);
}

ul.list04 { border: solid 2px #8ea3c2; padding: 0.5em; position: relative; margin-top: 2em; margin-left: auto; margin-right: auto; background: #fff; }
.list04 li { line-height: 1.5; padding: 0.5em 0 0.5em 1.4em; border-bottom: dashed 1px silver; list-style-type: none !important; }
.list04 li:last-of-type { border-bottom: none; }
.list04 li::before { font-family: "FontAwesome"; content: "\f138"; position: absolute; left: 0.5em; color: #5c7292; }

ul.list05 { border: solid 5px #eee; padding: 1em 1em 1em 2.3em; background: #eef3f8; position: relative; margin-left: auto; margin-right: auto; }
.list05 li { line-height: 1.5; padding: 0.5em 0; border-bottom: dashed 1px #ccc; background: #eef3f8; }

.list8 { margin: 3em 0 1em 0; border-top: solid 2px #5c7292; }
.list8-title { display: inline-block; padding: 1px 10px 0 10px; background: #5c7292; color: #fff; letter-spacing: 0.1em; font-weight: bold; }
.list8 ul, .list8 ol { position: relative; margin: 0; padding: 0; border-bottom: solid 2px #5c7292; }
.list8 ol { counter-reset: number; }
.list8 ul li, .list8 ol li { color: #545454; line-height: 1.5; padding: 0.5em 0.9em 0.5em 2.2em; border-bottom: dashed 1px #ccc; list-style-type: none; }
.list8 ul li::before { position: absolute; font-family: FontAwesome; content: "\f14a"; left: 0.5em; color: #5c7292; }
.list8 ol li::before { display: inline-block; position: absolute; font-family: "Quicksand", sans-serif; content: counter(number); counter-increment: number; left: 0.5em; width: 22px; height: 22px; border-radius: 20%; background: #5c7292; color: white; font-size: 12px; text-align: center; vertical-align: middle; line-height: 22px; }
.list8 ul li:last-of-type, .list8 ol li:last-of-type { border-bottom: none; }


/* ============================================================
   【Amazon商品リンク・アプリーチ】
   ============================================================ */

.hatena-asin-detail { position: relative; }
.hatena-asin-detail > a, .hatena-asin-detail > div { position: relative; z-index: 2; }
.hatena-asin-detail::before { color: #ddd; content: "\f034"; cursor: default; display: inline-block; font: 36px/1 blogicon; vertical-align: middle; position: absolute; bottom: 0; right: 0; z-index: 1; }

#appreach-box    { border-radius: 5px; border: double 3px #ececec; margin-bottom: 10px; }
.appreach-links  { margin-bottom: 10px; }
.appreach-footer { margin-bottom: 0; line-height: 0; }


/* ============================================================
   【書籍カード（mybookcard）】
   ============================================================ */

.mybookcard { margin: 0 0 20px 0; width: 100%; }
.mybookcard .booklink-box {
  display: flex; align-items: center; gap: 18px; padding: 18px 24px;
  width: 100%; box-sizing: border-box; border-radius: 12px;
  background: #fff; border: 1px solid #f1f5f9;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mybookcard .booklink-box:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,0.08); }
.mybookcard .booklink-image { flex: 0 0 120px; max-width: 120px; }
.mybookcard .booklink-image img { width: 110px; height: 160px; object-fit: contain; border-radius: 6px; display: block; box-shadow: 0 2px 6px rgba(0,0,0,0.08); }
.mybookcard .booklink-info { display: flex; flex-direction: column; flex: 1 1 auto; min-width: 0; }
.mybookcard .booklink-name { margin-bottom: 6px; }
.mybookcard .booklink-name a {
  font-size: 16px; font-weight: 700; line-height: 1.5;
  color: #1e3a8a !important; text-decoration: none;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; word-break: break-word;
}
.mybookcard .booklink-name a:hover { text-decoration: underline; }
.mybookcard .booklink-detail { font-size: 13px; color: #64748b; margin-bottom: 12px; }
.mybookcard .booklink-link2 { margin-top: auto; display: flex; gap: 5px; flex-wrap: wrap; }
.mybookcard .booklink-link2 a {
  display: inline-flex; justify-content: center; align-items: center;
  width: 150px; height: 42px; margin: 0 !important; float: none !important;
  box-sizing: border-box; border-radius: 8px; text-decoration: none;
  font-size: 13px; font-weight: 600; background: #fff;
  text-shadow: none !important; box-shadow: none !important;
}
.mybookcard .shoplinkamazon a  { color: #f59e0b !important; border: 2px solid #f59e0b !important; }
.mybookcard .shoplinkrakuten a { color: #e53935 !important; border: 2px solid #e53935 !important; }
.mybookcard.product .booklink-image img { width: 150px; height: 150px; object-fit: contain; }
.mybookcard.product .booklink-name a { -webkit-line-clamp: 3; }


/* ============================================================
   【ヨメレバ・カエレバ】
   ============================================================ */

.booklink-box, .kaerebalink-box { padding: 25px; margin-bottom: 10px; border: solid #CCC 1px; overflow: hidden; }
.booklink-image, .kaerebalink-image { margin: 0 15px 0 0; float: left; min-width: 160px; text-align: center; }
.booklink-info, .kaerebalink-info { margin: 0; line-height: 120%; overflow: hidden; }
.booklink-name, .kaerebalink-name { margin-bottom: 24px; line-height: 1.5em; }
.booklink-powered-date, .kaerebalink-powered-date { font-size: 12px; margin-top: 10px; line-height: 120%; }
.booklink-detail, .kaerebalink-detail { font-size: 12px; margin-bottom: 15px; }
.booklink-link2, .kaerebalink-link1 { margin-top: 10px; }
.booklink-link2 a, .kaerebalink-link1 a {
  width: 30%; border-radius: 5px; display: inline-block;
  margin: 5px 2px 0 0; padding: 10px 1px; text-align: center; float: left;
  text-decoration: none; font-weight: 800; font-size: 12px; color: #fff !important;
}
.booklink-link2 a:hover, .kaerebalink-link1 a:hover { opacity: 0.6; }
.shoplinkamazon a  { color: #FF9901 !important; border: 1px solid #FF9901 !important; }
.shoplinkrakuten a { color: #c20004 !important; border: 1px solid #c20004 !important; }
.shoplinkkindle a  { color: #007dcd !important; border: 1px solid #007dcd !important; }
.shoplinkyahoo a   { color: #7b0099 !important; border: 1px solid #7b0099 !important; font-size: 10px; }
.shoplinkyahoo img { display: none; }
.booklink-footer   { display: none; }


/* ============================================================
   【会話吹き出し】
   ============================================================ */

.talk-wrap { display: block; clear: both; margin: 0 auto 3px; }
.talk-wrap p { margin: 0; }

.left-icon,
.right-icon {
  width: 100px; height: 100px;
  border-radius: 50%;
  background: no-repeat center / 180%;
  display: inline-block;
  box-shadow: 1px 1px 5px #aaa;
  border: 3px solid #fff;
  margin-bottom: 10px;
}
.left-icon  { float: left; }
.right-icon { float: right; }

.talk-left,
.talk-right {
  position: relative; background: #fff; border: 2px solid #666;
  padding: 3%; border-radius: 10px; width: 70%;
  margin-top: 10px; box-shadow: 1px 1px 5px #aaa; margin-bottom: 10px;
}
.talk-left  { float: right; }
.talk-right { float: left; }

.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; }
.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, .right-icon { width: 80px; height: 80px; }
  .talk-left, .talk-right { width: 65%; }
}
@media screen and (max-width: 380px) {
  .left-icon, .right-icon { width: 60px; height: 60px; }
}


/* ============================================================
   【関連記事 二段表示】
   ============================================================ */

.hatena-module.hatena-module-related-entries { margin-top: 40px; margin-bottom: 30px; }
.urllist-entry-body.related-entries-entry-body { display: none; }
.urllist-item.related-entries-item { border-bottom: none; line-height: 1.2; padding: 2px 0 0; }
a.urllist-title-link.related-entries-title-link { text-decoration: none; color: #000; font-weight: bold; font-size: 100%; overflow: hidden; }

@media (min-width: 480px) {
  .related-entries { display: flex; flex-wrap: wrap; }
  .related-entries li { width: calc(50% - 8px); }
  .related-entries li:nth-child(n+5) { display: none; }
  .related-entries li:nth-child(2n) { margin-left: 10px; }
}


/* ============================================================
   【関連記事を記事下より下に（順序制御）】
   ============================================================ */

.customized-footer { display: flex; flex-wrap: wrap; }
.entry-footer-modules { order: 2; width: 100%; }
.entry-footer-html    { order: 1; width: 100%; }


/* ============================================================
   【シェアボタン】
   ============================================================ */

.share-3d { margin-bottom: 10px; text-align: center; }
.share-3d-inner a { position: relative; display: inline-block; width: 18%; height: 40px; line-height: 20px; border-radius: 5px; font-size: 16px; text-align: center; color: #fff; text-decoration: none; }
.share-3d .small-text { font-size: 10px; }
.share-3d .hatena-bookmark-button { background: #00A4DE; box-shadow: 0 3px #43638b; }
.share-3d .twitter-button          { background: #55ACEE; box-shadow: 0 3px #0092ca; }
.share-3d .googleplus-button       { background: #C53727; box-shadow: 0 3px #ad3a2d; }
.share-3d .facebook-button         { background: #405BA7; box-shadow: 0 3px #2c4373; }
.share-3d .pocket-button           { background: #EE4256; box-shadow: 0 3px #c0392b; }
.share-3d a:active { top: 3px; box-shadow: none; }
.share-3d .hatena-bookmark-button:active { background: #43638b; }
.share-3d .twitter-button:active         { background: #0092ca; }
.share-3d .googleplus-button:active      { background: #ad3a2d; }
.share-3d .facebook-button:active        { background: #2c4373; }
.share-3d .pocket-button:active          { background: #c0392b; }


/* ============================================================
   【フォローボタン】
   ============================================================ */

.follow-btn { width: 100%; text-align: center; margin-bottom: 10px; }
.follow-btn a { display: inline-block; height: 45px; line-height: 22px; width: 25%; font-size: 14px; text-align: center; text-decoration: none; }
.follow-btn .hatena  { color: #3D3F44; border: 2px solid #3D3F44; background: #fff; }
.follow-btn .twitter { color: #00ACEE; border: 2px solid #00ACEE; background: #fff; }
.follow-btn .feedly  { color: #70CA3B; border: 2px solid #70CA3B; background: #fff; }
.follow-btn .hatena:hover  { color: #fff; background: #3D3F44; transition: all .3s; }
.follow-btn .twitter:hover { color: #fff; background: #00ACEE; transition: all .3s; }
.follow-btn .feedly:hover  { color: #fff; background: #70CA3B; transition: all .3s; }
.text-small { font-size: 8px; }


/* ============================================================
   【目次に戻るボタン（固定）】
   ============================================================ */

.hi-mkj {
  display: inline-block; position: fixed; bottom: 20px; right: 13px;
  height: 60px; width: 60px; line-height: 60px; text-align: center;
  opacity: 0.7; border-radius: 50%; z-index: 5;
  text-decoration: none !important; background: #fff !important;
  border: 1px solid #668ad8; color: #668ad8 !important;
}
.hi-mkj::after  { content: "目次へ"; position: absolute; top: 15px; left: 14px; font-size: 10px; }
.hi-mkj::before { font-family: fontawesome; content: "\f0ca"; position: absolute; top: -2px; left: 17px; font-size: 26px; }


/* ============================================================
   【お問合せ装飾】
   ============================================================ */

.infom a       { font-size: 12px; font-weight: bold; padding: 8px; color: #fff; background: #222e3e; border-radius: 5px; text-decoration: none; }
.infom a:hover { background: #b4ccb9; }

