/*
カスタム CSS へようこそ!

CSS (カスケーディングスタイルシート)
は、ブラウザに対し Web
ページの表示方法を指定するためのコードです。このコメントを削除し、カスタマイズを始めることができます。

デフォルトでは、ここで指定したカスタムスタイルはテーマのスタイルシートが読み込まれた後に追加されます。つまり、デフォルトの
CSS
ルールを上書きできるということです。テーマのスタイルシートの内容をここにコピーする必要はありません。追加したい内容だけを書き込んでください。
*/
h1.site-title {
	font-family: 'Love Ya Like A Sister';
	font-size: 16px;
}

.entry-header .entry-title {
/*	font-weight: bold;*/
	font-size: 30px;
}

.entry-header .entry-title a:hover {
	text-decoration: underline;
	color: #21759b;
}

h3.widget-title {
	font-size: 20px;
	line-height: 1.3;
}

.entry-content h1 {
	font-size: 30px;
	line-height: 1.3;
	margin:60px 0px 30px 0px;
}

.entry-content h2 {
	font-size: 25px;
//	text-decoration: underline;
	border-bottom:3px solid;
	padding:15px 0px;
	line-height: 1.3;
		margin:60px 0px 15px 0px;
}

.entry-content h3 {
	font-size: 25px;
	line-height: 1.3;
		margin:60px 0px 30px 0px;
}

.page-links{
	font-size: 25px;
	font-weight: bold;
}

ins {
	background: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #21759b;
}

a {
	text-decoration: none;
	color: #21759b;
}

a:link {
	color: #21759b;
}

.widget-area a:link {
	color: #21759b;
}

/*
.widget-area {
	float: right;
	width: 300px;
}
*/
/*popular-posts*/
.popular-posts ul li {
	margin: 0;
}

.wpp-views {
	font-size: 15px;
}


@media screen and (min-width: 600px) {
	body .site {
		min-width: 960px;
	}

	.widget-area {
		width: 30%;
	}

}



.textwidget {
	padding: 0;
	margin: 0;
}

blockquote,.wp-block-code {
	font-style: normal !important;
	background-color: #ddd;
	padding: 3em 1em;
	position: relative;
}

blockquote:before {
	content: "“";
	font-size: 400%;
	line-height: 1em;
	color: #999;
	position: absolute;
	left: 0;
	top: 0;
}

blockquote:after {
	content: "”";
	font-size: 400%;
	line-height: 0;
	color: #999;
	position: absolute;
	right: 0;
	bottom: 0;
}

#npcatch img {
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}

#npcatch li {
	clear: both;
}

html {
	font-size: 93%;
}

.post-modified-info{
	text-align: right;
}

.box {
    padding: 0.5em 1em;
    margin: 2em 0;
//    font-weight: bold;
    border: solid 2px #ccc;
}
.box p {
    margin: 0; 
    padding: 0;
}

img {
		margin:10px 0px 10px 0px;	
}
