/* <system section="theme" selected="17680117126966341243"> */
@charset "UTF-8";
/**
/* Theme: Alice
/* Responsive: yes
/* Author: Askthewind’s diary 
/* License: Free
/* Description: You can copy and redistribute this CSS file freely.
/*              Distribution of design themes based on this theme is also free.
/*              Released under the MIT License.
   ========================================================================== */
/*! normalize.css v8.0.1 | 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 {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
    padding: 0
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
    font-style: italic
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000
}

/**
 * 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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0
    /* 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
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
    /* 2 */
}

/**
 * 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 {
    border-style: none;
    padding: 0
}

/**
 * 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: 0.35em 0.75em 0.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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block
}

/**
 * Add the correct display in IE.
 */
template {
    display: none
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none
}

/* CSS Document */
/* @*,html,body
====================================== */
*,
*::before,
*::after {
	box-sizing: border-box
}
html,
body {
	background-color: #f8f8f8;
	color: #414141;
	font-size: 1rem;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	line-height: 1.5	
}

/* @a keyword h*
====================================== */
a {
	color: #333;
	text-decoration: none
}
a:hover {
	color: hsl(188,93%,43%);
	transition: all .3s
}
a.keyword {
	border-bottom: 1px dotted #ddd
}
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	line-height: 1.3
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	transition: all .6s 
}

/* @canvas,svg,select,textarea
====================================== */
canvas,svg,select,textarea {
	max-width: 100%
}

/* @blogicon-* lg
====================================== */
[class*=blogicon-] {
	font-variant: normal;
	line-height: 1;
	text-rendering: auto		 
}
[class*=blogicon-].lg {
	vertical-align: -.0667em
}

/* @globalheader-container
====================================== */
/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
	background-color: #222;
	color: #fff
}

/* @container,footer
====================================== */
/* container */
@media (max-width: 749px) {
	#container,#footer {
		word-wrap: break-word
	}
}

/* @content
====================================== */
@media (min-width: 750px) {
	#content {
		margin: 0 auto
	}
}
@media (min-width: 1100px) {
	#content {
		width: 1100px
	}
}

/* @content-inner
====================================== */
/* 2カラムレイアウト */
#content-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-justify-content: space-between;
			justify-content: space-between
}
@media (min-width: 750px) {
	#content-inner {
		-webkit-flex-direction: row;
				flex-direction: row
	}
}

/* @wrapper,box2
====================================== */
#wrapper {
	margin-bottom: 40px
}
#box2 {
	background-color: #fff;
	padding: 0 20px;
}
@media (min-width: 750px) {
	#wrapper {
    	padding: 0 0 0 2%;
		width: 68%
	}
	#box2 {
		background-color: transparent;
		padding: 0 2% 0 0;
		width: 28%
	}
}
@media (min-width: 1100px) {
	#wrapper {
		padding-left: 0
	}
	#box2 {
		padding-right: 0
	}
}
/* 下記のスタイルを適用するとテーマを1カラムレイアウトにできます。
利用するにはコメントアウトを解除してください。
（2カラムレイアウトの場合はコメントアウト全体が不要です）
#content-inner {
    flex-direction: column;
    align-items: center
}
#wrapper {
    @media (min-width: 768px) {
        width: 100%
    }
    @media (min-width: 992px) {
        max-width: 720px
    }
}
#box2 {
    width: 100%;
    @media (min-width: 768px) {
        width: 100%
    }
    @media (min-width: 992px) {
        width: 100%
    }
}
#box2-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    @media (min-width: 768px) {
        flex-direction: row;
        margin-left: -20px
    }
    @media (min-width: 992px) {
        margin-left: -30px
    }
}
.hatena-module {
    width: 100%;
    @media (min-width: 768px) {
        width: 33.3333%
    }
    @media (min-width: 992px) {
        padding-left: 30px
    }
}
---- END 1カラム */

/* @box2 box2-inner
====================================== */
@media (min-width: 480px) and (max-width: 749px) {
	#box2 #box2-inner {
		display: -webkit-flex;
		display: flex; 
		-webkit-justify-content: space-between;
				justify-content: space-between;
		-webkit-flex-wrap: wrap;
				flex-wrap: wrap
	}
}

/* @blog-title title blog-description
====================================== */
/* ヘッダ */
#blog-title {
	padding: 2em 20px;
	text-align: center
}
@media (min-width: 750px) {
	#blog-title {
		padding: 3em 2%
	}
}
@media (min-width: 1100px) {
	#blog-title {
		padding: 3em 0
	}
}
.page-entry #blog-title {
	margin-bottom: 0
}
#title {
	font-size: 1.7rem;
	margin: 0
}
#blog-description {
	color: #999;
	font-size: .8rem;
	margin: 0
}
@media (min-width: 750px) {
	#title,#blog-description {
		margin: 0 auto
	}
}
@media (min-width: 1100px) {
	#title,#blog-description {
		width: 1100px
	}
	#title {
		font-size: 2rem
	}
}

/* @header-image-enable
====================================== */
/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title,
.header-image-only #blog-title {
	margin: 0 0 2em;
	padding: 0
}
.header-image-enable #blog-title-inner, 
.header-image-only #blog-title-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center
}
.header-image-enable #blog-title-content, 
.header-image-only #blog-title-content {
	margin: 0 10px
}

