

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

/*-------- テキスト --------*/
h2.top-title,
h3.top-title,
h2.title,
h3.title,
#sidebar .widget h3,
#wp-calendar caption,
#footer h3{
	color: #0080cc;
}


/*-------- 背景 --------*/
.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{
	background: #0080cc;
}


/*-------- ボーダー --------*/
h2.title,
#sidebar .widget h3,
#wp-calendar caption {
	border-bottom: 3px solid #0080cc;
}
h2.top-title span:before,
h2.top-title span:after {
	border-top: 1px solid #0080cc;
}
h3.title{
	border-bottom: 1px solid #0080cc;
}
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 #0080cc;
}


/*-------------------------------------------------------------------------------------------*/
/* 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,
.blog-info li.com:before, .blog-info-single li.com:before,
.widget_categories li a:before,
.widget_pages li a:before,
.list1 li:before,
.list2 li:before,
.table1 tr th,
.table2 tr th{
	color: #fdd35d;
}


/*-------- 背景 --------*/
.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{
	background: #fdd35d;
}


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

