

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

/*-------- テキスト --------*/
.top-box h2,
h3.title,
p.title,
.table1 tr th,
.table2 tr th,
#sidebar .widget h3,
#footer h3,
.widget-post h4 a:hover,
.widget_categories li a:hover,
#mainNav ul li:hover a,
#mainNav .has-sub ul li a:hover,
#mainNav ul li a:hover {
	color: #1c599c;
}


/*-------- 背景 --------*/
.cal-single,
.footer-under,
.data,
.mean-container .mean-bar,
.mean-container .mean-nav,
.dropcap-q,
h5.title,
.box1 h4,
a.zo-masonry-button,
.footer-address .fa-map-marker-alt,
.footer-address .fa-train,
.footer-address .fa-phone,
.footer-address .fa-fax,
.footer-address .fa-envelope,
.footer-address .fa-clock,
#wp-calendar thead th {
	background: #1c599c;
}


/*-------- ボーダー --------*/
#sidebar .widget h3 {
	border-bottom: 3px solid #1c599c;
}
h2.top-title span:before,
h2.top-title span:after {
	border-top: 1px solid #1c599c;
}
h3.title{
	border-bottom: 1px solid #1c599c;
}
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 #1c599c;
}
.box2 {
    border-left: 5px solid #1c599c;
}


/*-------------------------------------------------------------------------------------------*/
/* 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,
.list2 li:before,
.next a:after {
	color: #eb979f;
}


/*-------- 背景 --------*/
.image-orver .cover,
[data-tooltip].tooltip-top:after,
.dropcap-a {
	background: #eb979f;
}

/*-------- ボーダー --------*/
.fixed {
    border-bottom: 3px solid #eb979f !important;
}
.box1 h4 {
    border-left: 5px solid #eb979f;
    border-right: 5px solid #eb979f;
}
[data-tooltip].tooltip-top:before {
	border-top-color: #eb979f;
}
.footer-under {
	border-top: 1px solid #eb979f;
}



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

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

/*-------- 背景 --------*/
.pagination .current,
#searchsubmit,
.widget_tag_cloud a,
#page-top .fa-angle-up:hover,
#page-top .fa-angle-up {
    background: #eb979f;
}

/*-------- ボーダー --------*/
.pagenav a, .next a,
.blog-button {
	border: 1px solid #eb979f;
}



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

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


/*-------- 背景 --------*/
.blog-button:hover,
.pagination a:hover,
#searchsubmit:hover,
.widget_tag_cloud a:hover {
    background: #1c599c;
}


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