/* <system section="theme" selected="11696248318753787764"> */
@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size:100%;
}

img {
    border:none;
}

ol, ul{
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: Meiryo,serif,sans-serif;
	color: #000;
}

/* navigation design */
#globalheader-container {
    color: #454545;
    width: 100%;
}

/* container design */
#content {
    width: 1000px;
    margin: auto;
    padding: 0px 0px 50px;
}

#container a {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

#container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper {
    width: 700px;
    background: transparent;
    float: right;
}

.entry {
	padding: 20px 25px 25px;
	background: #fff;
    position: relative;
    margin-bottom: 25px;
}

/* title design */
#blog-title {
    width: 1000px;
    text-align: left;
    margin: 25px auto;
    padding: 30px 25px;
    background: #fff;
}

#title {
    font-size: 210%;
    display: inline-block;
    text-shadow: 1px 1px 2px #aaa; 
}

#title a {
    color: #333;
}

#blog-description {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 90%;
    color: #454545;
    display: inline-block;
}

.header-image-enable #blog-title, .header-image-only #blog-title {
	padding: 0;
	background: #fff;
	margin: 25px auto;
}

.header-image-enable #blog-title-inner {
	padding: 50px 0;
	background: #fff;
}

.header-image-enable #title {
    text-align: center;
    display: block;
}

.header-image-enable #blog-description {
    text-align: center;
    display: block;
}

.header-image-enable #blog-title-inner {
    padding: 60px;
}

