/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/


body {
}

#logo p.h1 a:hover {color:#ed715b !important;}

.related-box, .author-newpost {display:none;}


#main .post .entry-content p, #main .page .entry-content p {
	line-height: 2.2em;
}

#main .post .entry-content blockquote, #main .page .entry-content blockquote {
	color: #866;
}

#main .post .entry-content a, #main .page .entry-content a {
	color: #3b486f; font-weight: bold; text-decoration-color: #ed715b; 
}

#main .post .entry-content a:hover, #main .page .entry-content a:hover {
	color: #ed715b; text-decoration-color: #3b486f;  
}

#main .post .entry-content blockquote, #main .page .entry-content blockquote {
	color: #321;
}

.notes {
	margin-bottom: 2rem;
	color: #888;
	font-size: 75%;
	padding-left: 25%;
}

p.note {
	padding-left: 3rem;
	text-indent: -3rem;
}

p.note {
	margin-bottom: 0;
}

sup {
	font-size: 60%;
	vertical-align: top;
	position: relative;
	line-height: 0;
	top: 1em;
}

ul, ol {margin-top: 0em; margin-bottom:-0.2em;}

ul li, ol li {line-height: 1.6em;}

ul ul, ol ol {margin-left: 2em;
}

.square_btn, .square_btn a {
display: inline-block;
	margin-top: 1em;
padding: 0.3em 1em;
text-decoration: none !important;
	font-size: 1.2em;
	font-weight: bold;
border: solid 1px ;
border-radius: 80px;
transition: .4s;
}

.square_btn:hover {
background: #ed715b  ;
color: #fff !important;
}

.btn_wrapper{
   text-align:center;
	margin-bottom: 3rem;
}

/*
.btn_wrapper:after {content: "\A▲ ︎全文はこちらから読めます ▲︎";
	white-space: pre;}
*/

.widgettitle {
	height: 4em;
}

dt {
	padding: 0.2em;
	border-bottom: double 3px;
	margin-bottom: 1em;
	float: left;
	clear: both;
	width: 10em;
	font-weight: bold;
}

dd {
	float:left;
	clear: both;
	padding-left: 2em;
}

dd:first-line {
	font-weight: bold;
}

h2 {
	clear:both;
}

p.copyright {
	color:rgba(0,0,0,0);
}

p.copyright a {
	color:rgba(0,0,0,0);
	pointer-events: none;
}

p.copyright:before {
	color: #fff;
	content: "© 2009-2021 マサキチトセ";
}

h1 a:hover {
	color: #3b486f !important;
}

.subscribe-message {
	margin-bottom: 1em;
}

.category-newpost .cf .date {width:100px;}

.add .widget_blog_subscription  {
	text-align:left; background-color:#3b486f; padding:1em; color:#fff;
}

h4.widgettitle {
	display:none;
}

#subscribe-email {width: 80%; margin:auto;}

#subscribe-submit {width: 100%; margin:auto; text-align:center;}

.category-newpost-wrap {
	display:none;
}