@charset 'UTF-8';
/*
  Theme: notieren
  Author: meeres
  Responsive: yes
  Description:
    はてなブログのサンプルテーマ「boilerplate」を元にしています。
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	/* 1 */
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	margin: .67em 0;
	font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	/* 2 */
	-webkit-text-decoration: underline dotted;
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	        text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	/* 1 */
	margin: 0;
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type='button'], [type='reset'], [type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 1 */
	color: inherit;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'], [type='radio'] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

html, body {
	background-color: #ebe5e1;
	color: #000;
	font-family: 'Ubuntu', 'Helvetica Neue', 'Helvetica', 'Arial', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo , sans-serif;
	font-size: 16px;
	line-height: 2rem;
}

a {
	color: #1487bd;
}

a:hover {
	color: #0f668f;
}

a.keyword {
	border-bottom: 1px dotted #f5f3f0;
	color: #000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #0f668f;
}

/* ヘッダ（グローバルヘッダ）
	グローバルヘッダの中はiframeですが、
	#globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
	background-color: #000;
	color: #ebe5e1;
}

/* container */
#container, #footer {
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width: 768px) {
	#container, #footer {
		width: 720px;
		margin: auto;
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	#container, #footer {
		width: 940px;
		margin: auto;
	}
}

#content-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        flex-direction: column;
	        align-items: center;
}

#box2 {
	width: 100%;
}

@media (min-width: 768px) {
	#box2 {
		width: 100%;
	}
}

@media (min-width: 992px) {
	#box2 {
		width: 100%;
	}
}

#box2-inner {
	-ms-flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        flex-direction: column;
	    flex-wrap: wrap;
	        justify-content: flex-start;
}

@media (min-width: 768px) {
	#box2-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin-left: -20px;
	}
}

@media (min-width: 992px) {
	#box2-inner {
		margin-left: -30px;
	}
}

.hatena-module {
	width: 100%;
}

@media (min-width: 768px) {
	.hatena-module {
		width: 33.3333%;
	}
}

@media (min-width: 992px) {
	.hatena-module {
		padding-left: 30px;
	}
}

/* ヘッダ */
#blog-title {
	position: relative;
	margin: 2rem 0 4rem;
	text-align: center;
}

@media (max-width: 480px) {
	#blog-title {
		margin: 3em 0;
	}
}

#blog-title::after {
	display: block;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-left: -100px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7b38c), color-stop(48.2%, #e5767f), to(#955399));
	background-image: linear-gradient(-180deg, #f7b38c 0%, #e5767f 48.2%, #955399 100%);
	content: '';
}

#blog-title-inner {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 100;
	position: relative;
	        align-items: center;
	        justify-content: center;
	height: 200px;
}

#title {
	margin-top: 10px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 20px;
	text-shadow: 2px 2px 0 rgba(255, 255, 255, .6);
	text-transform: uppercase;
}

@media (max-width: 480px) {
	#title {
		letter-spacing: 15px;
	}
}

#title a {
	color: #000;
}

#title a:hover {
	text-shadow: 2px 2px 0 rgba(255, 255, 255, .8);
}

#blog-description {
	margin: 1em 0 0;
	font-size: .8rem;
	font-weight: normal;
	line-height: 1.8;
}

/* タイトル下HTML */
#top-editarea {
	margin-bottom: 1em;
}

/* パンくず（カテゴリー、記事ページで表示されます） */
.breadcrumb {
	font-size: .9rem;
}

/* entry */
.entry {
	position: relative;
	margin-bottom: 4em;
	word-break: break-all;
}

.entry-header {
	position: relative;
	min-height: 50px;
	margin-bottom: 2rem;
	padding-bottom: 0;
	padding-left: 115px;
	border-bottom: none;
}

@media (max-width: 480px) {
	.entry-header {
		min-height: 100px;
		padding-left: 65px;
	}
}