/* breadcrumb design */
.breadcrumb {
    width: 1000px;
    margin: 25px auto;
	background: #fff;
    padding: 10px 25px;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb div:before {
	content: "✱";
}

/* calender design */
.date a {
    font-size: 80%;
    font-family: cursive,sans-serif;
	color: #454545;
}

/* entry title design */
.entry-title {
    font-size: 150%;
    font-weight: bold;
    margin: 0.2em 0;
}

.entry-title a {
    color: #333;
}

.entry-header {
    position: relative;
    margin-bottom: 0.5em;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
}

/* edit button */
.entry-header-menu a {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 12px;
    padding: 4px 10px;
    text-align: center;
    background-color: #605a5a;
    font-size: 95%;
    color: #fff;
    border: solid 1px #fff;
}

.entry-header-menu a:hover {
    background: #000;
    text-decoration: none;
}

.categories {
	width: 560px;
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.page-index .categories , .page-entry .categories,.page-search .categories, .page-category-category_name .categories, .page-entries-year-month-day .categories {
    position: absolute;
    top:  0px;
    left: 90px;
}

/* カテゴリ未設定の時に表示させない！ */
.no-categories {
	display: none;
}

.categories a {
	color: #898989;
    font-size: 70%;
    display: inline-block;
    padding: 3px 6px;
    background: #efefef;
    border-radius: 3px;
}

/* entry design */
.entry-content {
    margin: 0.8em 0;
    line-height: 1.9;
    font-size: 95%;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.entry-content p {
    margin: 0.8em 0;
}

.entry-content a {
	color: #195caa;
}

.entry-content a:hover {
    text-decoration: underline;
}

a.keyword {
    color: #000;
    border-bottom: dotted 1px #ccc;
}

a.keyword:hover {
    border-bottom: solid 1px #aaa;
    text-decoration: none;
}

.entry-content h3, .entry-content h1, .entry-content h2 {
    font-size: 130%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
    padding: 3px 10px;
    border-left: solid 5px #454545;
    background: #efefef;
    background: rgba(245,245,245,1);
    text-shadow: 1px 1px 1px #fff;
}

.entry-content h4 {
    font-size: 120%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;

    padding: 3px 10px;
    border-left: solid 5px #454545;
    border-bottom: dotted 1px #454545;
}

.entry-content h5 {
    font-size: 110%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
    border-bottom: dotted 1px #454545;
}

.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;
}

.entry-content blockquote p {
    font-size: 90%;
}

.entry-content blockquote:before {
    content: "“";
    font-family: serif;
    position: absolute;
    top:0;
    left:0;
    font-size: 600%;
    color: rgba(200,200,200,1);
    line-height: 1em;
}

.entry-content blockquote:after {
    content: "”";
    font-family: serif;
    position: absolute;
    bottom:0;
    right:0;
    font-size: 600%;
    color: rgba(200,200,200,1);
    line-height: 0;
}

.entry-content blockquote img {
    max-width: 100%;
}

.entry-content blockquote cite {
    display: block;
    text-align: right;
    font-size: 80%;
}

.entry-content blockquote p {
    margin: 0;
}

/* pre design */
.entry-content pre {
    color: #454545;
    border: solid 1px #ddd;
    padding: 20px;
    background: #fff;
    font-size: 100%;
	margin: 0.8em 0;
}

/* super pre design */
.entry-content pre.code {
    color: #fff;
    border: none;
    padding: 20px;
    background: #222;
    font-size: 80%;
    margin: 0.8em 0;
}

.entry-content table {
    border-collapse: collapse;
    border: solid 1px #ddd;
    margin: 0.8em 0;
}

.entry-content th {
    background: #f5f5f5;
    font-weight: bold;
}

.entry-content th, .entry-content td {
    border: solid 1px #ddd;
    padding: 5px 10px;
}

.entry-content td {
    background: #fff;
}

.entry-content > ul, .entry-content > ol {
	margin: 0.8em 0;
}

.entry-content ul li {
    list-style-type: disc;
    margin-left: 30px;
}
.entry-content ol li {
    list-style-type: decimal;
    margin-left: 30px;
}

.entry-content dl {
    margin: 0.8em 0;
}

.entry-content dt {
    font-weight: bold;
    margin-bottom: 0.2em;
}

.entry-content dd {
    margin-left: 30px;
    margin-bottom: 0.4em;
}

.entry-content img, .entry-content iframe, .entry-content embed { 
    max-width: 650px;
}

.entry-content img.magnifiable, .entry-content img.hatena-fotolife { 
    max-width: 650px;
    border: solid 1px #ddd;
}

.entry-content img.magnifiable:hover, .entry-content img.hatena-fotolife:hover { 
    border: solid 1px #de741e;
}

.entry-content .hatena-asin-detail, .entry-content .itunes-embed {
	background: #fff;
	border: solid 1px #ddd;
	padding: 15px 20px;
}

.entry-content .hatena-asin-detail li, .entry-content .itunes-embed li {
    list-style-type: none;
    font-size: 95%;
    margin: 0;
}

.entry-footer a {
    color: #4c4c4c;
    font-size: 80%;
}

.fn {
    font-size: 80%;
}

.entry-footer-section {
	display: inline-block;
}

.hatena-star-container {
	margin-left: 10px;
    margin-bottom: 10px;
	display: inline-block;
}

.social-buttons {
	margin: 0.8em 0;
}

/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #dddddd;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 80%;
  color: #999999;
  margin: 0;
}
.comment-metadata a {
  color: #999999;
}

.entry-footer .comment-box {
    margin: 0.8em 0;
}

.entry-footer .leave-comment-title {
	padding: 4px 8px;

	color: #fff;
	background: #195caa;

	text-decoration: none;
	text-align: center;
	font-size: 80%;
	white-space: nowrap;
	
	border-radius: 3px;

    display: inline-block;
}

.entry-footer .leave-comment-title:hover {
	background-color: #184271;
}


/* common sidebar */
#box2 {
    width: 275px;
    height: auto;

    float: left;
    color: #000;
}

.hatena-module {
    width: 275px;
    padding: 20px 25px;
    background: #fff;
    margin-bottom: 25px;
    font-size: 90%;
}

.hatena-module a {
    color: #195caa;
}

.hatena-module a:hover {
    text-decoration: underline;
}

.hatena-module-title {
    font-size: 120%;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
}

.hatena-module-body {
    font-size: 90%;
}

/* For hentai game's banner */
.hatena-module-body a .erg {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-ms-box-sizing: content-box !important;
	-o-box-sizing: content-box !important;
	box-sizing: content-box !important;
    display: block;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
}

