/* <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="default"> */
/* default */
/* </system> */

@media screen and (max-width:680px) {
.entry-title {
    font-size: 18px;
}
}

/*記事所要時間*/
#estimated-area {
    color: #888;
    font-size: 12px;
}
#estimated-area span {
    font-size: 16px;
    font-weight: bold;
    padding: 0 3px;
}

/* リライト */

.lastmod {
    color: #555;
    background-color: #fff;
    padding: 5px 6px;
    text-decoration: none;
    font-size: 100%;
    display: inline;
    margin-left: 10px;
　　border-radius: 10px;
}
.lastmod::before {
    margin-right: 5px;
    padding-left: 3px;
    font-family: FontAwesome;
    content: '\f021';
}
.entry-date a {
    padding: 5px 6px !important;
}
.entry-date a::before {
    margin-right: 5px;
    padding-left: 3px;
    font-family: FontAwesome;
    content: '\f017';
}

/* バイトボタン */

.button {
	display: inline-block;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none!important;
	line-height: 54px;
	outline: none;
	font-weight:bold;
	border-radius: 10px;
	margin-left:auto!important;
    margin-right:auto!important;

}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	border-radius: 10px;
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 10px;
}

.button {
	position: relative;
	z-index: 2;
	background-color: #dd1c1a;
	border: 2px solid #dd1c1a;
	color: #fff!important;
	line-height: 50px;
}
.button:hover {
	background-color: #fff;
	border-color: #dd1c1a;
	color: #dd1c1a!important;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #dd1c1a;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #dd1c1a;
}

/* 展開 */

p.question {
  cursor: pointer;
  position: relative;
  display: table-cell;
  width: 300px;
  height: 46px;
  border-radius: 4px;
  background-color: #315096;
  font-size: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 2px 4px rgba(0,0,0,.4);
  text-decoration: none;
  transition: all .6s;
}
p.question:hover {
  top: 3px;
  box-shadow: none;
  transition: all .6s;
}
p.answer {
        display: none;
        background: #fffffff;
        border: 2px solid #cccccc;
        border-radius: 10px;
        margin: 10px;
        padding: 20px;
}

p.question2 {
  cursor: pointer;
  position: relative;
  display: table-cell;
  width: 300px;
  height: 46px;
  border-radius: 4px;
  background-color: #315096;
  font-size: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 2px 4px rgba(0,0,0,.4);
  text-decoration: none;
  transition: all .6s;
}
p.question2:hover {
  top: 3px;
  box-shadow: none;
  transition: all .6s;
}
p.answer2 {
        display: none;
        background: #fffffff;
        border: 2px solid #cccccc;
        border-radius: 10px;
        margin: 10px;
        padding: 20px;
}

/* 目次隠す */

/* @media screen and (min-width:680px) {
#content-inner, #n-menu .menu-inner, #n-menu .menu-inner {
  max-width: 1092px;
} */

.table-of-contents{
    display: none;
}
.show-area{
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0;
    color: blue;
}

/* 目次隠す終わり */

.entry-title {
  font-weight: bold;
}

.entry-content a {
  color: #0033cc;
}

.entry-content a:hover {
  color: #dd4b39;/*Google+の色*/
  /*opacity: 0.6 ;*/
}

/* パンくず不具合調整 */

.categories a{
    display: inline-block;
    float: none;
    margin-right: 0;
}

/* リスト行間調整 */

li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}

.profile-description {
  font-size: 14px;
}

.hatena-module-title {
    font-weight: bold;
}

/* タイトル */

#blog-title {
  text-align: center;
}

#title {
  font-size: 32px; /*タイトルのフォントサイズ*/
  margin: 5px;
}

#title a {
  color: #333333;
  letter-spacing: 5px;
}

#blog-description {
  font-size: 12px;
  text-align: left;
  margin: 5px;
  color: #999999;
  padding: 2px;
  letter-spacing: 1px;
}

/*タイトルおわり*/

/*サイドバー関連記事*/

.urllist-item-inner.entries-access-ranking-item-inner {
  font-size:14px;
}

.urllist-item-inner.recent-entries-item-inner {
  font-size:14px;
}

.urllist-item-inner.related-entries-item-inner {
  font-size:14px;
}

/* 見出し */

