

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

/*-------- テキスト --------*/
.head-title p,
h2.top-title,
.top-box h2,
h3.top-title,
h2.title,
h3.title,
p.title,
.service h3,
h1.title span,
#sidebar .widget h3,
strong,
.blog-info-single .cal,
#wp-calendar caption,
.table-time tr th,
#footer h3,
#footer .textwidget h4,
#footer .textwidget li a:hover,
#footer .footer-address h4 {
	color: #003e92;
}


/*-------- 背景 --------*/
.mainNav ul li a:hover,
h2.title:before,
.lSPrev:before,
.lSNext:before,
a.zo-masonry-button .face-primary,
.news .ymd,
.cal-single,
.footer-under,
.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,
.box1 h4,
h1.title:before,
h1.title:after,
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,
.service .w3 a:hover,
.list3 span {
	background: #003e92;
}


/*-------- ボーダー --------*/
.fixed {
    border-bottom: 3px solid #003e92 !important;
}
.mainNav ul li a,
.service .w3 a,
.box3,
.promise .w25 {
    border: 1px solid #003e92 !important;
}
.service h3 {
    border-top: 5px solid #003e92;
}
#sidebar .widget h3,
#wp-calendar caption {
	border-bottom: 3px solid #003e92;
}
h2.top-title span:before,
h2.top-title span:after {
	border-top: 1px solid #003e92;
}
h2.title:after,
h3.title{
	border-bottom: 1px solid #003e92;
}
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 #003e92;
}
#mainNav ul li:hover:after {
	border-bottom: 5px solid #003e92;
}


/*-------------------------------------------------------------------------------------------*/
/* 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,
h3.title:before,
.prev a:before,
 .next a:after {
	color: #83c4f2;
}


/*-------- 背景 --------*/
a.zo-masonry-button .face-secondary,
.lSPrev:hover:before,
.lSNext:hover:before,
.contact .w6,
.image-orver .cover,
[data-tooltip].tooltip-top:after,
.dropcap-a,
#mainNav .has-sub ul li a:hover {
	background: #83c4f2;
}
/*-------- メインカラー背景（優先順位のため記述場所変えない） --------*/
#mainNav .has-sub ul li a {
	background: #003e92;
}

/*-------- ボーダー --------*/
h2.title {
    border-left: 6px solid #83c4f2;
}
.box1 h4 {
    border-left: 5px solid #83c4f2;
    border-right: 5px solid #83c4f2;
}
[data-tooltip].tooltip-top:before {
	border-top-color: #83c4f2;
}
.footer-under {
	border-top: 1px solid #83c4f2;
}



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

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

/*-------- 背景 --------*/
.pagination .current,
#searchsubmit,
.widget_tag_cloud a,
#page-top .fa-angle-up:hover,
#page-top .fa-angle-up,
input[type=submit] {
    background: #003e92;
}

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



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

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


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


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