@charset "utf-8";
/* H2タグ */
#post h1 {
    margin: 0 0 10px; padding: 9px 18px;
    border-bottom: solid 2px #0081a4;
    background: url(../images/bg-conts-h.gif) left top repeat-x #fff;
    font-size: 20px; line-height: 1.5em;}
    
/* H2タグ */
#post h2 {
    padding: 0 0 5px; margin: 0 0 25px;
    border-bottom: solid 3px #0081a4;
    font-size: 18px; line-height: 1.5em;}

#post h2 a { color: #000;}
#post h2 a:hover { color: #0081a4; }    


/* H3タグ */
#post h3{
	margin: 0 0 25px; padding: 8px;
	border-left: solid 8px #0081a4; background: #eff0ef;
	font-size: 16px; line-height: 1.5em;}

#post h3 a { color: #000;}
#post h3 a:hover { color: #0081a4; }    


/* H4タグ */
#post h4{
	margin: 0 0 20px; padding: 10px;
	border: solid 1px #8e8e8e;
	font-size: 14px; line-height: 1.5em;}

#post h4 a { color: #000; }
#post h4 a:hover { color: #0081a4; }

#post h4.img-title{
	margin: 0 0 20px; padding: 0;
	border: 0; background: none;}

/* H5タグ */
#post h5{
	margin: 0 0 20px; padding: 0 10px 5px;
	border-bottom: solid 2px #414141;}

#post h5.img-title{
	margin: 0 0 25px; padding: 0;
	border: 0; background: none;}

#post h5 a { color: #000; }
#post h5 a:hover { color: #0081a4; }

/* 段落タグ */
#post p{ margin: 0 0 20px; }


/*●段落タグ*/
#post p{ margin: 0 0 20px; }


/*●リストタグ*/
#post ul,
#post ol{
	margin: 0 10px 20px 25px;
	padding: 0;
}

#post li{
	margin: 0 0 8px;
	line-height: 1.5em;
}


/*●引用タグ*/
#post q {
	margin: 0 2px; padding: 0 8px;
	background: #efefef;
}

#post blockquote{
	overflow: auto;
	margin: 0 15px 20px; padding: 15px;
	border: solid 3px #ddd; background: #efefef;
	color: #444;
}


/*●テーブルタグ*/
#post table{
	margin-bottom: 1.5em; padding: 0;
	border: solid #959595; border-width: 1px 0 0 1px; }

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#post table{ table-layout: auto; }*/

#post th,
#post td{
	padding: 8px;
    border: solid #959595; border-width: 0 1px 1px 0;}

#post th{
	background: #f0f0f0;
	font-weight: bold; text-align: left;}


/*●テーブルタグ スタイル01*/
#post table.table-style01 th,
#post table.table-style01 td{
	text-align: left;
	vertical-align: top;
}


/*画像の回り込み*/
img.alignleft{
	float: left;
	padding-right: 30px;
}

img.alignright{
	float: right;
	padding-left: 30px;
}

img.aligncenter{
	display: block;
	margin: auto;
}

/**============================================================================================**/

/**============================================================================================**/
/* ソーシャルボタン */
#social-button { font-size: 0;}
#social-button li,
#social-button li{ display: inline-block; margin: 0 8px; vertical-align: top;}
#social-button li:nth-last-of-type(1) { margin: 0 0 0 8px;}
/**============================================================================================**/

/**============================================================================================**/
/* コメント */
#post .trackback-url{ width: 70%; }

#post p textarea{ width: 70%; }

#post #submit{ padding: 0.3em 1em; }

#post #author,
#post #email,
#post #url{
	width: 50%;
	padding: 0.3em;
}

#post .comment-body em{
	font-weight: bold;
}

#post .commentlist,
#post .commentlist ul{
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 0;
}

#post .commentlist{ padding: 10px; }

#post .commentlist li{
	margin-bottom: 2.5em;
	padding-bottom: 1em;
	border-bottom: solid 1px #ccc;
	list-style: none;
}

#post .commentlist li li{
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: solid 1px #ccc;
	border-bottom: none;
}

#post .comment-author,
#post .comment-meta{ margin-bottom: 1em; }

#post .reply{ clear: both; }

#post .reply a{
	padding-left: 17px;
	background: url(../images/icon-arrow_r_gray.webp) 0 5px no-repeat;
}


#post #commentform p:nth-child(1),
#post #commentform p:nth-child(2),
#post #commentform p:nth-child(3) { position: relative; margin: 0 0 20px; padding: 25px 0 0;}
#post #commentform label { position: absolute; top: 0; left: 0;} 
#post #commentform input[type="text"], 
#post #commentform textarea {box-sizing: border-box; width: 100%; max-width: 450px; padding: 4px; font-size: 16px;} 
#post #commentform input[type="submit"] { padding: 5px 15px; font-size: 16px;} 


/* 24.02.01追加 ブログカード（embed） */
.wp-block-embed { box-sizing: border-box; width:95%; margin: 1em auto;}
iframe.wp-embedded-content{ width:100%;}


/* LastUp2024.02.01_kimata */