/* @top-editarea,bottom-editarea
====================================== */
/* タイトル下HTML */
#top-editarea,#bottom-editarea {
	font-size: .9rem
}
#top-editarea {
	margin-bottom: 1em
}

/* @breadcrumb
====================================== */
/* パンくず（カテゴリー、記事ページで表示されます） */
.breadcrumb {
	font-size: .9rem;
	padding: 0 20px
}
.page-entry .breadcrumb {
	margin-bottom: .25em
}
@media (min-width: 750px) {
	.breadcrumb {
		margin: 0 auto;
		padding: 0 2%
	}
	.page-entry .breadcrumb {
		margin-bottom: 1em
	}
}
@media (min-width: 1100px) {
	.breadcrumb {
		padding: 0;
		width: 1100px
	}
}
.breadcrumb a {
	color: #888
}
.breadcrumb a:hover {
	color: #333
}
.breadcrumb-gt:nth-last-of-type(2),
.breadcrumb-child:last-of-type {
	display: none
}
.breadcrumb-link span::before,
.breadcrumb-child span::before {
	font-family: "blogicon";
	vertical-align: 0    
}
.breadcrumb-link span::before {
	content: "\f017"	
}
.breadcrumb-child span::before {
	content: "\f04a";
	letter-spacing: .3em
}

/* @entry
====================================== */
/* entry */
.entry {
	background-color: #fff;
	margin-bottom: 4em;
	padding: 20px;
	position: relative;
	word-wrap: break-word
}
@media (min-width: 750px) {
	.entry {
		padding: 4%
	}
}

/* @entry-header
====================================== */
.entry-header {
	border-bottom: 1px solid #eee;
	margin-bottom: 2em;
	padding-bottom: 1em;
	position: relative
}
.entry-header::before {
	background-color: hsl(188,93%,43%);
	content: "";
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .9s;
	width: 0
}
.entry-header:hover::before {
	width: 100%
}

/* @date entry-date time
====================================== */
.date {
	font-size: .9rem;
	margin-bottom: .9375rem
}
.date a {
	color: #999
}
.date a:hover {
	text-decoration: none
}
.entry-date time::before {
	content: "\f043";
	font-family: "blogicon"	
}

/* @entry-title
====================================== */
.entry-title {
	font-size: 1.2rem;
	margin: 0 0 1.25rem
}
@media (min-width: 1100px) {
	.entry-title {
		font-size: 1.3rem
	}
}

/* @categories 
====================================== */
.categories {
	font-size: .9rem;
	margin-top: .625rem
    
}
.categories a {
	display: inline-block;
	margin-right: .5em
}
.categories a::before {
	content: "\f04a";
	font-family: "blogicon";
	letter-spacing: .3em
}

/* @entry-header-menu 
====================================== */
/* 「編集する」ボタン */
.entry-header-menu {
	position: absolute;
	top: 0;
	right: 0
}
.entry-header-menu a::before {
	content: "\f010";
	font-family: "blogicon";
	letter-spacing: .3em
}

/* @entry-see-more::after
====================================== */
a.entry-see-more::after { 
	content: "→";
	font-weight: 900;
	margin-left: .2em  
}
@media (min-width: 750px) {
	a.entry-see-more::after {   
		vertical-align: 5%
	}
}

/* @entry-content p
====================================== */
.entry-content {
	line-height: 1.7
}
.entry-content p {
	line-height: 1.8
}
@media (min-width: 750px) {
	.entry-content {
		line-height: 1.8
	}
	.entry-content p {
		line-height: 2
	}
}

/* @entry-content img,video
====================================== */
/* 記事内の書式 */
.entry-content img,
.entry-content video {
	height: auto
}
.entry-content video {
	max-width: 100%
}