.entry-content h3 {
    margin: 32px -32px 20px -32px;
    padding: 12px 16px;
    border-left: 10px solid #315096;
    background-color: #ffffff;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
    border-bottom: 1px solid #315096;
    }
    
.entry-content h4 {
  position: relative;
  color: #333333;
  font-size: 18px;
  border-bottom: 4px solid #ccc;
  padding: 8px 10px;
}
.entry-content h4::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 20%;
  height: 4px;
  background-color: #315096;
  z-index: 2;
  content: '';
}

.entry-content h5 {
position: relative;
color: #333333;
font-size: 16px;
padding: 0 .5em .5em 2em;
border-bottom: 1px solid #315096;/* 中見出し下のボーダー */
}
.entry-content h5::before,
.entry-content h5::after {
 position: absolute;
 content: '';
 border-radius: 100%
}
.entry-content h5::before {
 top: .2em;
 left: .2em;
 z-index: 2;
 width: 18px;
 height: 18px;
 background: #315096;/* 前の○ */
}
.entry-content h5::after {
 top: .7em;
 left: .7em;
 width: 13px;
 height: 13px;
 background: #ccc;/* 後ろの○ */
}

/*目次表記*/

/* .table-of-contents:before{
    content: "目次";
    font-size: 120%;
    font-weight: bold;
} */

.table-of-contents ul{
    list-style-type: decimal;
    margin-top: 0em;
    margin-bottom: 0em;
}

.table-of-contents li{
    list-style-type: decimal;
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 90%;
}

.table-of-contents{
    padding: 20px 10px 20px 40px !important;
    border-radius: 5px;
    border: solid 1px #e4e4e4;
    /*background: #f0f0f0;*/
}

/*続きを読む*/

.entry-content .entry-see-more {
    background-color: #222;
    color: #ffffff !important;
    border: 2px solid #222;
    line-height: 40px;
}

.entry-content .entry-see-more:hover {
    background-color: transparent;
    color: #222 !important;
}

/*続きを読む終わり*/

.entry-content blockquote {
font-style: normal!important; /*引用部分斜体無効*/
}

/* 引用のデザイン1 */

.entry-content blockquote {
    padding: 20px 55px;
    background: rgba(245,245,245,0.8);
    color: #222;
    position: relative;
    border: solid 1px #fff;
    margin: 0.8em 0;
}

/* 引用のデザイン2 */

.entry-content blockquote:before {
    color: rgba(200, 200, 200, 1);
    content: "“";
    font-family: serif;
    font-size: 600%;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 0;
}

