/* <system section="theme" selected="26006613459668327"> */
@charset "UTF-8";
/*
  Author: くうく堂
  Responsive: yes
*/
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/***********************************
*         初期化
************************************/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/***********************************
*         全体設定
************************************/
*,
::after,
::before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;/* 10px */
}
body{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.7rem;
	text-align: left;
	word-wrap:break-word;
	overflow-wrap:break-word;
	font-weight: 500;
	line-height: 1.5;
	text-spacing: .2em;
	min-width: 960px;
	color: #454545;
	background: white;
}
a{
	text-decoration: none;
	color: #4287f5;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
iframe{
	max-width: 100%;
	max-height:calc(66vw);
}
strong{
	font-weight: bold;
}

#blog-title-content,
#content-inner,
.breadcrumb-inner,
#top-editarea,
#bottom-editarea{
	margin-left: auto;
	margin-right: auto;
	width: 86%;
	min-width: 960px;
}

@media ( max-width : 768px ) {
	body{
		min-width: 0;
		font-size:1.6rem;
	}
	#blog-title-content,
	#content-inner,
	.breadcrumb-inner,
	#top-editarea,
	#bottom-editarea{
		width: 96%;
		min-width: 0;
	}
}
@media ( max-width : 480px ) {
	#content-inner{
		width: 100%;
	}
	#content-inner .archive-entries,
	#content-inner .pager,
	#content-inner #box1-inner,
	#content-inner #box2-inner{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
}


/***********************************
*        2カラム
************************************/
#content-inner{
	display: flex;
}
#wrapper{
	margin-right: 60px;
	width: calc(100% - 390px);
	flex-shrink: 0;
}
#box2{
	width: 330px;
	flex-shrink: 0;
}

@media ( max-width : 768px ) {
	#content-inner{
		display: block;
	}
	#wrapper{
		margin-right: 0;
		width: 100%;
	}
	#box2{
		width: 100%;
	}
}

/***********************************
*         ヘッダー
************************************/
#globalheader-container{
	background-color: transparent;
	color: #999;
}
#blog-title-inner{
	padding-top: 2em;
	padding-bottom: 2em;
	line-height: 1.2;
}
#title{
	margin: 0;
	font-size: 2.0rem;
}
#title a{
	color: inherit;
}
#blog-description{
	font-size: 1.28rem;
	margin-top: .5em;
	font-weight: 500;
}

/***********************************
*       グローバルメニュー
************************************/
#top-editarea{
}
#global-menu{
	overflow-x: scroll;
	-ms-overflow-style:none;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
}
#global-menu::-webkit-scrollbar{
	display:none;
}
#global-menu a{
	color: inherit;
}
#global-menu li{
	list-style: none;
	display: inline-block;
	margin-right: 2em;
}
#global-menu li:last-child{
	margin-right: 0;
}

@media ( max-width : 480px ) {
	#global-menu{
		font-size: 1.4rem;
	}
}

/***********************************
*         ぱんくずリスト
************************************/
#top-box{
	background: white;
}

.breadcrumb{
	padding-top: .5em;
	margin-bottom: 0 !important;
}
.breadcrumb-inner{
	font-size: 1.28rem;
	color: #777;
}
.breadcrumb-gt{
	margin: 0;
}
.breadcrumb a{
	color: inherit;
}
.breadcrumb-inner>*:first-child:before{
	font-family: 'FontAwesome';
	content: "\f015";
}

/***********************************
*
*         エントリー
*
************************************/
#content{
	background: white;
	padding-top: 3em;
	padding-bottom: 3em;
}

.entry{
	margin-bottom: 4em;
}
.entry:last-child{
	margin-bottom: 0;
}

/***********************************
*        記事ヘッダー
************************************/
.entry-header{
}
.entry-header a{
	color: inherit;
}
.date .hyphen{
	display: none;
}
.date .date-year:after,
.date .date-month:after{
	content:".";
}
.date:before{
	font-family: 'FontAwesome';
	content: "\f017";
}
.entry-header .entry-title{
	font-size: 3.1rem;
	margin-top: .5em;
	margin-bottom: 2em;
}
.categories{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.28rem;
	color: #777;
}
.categories a{
	margin-top: .1em;
	color: inherit;
	margin-left: .8em;
}
.categories:before{
	font-family: 'FontAwesome';
	font-size: 1.8rem;
	content: "\f02b";
}
.categories a:first-child{
	margin-left: .5em;
}
.entry-header .categories{
	margin-bottom: 2em;
	justify-content: flex-end;
}
.entry-header-menu{
	position: fixed;
	left: 0;
	top: 50%;
	font-size: 1.8rem;
	height: 4em;
	width: 4em;
	line-height: 4em;
	text-align: center;
	font-weight: bold;
	border-radius: 6px;
	background: #777;
	color: white;
	box-shadow: 1px 1px 3px 0 #454545;
}

