@charset "UTF-8";

/**
  * 投稿ページ ここから
  */

/* 記事ページ */
.single h1 {
	margin: 0;
	padding-bottom: 3px;
	border-bottom: dotted 3px #43A047;
	font-size: 1.5em;
	font-weight: bold;
}

.single h3 {
	margin: 20px auto 10px;
	padding: 0px 0px 12px 0px;
	border-bottom: 5px #b3b3b3 solid;
	font-size: 24px;
	font-weight: bold;
}

.single .button {
	padding: 10px 20px;
	color: #ffffff;
	background: #333333;
	border: 1px solid #333333;
	border-radius: 4px;
	box-shadow: 0 1px 3px #BBB;
	text-shadow: none;
}

/* 投稿ページ タイトルエリア */
.single .single-nature-history-area #single-nature-history-title-area {
	display: flex;
	align-items: center;
	margin: 0px 0px 10px 0px;
	padding: 40px 0px 10px 0px;
	border-bottom: 5px solid #b3b3b3;
}

/* 投稿ページ タイトルエリア カテゴリ 日付 */
.single .single-nature-history-area .archive-date {
	padding: 10px 0px;
	color: #808080;
	text-align: end;
}

/* 投稿ページ 投稿ボタンエリア */
.single .single-nature-history-area #posts-button-area {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin: 60px 0px;
}

/* 投稿ページ 投稿ボタンエリア */
.single .single-nature-history-area #posts-button-area a:hover {
	text-decoration: none;
	opacity: 0.9;
}

/* 投稿ページ 前・次・投稿ページ一覧ボタン */
.single .single-nature-history-area .posts-button {
	padding: 12px 20px;
}

/* 投稿ページ 投稿ページ一覧ボタンのみ */
.single .single-nature-history-area .return-list-button {
	padding: 12px 40px;
}

/**
 * 投稿ページ ここまで
 */


/* タブレットレイアウト */
@media screen and (min-width:768px) and (max-width:1049px) {}

/* スマートフォンレイアウト */
@media screen and (max-width: 767px) {
	/* 投稿ページ 投稿ボタンエリア */
	.single .single-nature-history-area #posts-button-area {
		justify-content: space-between;
	}

	#posts-button-area .posts-button {
		padding: 10px 14px;
		width: 40px;
		color: #ffffff;
		background: #333333;
		border: 1px solid #333333;
		box-shadow: 0 1px 3px #BBB;
		text-shadow: none;
	}
}