/* @entry-content h*
====================================== */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 1em 0 .8em
}
.entry-content h1 {
	border-bottom: 5px solid hsla(170,100%,32%,.95);
	padding: .1em 0 .2em 1.8em;
	position: relative
}
.entry-content h1::before,
.entry-content h1::after {
	background-color: hsla(170,100%,32%,.95);
	border-radius: 100%;
	content: "";
	position: absolute
}
.entry-content h1::before {
	height: 18px;
	top: .2em;
	left: .2em;
	width: 18px
}
.entry-content h1::after {
	height: 13px;
	top: .7em;
	left: .9em;
	width: 13px
}
.entry-content h2 {
	border-top: 3px solid hsl(13,90%,71%);
	border-bottom: 3px solid hsl(13,90%,71%);
	font-size: 1.4rem;	
	margin: 1.5em 0;
	padding: .4em 0 .2em 1.8em;
	position: relative
}
.entry-content h2::before,
.entry-content h2::after {
	background-color: hsl(13,90%,71%);
	content: "";
	position: absolute
}
.entry-content h2::before {
	height: 12px;
	top: .5em;
	left: .5em;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	width: 12px
}
.entry-content h2::after {
	height: 8px;
	top: 1.1em;
	left: .2em;
	-webkit-transform: rotate(15deg);
			transform: rotate(15deg); 
	width: 8px
}
.entry-content h3 {
	border-bottom: 3px solid hsl(185,100%,43%);
	font-size: 1.2rem;	
	margin-bottom: 1.5em;
	padding: .4em 0 .2em 1.7em;
	position: relative
}
.entry-content h3::before,
.entry-content h3::after {
	background-color: hsl(185,100%,43%);
	content: "";
	position: absolute
}
.entry-content h3::before {
	height: 12px;
	top: .5em;
	left: .5em;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	width: 12px
}
.entry-content h3::after {
	height: 8px;
	top: 1.1em;
	left: .2em;
	-webkit-transform: rotate(15deg); 
			transform: rotate(15deg); 
	width: 8px
}
.entry-content h4 {	
	border-bottom: double 5px hsl(35,100%,74%);
	font-size: 1.1rem;
	padding-bottom: .2em  
}
.entry-content h5 {
	border-bottom: dashed 2px #f99;
	font-size: 1rem;
	padding-bottom: .2em  
}
.entry-content h6 {
	font-size: 1rem;
	line-height: 1.4;
	position: relative;    
	-webkit-box-reflect: below -10px linear-gradient(
		hsla(0,0%,0%,0),
		hsla(0,0%,0%,0) 10%,
		hsla(0,0%,0%,.6)
	)
}
@media (min-width: 1100px) {
	.entry-content h1 {
		font-size: 1.7rem
	}
	.entry-content h2 {
		font-size: 1.5rem
	}
	.entry-content h3 {
		font-size: 1.3rem
	}
	.entry-content h4 {
		font-size: 1.2rem
	}
	.entry-content h5 {
		font-size: 1.1rem
	}
}

/* @entry-content ul,ol,dd
====================================== */
.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
====================================== */
.entry-content table {
	border-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	display: block;
	font-size: .8rem;
	margin-bottom: 1em;
	overflow: auto;
	width: 100%
}
@media (min-width: 1100px) {
	.entry-content table {
		font-size: .9rem
    }
}
.entry-content table th,
.entry-content table td {
	border: 1px solid #ddd;
	padding: 5px 10px
}
.entry-content table th {
	background: hsla(213,71%,92%,.95) 
		linear-gradient(hsla(212,74%,95%,.95),hsla(213,71%,92%,.95));
	box-shadow: 0 1px 0 hsla(0,0%,100%,.8) inset
}
.entry-content table th:first-child {
	border-radius: 6px 0 0 0
}
.entry-content table th:last-child {
	border-radius: 0 6px 0 0
}
.entry-content table th:only-child {
	border-radius: 6px 6px 0 0
}
.entry-content table tr:last-child td:first-child {
	border-radius: 0 0 0 6px
}
.entry-content table tr:last-child td:last-child {
	border-radius: 0 0 6px 0
}
.entry-content table tr:last-child td:only-child {
	border-radius: 0 0 6px 6px
}

/* @entry-content blockquote
====================================== */
.entry-content blockquote {
	border: solid 2px #eee;
	border-radius: 5px;
	color: #444;
	font-style: italic;
	margin: 0 0 10px;
	padding: 50px 10px;
	position: relative
}
@media (min-width: 1100px) {
	.entry-content blockquote {
		padding: 10px 50px
	}
}
.entry-content blockquote::before,
.entry-content blockquote::after {
	color: hsl(187,43%,63%);
	content: "\f704";
	display: inline-block;
	font-family: "blogicon";
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	vertical-align: middle
}
.entry-content blockquote::before {
	top: 20px;
	left: 15px
}
.entry-content blockquote::after {
	right: 15px;
	bottom: 20px;
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg)
}
.entry-content blockquote p {
	margin: 10px 0;
	padding: 0;
	line-height: 1.7
}
.entry-content blockquote cite {
	color: #888;
	display: block;
	font-size: .9em
}

/* @entry-content pre code
====================================== */
.entry-content pre,
.entry-content pre > code,
.entry-content code {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas, 
		"Liberation Mono","Courier New",monospace
}
.entry-content pre {
	background-color: hsl(210,17%,98%);
	border: 4px solid #eee;
	color: hsla(0,0%,0%,.54);
	font-size: 1rem;
	line-height: 1.3;
	padding: 30px 15px;
	position: relative
}
.entry-content pre.code::before,
.entry-content pre > code::before {
	background-color: #f99;
	color: #fff;
	padding: 0 .8em;
	position: absolute;
	top: 0;
	left:0
}
.entry-content pre.code::before {
	content: attr(data-lang)
}
.entry-content pre > code::before {
	content: "Code"
}

/* @entry-content hr
====================================== */
.entry-content hr {
	border: none;
	border-top: 1px solid #a0a0a0;
	margin: 2em 0
}

