@charset "utf-8";

/* ------------------
次へ前へナビゲーション
------------------ */
.page_navigation {
	padding: 0.4em 0;
	margin-bottom: 30px;
	background-color: #f3f3f3;
	border-radius: 6px;
	text-align: center;
}

/* ------------------
サイドの開閉パネル
------------------ */
.blog_onof {
	margin-bottom: 40px;
}
.blog_on h4,
.blog_onof_control {
	cursor: pointer;
	color: #063;
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
	transition: .3s;
	position: relative;
}
.blog_onof_control::after {
	position: absolute;
	top: 0;
	right: 0.1em;
	font-family: 'FontAwesome';
	content: "\f196";
}
.blog_onof_control.is_open::after {
	position: absolute;
	top: 0;
	right: 0.1em;
	font-family: 'FontAwesome';
	content: "\f147";
}
.blog_onof_control:hover {
	color: #f63;
}
.blog_onof_body {
	display: none;
	padding-top: .5em;
	margin-top: 0;
	background-color: #f3f3f3;
	border: 1px solid #ffff66;
	border-width: 0 1px 1px 1px;
}

.blog_person_img {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	background: url(../man/img_prsn/_0.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 6px;
}
.spansub { display: none;}
@media (min-width:768px) {
	.spansub { display: inline;}
}
.area_tags {
	text-align: center;
}
.area_month {
	padding-left: 6px;
}
.area_tags a,
.area_month a {
	display: inline-block;
	padding: 4px .3em;
	min-width: 3.1em;
	border-radius: 6px;
	background-color: #69c;
	color: white;
	margin: 0 .3em .6em .3em;
	text-align: center;
}
.area_month dd { padding-left: 0;margin-bottom:0;}
.blog_newer_list ul {
	line-height: 1.1em;
	padding-left: 1.5em;
}
.blog_newer_list ul li {
	margin-bottom: 0.8em;
}
.text-black {
	color: black !important;
}

/* ------------------
一覧画面
------------------ */
a .list_a {
	width: 100%;
	height: 160px;
	height: 190px;
	overflow: hidden;
	border: 1px solid #9ac29f;
	border-radius: 6px;
	color: #666;
	transition: .3s;
}
a .list_a_date,
a .list_a_title {
	line-height: calc( 1em + 5px);
	padding: 5px 0;
	height: calc( 1em + 10px);
	overflow: hidden;
	text-align: center;
	transition: .3s;
}
a .list_a_date {
	background-color: #9ac29f;
	color: #fff;
}
a .list_a_title {
	font-weight: bold;
	background-color: white;
	color: black;
}
a .list_a_img {
	height: 50px;
	background: url(../img/blog_noimage.jpg) no-repeat center center;
	background-size: cover;
}
a .list_a_kiji {
	border-top: 1px solid #bbeedd;
}
a:hover .list_a {
	border-color: #f63;
	background-color: #fffff6;
	}
a:hover .list_a_date,
a:hover .list_a_title {
	color: #f63;
}

/* ------------------
コメント表示用
------------------ */
.article_comment {
	margin-top: 10px;
}
.article_comment h5 {
	font-weight: bold;
}
.article_comment p {
	line-height: 1.2em;
	padding-bottom: 0;
}
.article_comment hr {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #85D4E8;
	border: 0;
	margin-bottom: 0;
}

/* ------------------
コメントフォーム用
------------------ */
#form_main span { color: CornflowerBlue;}
#form_main input,
#form_main select,
#form_main textarea {
	border: 1px solid CornflowerBlue;
	border-color: #B2CAF6;
	padding: 0.4em;
	margin-bottom: 1em;
	border-radius: 2px;
}
#form_main select {
	height: 2.2em;
}
#form_main textarea {
	height: 4.5em;
}
.submit_line { margin-top: 2em;}
p#form_error_p {
	color: red;
	font-weight: bold;
	padding-bottom: 0;
}
article#article_send_ok {
	display: none;
	border: 1px solid CornflowerBlue;
	border-radius: 6px;
	padding:.5em;
}

.h1_cover {
	margin-bottom: 30px;
}
.h1_cover h1 {
	color: #063;
	font-weight: 400;
	padding: 0.2em 0;
	border-bottom: 1px solid #339933;
	font-family:
		Georgia,
		HiraMinProN-W6, HiraMinPro-W6, 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro W6',
		YuMincho,'Yu Mincho','游明朝体', '游明朝', HGS明朝E, 'ＭＳ 明朝',serif;
}
h1 .h1_small {
	font-size: 0.6em;
	padding: 0.5em;
}
h4.blog_onof_control {
	font-family:
		-apple-system, BlinkMacSystemFont, 'Helvetica Neue',
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN',
		'游ゴシック Medium', YuGothic, YuGothicM, 
		'メイリオ', Meiryo, sans-serif;
}
	

