@charset "utf-8";


/*　共通　*/





/*　フォント　*/
.single-title,
.error-title,
.archive-title,
.search-title,
.page-title {
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.15);
}

.new-posts > .container h2 {
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: 2px solid #FFFFFF;
position: relative;
}

.new-posts > .container h2:after {
	display: block;
	width: 15%;
	border-bottom: solid 2px #FFEA00;
position: absolute;
content: " ";
bottom: -2px;
left: 0;
}





/*　エラー表示　*/





/*　ページトップヘ　*/
#page-top a {
	background-color: rgba(255,255,255,0.75);
border-radius: 20px;
}

#page-top a::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-right: 1px solid rgba(0,0,0,0.5);
	border-top: 1px solid rgba(0,0,0,0.5);
position: absolute;
right: 15px;
top: 18px;
transform: rotate(-45deg);
}





/*　ページタイトル・投稿一覧タイトル　*/





/*　ヘッダー　*/





/*　ナビゲーション　*/


/*　固定ページ　*/


/*　プライマリー　*/


/*　セカンダリ　*/


/*　検索結果　*/
.search-key-count {
	color: #FFFFFF;
}





/*　パンくず　*/


/*　フッター　*/

