

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

/*-------- テキスト --------*/
.head-title h1,
h2.top-title,
.top-box h2,
h3.top-title,
h2.title,
h3.title,
p.title,
.table1 tr th,
.table2 tr th,
#sidebar .widget h3,
#wp-calendar caption {
	color: #e0a302;
}


/*-------- 背景 --------*/
.news .ymd,
.cal-single,
.footer-under,
.data,
.news .ymd,
#mainNav .has-sub ul li:hover a,
.mean-container .mean-bar,
.mean-container .mean-nav,
.dropcap-q,
h5.title,
.box1 h4,
a.zo-masonry-button,
.footer-address .address:before,
.footer-address .access:before,
.footer-address .tel:before,
.footer-address .fax:before,
.footer-address .mail:before,
#wp-calendar thead th,
#footer,
.top-contact .flex-box:first-of-type .w6,
.top-contact .flex-box .w12,
#mainNav ul li:hover a,
#mainNav .has-sub ul li a:hover {
	background: #f0bb2e;
}


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


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

/*-------- テキスト --------*/
h1.title,
h1.top-title,
h2.top-title,
h3.top-title,
strong,
.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,
.table5 tr th,
.table5 td.title,
#mainNav ul li a,
h2.title:before {
	color: #14a314;
}


/*-------- 背景 --------*/
.image-orver .cover,
[data-tooltip].tooltip-top:after,
.dropcap-a,
h1.title:before, h2.top-title:before, h3.top-title:before,
h1.title:after, h2.top-title:after, h3.top-title:after {
	background: #14a314;
}
/*-------- メインカラー背景（優先順位のため記述場所変えない） --------*/
#mainNav .has-sub ul li a {
	background: #14a314;
}

/*-------- ボーダー --------*/
.fixed {
    border-bottom: 3px solid #14a314 !important;
}
.box1 h4 {
    border-left: 5px solid #14a314;
    border-right: 5px solid #14a314;
}
[data-tooltip].tooltip-top:before {
	border-top-color: #14a314;
}
#mainNav ul li:hover:after {
	border-bottom: 5px solid #14a314;
}



/*-------------------------------------------------------------------------------------------*/
/* 03. リンクカラー
/*-------------------------------------------------------------------------------------------*/

/*-------- テキスト --------*/
a,
.pagination a:before,
ul.tab-widget li.active a,
ul.tab-widget li.active a:hover,
.accordion-panel dt:before {
    color: #e0a302;
}

/*-------- 背景 --------*/
.pagination .current,
#searchsubmit,
.widget_tag_cloud a,
input[type=submit] {
    background: #e0a302;
}

/*-------- ボーダー --------*/
.pagenav a, .next a,
.blog-button,
input[type=submit] {
	border: 1px solid #e0a302;
}



/*-------------------------------------------------------------------------------------------*/
/* 04. リンクホバーカラー
/*-------------------------------------------------------------------------------------------*/

/*-------- テキスト --------*/
a:hover,
a:active,
.blog-info li a:hover, .blog-info-single li a:hover,
.footer-menu a:hover,
#footer a:hover {
    color: #f60;
}


/*-------- 背景 --------*/
.blog-button:hover,
.pagination a:hover,
#searchsubmit:hover,
.widget_tag_cloud a:hover,
input[type=submit]:hover {
    background: #f60;
}


/*-------- ボーダー --------*/
.prev a:hover, .next a:hover,
.blog-button:hover,
input[type=submit]:hover {
	border: 1px solid #f60;
}