/* @entry-content table-of-contents
====================================== */
.entry-content ul.table-of-contents {
	border: double hsl(197,47%,78%);
	color: #999;
	display: inline-block;
	font-size: .75rem; 
	padding: 1em 2.25em	
}
.entry-content ul.table-of-contents::before {
	color: hsl(197,59%,56%);
	content: "::::  I N D E X  ::::";
	display: block;
	font-weight: 700;
	margin: 0;
	padding: 10px 0
}
.entry-content ul.table-of-contents a::after {
	display: none
}
.entry-content ul.table-of-contents li a,
.entry-content ul.table-of-contents li a:visited {
	color: #999
}
.entry-content ul.table-of-contents li a:hover {
	color: #888
}
.entry-content ul.table-of-contents li {
	line-height: 1.5;
	list-style-type: none;
	margin: 5px 0 10px 6px;
	padding: 0;
	position: relative
}
.entry-content ul.table-of-contents li::before {
	color: hsl(197,59%,56%);
	content: "\f727";
	font-family: blogicon;
	position: absolute;
	left: -1.2em
}
.entry-content ul.table-of-contents ul li,
.entry-content ul.table-of-contents li ul {
	display: none
}

/* @entry-content hatena-asin-detail
====================================== */
.entry-content .hatena-asin-detail {
	border-radius: .2em;
	position: relative
}
.entry-content .hatena-asin-detail::before {
	color: #f90;
	content: "\f034";
	font-family: blogicon;
	font-size: 2.5rem;
	position: absolute;
	right: 12px;
	bottom: -12px
}
.entry-content .hatena-asin-detail.hatena-rakuten-detail::before {
	color: #bf0000;
	content: "\f722"
}

/* @entry-content cite hatena-citation 
====================================== */
.entry-content cite.hatena-citation a::before {
	content: "\f009";  	
	font-family: "blogicon";
	letter-spacing: .3em;
	line-height: 1;
	vertical-align: middle
}

/* @entry-footer social-buttons
====================================== */
/* 記事下 */
.entry-footer .social-buttons {
	margin-bottom: 1em
}

/* @entry-footer-section
====================================== */
.entry-footer-section {
	color: #999;
	font-size: .9rem
}
.entry-footer-section a {
	color: #999
}

/* @main entry-footer-modules
====================================== */
@media (min-width: 480px) and (max-width: 749px) {
	#main .entry-footer-modules .hatena-module {
		padding-top: 1rem
	}
	#main .entry-footer-modules .hatena-urllist {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap
	}
	#main .entry-footer-modules .hatena-urllist li {	
		border: 1px solid #eee;
		border-radius: 2px;
		margin-bottom: 1em;
		padding: 1em;
		width: 100%
	}
	#main .entry-footer-modules .hatena-urllist li:nth-of-type(n+2) {
		width: 49%
	}
	#main .entry-footer-modules .urllist-title-link {
		font-size: .875rem;
		padding-bottom: .5em
	}
	#main .entry-footer-modules .urllist-entry-body {
		overflow: hidden
	}
}
@media (min-width: 1100px) {
	#main .entry-footer-modules .hatena-module {
		padding-top: 1rem
	}
	#main .entry-footer-modules .hatena-urllist {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
		-webkit-flex-wrap: wrap;
				flex-wrap: wrap
	}
	#main .entry-footer-modules .hatena-urllist li {
		border: 1px solid #eee;
		border-radius: 2px;
		margin-bottom: 1em;
		padding: 1em;
		width: 100%
	}
	#main .entry-footer-modules .hatena-urllist li:nth-of-type(n+2) {
		width: 49%
	}
	#main .entry-footer-modules .urllist-title-link {
		font-size: .875rem;
		padding-bottom: .5em
	}
	#main .entry-footer-modules .urllist-entry-body {
		overflow: hidden
	}
}