/***********************************
*        記事本文
************************************/
.entry-content{
	margin-top: 2rem;
	margin-bottom: 3em;
	line-height: 1.8;
}
.entry-content video{
	max-width: 100%;
	height: auto;
}
.entry-content .table-of-contents{
	padding: 1.5em .5em 1.5em 2.5em;
	margin: 3em 0;
	color: #777;
	border-left: solid 1px #ddd;
	font-size: 1.5rem;
}
.entry-content .table-of-contents:before{
	content:"\76EE\6B21";
	display: block;
	margin-bottom: .5em;
	margin-left: .3em;
	font-weight: bold;
}
.entry-content .table-of-contents li{
	list-style-type: decimal;
	padding-left: .3em;
}
.entry-content .table-of-contents a{
	color: inherit;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size: 1.8rem;
	margin-top: 3em;
	margin-bottom: 1em;
	line-height: 1.5;
}
.entry-content h1,
.entry-content h2,
.entry-content h3{
	font-size: 2.4rem;
	border-left: 10px solid #454545;
	padding: .3em 0 .3em .8em;
}
.entry-content h4{
	font-size: 2.1rem;
	border-bottom: solid 1px #ddd;
	padding: .4em 0;
}
.entry-content h5:before{
	content: "-";
	display: inline-block;
	margin-right: .5em;
}
.entry-content p{
	margin-bottom: 1em;
}
.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{
	font-size: 1.4rem;
	border-collapse: separate;
	border-spacing: 2px 2px;
	border:none;
}
.entry-content th{
	border:1px solid #ddd;
	padding: 5px 10px;
	border-radius: 3px;
	color: white;
	background: #777
}
.entry-content td{
	background: white;
	border:1px solid #ddd;
	padding: 5px 10px;
	border-radius: 3px;
}
.entry-content blockquote{
	background: #f5f5f5;
	padding: 2em;
	position: relative;
}
.entry-content blockquote:before{
	content:"\201D";
	position: absolute;
	font-size:400%;
	top: 0;
	left: 0;
	color: #ddd;
}
.entry-content pre,
.entry-content code{
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content pre{
	background: #454545;
	border: none;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	line-height: 1.3;
	font-size: 90%;
	padding: .5em;
	color: #e3e3e3;
}
.entry-content pre > code{
	margin: 0;
	padding: 0;
	white-space: pre;
	border: none;
	background-color: transparent;
}
.entry-content code{
	font-size: 90%;
	margin: 0 2px;
	padding: 0px 5px;
	background-color: #454545;
	color: #e3e3e3;
	border-radius: 3px;
}
.entry-content hr{
	width: 100%;
	border: 0;
	border: none;
	border-top: 1px solid #ddd;
	margin: 2em auto;
}

@media ( max-width : 768px ) {
	.entry{
		padding-left: 1em;
		padding-right: 1em;
	}
}
@media ( max-width : 480px ) {
	.entry-header .entry-title{
		font-size: 2.1rem;
	}
	.entry-content h1,
	.entry-content h2,
	.entry-content h3{
		margin-left: -1.6rem;
		border-left: solid 6px #454545;
	}
}

/***********************************
*        記事フッター
************************************/
.entry-footer .social-buttons{
	margin-bottom: 1em;
}

.entry-footer-section{
	color: #999;
	font-size: 1.28rem;
	text-align: right;
}

.entry-footer-section a{
	color: #777;
}

/*------------------ コメント */
.comment-box{
	margin: 3em 0;
	font-size: 1.5rem;
}
.comment-box .comment{
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-box .entry-comment{
	padding: 1em 0 1em 70px;
	position: relative;
	margin-top: 1em;
}
.comment-box .read-more-comments{
	padding: 10px 0;
}
.comment-box .hatena-id-icon{
	position: absolute;
	top: 1em;
	left: 10px;
	width: 50px !important;
	height: 50px !important;
	border-radius: 3px;
}
.comment-user-name{
	margin: 0 0 .4em 0;
	font-weight: bold;
}
.comment-content{
	margin: 0 0 .4em 0;
	word-wrap: break-word;
}
.comment-content p{
	margin: 0 0 .6em 0;
}
.comment-metadata{
	color: #999;
	margin: 0;
	font-size: 1.28rem;
}
.comment-metadata a{
    color: inherit;
}
.leave-comment-title{
	display: table;
	padding: 1em 2em;
	border-bottom: 1px solid #ddd;
	margin: 0 auto;
	font-weight: bold;
	color: #454545;
}
.leave-comment-title:before{
	font-family: 'FontAwesome';
	font-size: 1.8rem;
	content: "\f086";
}

/*------------------ nextprev */
.pager{
	margin: 4em 0;
	font-weight: bold;
}
.pager:after{
	content: "";
	visibility: hidden;
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
}
.pager a{
	color: inherit;
}
.pager-next,
.pager-prev{
	display: block;
	padding: 1em;
	width: 49%;
}
.pager-next:before{
	content: "next";
	display: block;
	color: #ddd;
	font-size: 1rem;
}
.pager-prev:before{
	content: "prev";
	display: block;
	text-align: right;
	color: #ddd;
	font-size: 1rem;
}
.pager-next{
	float: right;
	border-left: solid 1px #ddd;
}
.pager-prev{
	float: left;
	border-right: solid 1px #ddd;
}
@media ( max-width : 480px ) {
	.page-entry .pager-prev,
	.page-entry .pager-next{
		margin-top: 1em;
		margin-left: 1em;
		margin-right: 1em;
		border: solid 1px #ddd;
		float: none;
		width: auto;
	}
}

/***********************************
*         サイドバー
************************************/
.hatena-module{
	margin-bottom: 5em;
	margin-top: 5em;
	font-size: 1.5rem;
}
#box2 .hatena-module:first-child{
	margin-top: 0;
}
.hatena-module-title{
	display: table;
	margin-bottom: 2.8rem;
	font-weight: bold;
	padding: 0 1.5em .6em 0;
	border-bottom: solid 1px #ddd;
	font-size: 1.9rem;
}
.hatena-module-title a{
	color: inherit;
}
.hatena-module-body{
	padding: 1em;
}
@media ( max-width : 768px ) {
	#box2 .hatena-module:first-child{
		margin-top: 5em;
	}
}