.hatena-module-body:hover a .erg {
    opacity: 0.8;
}

.hatena-module-recent-comments .hatena-urllist li {
    padding: 0.4em 0;
}

.hatena-module-recent-entries .hatena-urllist li a, .hatena-module-links .hatena-urllist li a {
    display: block;
    padding: 0.4em 0;
}

.hatena-module-recent-entries .hatena-urllist li a:hover, .hatena-module-links .hatena-urllist li a:hover{
	background: #efefef;
	text-decoration: none;
}

/* Profile Design */
.hatena-module-profile .profile-icon {
    margin: 0 10px 10px 0;
    border-radius: 3px;
    float: left;
    border: solid 1px #fff;
}

.id {
	font-size: 100%;
}

.profile-description {
    margin: 0.8em 0;
    text-align: left;
    line-height: 1.5;
}

/* Searchbox Design */
.search-module-input {
    width: 225px;
    height: 28px;
    padding: 3px 5px;
    border: solid 1px #ccc;
    vertical-align: middle;
}

.search-module-button {
    display: none;
}

.search-module-button:hover {
    background: #a04910;
}

.hatena-module-recent-entries li a:before, .hatena-module-links li a:before  {
	content: '\25B8  ';	
}

/* 改行防止(省略表示) */
.hatena-module-recent-entries li a, .hatena-module-recent-comments li {
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.archive-module-month {
	list-style-type: none !important;
}

/* Tag Cloud */
.hatena-module-category li  {
	display: inline-block;
	margin-bottom: 2px;
}

.hatena-module-category li a {
	display: inline-block;
	background: #fff;
	color: #195caa;
	border: solid 1px #efefef;
	border-radius: 3px;
	padding: 0 5px;
	line-height: 25px;
	height: 25px;
	font-size: 80%;
	
	max-width: 225px;

	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hatena-module-category li a:hover {
	background: #efefef;
	text-decoration: none;
}

.hatena-module-archive .hatena-urllist li, .hatena-module-category .hatena-urllist li {
    padding: 0.1em 0;
}

/* Pager Button */
.pager {
	width: 700px;
}

.pager:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.pager-next a:after {
    content: " \25b6";
}

.pager-prev a:before {
    content: "\25c0 ";
}

/* 仕様変更対応(2014/3/3) */
.pager-arrow {
	display: none;
}

.page-entry .pager-next a,.page-entry .pager-prev a, .page-archive .pager-next a, .page-archive .pager-prev a {
	display: block;
	width: 338px;
	text-align: center;
	background: #fff;
	float: left;
	margin: auto;
    padding: 12px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-size: 90%;
    color: #195caa;
}

.page-entry .pager-next a, .page-archive .pager-next a {
	float: right;
}

/* Index-Page */
.page-index .pager-next a, .page-search .pager-next a, .page-category-category_name .pager-next a, .page-entries-year-month-day .pager-next a  {
	display: block;
	width: 700px;
	text-align: center;
	background: #fff;

	margin: auto;
    padding: 12px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-size: 90%;
    color: #195caa;
}

.pager-next a:hover, .pager-prev a:hover {
	text-decoration: none;
	background: #efefef;
}

/* アーカイブページ */
.page-archive #main-inner {
	padding: 20px 25px 25px;
	background: #fff;
    position: relative;
    margin-bottom: 30px;
    
    padding-bottom: 20px;
}

.page-archive #main a {
    color: #4c4c4c;
}

/* このへんから修正していく 仕様変更対応(2014/3/3) */

.page-archive #main p {
    font-size: 95%;
    color: #4c4c4c;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.page-archive #main .entry-title {
    font-size: 110%;
    font-weight: normal;
    display: inline-block;
    margin-top: 10px;
    color: #195caa;
}

.page-archive #main .entry-description {
	margin: 0.2em 0;
}
.page-archive #main .categories {
	margin: 0 0 0.5em;
}

.archive-entry {
	border-bottom: solid 1px #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px !important;
}

