

/*-------------------------------------------------------------------------------------------*/
/* 01. メインカラー
/*-------------------------------------------------------------------------------------------*/

/*-------- テキスト --------*/
.head-title h1,
h3.top-title,
h3.title,
#sidebar .widget h3,
#wp-calendar caption,
#footer h3,
.document h3,
.document .item3 h5,
.document .item3 div:last-child svg {
	color: #222222;
}


/*-------- 背景 --------*/
.news .ymd,
.cal-single,
.footer-under,
.data,
.mainNav-box,
#mainNav .has-sub ul li a,
#mainNav .has-sub ul li:hover a,
.mean-container .mean-nav,
.box3 h4,
.box4 .icon i,
.dropcap-q,
a.zo-masonry-button .face-primary,
.document a:hover,
.document-b:hover {
	background: #222222;
}


/*-------- ボーダー --------*/
#sidebar .widget h3,
#wp-calendar caption {
	border-bottom: 3px solid #222222;
}
h2.top-title span:before,
h2.top-title span:after {
	border-top: 1px solid #222222;
}
h3.title {
	border: 1px solid #222222;
}
ul.tab-widget li.active a,
ul.tab-widget li.active a:hover,
ul.tab li.active a,
ul.tab li.active a:hover {
	border-top: 2px solid #222222;
}


/*-------------------------------------------------------------------------------------------*/
/* 02. サブカラー
/*-------------------------------------------------------------------------------------------*/

/*-------- テキスト --------*/
.blog-button:before,
.blog-info li.cal:before, .blog-info-single li.cal:before,
.blog-info li.aut:before, .blog-info-single li.aut:before,
.blog-info li.cat:before, .blog-info-single li.cat:before,
.blog-info li.tag:before, .blog-info-single li.tag:before,
.widget_categories li a:before,
.widget_pages li a:before,
.list1 li:before,
.list2 li:before,
.table1 tr th,
.table2 tr th {
	color: #ff9900;
}


/*-------- 背景 --------*/
.image-orver .cover,
[data-tooltip].tooltip-top:after,
.widget_tag_cloud a,
#wp-calendar thead th,
.footer-address .address:before,
.footer-address .access:before,
.footer-address .tel:before,
.footer-address .fax:before,
.footer-address .mail:before,
.box1 .icon i,
.box2 .icon-box,
.dropcap-a,
a.zo-masonry-button,
.document a,
.document-b {
	background: #ff9900;
}


/*-------- ボーダー --------*/
[data-tooltip].tooltip-top:before {
	border-top-color: #ff9900;
}
.footer-under {
	border-top: 1px solid #ff9900;
}

