@charset "utf-8";
/* Theme Name: Monochrome*/

body,
input,
textarea {
	color: #333;
	font-family: "游明朝 Medium", "YuMincho Medium", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, serif;
	font-weight: 500;
}

.sitecolor {
	color: #cccccc!important;
}
.bg-sitecolor,
.side_cat > li:before,
.entry-content h4:before {
	background: #cccccc!important;
}
.border-sitecolor,
#grobal_nav .floatlist li a:hover,
.current_page_item a,
.current-menu-item a,
.single-post .menu-item-object-post a,
.single-blog .menu-item-object-blog a,
.single-item .menu-item-object-item a {
	border-color: #cccccc!important;
}

.btn {
	border-radius: 3px;
}
.arrowlist li a:before,
#footer_nav .pagetop a span::before {
	border-color: #cccccc!important;
}

#news_list li span a, #news_slider li span a, .entry-meta span.term a {
	border-radius: 10px;
	color: #000;
}

.entry-content h2 {
	background: #f4ecd5;
	color: #000;
}