/*------------------ プロフィール */
.hatena-module-profile .profile-icon{
	margin: 0 auto;
	border-radius: 6px;
	display: block;
	border: solid 1px #ddd;
}
.hatena-module-profile .profile-description{
	margin-top: 1em;
	margin-bottom: 1em;
}
.hatena-module-profile .id{
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
	text-align: center;
}
.hatena-module-profile
.hatena-follow-button-box{
	text-align: right;
}
.hatena-follow-button{
	float: none;
}
.hatena-follow-button-box .subscription-count-box{
	float: none;
	display: inline-block;
}

/*------------------ リンクリスト */
.hatena-urllist{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height:1.2;
}
.hatena-urllist a{
	color: inherit;
}
.hatena-urllist li{
	margin: .3em 0;
}
.urllist-title-link{
	font-size: 100%;
}
.urllist-image{
	border-radius: 3px;
}
.hatena-module-links .hatena-urllist li:before{
	font-family: 'FontAwesome';
	content:"\f138";
	margin-left: .3em;
}

.hatena-urllist .urllist-category-link{
    font-size: .7rem;
    padding: .1em .3em;
}
.hatena-urllist .urllist-date-link a{
    color: #999;
}
.hatena-urllist .urllist-entry-body{
    margin-top: .3em;
}

/*------------------ 検索 */
.search-result-form,
.hatena-module-search-box .search-form {
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 100%;
	display: flex;
	align-items: center;
}
.search-result-form .search-result-input,
.hatena-module-search-box .search-module-input{
	flex: 1 0;
	padding: 1em;
	background: none;
	border: none;
	outline: none;
	height: auto;
}
.search-result-form .search-result-button,
.hatena-module-search-box .search-module-button{
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
	background-size: 20px 20px;
	border: none;
	outline: none;
	color: transparent;
	overflow: hidden;
	opacity: .5;
	cursor: pointer;
	position: static;
}