/*******グローバルナビ********/
.slideButton {
    display: none;
}
#slideMenu {
    position: relative;
    width: 100%;
    height: 48px;
    background-color: #315096;/*メニューの背景色*/
    border-top: 5px solid #55acee;
}
#slideMenu > .slideMenuInner {
    list-style-type: none;
    width: 1080px;/*メニューの横幅を*/
    height: 100%;
    margin: 0 auto;
    padding-left: 0;
}
#slideMenu > .slideMenuInner li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    margin-top: 0; /*ヘッダーリストの行間調整*/
    margin-bottom: 0; /*ヘッダーリストの行間調整*/
}
#slideMenu > .slideMenuInner > li a {
    display: block;
    position: relative;
    z-index: 2;
    height: 100%;
    padding-right: 20px;/*文字の左の余白*/
    padding-left: 20px;/*文字の右の余白*/
    background-color: #315096;/*文字の背景色*/
    color: #fff;/*文字色*/
    font-size: 80%;
    text-decoration: none;
    line-height: 48px;
}
#slideMenu > .slideMenuInner > li:hover a {
    background-color: #55acee;/*文字の背景色（マウスホバー時）*/
}
/*２階層目*/
#slideMenu > .slideMenuInner > li > ul.second-level {
    visibility: hidden;
    list-style-type: none;
    position: absolute;
    z-index: -1;
    top: 0;
    margin: 0;
    padding-left: 0;
}
#slideMenu > .slideMenuInner > li:hover > ul.second-level {
    visibility: visible;
    z-index: 1;
    top: 48px;
    transition: all .3s;
}
#slideMenu > .slideMenuInner > li:hover > ul.second-level > li {
    width: 200px;
    height: 48px;
    text-align: center;
}
#slideMenu > .slideMenuInner > li:hover > ul.second-level > li > a {
    display: block;
    background-color: #315096;/*子メニューの文字の背景色*/
    color: #fff;/*子メニューの文字色*/
    font-size: 80%;
    text-decoration: none;
    line-height: 48px;
}
#slideMenu > .slideMenuInner > li:hover > ul.second-level > li > a:hover {
    background-color: #55acee;/*子メニューの背景色（マウスホバー時）*/
}
/*２階層目ここまで*/
/******スライドメニュー*******/
@media screen and (max-width:680px) {/*１*/
    #menuButton {
        z-index: 10;
        width: 100%;
        background-color: #315096;/*メニューバーの色*/
    }
    #menuButtonInner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: right;
    }
    .slideButton {
        display: inline-block;
        margin: 5px;
        padding: 8px 15px;
        background-color: #55acee;/*「MENU」の背景色*/
        color: #fff;/*「MENU」の文字色*/
        font-size: 70%;
        text-decoration: none;
        cursor: pointer;
    }
    #slideMenu {
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        z-index: 20;
        top: 0;
        right: -260px;
        width: 260px;
        height: 100%;
        margin: 0;
        padding: 0;
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    }
    #slideMenu > .slideMenuInner {
        position: static;
        width: 100%;
        height: 100%;
    }
    #slideMenu > .slideMenuInner > li {
        display: block;
        position: relative;
        float: none;
        width: 100%;
        height: 40px;
        margin: 0 auto;
        border-top: 1px solid #eee;
        text-align: center;
    }
    #slideMenu > .slideMenuInner > li a {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: #fff;/*スライドメニューの背景色*/
        color: #333;/*スライドメニューの文字色*/
        font-size: 70%;
        font-weight: bold;
        line-height: 40px;
    }
    #slideMenu > .slideMenuInner > li:hover a {
        background-color: #fff;/*スライドメニューの背景色（マウスホバー時）*/
        color: #333;/*スライドメニューの文字色（マウスホバー時）*/
    }
    #slideMenu > .slideMenuInner > li > a:active {
        opacity: .8;
    }
    #slideMenu > .slideMenuInner > li:hover > ul.second-level {
        display: none;
    }
    .closeArea {
        height: 100%;
        background-color: #333;/*クローズエリア（スライドメニューの下の部分）の色*/
        cursor: pointer;
    }
    #layer {
        display: none;
        position: fixed;
        z-index: 10;
        top: 0;
        width: 100%;
        height: 150%;
        background-color: #222;/*レイヤーの色*/
        opacity: .4;/*レイヤーの透明度*/
        cursor: pointer;
    }
}