.entry-header::before {
	display: block;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7b38c), color-stop(48.2%, #e5767f), to(#955399));
	background-image: linear-gradient(-180deg, #f7b38c 0%, #e5767f 48.2%, #955399 100%);
	content: '';
}

@media (max-width: 480px) {
	.entry-header::before {
		width: 50px;
		height: 100px;
	}
}

.entry-header::after {
	display: block;
	clear: both;
	content: '';
}

.date {
	position: relative;
	font-size: 3rem;
	font-weight: bold;
	line-height: 3.1rem;
}

@media (max-width: 480px) {
	.date {
		font-size: 2rem;
		line-height: 2rem;
	}
}

.date a {
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
}

.date a:hover {
	text-decoration: underline;
}

.date .hyphen {
	display: none;
}

.entry-title {
	margin: .5rem auto 0;
	font-size: 1.75rem;
	line-height: 1.3;
}

@media (max-width: 480px) {
	.entry-title {
		margin-top: .5rem;
		font-size: 1.6rem;
	}
}

.entry-title .entry-title-link {
	color: #000;
}

.entry-title .entry-title-link:hover {
	text-decoration: underline;
}

.entry-categories {
	text-align: right;
}

.categories {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .9rem;
}

@media (max-width: 480px) {
	.categories {
		position: relative;
	}
}

.categories a {
	padding: .2rem .4rem;
	border: 1px solid #999;
	border-radius: .2rem;
	background-color: rgba(255, 255, 255, .3);
	color: #999;
	font-size: .8rem;
}

.categories a:link, .categories a:active, .categories a:visited {
	text-decoration: none;
}

.categories a:hover {
	border-color: #999;
	background-color: #999;
	color: rgba(255, 255, 255, .8);
}

/* 「編集する」ボタン */
.entry-header-menu {
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
}

.entry-header-menu a {
	-webkit-transition: all 200ms 0s ease;
	display: block;
	width: 100px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0);
	color: #000;
	line-height: 100px;
	text-align: center;
	text-decoration: none;
	transition: all 200ms 0s ease;
}

@media (max-width: 480px) {
	.entry-header-menu a {
		width: 50px;
	}
}

.entry-header-menu a:hover {
	background-color: rgba(0, 0, 0, .2);
	color: white;
}

/* 記事内の書式 */
.entry-content img, .entry-content video {
	max-width: 100%;
	height: auto;
}

.entry-content h1 {
	margin-top: 1.625rem;
	margin-bottom: 3.25rem;
	font-size: 1.75rem;
	line-height: 3.25rem;
}

@media (min-width: 992px) {
	.entry-content h1 {
		font-size: 1.7rem;
	}
}

.entry-content h2 {
	margin-top: 1.625rem;
	margin-bottom: 1.625rem;
	font-size: 1.4375rem;
	line-height: 1.625rem;
}

@media (min-width: 992px) {
	.entry-content h2 {
		font-size: 1.5rem;
	}
}

.entry-content h3 {
	position: relative;
	margin-top: 1.625rem;
	margin-bottom: 1.625rem;
	padding-left: 2.5rem;
	font-size: 1.1875rem;
	line-height: 1.625rem;
}

@media (min-width: 992px) {
	.entry-content h3 {
		font-size: 1.3rem;
	}
}