/*------------------ カレンダー */
.archive-module-calendar .archive-module-calendar-selector{
	padding: .5em;
	border-radius: 3px;
}

/*------------------ カテゴリ */
.hatena-module-category .hatena-urllist{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
}
.hatena-module-category .hatena-urllist li{
	border: solid 1px #ddd;
	margin-right: .3em;
	margin-bottom: 0;
	padding: .1em .5em;
	border-radius: 3px;
}

/***********************************
*         about
************************************/
.page-about .entry-content dt{
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: .5em;
}
.page-about .entry-content dd{
	margin-left: 0;
	margin-bottom: 2em;
}


/***********************************
*         アーカイブ
************************************/
.archive-header-category{
	margin-bottom: 0;
}
.archive-heading{
	margin: 0 auto 4.3rem auto;
	padding: 0 1.5em .6em 1.5em;
	font-size: 1.8rem;
	display: table;
	border-bottom: solid 1px #ddd;
}
.archive-header-category .archive-heading{
	margin: 0 auto 4.3rem auto;
	font-size: 1.8rem;
}

.page-archive .archive-entry{
	margin-bottom: 4.3rem;
	position: relative;
	min-height: calc(36px + 120px);/*36px = 31.8px + 4.2px(1.7rem*0.5/2) */
}
.page-archive .archive-entry-header{
	margin-right: 260px;
}
.page-archive .categories{
	margin-right: 260px;
	margin-top: 1em;
}
.page-archive .archive-entry-body{
	display: none;
}
.page-archive .entry-thumb-link{
	position: absolute;
	top: 36px;
	right: 0;
	padding: 5px;
	background: #f6f5f5;
}

.page-archive .archive-entry-header a{
	color: inherit;
}
.page-archive .entry-thumb{
	width: 230px;
	height: 110px;
	border-radius: 3px;
	margin-right: 0;
	float: none;
}
.page-archive .date{
	font-size: 1.28rem;
	margin-bottom: 1em;
}

@media ( max-width : 480px ) {
	.page-archive .archive-entry{
		min-height: calc(36px + 90px);
		margin-bottom: 4em;
	}
	.page-archive .archive-entry-header{
		margin-right: 100px;
	}
	.page-archive .categories{
		margin-right: 100px;
	}
	.page-archive .entry-thumb{
		width: 80px;
		height: 80px;
	}
}

/***********************************
*         フッター
************************************/
#footer {
	margin-top: 2em;
	padding-bottom: 2rem;
	text-align: center;
	font-size: .8rem;
	color: #999;
}

#footer a {
	color: inherit;
}

#footer p {
	margin: .5em auto;
}

/* </system> */

/* <system section="background" selected="fff"> */
body{background:#fff;}
/* </system> */

h1 {
  position: relative;
  padding: 0.1em 0.5em;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), transparent);
  background: linear-gradient(to right, rgb(255, 186, 115), transparent);
  color: #545454;
}

/* header-image-onlyタイトル画像の高さを変更する */
.header-image-only #blog-title #blog-title-inner {
    height: 420px;/* デフォルトでは200px.画像の高さを指定 */
}

/* タイトル画像上下の余白を取る */
    #blog-title {
    margin: 0 auto;
    padding: 0;
}

.table-of-contents:before{
content: “この記事の目次”;
font-size: 120%;
font-weight: bold;
}

.table-of-contents{
padding: 20px 10px 20px 40px;
border-radius: 5px;
background: #f0ffff;
}

.entry-content h2 {
position: relative;
padding: 6px 10px;
color: #fff;
background-color: #293b6a;
border-radius: 4px;
}
.entry-content h2::before,
.entry-content h2::after {
position: absolute;
width: 100%;
height: 4px;
z-index: 2;
content: '';
}
.entry-content h2::before {
top: 0;
left: 0;
border-bottom: 1px dashed #fff;
}
.entry-content h2::after {
top: 100%;
left: 0;
margin-top: -4px;
border-top: 1px dashed #fff;
}