.page-archive #main .categories:before {
    display: none;
}

.page-archive section {
    margin-bottom: 10px;
	font-family: meiryo,sans-serif;
}

.page-archive #main section h1 {
	font-weight: bold;
	font-size: 90%;
	color: #454545;
	/*
	margin-bottom: 0.4em
	*/
}

.page-archive #main section li {
	margin-bottom: 0.8em;
	border-bottom: solid 1px #ddd;
	padding-bottom: 0.4em; 
}

.page-archive #main .categories a {
	color: #898989;
    font-size: 70%;
    display: inline-block;
    padding: 3px 6px;
    background: #efefef;
}

.page-archive #main span.categories {
	display: block;
}

/* このへんまで */

/* about */
.page-about #main dt {
	padding: 0 0 0.4em;
	margin: 0 0 0.4em 0;
	border-bottom: solid 1px #ddd;
}

.page-about #main dd {
	margin: 0 0 0.8em 10px;
}

.page-about #main dt:before {
    content: "❦ ";
    color: #454545;
}

.page-about #main .entry-content {
    border-bottom: none;
}

/* height対応 */
#content:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/* footer */
#footer {
    clear: both;
    text-align: center;
    padding: 10px;
    font-size: 80%;
    z-index: 4;
}

#footer a {
    color: #454545;
    text-shadow: 0 0 1px #fff;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

#footer a:hover {
    text-decoration: underline;
}

#footer img {
    border-radius: 50%;
}

#top-editarea, #bottom-editarea {
	width: 1000px;
	margin: auto;
	background: #fff;
	margin: 25px auto;
	padding: 20px 25px;
}