.entry-content h3::before {
	display: block;
	z-index: 0;
	position: absolute;
	top: -.2rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7b38c), color-stop(48.2%, #e5767f), to(#955399));
	background-image: linear-gradient(-180deg, #f7b38c 0%, #e5767f 48.2%, #955399 100%);
	content: '';
}

.entry-content h4 {
	margin-top: 1.625rem;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.625rem;
}

.entry-content h5 {
	margin-top: 1.625rem;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.625rem;
}

.entry-content h6 {
	margin-top: 1.625rem;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.625rem;
}

.entry-content ul, .entry-content ol, .entry-content dd {
	margin: 0 0 1em 1.5em;
	padding: 0;
}

.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol, .entry-content dd li ul, .entry-content dd li ol {
	margin-bottom: 0;
}

.entry-content table {
	display: block;
	width: 100%;
	margin-bottom: 1em;
	overflow: auto;
	border-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: .8rem;
}

@media (min-width: 992px) {
	.entry-content table {
		font-size: .9rem;
	}
}

.entry-content table th, .entry-content table td {
	padding: 5px 10px;
	border: 1px solid #f5f3f0;
}

.entry-content table th {
	background: #f5f5f5;
}

.entry-content blockquote {
	position: relative;
	margin: 20px 0;
	padding: 30px;
	border: 1px solid #f5f3f0;
	background-color: rgba(255, 255, 255, .3);
}

.entry-content blockquote p:first-child {
	margin-top: 0;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content blockquote::after {
	display: block;
	position: absolute;
	right: -25px;
	bottom: 10px;
	width: 100px;
	height: 20px;
	border: 1px solid #f5f3f0;
	background-color: rgba(255, 255, 255, .3);
	content: '';
}

@media (max-width: 480px) {
	.entry-content blockquote::after {
		display: none;
	}
}

.entry-content pre, .entry-content code {
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content pre {
	padding: 10px;
	border: none;
	background: #f5f5f5;
	font-size: 100%;
	font-size: .8rem;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: pre-wrap;
}

.entry-content pre > code {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
	white-space: pre;
}

.entry-content code {
	margin: 0 2px;
	padding: 0 5px;
	border-radius: 3px;
	background-color: #f5f5f5;
	font-size: 90%;
}

.entry-content hr {
	width: 50%;
	margin: 2em auto;
	border: 0;
	border: none;
	border-top: 1px solid #f5f3f0;
}

.entry-content q {
	color: #999;
}

.entry-content q::before {
	padding: 0 .3rem;
	font-family: 'Poller One', cursive;
	font-size: 1.2rem;
	content: '“';
}

.entry-content q::after {
	padding: 0 .3rem;
	font-family: 'Poller One', cursive;
	font-size: 1.2rem;
	content: '„';
}

.entry-content .table-of-contents {
	position: relative;
	margin: 2rem 0;
	padding: 1em 1em 1em 2em;
	border: 1px solid rgba(255, 255, 255, .8);
}

.entry-content .table-of-contents::after {
	position: absolute;
	top: -1rem;
	left: .5rem;
	padding: 0 .5rem;
	background-color: #ebe5e1;
	color: rgba(255, 255, 255, .8);
	font-weight: bold;
	content: 'Table of Contents';
}

.entry-content .kaiwa {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-wrap: wrap;
	margin: 2rem 0;
}

@media (max-width: 480px) {
	.entry-content .kaiwa {
		display: block;
	}
}

.entry-content .kaiwa dt {
	width: 20%;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #f5f3f0;
	font-weight: bold;
}

@media (max-width: 480px) {
	.entry-content .kaiwa dt {
		width: 100%;
		padding: 0;
	}
}

.entry-content .kaiwa dd {
	width: 80%;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #f5f3f0;
}

@media (max-width: 480px) {
	.entry-content .kaiwa dd {
		width: 100%;
		padding: .3rem 0 1.7rem;
		border-bottom: none;
	}
}

.footnote {
	position: relative;
}

.footnote .footnote-number {
	position: absolute;
	left: 0;
}

.footnote .footnote-delimiter {
	position: absolute;
	left: 1rem;
}

.footnote .footnote-text {
	display: block;
	padding-left: 2rem;
}

/* ASIN / ISBN */
.hatena-asin-detail, .itunes-embed {
	position: relative;
	border: 1px solid #f5f3f0;
	background-color: rgba(255, 255, 255, .3);
}

.hatena-asin-detail {
	margin: 30px auto;
}

.hatena-asin-detail .hatena-asin-detail-image {
	margin-right: 0;
}

@media (max-width: 480px) {
	.hatena-asin-detail .hatena-asin-detail-image {
		display: block;
		margin: 0 auto .5rem;
		float: none;
	}
}

.hatena-asin-detail .hatena-asin-detail-info {
	padding-left: 170px;
}

@media (max-width: 480px) {
	.hatena-asin-detail .hatena-asin-detail-info {
		padding-left: 0;
	}
}

.hatena-asin-detail ul {
	margin-left: 0;
}

.hatena-asin-detail-foot::before {
	display: block;
	position: absolute;
	top: -10px;
	left: -20px;
	width: 30px;
	height: 100px;
	border: 1px solid #f5f3f0;
	background-color: rgba(255, 255, 255, .3);
	content: '';
}

@media (max-width: 480px) {
	.hatena-asin-detail-foot::before {
		display: none;
	}
}

.hatena-asin-detail-foot::after {
	display: block;
	position: absolute;
	right: -25px;
	bottom: -25px;
	width: 50px;
	height: 50px;
	border: 1px solid #f5f3f0;
	background-color: rgba(255, 255, 255, .3);
	content: '';
}

@media (max-width: 480px) {
	.hatena-asin-detail-foot::after {
		display: none;
	}
}

.hatena-asin-detail {
	position: relative;
	padding: 15px 30px;
}

/* 続きを読む */
.entry-see-more {
	display: inline-block;
	margin: 1rem 0;
	padding: 0 1rem;
	border: 1px solid #999;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, .3);
	color: #999;
	font-size: .8rem;
}

.entry-see-more:link, .entry-see-more:active, .entry-see-more:visited {
	text-decoration: none;
}

.entry-see-more:hover {
	border-color: #999;
	background-color: #999;
	color: rgba(255, 255, 255, .8);
}

.entry-see-more::after {
	font-family: 'Poller One', cursive;
	font-size: 1rem;
	content: ' >>';
}

/* 記事下 */
.entry-footer .social-buttons {
	margin-bottom: 1em;
}

.entry-footer-section {
	color: #666;
	font-size: .9rem;
}

.entry-footer-section a {
	color: #666;
}

/* コメント */
.comment-box {
	margin: 1em 0;
}

.comment-box .comment {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: .85rem;
	line-height: 1.7;
	list-style: none;
}

@media (min-width: 768px) {
	.comment-box .comment {
		font-size: .9rem;
	}
}

.comment-box .entry-comment {
	position: relative;
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid #f5f3f0;
}

.comment-box .entry-comment:first-child {
	border-top: 1px solid #f5f3f0;
}

.comment-box .read-more-comments {
	padding: 10px 0;
}

.comment-box .hatena-id-icon {
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px !important;
	height: 50px !important;
	border-radius: 3px;
}

.comment-user-name {
	margin: 0 0 .4em 0;
	font-weight: bold;
}

.comment-content {
	word-wrap: break-word;
	margin: 0 0 .4em 0;
	color: #000;
	font-size: .85rem;
}

.comment-content p {
	margin: 0 0 .6em 0;
}

.comment-metadata {
	margin: 0;
	color: #666;
	font-size: .8rem;
}

.comment-metadata a {
	color: #666;
}

/* コメントを書く */
.leave-comment-title {
	padding: .6rem 1rem;
	border: 1px solid #999;
	border-radius: .2rem;
	background-color: rgba(255, 255, 255, .3);
	color: #999;
	font-size: .8rem;
}

.leave-comment-title:link, .leave-comment-title:active, .leave-comment-title:visited {
	text-decoration: none;
}

.leave-comment-title:hover {
	border-color: #999;
	background-color: #999;
	color: rgba(255, 255, 255, .8);
}

.leave-comment-title::after {
	font-family: 'Poller One', cursive;
	font-size: 1rem;
	content: ' +';
}

/* Pager */
.pager {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: space-between;
	margin: 2em 0;
}

.pager-prev a, .pager-next a {
	display: block;
	padding: .6rem 1rem;
	border: 1px solid #999;
	border-radius: .2rem;
	background-color: rgba(255, 255, 255, .3);
	color: #999;
	font-size: .8rem;
	line-height: 1.2;
}

.pager-prev a:link, .pager-prev a:active, .pager-prev a:visited, .pager-next a:link, .pager-next a:active, .pager-next a:visited {
	text-decoration: none;
}

.pager-prev a:hover, .pager-next a:hover {
	border-color: #999;
	background-color: #999;
	color: rgba(255, 255, 255, .8);
}

/* サイドバーモジュール */
.hatena-module {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 3em;
	font-size: .85rem;
}

@media (min-width: 768px) {
	.hatena-module {
		font-size: .9rem;
	}
}

.hatena-module-title {
	margin-bottom: .6em;
	padding-bottom: .2em;
	border-bottom: 1px solid #666;
	font-size: 1rem;
	font-weight: bold;
}

.hatena-module-title a {
	color: #000;
	text-decoration: none;
}

.hatena-module-title a:hover {
	text-decoration: underline;
}

/* Profile module */
.hatena-module-profile .profile-icon {
	margin: 0 10px 10px 0;
	float: left;
}

.hatena-module-profile .id {
	display: block;
	margin-bottom: .5em;
	font-weight: bold;
}

.hatena-module-profile .profile-description p {
	margin-top: 0;
}

/* urllist module */
.hatena-urllist {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	list-style: none;
}

.hatena-urllist li {
	padding: .5em 0;
}

.hatena-urllist li:last-child {
	padding-bottom: 0;
}

.hatena-urllist li a {
	text-decoration: none;
}

.hatena-urllist li a:hover {
	text-decoration: underline;
}

.hatena-urllist .urllist-category-link {
	padding: .1em .3em;
	font-size: .7rem;
}

.hatena-urllist .urllist-date-link a {
	color: #666;
}

.hatena-urllist .urllist-entry-body {
	margin-top: .3em;
}

/* Search module */
.hatena-module-search-box .search-form {
	-webkit-box-sizing: border-box;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	width: 100%;
	border: 1px solid #f5f3f0;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .3);
}

.hatena-module-search-box .search-module-input {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0;
	        flex: 1 0;
	height: 20px;
	padding: 5px;
	border: none;
	outline: none;
	background: none;
	color: #000;
}

.hatena-module-search-box .search-module-button {
	width: 24px;
	height: 24px;
	margin-right: 5px;
	overflow: hidden;
	border: none;
	outline: none;
	background: transparent url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d=\'M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8\'/%3E%3Crect class=\'a\' width=\'20\' height=\'20\'/%3E%3C/svg%3E') no-repeat center;
	background-size: 20px 20px;
	color: transparent;
	cursor: pointer;
	opacity: .5;
}

.hatena-module-search-box .search-module-button:hover {
	opacity: .85;
}

/* About ページ */
.page-about .entry-content dt {
	margin-bottom: .5em;
	border-bottom: 1px solid #f5f3f0;
	font-weight: bold;
}

.page-about .entry-content dd {
	margin-bottom: 2em;
	margin-left: 0;
}

/* Archive */
.archive-heading {
	position: relative;
	padding-left: 2.5rem;
	font-size: 1.5rem;
	line-height: 2rem;
}

.archive-heading::before {
	display: block;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 2rem;
	height: 2rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7b38c), color-stop(48.2%, #e5767f), to(#955399));
	background-image: linear-gradient(-180deg, #f7b38c 0%, #e5767f 48.2%, #955399 100%);
	content: '';
}

.page-archive .archive-entry {
	margin-right: auto;
	margin-bottom: 3em;
	margin-left: auto;
	line-height: 1.3;
}

.page-archive .entry-title {
	margin: .3em auto;
}

.page-archive .entry-thumb {
	width: 80px;
	height: 80px;
	background-size: cover;
}

@media (min-width: 768px) {
	.page-archive .entry-thumb {
		width: 120px;
		height: 120px;
	}
}

.page-archive .entry-description {
	margin: 0;
	font-size: .85rem;
}

@media (min-width: 768px) {
	.page-archive .entry-description {
		font-size: .9rem;
	}
}

@media (max-width: 480px) {
	.page-archive .categories {
		margin: 1rem auto;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.page-archive .categories a {
		margin-right: .5rem;
		margin-left: 0;
	}
}

.page-archive .social-buttons {
	display: block;
	margin-top: .3em;
}

.google-afc-image .open-pro-modal, .google-afc-text .open-pro-modal {
	padding-top: 0;
	color: #999;
	line-height: 1;
}

/* footer */
#footer {
	margin-top: 2em;
	padding-bottom: 2rem;
	color: #666;
	font-size: .8rem;
	text-align: center;
}

#footer a {
	color: #666;
}

#footer p {
	margin: .5em auto;
}
