

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

/*-------- テキスト --------*/
h1.title,
h2.top-title,
.top-box h2,
h3.top-title,
h2.title,
h3.title,
p.title,
strong,
.service h3,
.table1 tr th,
.table2 tr th,
.price-table th,
#sidebar .widget h3,
#wp-calendar caption,
.table-time tr th,
#footer h3{
	color: #00053a;
}


/*-------- 背景 --------*/
header,
#mainNav,
.news .ymd,
.single-content .cal,
.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,
.contact a:first-child,
#wp-calendar thead th,
#searchsubmit,
#footer p[class^="footer-"]:before {
	background: #00053a;
}


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


/*-------------------------------------------------------------------------------------------*/
/* 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,
.top-list li:before,
.list1 li:before,
.list2 li:before,
.next a:after,
h2.title:before,
.price-table2 th,
.widget_archive:after {
	color: #00AA90;
}


/*-------- 背景 --------*/
#mainNav li.active,
.ribbon,
.image-orver .cover,
#mainNav ul li:hover a,
[data-tooltip].tooltip-top:after,
.dropcap-a,
#mainNav .has-sub ul li a:hover,
ul.tab-widget li a:hover,
.widget-button:hover,
.contact a:last-child,
.bt-mail,
.slider-box a.button .primary,
#page-top .fa-angle-up:hover {
	background: #00AA90;
}
/*-------- メインカラー背景（優先順位のため記述場所変えない） --------*/
#mainNav .has-sub ul li a {
	background: #00053a;
}

/*-------- ボーダー --------*/
.box1 h4 {
    border-left: 5px solid #00AA90;
    border-right: 5px solid #00AA90;
}
[data-tooltip].tooltip-top:before {
	border-top-color: #00AA90;
}



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

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

/*-------- 背景 --------*/
.pagination .current,
.widget_tag_cloud a,
#page-top .fa-angle-up:hover,
#page-top .fa-angle-up,
input[type=submit],
.lSPrev:before,
.lSNext:before,
.bt-mail:hover,
.contact a:last-child:hover {
    background: #005CAF;
}

/*-------- ボーダー --------*/
.service [class^="w"] a,
.pagenav a, .next a,
.blog-button,
input[type=submit] {
	border: 1px solid #005CAF;
}



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

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


/*-------- 背景 --------*/
.service [class^="w"] a:hover,
.blog-button:hover,
.pagination a:hover,
.widget_tag_cloud a:hover,
input[type=submit]:hover,
.lSPrev:hover:before,
.lSNext:hover:before,
#searchsubmit:hover,
.slider-box a.button .secondary {
    background: #F6C555;
}


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