/* シェアボタン */
.share-area {
  text-align: center;
  margin-bottom: 10px;
}
.share-button a {
  display: inline-block;
  width: 104px;
  height: 52px;
  padding: 4px 0;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  vertical-align: bottom;
  border: 1px solid #ddd;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.share-button a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
.share-area i,
.share-area .lg {
  font-size: 24px;
}
.share-button .hatena-bookmark-button .lg {
  font-size: 32px;
}
.share-button .hatena-bookmark-button {
  padding-top: 1px;
  padding-bottom: 6px;
}
.share-button .twitter-button {
  padding-top: 5px;
}
.share-button .facebook-button .lg  {
  font-size: 28px;
}
.share-button .twitter-button .lg {
  font-size: 27px;
}
.share-area .small-text {
  font-size: 11px;
}
.share-area .fa-spin {
  font-size: 8px;
  color: #fff;
}
.share-button .hatena-bookmark-button {
  background: #00A4DE;
}
.share-button .facebook-button {
  background: #405BA7;
}
.share-button .twitter-button {
  background: #55ACEE;
}
.share-button .googleplus-button {
  background: #C53727;
}
.share-button .pocket-button {
  background: #EE4256;
}

.follow-btn{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.follow-btn a {
    display: inline-block;
    height: 45px;
    line-height: 22px;
    width: 20%;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.follow-btn .hatena {
    color: #3D3F44;
    border: 2px solid #3D3F44;
    background: #ffffff; 
}
.follow-btn .facebook {
    color: #305097;
    border: 2px solid #305097;
    background: #ffffff;
}
.follow-btn .twitter {
    color: #00ACEE;
    border: 2px solid #00ACEE;
    background: #ffffff; 
}
.follow-btn .feedly { 
    color: #70CA3B;
    border: 2px solid #70CA3B;
    background: #ffffff;
}
.follow-btn .hatena:hover {
    color: #ffffff;
    background: #3D3F44;
    transition: all .3s;
}
.follow-btn .facebook:hover {
    color: #ffffff;
    background: #305097;
    transition: all .3s;
}
.follow-btn .twitter:hover {
    color: #ffffff;
    background: #00ACEE;
    transition: all .3s;
}
.follow-btn .feedly:hover {
    color: #ffffff;
    background: #70CA3B;
    transition: all .3s;
}

.text-small{
    font-size: 8px;
}

/* Milliard */

.ssImg{
    height: 80px;
    width: 80px;
    padding: 0;
    border-radius: 0em; /*サムネイル画像の角の丸みをなくす*/
    border: solid 1px rgb(61, 61, 61); /*画像の枠線をつける*/
}
.ssTitle{
    font-size: 90%;
}
.ssPanel{
    border-top: 1px solid rgb(228, 228, 228) !important;
    border-bottom: none !important;
    width: 49% !important;
    height: 100px !important;
    float: left !important;
    margin-right: 1% !important;
}
.ssLimitedContainerHeader > div > div > div{
     color: #ffffff ;
     background: #315096;
     font-size: 16px ;
     padding: 10px 5px 10px 10px !important;
     margin-top: 15px;
}

/*サイドバータブメニュー*/

.tab{
    display: inline-block;
    padding: 8px 15px 5px 15px;/*横に入りきらない場合はこの２番目と４番目の数字を小さく*/
    background: #f0f0f0;/*反応していないタブの背景色*/
    border-radius: 5px 5px 0 0;
    font-size: 12px;/*横に入りきらない場合はここの数字を小さく*/
    cursor: pointer;
}
.active{
    color: white;
    background: black;/*反応しているタブの背景色*/
    border-radius: 5px 5px 0 0;
}
.hatena-module-title2{
    border-bottom: 3px solid black;/*タブの下線*/
}

/*サイドバーフォローボタン*/

.content-inner-follow-buttons{
    text-align: center;
    margin-top:40px;
    width:100%;
}
.content-inner-follow-buttons .follow-title {
    width:100%;
    color:#666;
    margin-bottom:5px;
}
.content-inner-follow-buttons a {
    display: inline-block;
    width:60px;
    text-align: center;
    text-decoration: none;
    margin:5px;
}
.content-inner-follow-buttons .inner-text {
    font-size:13px;
}
.content-inner-follow-buttons .lg, .content-inner-follow-buttons .fa {
    padding:15px;
    border-radius:5px;
    margin:2px auto;
}
.content-inner-follow-buttons .hatena {
    color: #38393C;
    background: #ffffff;
}
.content-inner-follow-buttons .blogicon-hatenablog {
    background: #38393C;
    color: #ffffff;
}
.content-inner-follow-buttons .blogicon-hatenablog:hover {
    background: #5F6063;
}
.content-inner-follow-buttons .facebook {
    color: #305097;
    background: #ffffff;
}
.content-inner-follow-buttons .blogicon-facebook {
    background: #305097;
    color: #ffffff;
}
.content-inner-follow-buttons .blogicon-facebook:hover {
    background: #5A77B7;
}
.content-inner-follow-buttons .twitter {
    color: #55acee;
    background: #ffffff;
}
.content-inner-follow-buttons .blogicon-twitter {
    background: #55acee;
    color: #ffffff;
}
.content-inner-follow-buttons .blogicon-twitter:hover {
    background: #89C7F7;
}
.content-inner-follow-buttons .instagram {
    color: #3f729b;
    background: #ffffff;
}
.content-inner-follow-buttons .blogicon-instagram {
    background: #3f729b;
    color: #ffffff;
}
.content-inner-follow-buttons .blogicon-instagram:hover {
    background: #7AA5C7;
}
.content-inner-follow-buttons .feedly {
    color: #6cc655;
    background: #ffffff;
}
.content-inner-follow-buttons .blogicon-rss {
    background: #6cc655;
    color: #ffffff;
}
.content-inner-follow-buttons .blogicon-rss:hover {
    background: #8EDC7A;
}
.content-inner-follow-buttons .googleplus {
    color: #db4a39;
    background: #ffffff;
}
.content-inner-follow-buttons .fa-google-plus {
    background: #db4a39;
    color: #ffffff;
}
.content-inner-follow-buttons .fa-google-plus:hover {
    background: #e47365;
}
 
 /*--------------------------------------
  ヨメレバ・カエレバ（PC）
--------------------------------------*/
.booklink-box, .kaerebalink-box{
    padding:25px;
    margin-bottom: 10px;
    border:double #CCC;
    overflow: hidden;
    font-size:small;
}
.booklink-image, .kaerebalink-image{
    margin:0 15px 0 0;
    float:left;
    min-width: 160px;
    text-align: center;
}
.booklink-image img, .kaerebalink-image img{
    margin:0 auto;
    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:8px;
     margin-top:10px;
     font-family:verdana;
     line-height:120%;
}
.booklink-detail, .kaerebalink-detail{font-size: 12px;}
.booklink-powered-date, .kaerebalink-detail{margin-bottom:15px;}
.booklink-link2, .kaerebalink-link1{margin-top:10px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:30%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    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;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
    color: #fff !important;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover{opacity: 0.6;}
.booklink-link2 a:active
.kaerebalink-link1 a:active{
    position:relative;
    top:1px;
}
/*ボタンを変えるときはここから*/
.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;}
.shoplinkkakakucom a{color:#314995 !important;border: 1px solid #314995;}
.shoplinkyahoo a{color:#7b0099 !important;border: 1px solid #7b0099 !important;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}

/* アプリーチ */

#appreach-box {
	border: 1px solid #ddd;
	margin: 2em 0;
}
 
#appreach-box p {
	display: none;
}

/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
	position: relative;
	width: 80%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px;
	border-radius: 6px;
	border: 2px solid #999;
	box-shadow: 1px 1px 5px #aaa;
	background-color: #fff;
	z-index: 1;
}
.entry-content .l-fuki {
	margin: 20px 20% 40px 0;
}
.entry-content .r-fuki {
	margin: 20px 0 40px 19%;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
	position: absolute;
	content: "";
	top: 16px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	background-color: #fff;
	z-index: 2;
}
.entry-content .l-fuki::before {
	right: -7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
	left: -7px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
	position: absolute;
	content: "";
	width: 80px;
	height: 80px;
	top: -10px;
	border-radius: 40px;
	border: 3px solid #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 1px 1px 5px #aaa;
}
.entry-content .l-fuki::after {
	right: -110px;
}
.entry-content .r-fuki::after {
	left: -110px;
}
@media screen and (max-width: 620px) {
	.entry-content .l-fuki,
	.entry-content .r-fuki {
		width: 70%
	}
	.entry-content .l-fuki {
		margin-right: 30%;
	}
	.entry-content .r-fuki {
		margin-left: 30%;
	}
}
@media screen and (max-width: 478px) {
	.entry-content .l-fuki::after,
	.entry-content .r-fuki::after {
		width: 60px;
		height: 60px;
		border-radius: 30px;
	}
	.entry-content .l-fuki::after {
		right: -84px;
	}
	.entry-content .r-fuki::after {
		left: -84px;
	}
}
.boku::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20160923/20160923232027.jpg?1474640604);}
.yuka::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20161010/20161010162418.jpg?1476084271);}
.onisan::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20161010/20161010123838.jpg?1476070799);}
.madam::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20160923/20160923232028.png?1474640617);}
.jeb1::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20161111/20161111190658.jpg?1478858839);}
.jeb2::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20161111/20161111190657.jpg?1478858838);}
.jeb3::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20161111/20161111190656.jpg?1478858839);}
.sibutaku::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20161111/20161111190659.jpg?1478858837);}
.don::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20161117/20161117143134.png?1479360717);}
.sri1::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20161117/20161117150301.png?1479362619);}
.sri2::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20161117/20161117150302.png?1479362693);}
.sri3::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20161117/20161117150259.png?1479362709);}
.sri4::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20161117/20161117150305.png?1479362804);}
.sri5::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20161117/20161117150304.png?1479362736);}
.sri6::after {background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/a/afrokanchan/20161117/20161117150303.png?1479362758);}