/* @comment
====================================== */
/* コメント */
.comment-box {
	margin: 1em 0
}
.comment-box .comment {
	font-size: .85rem;
	line-height: 1.7;
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0	
}
@media (min-width: 750px) {
	.comment-box .comment {
		font-size: .9rem
	}
}
.comment-box .entry-comment {
	background: linear-gradient(-155deg,hsla(0,0%,0%,0) 1.5em, #fefefe 0%);
	border-radius: 6px;
	box-shadow: 10px 10px 32px -15px hsla(0,0%,0%,.25);
	margin-bottom: .75em;
	padding: 10px 20px 10px 60px;
	position: relative
}
.comment-box .entry-comment::after {
	background: linear-gradient(to left bottom,
		hsla(0,0%,0%,0) 50%,
		hsla(0,0%,0%,.1) 0%,
		hsla(0,0%,0%,.2)
	);
	border-bottom-left-radius: 6px;
	box-shadow: -.2em .2em .3em -.1em hsla(0,0%,0%,.15);
	content: "";
	height: 3.5493em;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateY(-1.89424em) rotate(-40deg);
			transform: translateY(-1.89424em) rotate(-40deg);
	-webkit-transform-origin: bottom right;
			transform-origin: bottom right;
	width: 1.65507em
}
.comment-box .read-more-comments {
	padding: 10px 0
}
.comment-box .hatena-id-icon {
	border-radius: 3px;
	height: 50px !important;	
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px !important
}
.comment-user-name {
	font-weight: 700;
	margin: 0 0 .4em 0	
}
.comment-content {
	color: #414141;
	font-size: .85rem;
	margin: 0 0 .4em 0;
	word-wrap: break-word	
}
.comment-content p {
	margin: 0 0 .6em 0
}
.comment-content img {
	height: auto
}
.comment-metadata {
	color: #848484;
	font-size: .8rem;
	margin: 0	
}
.comment-metadata a {
	color: #848484
}
.leave-comment-title {
	border: 1px solid #c6c6c6;
	border-radius: .5em;
	color: #757575;
	font-size: .85rem;
	font-weight: 700;
	margin-top: 1em;
	padding: .6em 1em
}
.comment-box .leave-comment-title::before {	 
	content: "\f024";
	font-family: "blogicon";
	letter-spacing: .3em
}
.leave-comment-title:hover {
	color: hsl(225,6%,13%)
}

/* @pager
====================================== */
/* Pager */
.pager {
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: .935rem;
	line-height: 1.5;
	margin: 1.5em auto;
	text-align: center;
	width: calc(100% - 40px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-justify-content: center;
			justify-content: center
}
@media (min-width: 480px) {
	.pager {
		-webkit-flex-direction: row;
				flex-direction: row
	}
}
@media (min-width: 750px) {
	.pager {
		width: 100%
	}
}
.pager:hover {
	background-color: transparent; 
	border: 1px solid transparent
}
.pager a {
	color: #222;
	font-weight: 700;
	height: 100%
}
.pager a:hover {
	background-color: #222;
	color: #fff
}
.pager .pager-next,
.pager .pager-prev {
	margin: 0 auto;
	position: relative
}
@media (min-width: 480px) {
	.pager .pager-next,
	.pager .pager-prev {
		width: 50%
	}
}
.pager .pager-next a,
.pager .pager-prev a {
	display: block;
	padding: .5em
}
@media (min-width: 750px) {
	.pager .pager-next a,
	.pager .pager-prev a {
		padding: 1em
	}
}
.pager.permalink .pager-next {
	text-align: right
}
.pager.permalink .pager-next a {
	padding-right: 20px
}
.pager.permalink .pager-prev {
	text-align: left
}
.pager.permalink .pager-prev a {
	padding-left: 20px
}
@media (min-width: 750px) {
	.pager.permalink .pager-next a {
		padding-right: 40px
	}
	.pager.permalink .pager-prev a {
		padding-left: 40px
	}
}
.pager.permalink .pager-next .pager-arrow,
.pager.permalink .pager-prev .pager-arrow	{
	color: #ddd;
	display: block;
	font-size: 1.25rem;
	height: 20px;
	line-height: .7;
	margin: auto;
	position: absolute;	
	top: 0;
	bottom: 0
}
.pager.permalink .pager-next .pager-arrow {
	right: .25em
}
.pager.permalink .pager-prev .pager-arrow {
	left: .25em
}
@media (min-width: 750px) {
	.pager.permalink .pager-next .pager-arrow,
	.pager.permalink .pager-prev .pager-arrow {
		font-size: 30px;
		height: 30px
	}
	.pager.permalink .pager-next .pager-arrow {
		right: .4em
	}
	.pager.permalink .pager-prev .pager-arrow {
		left: .4em
	}
}

/* @hatena-module
====================================== */
/* サイドバーモジュール */
.hatena-module {
	background-color: #fff;
	font-size: .85rem;
	margin-bottom: 1.5em
}
@media (min-width: 750px) {
	.hatena-module {
		font-size: .9rem;
		padding: 0
	}
}
@media (min-width: 480px) and (max-width: 749px) {
	#box2 #box2-inner .hatena-module {
		width: 49%
	}
}

/* @hatena-module-title
====================================== */
.hatena-module-title {
	background-color: #222;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	padding: .75rem 1.25rem;
	text-transform: capitalize
}
.hatena-module-title a {
	color: #fff
}
.hatena-module-title a:hover {
	color: #fff
}

/* @hatena-module-body
====================================== */
.hatena-module-body {
	padding: 6%	4%	
}

/* @hatena-module-profile profile-icon
====================================== */
/* Profile module */
.hatena-module-profile .profile-icon {
	float: left;
	margin: 0 10px 10px 0
}
@media (min-width: 750px) and (max-width: 1099px){
	.hatena-module-profile .profile-icon {
		border-radius: 50%	
	}
}

/* @hatena-module-profile id
====================================== */
.hatena-module-profile .id {
	display: block;
	font-weight: 700;
	margin-bottom: .5em
}

/* @profile-description p
====================================== */
.hatena-module-profile .profile-description p {
	margin-top: 0
}

/* @hatena-urllist
====================================== */
/* urllist module */
.hatena-urllist {
	list-style: none;
	margin: 0;
	padding: 0
}
.hatena-urllist li {
	font-size: .8rem;
	margin-top: .5em;
	padding: .5em 0
}

/* @hatena-urllist urllist-image
====================================== */   
@media (min-width: 750px) and (max-width: 1099px){
	#box2 .hatena-urllist li .urllist-image {
		border-radius: 50%;
		height: 70px;
		width: 70px	
	}
}

/* @hatena-urllist urllist-title-link
====================================== */
#box2 .hatena-urllist li .urllist-title-link {
	font-size: .8125rem	
}
@media (min-width: 750px) and (max-width: 1099px){
	#box2 .hatena-urllist li .urllist-title-link {
		font-size: .75rem	
	}
}

