@charset "utf-8";
/* ==================================================
 * 追加CSS『終わらないハロウィンパーティ』 (style-halloween.css)
 * ================================================== */

/* 背景・文字色 */
.breadSection,
.siteContent{
	background: #101010;
	color: #d3d3d3;
}

.breadSection .breadcrumb a,
.widget_nav_menu a,
.veu_postList .postList a,
.entry-meta-dataList dd a{
	color: #e5e5e5;
}
.entry-body a,
.event_list a,
.postList_more a{
	color: #6e97b8;
}

/* 見出し */
h2{
	background: transparent;
	margin: 3em auto 1.2em;
	width: 8em;
	padding-bottom: 0.5em;
	text-align: center;
	border-top: none;
	border-bottom: 1px dashed #d3d3d3;
}
h3{
	font-size: 1.5rem;
	padding-left: 0.75em;
	padding-bottom: 0;
	border-left: 10px solid #d3d3d3;
	border-bottom-color: #d3d3d3;
}
h3:after{
	border-bottom: none;
}

/* サイドバー周辺 */
.sideSection .subSection-title{
	border-bottom-color: #d3d3d3;
}
.sideSection .subSection-title:after{
	border: none;
}

.widget_nav_menu ul li a{
	border-bottom-color: #666;
}

/* 要らないものを消す */
.rtoc-mokuji-content,
.vk_post{
	display: none;
}
