

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

/*-------- テキスト --------*/
h1.title,
h2.top-title,
.top-box h2,
h3.top-title,
h2.title,
h3.title,
h4.title,
p.title,
#mainNav ul li a,
.news ul.list a,
.table1 tr th,
.table2 tr th,
#sidebar .widget h3,
#wp-calendar caption,
.instructor h2,
.table-time tr th,
#footer h3,
.interview-list .w6 h2,
.interview-box .table1 tr:nth-child(odd),
.interview-box h3 {
	color: #24262B;
}


/*-------- 背景 --------*/
ul.tab li.active,
ul.tab li.active:hover,
.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,
.footer-address .address:before,
.footer-address .access:before,
.footer-address .tel:before,
.footer-address .fax:before,
.footer-address .mail:before,
#wp-calendar thead th,
.interview-list .w6 a,
h3.interview-title,
.blog-button,
.pagenav a,
.post-head li a,
.interview-box .button,
a.zo-masonry-button,
.interview-slider-box a.zo-masonry-button .face-primary,
.service .button {
	background: #24262B;
}


/*-------- ボーダー --------*/
#sidebar .widget h3,
#wp-calendar caption {
	border-bottom: 3px solid #24262B;
}
h2.top-title span:before,
h2.top-title span:after {
	border-top: 1px solid #24262B;
}
ul.tab-widget li.active a,
ul.tab-widget li.active a:hover,
#mainNav ul li:hover:after {
	border-bottom: 5px solid #24262B;
}
.interview-box .talk-box {
    border: 1px solid #24262B;
}
.mentor-cover {
    border: 1px solid #24262B;
}


/*-------------------------------------------------------------------------------------------*/
/* 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,
.list3 li:before,
.next a:after,
h2.title:before,
h3.interview-title svg,
.prev a:before,
.next a:after,
.service .button:before {
	color: #46c0ff;
}


/*-------- 背景 --------*/
.image-orver .cover,
#mainNav ul li:hover a,
[data-tooltip].tooltip-top:after,
.dropcap-a,
#mainNav .has-sub ul li a:hover,
.lSPrev:before,
.lSNext:before,
.interview-list .w6 a:hover,
.blog-button:hover,
.prev a:hover, .next a:hover,
.post-head li a:hover,
a.zo-masonry-button .face-primary,
.interview-slider-box a.zo-masonry-button,
.service .button:hover,
.interview-box .button:hover,
.access .w4 span {
	background: #46c0ff;
}
/*-------- メインカラー背景（優先順位のため記述場所変えない） --------*/
#mainNav .has-sub ul li a {
	background: #24262B;
}

/*-------- ボーダー --------*/
.fixed {
    border-bottom: 3px solid #46c0ff !important;
}
h2.title,
h3.title {
    border-left: 3px solid #46c0ff;
}
[data-tooltip].tooltip-top:before {
	border-top-color: #46c0ff;
}
.interview-box h3 {
    border-bottom: 2px dotted #46c0ff;
}
h4.title {
    border-bottom: 1px dotted #46c0ff;
}
div.blog-info li span,
.post-head li span {
	border: 1px solid #46c0ff;
}



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

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

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

/*-------- ボーダー --------*/
input[type=submit] {
	border: 1px solid #46c0ff;
}



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

/*-------- テキスト --------*/
a:hover,
a:active,
.news ul.list a:hover,
.blog-info li a:hover, .blog-info-single li a:hover,
.footer-menu a:hover,
#footer a:hover,
.lSAction>a:hover {
    color: #ff9900;
}


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


/*-------- ボーダー --------*/
input[type=submit]:hover {
	border: 1px solid #ff9900;
}