.zenback-container * {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-ms-box-sizing: content-box !important;
	-o-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
/* </system> */


/* <system section="background" selected="b7a887"> */
body{background:#b7a887;}
/* </system> */

body {
font: 16px/1.8 "游ゴシック", "YuGothic", "Yu Gothic", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
}
h1.entry-title a {
font: 18px/1.8 "游ゴシック", "YuGothic", "Yu Gothic", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
color: #00addd;
font-weight: bold;
} 


/*シェアボタン*/
.share-3d{
    margin-bottom: 10px;
    text-align: center;
}
.share-3d-inner a {
    position: relative;
    display: inline-block;
    width: 18%;
    height: 40px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
.share-3d .small-text{
    font-size: 10px;
}
.share-3d .hatena-bookmark-button{
    background: #00A4DE;
    box-shadow: 0 3px #43638b;
}
.share-3d .twitter-button{
    background: #55ACEE;
    box-shadow: 0 3px #0092ca;
}
.share-3d .googleplus-button{
    background: #C53727;
    box-shadow: 0 3px #ad3a2d;
}
.share-3d .facebook-button{
    background: #405BA7;
    box-shadow: 0 3px #2c4373;
}
.share-3d .pocket-button{
    background: #EE4256;
    box-shadow: 0 3px 0 #c0392b;
}
.share-3d a:active{
    top: 3px;
    box-shadow: none;
}
.share-3d .hatena-bookmark-button:active{
    background: #43638b;
}
.share-3d .twitter-button:active{
    background: #0092ca;
}
.share-3d .googleplus-button:active{
    background: #ad3a2d;
}
.share-3d .facebook-button:active{
    background: #2c4373;
}
.share-3d .pocket-button:active{
    background: #c0392b;
}

/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.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{background-color:#FF9901 !important;}
.shoplinkrakuten a{background-color:#c20004 !important;}
.shoplinkkindle a{background-color:#007dcd !important;}
.shoplinkkakakucom a{background-color:#314995 !important;}
.shoplinkyahoo a{background-color:#7b0099 !important;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}

@media screen and (max-width: 680px) {
.booklink-box, .kaerebalink-box{padding:15px;}
.booklink-image, .kaerebalink-image{
    width: 100px !important;
    min-width: initial;
}
.booklink-name > a, .kaerebalink-name > a{
    font-size: 15px;
    font-weight: bold;
}
.booklink-name, .kaerebalink-name{margin-bottom:12px;}
.booklink-powered-date, .kaerebalink-powered-date{margin-top:5px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:calc(100% - 4px);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin: 2px 0px;
    padding:10px 0px;
}
}

/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
  position: relative;
  width: calc(100% - 82px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #ddd;
  box-shadow: 0 3px 8px -2px rgba(0,0,0,.16);
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}
.entry-content .l-fuki {
  margin: 20px auto 36px 0;
}
.entry-content .r-fuki {
  margin: 20px 0 36px auto;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
  position: absolute;
  content: "";
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  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: 60px;
  height: 60px;
  top: -6px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 5px #aaa;
  box-sizing: border-box;
}
.entry-content .l-fuki::after {
  right: -82px;
}
.entry-content .r-fuki::after {
  left: -82px;
}
@media screen and (min-width: 478px) {
  .entry-content .l-fuki::after,
  .entry-content .r-fuki::after {
    width: 80px;
    height: 80px;
  }
  .entry-content .l-fuki,
  .entry-content .r-fuki {
    width: calc(100% - 106px);
  }
  .entry-content .l-fuki::after {
    right: -106px;
  }
  .entry-content .r-fuki::after {
    left: -106px;
  }
}
.daichi::after {background-image:url(https://cdn-ak2.f.st-hatena.com/images/fotolife/d/daichi6388/20200405/20200405163123.jpg);}
.okazaki::after {background-image:url(https://cdn-ak2.f.st-hatena.com/images/fotolife/d/daichi6388/20200405/20200405163224.jpg);}
.saeki::after {background-image:url(https://cdn-ak2.f.st-hatena.com/images/fotolife/d/daichi6388/20200405/20200405163447.jpg);}

/*ナビゲーションメニュー*/
#menu {
 position: relative;
 width: 100%;
 padding-left: 0px;
 height: 40px;
 background: #343838;/*グローバルメニュー背景色*/
}
.menu-inner{
 width: 968px;
 margin: 0 auto;
 height: 40px;
}
#menu li {
 list-style-type: none;
 float: left;
 height: 40px;
 text-align: left;
}
#menu li a {
 padding-left: 15px;
 padding-right: 15px;
 display: block;
 color: #ffffff;/*グローバルメニュー文字色*/
 font-size: 80%;
 font-weight: bold;
 line-height: 40px;
}
#menu li:hover a {
 color: #00DFFC;
 background: #ffffff;
 transition: all .5s;
}

.menu-toggle{
 display: none;
} 

/*パソコン１カラム*/
@media screen and (max-width:968px){
    .menu-inner{
        width: 768px;
    }
}

/*タブレット*/
@media screen and (max-width:768px){
 #top-editarea{
  height: initial;
  background: #343838;/*MENU背景色*/
  text-align: right;/*MENUの文字の位置*/
  width: 100%;
    position: absolute;
top: 0;
 }

 .menu-toggle{
  color: #ffffff;/*MENUの文字色*/
  display: inline-block;
  padding: 5px;
  margin: 3px;
 }
 #menu {
  width: 100%;
  display: none;
  height: initial;
  padding: 0;
  margin: 0;
  
 }
 .menu-inner{
  width: 100%;
  height: initial;
  position: static;
  margin: 0;
 }
 #menu li{
  float: none;
  height: 35px;
  width: 100%;
  list-style-type: none;
  background: #00DFFC;/*リスト文字の背景色*/
  margin: 0 auto;
  text-align: left;/*リストの文字の位置*/
 }
 #menu li a {
  height: initial;
  color: #343838;/*リスト文字色*/
  display: block;
 }
 #menu li:hover a{
  color: initial;
  background: initial;
 }
}

/* 月間アーカイブから9999年を消す */
.archive-module-year[data-year="9999"] {
    display: none;
}
/* アーカイブページから特定の記事を消す */
.archive-entry[data-uuid="26006613561074746"] {
    display: none;
}
/* 最新記事の一番目の要素を消す */
.recent-entries-item:first-child {
    display: none;
}