/* @hatena-urllist urllist-category-link
====================================== */
.hatena-urllist .urllist-category-link {
	display: inline-block;
	font-size: .7rem;
	padding: .1em .3em
}
.hatena-urllist .urllist-category-link:first-of-type,
.hatena-urllist .urllist-category-link:nth-of-type(5n+1) {
	color: hsl(185,99%,27%) 
}
.hatena-urllist .urllist-category-link:nth-of-type(2),
.hatena-urllist .urllist-category-link:nth-of-type(5n+2) {
	color: hsl(326,37%,44%) 
}
.hatena-urllist .urllist-category-link:nth-of-type(3),
.hatena-urllist .urllist-category-link:nth-of-type(5n+3) {
	color: hsl(49,89%,33%) 
}
.hatena-urllist .urllist-category-link:nth-of-type(4),
.hatena-urllist .urllist-category-link:nth-of-type(5n+4) {
	color: hsl(28,53%,39%)
}
.hatena-urllist .urllist-category-link:nth-of-type(5),
.hatena-urllist .urllist-category-link:nth-of-type(5n) {
	color: hsl(355,52%,60%)
}
.hatena-urllist .urllist-category-link::before {
	content: "\f04a";
	font-family: "blogicon";
	font-size: .85em;
	letter-spacing: .2em
}
.hatena-urllist .urllist-category-link:hover {
	opacity: .7
}

/* @hatena-urllist urllist-date-link
====================================== */
.hatena-urllist .urllist-date-link a {
	color: #999;
	font-size: .75rem
}
.hatena-urllist .urllist-date-link a::before {
	content: "\f043";
	font-family: "blogicon";
	font-size: .95em;
	letter-spacing: .1em
}

/* @hatena-urllist urllist-entry-body
====================================== */
.hatena-urllist .urllist-entry-body {
	margin-top: .3em
}
.hatena-module .hatena-urllist li:nth-of-type(n+2) .urllist-entry-body {
	display: none
}

/* @hatena-module-search-box
====================================== */
/* Search module */
.hatena-module-search-box .search-form {
	background-color: #f1f1f1;	
	background-clip: padding-box;
	border-radius: 4px; 
	height: 40px;
	position: relative;
	width: 100%   
}
.hatena-module-search-box .search-form::after {  
	color: #fff; 
	content: "\f01a";
	font-family: blogicon;
	font-size: 1.25rem;
	line-height: 40px;
	position: absolute;
	top: -1px;
	right: 11px;
	-webkit-transform: rotate(270deg);
			transform: rotate(270deg)
}
.hatena-module-search-box .search-module-input {
	background: none;
	border: none;
	font-size: 1em;
	height: 20px;
	outline: none;
	margin: auto 0;
	opacity: .87;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-indent: .5em;
	width: calc(100% - 45px) 
}
.hatena-module-search-box .search-module-button {
	background-color: #222;	
	border: none;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	font-size: 0;
	height: 100%;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px
}
.hatena-module-search-box .search-module-button:hover {
	background-color: hsl(188,93%,43%)
}

/* @box2 hatena-module-recent-entries
====================================== */
@media (min-width: 750px) {
	#box2 .hatena-module-recent-entries,
	#box2 .hatena-module-entries-access-ranking {
		background-color: #f8f8f8
	}
}
#box2 .hatena-module-recent-entries .hatena-urllist li,
#box2 .hatena-module-entries-access-ranking .hatena-urllist li {
	margin-bottom: .7em
}

/* @box2 entries-access-ranking
====================================== */
#box2 .hatena-module-entries-access-ranking {
	counter-reset: rank
}
#box2 .hatena-module-entries-access-ranking .hatena-urllist li {
	padding: 0;
	position: relative
}
#box2 .hatena-module-entries-access-ranking .hatena-urllist li::before {
	background: linear-gradient(315deg,
		transparent 50%,hsla(120,100%,50%,.95) 50%);
	color: #fff;
	counter-increment: rank;
	content: counter(rank);
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: 30px;
	line-height: 17.5px;
	position: absolute;
	top: 0;
	left: 0;	
	text-indent: 5px;
	width: 30px
}
#box2 .hatena-module-entries-access-ranking .hatena-urllist li:first-of-type::before {
	background: linear-gradient(315deg,
		transparent 50%,hsla(51,100%,50%,.95) 50%)
}
#box2 .hatena-module-entries-access-ranking .hatena-urllist li:nth-of-type(2)::before {
	background: linear-gradient(315deg,
		transparent 50%,hsla(0,0%,75%,.95) 50%)
}
#box2 .hatena-module-entries-access-ranking .hatena-urllist li:nth-of-type(3)::before {
	background: linear-gradient(315deg,
		transparent 50%,hsla(30,61%,50%,.95) 50%)
}
#box2 .hatena-module-entries-access-ranking .hatena-urllist li:nth-of-type(n+9)::before {
	background: linear-gradient(315deg,
		transparent 50%,hsla(0,0%,25%,.95) 50%)
}
#box2 .hatena-module-entries-access-ranking .hatena-urllist li:nth-of-type(10)::before {
	text-indent: 1px
}
#box2 .hatena-module-entries-access-ranking .urllist-date-link,
#box2 .hatena-module-entries-access-ranking .urllist-title-link {
	margin-left: 35px
}
#box2 .hatena-module-entries-access-ranking .urllist-title-link {
	display: inline-block
}
#box2 .hatena-module-entries-access-ranking .urllist-image-link+.urllist-date-link,
#box2 .hatena-module-entries-access-ranking .urllist-image-link+.urllist-title-link,
#box2 .hatena-module-entries-access-ranking .urllist-image-link+.urllist-date-link+.urllist-title-link {	
	margin-left: 0
}
#box2 .hatena-module-entries-access-ranking .urllist-image-link+.urllist-title-link,
#box2 .hatena-module-entries-access-ranking .urllist-image-link+.urllist-date-link+.urllist-title-link {	
	display: inline
}
@media (min-width: 750px) and (max-width: 1199px){
	#box2 .hatena-module-entries-access-ranking .hatena-urllist li::before {
		font-size: .625rem;
		height: 20px;
		line-height: 12.5px;
		text-indent: 3px;
		width: 20px	
	}
	#box2 .hatena-module-entries-access-ranking .hatena-urllist li:nth-of-type(10)::before {
		text-indent: 0
	}
	#box2 .hatena-module-entries-access-ranking .urllist-date-link,
	#box2 .hatena-module-entries-access-ranking .urllist-title-link {
		margin-left: 25px
	}
}