.entry-content h3 {
position: relative;
padding: 6px 0 6px 34px;
color: #111;
border-bottom: 2px solid #ce0d55;
}
.entry-content h3::before,
.entry-content h3::after {
position: absolute;
background-color: #ce0d55;
content: '';
}
.entry-content h3::before{
top: 0;
left: 14px;
width: 12px;
height: 12px;
-webkit-transform: rotate(50deg);
transform: rotate(50deg);
}
.entry-content h3::after{
top: 18px;
left: 8px;
width: 8px;
height: 8px;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}

h4 {
  position: relative;
  padding: 0.25em 0;
}
h4:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

h5 {
  position: relative;
  padding: 0.25em 0;
}
h5:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}



#blog-title-inner {
height: 200px;
background-size: cover;
background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/y/yapuu-rider/20200602/20200602085308.jpg");
background-position: 20% 20%;
}


/* 2016-05-05*/
<!-- メニューバー -->
#menubar{
 width:100%; 
}

#menubar ul{
 display:table;
 width:100%;
 margin: 20; 
 padding: 0;
 background-color: #FFFFFF; }
#menubar li{
 display: table-cell;
 width:20%;
 padding:0;
 background-color: #A3373A; }
#menubar li a{
 display: block;
 margin:0 auto;
 padding:5px;
 border: 1px solid #FFFFFF;
 text-decoration: none;
 color: #FFFFFF;
 text-align: center;
 font-size: 18px; }
#menubar li a:hover{
 background-color: #FBAAAC; }
 
/*上に戻るボタン関係*/
#page-top {
display:none;
position:fixed;
bottom:20px;
right:10px;
margin: 0;
padding: 0;
cursor:pointer;
z-index: 10;
}

#move-page-top {
display:block;
color:rgba(0,0,0,0.4);
cursor:pointer;
}

#move-page-top:hover {
color:rgba(0,0,0,0.7);
}

/*
 * 読者になるボタン
 */
/*共通の読者ボタンの設定*/
.hatena-follow-button {
font-size:15px;                /*文字の大きさ*/
border: 0px !important;        /*枠線なし*/
width: 100px;                  /*ボタンの横幅*/
height: 30px;                  /*ボタンの縦幅*/
text-align: center;            /*文字を左右の中心に*/
vertical-align: middle;        /*文字を上下の中心に*/
padding: 4px 10px !important;  /*上下に4px 左右に10pxの隙間*/
}
/*読者の人 通常時*/
.hatena-follow-button.subscribing {
box-shadow: 0 2px 4px rgba(0,0,0,.4);   /*影をつける*/
background-color:white;                 /*ボタンの色*/
border: 1.2px solid #a9a9a9 !important; /*薄く枠線を描いてあります*/
}
/*読者の人 マウスを重ねたとき*/
.hatena-follow-button.subscribing.hover {
width:100px;                  /*調整のためいれてます*/
top: 2px;                     /*ボタンを下げる*/
box-shadow: none;             /*影をなくす*/
}
/*読者じゃない人 通常時*/
.hatena-follow-button.unsubscribing {
color:white !important;                /*文字の色*/
background: #F57A8F;                   /*ボタンの色*/
box-shadow: 0 2px 4px rgba(0,0,0,.4);  /*影をつける*/
}
/*読者じゃない人 マウスを重ねたとき*/
.hatena-follow-button.unsubscribing.hover{
background: :#F57A8F;         /*ボタンの色*/
color : white !important;     /*文字の色*/
margin-top: 2px;              /*ボタンを下げる*/
box-shadow: none;             /*影をなくす*/
}
.hatena-follow-button-box .subscription-count-box {
margin: 0 0 0 6px!important;
top:-2px;
}
/*読者人数の部分*/
.hatena-follow-button-box .subscription-count {
height: 26px;
line-height: 26px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:1px 10px 1px 10px;
}

/*  レスポンシブヘッダー調整　 */
@media (max-width: 480px){#blog-title-inner,#title a{
height:80px!important;
width:auto;
}
#blog-title-inner {background-size: contain!important; }
}

.entry-content p {font-size: 17px;}


#blog-title {
    background: url('http://cdn-ak.f.st-hatena.com/images/fotolife/t/td318mimeko/20160221/20160221002653.jpg') center 50%;
    background-size: cover;
    
 <style type="text/css">
body {
   margin: 0;
   padding: 0;
}
</style>
