

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

/*-------- テキスト --------*/
.head-title h1,
h1.title,
h2.top-title,
h2.eng-title,
.top-box h2,
.service .w3 h3,
h3.top-title,
h3.title-box span,
h3.title,
p.title,
strong,
.work .w6 .label,
.table1 tr th,
.table2 tr th,
.company-title,
.line .w6 h5,
#sidebar .widget h3,
#wp-calendar caption,
.table-time tr th,
#footer h3,
.copyright {
	color: #931d3f;
}


/*-------- 背景 --------*/
h2.title,
.target .w6 h3,
.news .ymd,
.cal-single,
.data,
.news .ymd,
#mainNav .has-sub ul li a,
#mainNav .has-sub ul li:hover a,
.mean-container .mean-bar,
.mean-container .mean-nav,
.dropcap-q,
h5.title,
ul.merit li,
.work .w6 span,
.company .w6 .comment,
.work-list .w6 .type,
.work-single .type,
.work-img .w6 .work-title,
.staff .w6 li:nth-child(4) span,
.staff .w6 li:nth-child(5) span,
.footer-address .address:before,
.footer-address .access:before,
.footer-address .tel:before,
.footer-address .fax:before,
.footer-address .mail:before,
#wp-calendar thead th {
	background: #931d3f;
}


/*-------- ボーダー --------*/
#sidebar .widget h3,
#wp-calendar caption {
	border-bottom: 3px solid #931d3f;
}
h2.top-title span:before,
h2.top-title span:after {
	border-top: 1px solid #931d3f;
}
h3.title,
.box1 h3 {
	border-bottom: 1px solid #931d3f;
}
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 #931d3f;
}
#mainNav ul li:hover:after {
	border-bottom: 5px solid #931d3f;
}
h3.title-box,
h3.title-box span {
	border: 1px solid #931d3f;
}


/*-------------------------------------------------------------------------------------------*/
/* 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,
.next a:after,
#mainNav ul li a,
h2.title:before,
h3.title:before {
	color: #22cc00;
}


/*-------- 背景 --------*/
.maintenance .w6,
.image-orver .cover,
[data-tooltip].tooltip-top:after,
.dropcap-a,
#mainNav .has-sub ul li a:hover,
.work-list .w6 span,
.work-single .img span:first-child,
.slider-img span:first-child,
.slider-img span:last-of-type {
	background: #22cc00;
}
/*-------- メインカラー背景（優先順位のため記述場所変えない） --------*/
#mainNav .has-sub ul li a {
	background: #931d3f;
}

/*-------- ボーダー --------*/
.fixed {
    border-bottom: 3px solid #22cc00 !important;
}
[data-tooltip].tooltip-top:before {
	border-top-color: #22cc00;
}



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

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

/*-------- 背景 --------*/
a.zo-masonry-button .face-primary,
.pagination .current,
#searchsubmit,
.widget_tag_cloud a,
#page-top .fa-angle-up:hover,
#page-top .fa-angle-up,
input[type=submit],
.lSPrev:before,
.lSNext:before,
a.button{
    background: #ff4902;
}

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



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

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


/*-------- 背景 --------*/
a.zo-masonry-button,
.blog-button:hover,
.pagination a:hover,
#searchsubmit:hover,
.widget_tag_cloud a:hover,
input[type=submit]:hover,
a.button:hover,
.work-list .w6 a:hover {
    background: #22cc00;
}


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