/* @hatena-module-category
====================================== */
.hatena-module-category .hatena-urllist {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap
}
.hatena-module-category .hatena-urllist li {
	border: none;
	margin-top: .6em;
	padding: 0
}
.hatena-module-category .hatena-urllist li a {
	background-color: #f3f3f3;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	box-shadow: 0 1px 0 hsla(0,0%,0%,.05);
	color: #666;
	font-size: .6875rem;
	line-height: 1;
	margin: 0 4px 0 0;
	padding: 3px 6px;
	text-transform: uppercase
}
.hatena-module-category .hatena-urllist li a::before {
	content: "\f04a";
	font-family: "blogicon";
	font-size: .9em
}
.hatena-module-category .hatena-urllist li a:hover {
	background-color: #f0f0f0;
	border: 1px solid #c3c3c3;
	box-shadow: 0 1px 0 hsla(0,0%,0%,.15);
	color: #222
}
.hatena-module-category .hatena-urllist li a:hover::before {
	color: hsl(188,93%,43%)
}

/* @hatena-module-html p,video,iframe
====================================== */
.hatena-module-html p {
	margin: 0
}
.hatena-module-html video,
.hatena-module-html iframe {
	max-width: 100%
}
.hatena-module-html video {
	height: auto
}

/* @archive-module-months
====================================== */
ul.archive-module-months li a {
	display: block;
	overflow: hidden;
	padding-left: 20px;
	position: relative;
	-webkit-transition-property: none
}
ul.archive-module-months li a::before {
	border-color: transparent transparent transparent hsl(188,93%,43%);
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: calc(-5px + 50%);
	left: -7px;
	transition: left .35s;
	width: 0
}
ul.archive-module-months li a:hover::before {
	left: 8px
} 

/* @hatena-module-circles
====================================== */
.hatena-module-circles .hatena-urllist li {
	border: 1px solid #ddd;
	margin-top: 0;
	padding: 0
}
.hatena-module-circles .hatena-urllist li:nth-of-type(n+2) {
	border-top: none
}
.hatena-module-circles .hatena-urllist li:hover {
	background-color: #f7f7f7
}  
.hatena-module-circles .hatena-urllist li a {
	display: block;
	padding: 12px 8px 14px
}
.hatena-module-circles .hatena-urllist li:first-of-type a {
	color: hsl(349,53%,54%)
}
.hatena-module-circles .hatena-urllist li:nth-of-type(2) a {
	color: hsl(105,100%,20%)
}  
.hatena-module-circles .hatena-urllist li:nth-of-type(3) a {
	color: hsl(195,100%,27%)
}
.hatena-module-circles .hatena-urllist li:nth-of-type(4) a {
	color: hsl(30,100%,22%) 
}
.hatena-module-circles .hatena-urllist li:nth-of-type(n+5) a {
	color: hsl(0,22%,58%) 
}

/* @circle-urllist circle-image
====================================== */
.hatena-module-body .circle-urllist .circle-image { 
	margin-left: 5px
}
.hatena-module-body .circle-urllist li:hover .circle-image {
	outline: 2px solid #ddd
}  

/* @archive-module-calendar
====================================== */
.hatena-module .archive-module-calendar,
.hatena-module .archive-module-calendar a {
	color: #757575
}
.hatena-module .archive-module-calendar a {
	text-decoration: underline
}
.hatena-module .calendar-sunday,
.hatena-module .archive-module-calendar-week td:first-of-type,
.hatena-module .archive-module-calendar-week td:first-of-type a {
	color: #f40
}
.hatena-module .calendar-saturday,
.hatena-module .archive-module-calendar-week td:nth-of-type(7),
.hatena-module .archive-module-calendar-week td:nth-of-type(7) a {
	color: #0df
}
.hatena-module .archive-module-calendar a:hover,
.hatena-module .archive-module-calendar-week td:first-of-type a:hover,
.hatena-module .archive-module-calendar-week td:nth-of-type(7) a:hover {
	opacity: .7
}

