@charset "utf-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}strong{font-weight:bold;}
html { font-size: 62.5%; }
body {
	font:300 1.5rem/1.8 "Lato", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color:#434343;
	background:#f1f1f1;
	-webkit-font-smoothing: antialiased;
}
a {
	color:#78b4d8;
	text-decoration:none;
}
a:hover,
a:focus {
	color:#9CC3D9;
}

[id="blog-title"] {
	width:100%;
}

/*ヘッダー*/
[id="blog-title-inner"] {
	padding:40px 20px;
	text-align:center;
}
[id="title"] {
	margin-bottom:10px;
	font-size:2.8rem;
	line-height:29px;
	letter-spacing:.1em;
}
[id="title"] a {
	display:inline-block;
	padding-left:40px;
	color:#1b1b1b;
	background:url(http://f.st-hatena.com/images/fotolife/m/mr58n/20151207/20151207192332.png?1449483825) no-repeat center left;
	background-size:30px 29px;
	font-weight:bold;
}
[id="blog-description"] {
	font-size:1.2rem;
	color:#999;
	letter-spacing:.05em;
}

[id="content-inner"] {
	display:table;
	width:1060px;
	margin:0 auto;
}
[id="wrapper"], [id="box2"] {
    display:table-cell;
	vertical-align:top;
}
[id="wrapper"] {
	width:550px;
    padding:39px 64px;
	border:1px solid #e3e3e3;
	background:#fff;
}
[id="main"] {
	width:inherit;
}
.date a {
	color:#999;
	font-size:1.1rem;
	letter-spacing:.05em;
}
.categories {
	margin-bottom:20px;
}
.categories a {
	margin-right:10px;
}
.hatena-module-category .hatena-urllist > li > a,
.categories a {
	display:inline-block;
	padding:2px 8px;
	border:1px solid #e9e9e9;
	border-radius:2px;
	background:#f3f3f3;
	color:#999;
	font-size:1.2rem;
	letter-spacing:.05em;
}
.hatena-module-category .hatena-urllist > li > a:hover,
.categories a:hover {
	background:#e3e3e3;
}
.entry-header {
    position: relative;
}
.entry-header-menu {
    position: absolute;
    top: -24px;
    left: 0;
}
.entry-header-menu a {
    font-size: 1.2rem;
    padding: .5rem 1rem;
    background: #333;
    color: #fff;
}
.entry-title {
	margin-bottom:.5em;
	font-weight:normal;
	font-size:2.4rem;
	line-height:1.3;
	letter-spacing:.05em;
}
.entry-title a {
	color:#434343;
}
.page-archive .entry-title {
	font-size:2rem;
}
.archive-heading {
	margin-bottom:20px;
	padding:10px 0;
	border-top:1px dotted #dfdfdf;
	border-bottom:1px dotted #dfdfdf;
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	letter-spacing:.1em;
}
.page-index .entry,
.archive-entry {
	margin-bottom:40px;
}
.entry-description {
	font-size:1.3rem;
	color:#666;
}
.page-archive .entry-thumb {
	width:100px;
	height:100px;
	margin-right:20px;
    background-position: center center;
    background-size: contain;
}
.archive-entry-body {
	overflow:hidden;
}
.entry-content {
	counter-reset: h2style;
}
.page-index .entry-content {
	font-size:1.3rem;
}
.page-entry .entry-content {
	padding:20px 0 40px;
}
.page-index .entry-content img:first-child {
	float:right;
	width:240px;
	margin:0 0 2em 2em;
}
.entry-content > div,
.entry-content > p,
.entry-content > blockquote,
.entry-content > cite,
.entry-content > dl,
.entry-content > ul,
.entry-content > ol {
	margin-top:2rem;
	letter-spacing:1px;
	word-break:break-all;
}
.entry-content > *:first-child,
.entry-content > * > *:first-child,
.entries-access-ranking-item:first-child {
	margin-top:0;
}
.entry-title,
.entry-content > h2,
.entry-content > h3 {
}

.entry-content > h2 {
	margin:4rem 0 3rem;
	text-align:center;
	color:#d1485f;
	font-size:2.4rem;
	letter-spacing:.1em;
}
.entry-content > h2::before {
    counter-increment: h2style;
    content: counter(h2style) ".";
	margin-right:.5rem;
}
.entry-content > h2::after {
	content:"";
	display:block;
	width:20%;
	min-width:80px;
	height:2px;
	margin:3rem auto 4rem;
	background:#d1485f;
}
.entry-content > h3,
.page-about .entry-content dl > dt {
	margin:3rem -64px 2rem;
	padding:10px 64px 10px 63px;
	border-left:1px solid #333;
	font-size:2.2rem;
	font-weight:normal;
	letter-spacing:.1em;
}
.entry-content > h4 {
	margin:3rem 0 2rem;
	font-size:1.8rem;
	font-weight:bold;
	letter-spacing:.1em;
}
.entry-content img {
	max-width:100%;
	height:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.page-entry .entry-content img {
	display:block;
	margin:0 auto;
}
.entry-content > blockquote {
	min-height:45px;
	padding:15px 15px 15px 70px;
	background:#f3f3f3;
	color:#999;
	font-style:italic;
	font-size:1.3rem;
	position:relative;
}
.entry-content > blockquote::before {
	content: "\f38d";
	position:absolute;
	top:10px;
	left:20px;
	font-family:"Ionicons";
	font-size:4.5rem;
	font-style:normal;
	line-height:1;
	color:rgba(0,0,0,.2);
}
.entry-content > blockquote cite {
	display:block;
	margin-top:2rem;
	text-align:right;
}
.entry-content dl > dt {
	margin:10px 0 0;
	font-weight:bold;
}
.entry-content dl > dd {
	margin:5px 0 0;
	padding-left:2em;
}
.entry-content ul,
.entry-content ol,
.related-post ul {
	margin-left:20px;
}
.entry-content ul li,
.related-post li {
	position:relative;
}
.entry-content ul li::before,
.related-post li::before {
	position:absolute;
	top:11px;
	left:-18px;
	content:"";
	display:block;
	width:7px;
	height:7px;
	border-radius:50%;
	background-color:#ccc;
}
.entry-content ol {
	list-style-type:decimal;
}

.entry-footer-section {
	font-size:1.2rem;
}

/*続きを見る*/
.entry-see-more {
	clear:both;
	display:block;
	margin:3rem auto 2rem;
	width:120px;
	padding:0 1.5rem;
	border:1px solid #78b4d8 !important;
	border-radius:50px;
	color:#78b4d8;
	line-height:50px;
	font-size:1.3rem;
	letter-spacing:1px;
	text-align:center;
}
.entry-see-more::after {
	display:inline-block;
	content:"\f3d3";
	margin-left:2rem;
	font-family:"Ionicons";
}
.entry-see-more:hover {
	background:#78b4d8;
	color:#fff;
}
/*ページ送り*/
.page-index .pager {
	text-align:center;
}
.page-index .pager-next a {
	display:block;
	padding:.5rem 2.5rem;
	border:1px solid #ccc !important;
	border-radius:2px;
	color:#aaa;
	font-size:1.3rem;
	letter-spacing:1px;
	text-align:center;
}
.page-index .pager-next a::after {
	display:inline-block;
	content:"\f3d6";
	margin-left:2rem;
	font-family:"Ionicons";
}
.page-entry .pager {
	display:table;
	width:678px;
	margin:2rem -64px -40px;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	border-collapse:collapse;
	font-size:1.3rem;
}
.page-entry .pager-arrow {
	display:none;
}
.page-entry .pager-prev,
.page-entry .pager-next {
	display:table-cell;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.pager-prev+.pager-next {
	border-left:1px solid #e3e3e3;
}
.page-entry .pager-next {
	text-align:right;
}
.page-entry .pager-prev a,
.page-entry .pager-next a {
	position:relative;
	display:block;
	padding:20px 10px;
	overflow: hidden;  
    white-space: nowrap;  
    text-overflow: ellipsis; 
}
.page-entry .pager-prev a {
	padding-left:50px;
}
.page-entry .pager-next a {
	padding-right:50px;
}
.page-entry .pager-prev a:hover,
.page-entry .pager-next a:hover {
	background:#f3f3f3;
	color:inherit;
}
.page-entry .pager-prev a::before,
.page-entry .pager-next a::after {
	position:absolute;
	top:50%;
	margin-top:-0.5em;
	display:inline-block;
	font-family:"Ionicons";
	font-size:3.2rem;
	line-height:1;
}
.page-entry .pager-prev a::before {
	left:15px;
	content:"\f3d5";
}
.page-entry .pager-next a::after {
	right:15px;
	content:"\f3d6";
}
/*カエレバ*/
.kaerebalink-box {
	padding:10px 10px;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
}
.kaerebalink-image {
	float:left;
	margin:0 20px 0 0;
}
.kaerebalink-image img {
	padding:0;
	border:none;
}
.kaerebalink-info {
	overflow:hidden;
}
.kaerebalink-detail,
.kaerebalink-powered-date {
	font-size:1.1rem;
}
.booklink-footer {
	clear:both;
	height:0;
	font-size:0;
}
.kaerebalink-link1 {
	margin-top:20px;
}
.kaerebalink-link1 > div {
	display:inline-block;
	margin:0 10px 10px 0;
}
.kaerebalink-link1 a {
	display:inline-block;
	width:7em;
	padding:.5rem 1.5rem;
	border-bottom:none !important;
	border-radius:2px;
	background:#eee;
	color:#333;
	font-size:1.4rem;
	letter-spacing:1px;
	text-align:center;
}
.kaerebalink-link1 a:hover {
	background:#e3e3e3;
}
.kaerebalink-link1 a::after {
	display:inline-block;
	margin-left:5px;
	font-family:"Ionicons";
	content:"\f2f8";
}
a.keyword {
	color:inherit !important; 
    border: 0 !important;
    text-decoration: none !important;
    pointer-events: none !important;
    cursor: default;
}
/*アドセンス*/
.box-adsence {
	margin:3rem -64px;
	padding:10px 0;
	text-align:center;
}
.adsence-title {
	margin-bottom:.5rem;
	font-size:1.3rem;
	color:#999;
}
.adsence-body > div {
    display: inline-block;
    margin: 0 10px;
}
/*共有ボタン*/
.ico-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.snsbtn-box {
	width:100%;
	display:table;
	margin-bottom:2rem;
}
.snsbtn-title,
.snsbtn-body {
	display:table-cell;
	vertical-align:middle;
}
.snsbtn-title {
	font-size:1.8rem;
	text-align:center;
	letter-spacing:1px;
}
.snsbtn-title i {
	position:relative;
	display:inline-block;
	margin-right:10px;
	width:40px;
	line-height:40px;
	border-radius:50%;
	text-align:center;
	background:#333;
	color:#fff;
}
.snsbtn-title i::after {
	display:inline-block;
	content:"";
	width:0;
	height:0;
	position:absolute;
	right:-15px;
	top:5px;
	margin-top:5px;
	border-top:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #333;
}
.snsBtn {
	display:table;
	margin:0 auto;
}
.snsBtn li {
	display:table-cell;
	vertical-align:middle;
	font-size:1.8rem;
	line-height:1;
	letter-spacing:0;
}
.snsBtn li a {
	display:block;
	padding:1rem;
	width:36px;
	border-left:1px solid rgba(0,0,0,.05);
	background:#999;
	color:#fff;
	line-height:30px;
	text-align:center;
}
.snsBtn li:first-child a {
	border-left:none;
	border-radius:4px 0 0 4px;
}
.snsBtn li:last-child a {
	border-radius:0 4px 4px 0;
}
.snsBtn li:nth-child(2n) {
	opacity:.9;
}
.snsBtn li a:hover {
	opacity:.75;
	filter:alpha(opacity=75);
}

/*サイドバー*/
[id="box2"] {
	width:380px;
	border-top:1px solid #e3e3e3;
	font-size:1.3rem;
}
.hatena-module {
    padding:39px;
	padding-left:40px;
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	background:#fff;
}
.hatena-module-title {
	margin:0 -40px 20px;
	padding:10px 40px 10px 38px;
	border-left:1px solid #333;
	font-size:1.8rem;
	letter-spacing:.1em;
}
/*プロフィール*/
.hatena-module-profile .profile-icon,
.hatena-module-profile .id {
	display:block;
}
.hatena-module-profile .profile-icon {
	margin:0 auto;
}
.profile-description {
	padding: 10px;
    font-size: 1.2rem;
}
/*人気記事*/
.urllist-with-thumbnails li .urllist-image {
	float:none;
	margin:0;
}
.urllist-title-link {
	font-size:inherit;
}
.entries-access-ranking-item {
	margin-top:20px;
}
.entries-access-ranking-item-inner {
	display:table;
	width:100%;
}
.entries-access-ranking-item-inner > a {
	display:table-cell;
	vertical-align:top;
	line-height:1.6;
    font-size: 1.2rem;
	color:inherit;
}
.entries-access-ranking-image-link {
	width:56px;
	padding-right:20px;
}
.entries-access-ranking-item-inner:hover img {
	opacity:.7;
	filter:alpha(opacity=70);
}
/*カテゴリ*/
.hatena-module-category .hatena-urllist > li,
.hatena-module-category .hatena-urllist > li > a {
	display:inline-block;
	font-size:1.2rem;
}
.hatena-module-category .hatena-urllist {
	margin:0 -5px;
	padding-top:10px;
}
.hatena-module-category .hatena-urllist > li > a {
	margin:0 5px 10px; 
}

/*Googleカスタム検索*/
.gsc-input-box {
	height:auto !important;
	border-radius:4px;
}
.gsib_a {
	padding: 10px 6px 8px !important;
	box-sizing: border-box;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
input.gsc-input {
	font-family: inherit;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	padding: 12px 17px 11px !important;
	box-sizing:content-box;
}
input.gsc-search-button{
	border-color: #bfbfbf !important;
	position: relative;
	top: 1px;
}
input.gsc-search-button:hover, input.gsc-search-button:focus {
	background:#bababa !important;
	border-color: #aaa !important;
}

/*関連記事*/
.ssLimitedContainerHeader {
    display: block !important;
}
.ssLimitedContainerHeader h2 {
	text-align:center;
	font-weight:normal !important;
	font-size:2rem !important;
	letter-spacing:.1em;
}
.ssLimitedContainerHeader h2::after {
	content:"";
	display:block;
	width:20%;
	min-width:80px;
	height:1px;
	margin:1rem auto .5rem;
	background:#434343;
}

.relatedpost-box > div {
	margin:2rem 0;
}
.ssArticlesContainer {
	width:auto !important;
	margin:0 -64px;
	border:none !important;
	font-size:1.3rem;
	-webkit-display:flex !important;
			display:flex !important;
    -webkit-flex-flow: row wrap;    
            flex-flow: row wrap;
	justify-content: space-between;
}
.ssOriginalTemplateArticle {
	width:50% !important;
	overflow:hidden;
}
.ssOriginalTemplateArticle:hover {
	background:#f3f3f3;
}
.ssInner {
	padding:20px 20px;
	overflow:hidden;
}
.ssImg {
	float:left;
	width:60px;
	height:60px;
	margin-right:10px;
}
.ssTitle {
	overflow:hidden;
	line-height:1.4;
}
.ssTitleAnchor:hover {
	color:inherit;
}
.ssPoweredBy {
	float:none !important;
	max-width:none !important;
	display:block !important;
	text-align:center;
}
.ssPoweredBy a {
	display:inline !important;
	color:#999 !important;
}

/*パンくず*/
.breadcrumb {
	width:1060px;
	margin:0 auto 10px;
	font-size:1.2rem;
}
.breadcrumb-inner {
	padding:0 10px;
}
/*フッター*/
[id="footer"] {
	padding:20px 10px;
	text-align:center;
	font-size:1.2rem;
}
/*Aboutページ*/
.page-about {}
.page-about .entry-content dl > dd {
	padding-left: 0;
}
.page-about .info a {
    float: left;
    margin: 3px;
}
.about-subscription-count {
	display:block;
}
.page-about .entry-content img.profile-icon {
    height: 19px;
    width: 19px;
    display: block;
    border: 1px solid #e3e3e3;
    padding: 2px;
}

@media screen and (max-width:1150px){

}

@media (max-width: 767px) {

}