/* @page-about entry-content dt dd
====================================== */
/* About ページ */
.page-about .entry-content dt {
	border-bottom: 1px solid #ddd;
	font-weight: 700;
	margin-bottom: .5em
}
.page-about .entry-content dd {
	margin-bottom: 2em;
	margin-left: 0
}

/* @page-archive breadcrumb
====================================== */
.page-archive .breadcrumb {
	padding: 0;
	display: none
}

/* @archive-header-category
====================================== */
/* Archive */
.archive-header-category {
	margin-bottom: 1.5rem;
	padding-left: 20px
}
@media (min-width: 750px) {
	.archive-header-category {
		padding-left: 0
	}
}

/* @archive-heading
====================================== */
.archive-header-category .archive-heading {
	margin-bottom: 0
}
.archive-header-category .archive-heading::before {
	content: "Category:";
	margin-right: .2em
} 

/* @archive-entries
====================================== */
.archive-entries {
	margin: 0 auto;
	width: calc(100% - 40px);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap
}
@media (min-width: 750px) {
	.archive-entries {
		margin: 0;
		width: 100%;
		-webkit-justify-content: flex-start;
				justify-content: flex-start
	}
}

/* @page-archive archive-entry
====================================== */
.page-archive .archive-entry {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
	padding: 10px;
	position: relative;
	width: 49%;
	word-wrap: break-word;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-justify-content: space-between;
			justify-content: space-between
}
@media (min-width: 750px) {
	.page-archive .archive-entry {
		margin-right: .5%;
		width: 33%
	}
	.page-archive .archive-entry:nth-of-type(3n) {
		margin-right: 0
	}
}
@media (min-width: 1100px) {
	.page-archive .archive-entry {
		width: 24.625%
	}
	.page-archive .archive-entry:nth-of-type(3n) {
		margin-right: .5%
	}
	.page-archive .archive-entry:nth-of-type(4n) {
		margin-right: 0
	}
}

/* @page-archive entry-thumb-link
====================================== */
.page-archive .archive-entry .entry-thumb-link {
	overflow: hidden;
	padding-top: 100%;
	position: relative;
	-webkit-order: 0;
			order: 0
}

/* @page-archive entry-thumb
====================================== */
.page-archive .archive-entry .entry-thumb {
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
	float: none;
	height: 100%;
	margin-right: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: .4s ease-in-out;
	width: 100%
}
.page-archive .archive-entry .entry-thumb:hover {
	background-color: hsla(0,0%,0%,.08);
	opacity: .55;
	-webkit-transform: scale(1.3);
			transform: scale(1.3)
}

/* @archive-entry-header
====================================== */
.archive-entry .archive-entry-header {
	height: 100%;
	margin-top: .5em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
			flex-direction: column-reverse;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-order: 1;
			order: 1
}

/* @archive-entry-header entry-title
====================================== */
.archive-entry .archive-entry-header .entry-title {
	font-size: 1rem;
	margin-bottom: .5em
}

/* @archive-entry-header date
====================================== */
.archive-entry .archive-entry-header .date {
	font-size: .8rem;
	margin-bottom: .5em
}	

/* @page-archive archive-entry-body
====================================== */
.page-archive .archive-entry .archive-entry-body {
	-webkit-order: 2;
			order: 2
}

/* @page-archive categories
====================================== */
.page-archive .archive-entry .categories {
	margin-bottom: .5em;
	-webkit-order: 3;
			order: 3
}
.page-archive .archive-entry .categories a {
	font-size: .7rem
}

/* @page-archive entry-description
====================================== */
.archive-entry .archive-entry-body .entry-description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: .8rem;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis	
}

/* @page-archive social-buttons
====================================== */
.archive-entry .archive-entry-body .social-buttons {
	display: block;
	margin-top: .3em
}

/* @page-archive span highlight 
====================================== */
.page-archive span.highlight {
	background-color: hsla(41,100%,48%,.15);
	border: 1px solid hsla(41,100%,48%,.16);
	color: hsl(41,100%,48%);
	line-height: 1;
	padding: 0   
}

/* @page-archive search-result-button
====================================== */
.search-result-form .search-result-button {
	top: 2px
}

/* @footer
====================================== */
/* footer */
#footer {
	background-color: #222;
	color: #fff;
	font-size: .8rem;
	padding: 1rem 20px;
	text-align: center 
}
#footer a {
	color: #fff
}
#footer a:hover {
	color: #fff
}
#footer p {
	margin: .5em auto
}
/* @footer END
====================================== */

/* Add Last post */
.entry-date .lastmod {
	color: #999;
	display: inline;
	margin-left: 5px
}
.entry-date .lastmod::before {
	content: "\f02b";
	font-size: .9em;
	font-family: "blogicon";	
	letter-spacing: .3em
}
/* Add Last post END */

/* End system
   ========================================================================== */
/* </system> */

/* <system section="background" selected="custom"> */
body{ background-image: url('https://cdn-ak.f.st-hatena.com/images/fotolife/d/dhi-onn131/20190708/20190708104500.jpg'); background-repeat: repeat; background-color:transparent; background-attachment: fixed; background-position: left top;}
/* </system> */