@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 13px;
	line-height: 2;
	word-break: break-all;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #222;
}
a {
	color: #adcb0b;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #adcb0b;
	text-decoration: underline;
}
/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/


/* Layout
------------------------------------------*/
body {
	min-width: 980px;
	text-align: center;
	background: #fff;
}
body.home {
}
#container {
	overflow: hidden;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 980px;
}
.home #content-inner {
	margin: 0 auto;
	padding-bottom: 0;
	width: 100%;
}
#main {
	float: right;
	width: 740px;
	text-align: left;
}
.home #main {
	width: 100%;
	text-align: left;
}

.entry {
	margin: 0 0 20px 0;
}
.entry-content {
}


/* header
------------------------------------------*/
#header {
	margin: 0 0 0 0;
	background: url(/images/default/header-bg.jpg) repeat-x center 0;
}
#header-inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 140px;
	z-index: 1000;
}
.site-description {
	position: absolute;
	top: 20px;
	left: 0;
	color: #aaa;
	font-size: 11px;
}
.header-address {
	position: absolute;
	top: 20px;
	right: 0;
	color: #aaa;
	font-size: 11px;	
}
.header-logo {
	position: absolute;
	top: 20px;
	left: 0;
}
.header-tel-list {
	position: absolute;
	top: 20px;
	right: 0;
}
.header-tel-list-item {
	display: inline-block;
	margin-left: 9px;
	vertical-align: middle;
}
.header-form-list {
	position: fixed;
	bottom: 100px;
	right: 0;
}
.header-form-list-item {
	text-align: center;
	margin-bottom: 10px;
}
.gnav {
	position: absolute;
	top: 80px;
	left: 0;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 1000; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #444; }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: #fff; font-size: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #222; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }


/* mainimage
------------------------------------------*/
/* 横スライド用css
.slideshow .slick-list {
	overflow: visible;
}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#mainimage-inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.mainimage-top {
	position: absolute;
	top: 50%;
	left: 15.5%;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}

/* slideshow */
.slideshow {
}
.slideshow .slick-slide {
}
.slideshow .slick-slide img {
	height: 660px;
	object-fit: cover;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 19px;
	height: 29px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 20px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 20px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dots {
}
.slideshow .slick-dots li {
}
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}


/* main
------------------------------------------*/
.main-news {
	padding: 12px 0;
	background: #56c0d5;
}
.main-news-inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-left: 170px;
}
.main-news-title {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}
.main-news-list {
	height: 46px;
	padding: 0 0 0 24px;
	background: #fff;
	border-radius: 21px;
}
.main-news-list-item {
	line-height: 46px;
}
.main-news-list-date {
	float: left;
	margin-right: 10px;
}
.main-news-list-title {
	width: 600px;
	display: -webkit-box;
	color: #222;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.main-news-list-item a {
	color: inherit;
	font-weight: bold;
}
.main-news-more {
	position: absolute;
	top: 50%;
	right: 7px;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}

.main-info {
	padding: 85px 0 76px;
	background: url(/images/default/main-info-bg.jpg) repeat top center;
}
.main-info-title {
	text-align: center;
}
.main-info-inner {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 0;
}
.main-info-list {
	margin: 48px 0 50px;
	padding: 0 0 0 66px;
}
.main-info-list-item {
	float: left;
	margin-right: 18px;
}
.main-info-list-item img {
	width: 494px;
	height: 260px;
	object-fit: cover;
}
.main-info-text {
	position: relative;
	width: 830px;
	height: 200px;
	margin: 0 auto;
	padding: 58px 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: url(/images/default/main-info-text-bg.png) no-repeat top center;
}
.main-info-text:after {
	content: url(/images/default/main-info-icon.png);
	position: absolute;
	bottom: -70px;
	right: -75px;
}
.main-info-more {
	margin-top: 60px;
	text-align: center;
}

.main-point {
	padding: 60px 0 90px;
}
.main-point-title {
	position: relative;
	width: 980px;
	min-height: 124px;
	margin: 0 auto;
	padding: 26px 0 0;
	text-align: center;
}
.main-point-title:before {
	content: url(/images/default/main-point-bg01.png);
	position: absolute;
	top: 0;
	left: 0;
}
.main-point-title:after {
	content: url(/images/default/main-point-bg02.png);
	position: absolute;
	top: 0;
	right: 0;
}
.main-point-inner {
	width: 980px;
	margin: 0 auto;
}
.main-point-list {
	margin-top: 53px;
	counter-reset: number;
}
.main-point-list-item {
	position: relative;
	float: left;
	width: 312px;
	margin-right: 22px;
	padding: 55px 0 36px;
	text-align: center;
	background: #e9f8fa;
	border-radius: 10px;
}
.main-point-list-item:nth-child(3n) { margin-right: 0; }
.main-point-list-item:before {
	position: absolute;
	top: -32px;
	left: 50%;
	-webkit-transform: translate(-50%, 0); /* Safari用 */
	transform: translate(-50%, 0);
	width: 66px;
	height: 76px;
	padding: 12px 0 0;
	color: #fff;
	font-size: 22px;
	counter-increment: number;
	content: counter(number,decimal-leading-zero);
	background: url(/images/default/main-point-icon.png) no-repeat center center / 100% auto;
}
.main-point-list-title {
	margin-bottom: 30px;
	color: #327bb8;
	font-size: 18px;
	font-weight: bold;
	line-height: 31px;
}
.main-point-list-text {}
.main-point-list-a {}

.main-service {
	padding: 78px 0 90px;
	background: url(/images/default/main-service-bg.jpg) no-repeat center / cover;
}
.main-service-title-box {
	text-align: center;
}
.main-service-title {
	margin-bottom: 34px;
}
.main-service-sub {}
.main-service-inner {
	width: 980px;
	margin: 0 auto;
}
.main-service-list {
	margin: 43px 0 55px;
}
.main-service-list-item {
	position: relative;
	float: left;
	width: 230px;
	margin-right: 20px;
	padding: 24px 0 24px;
	text-align: center;
	background: #fff;
	border-radius: 11px;
}
.main-service-list-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 180px;
	height: 3px;
	margin: 0 auto;
	background: #56c0d5;
	z-index: 10;
}
.main-service-list-img {
	width: 180px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
.main-service-list-img img {
	width: 180px;
	height: 180px;
	object-fit: cover;
}
.main-service-list-title {
	color: #327bb8;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
}
.main-service-list-text {
	font-size: 14px;
	line-height: 24px;
}
.main-service-bottom {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0 245px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 33px;
}
.main-service-bottom:before {
	content: url(/images/default/main-service-bg01.png);
	position: absolute;
	top: 0;
	left: 0;
}
.main-service-bottom:after {
	content: url(/images/default/main-service-bg02.png);
	position: absolute;
	top: 0;
	right: 0;
}
.main-service-more {
	margin-top: 34px;
	text-align: center;
}
.main-service-list-a {}

.main-message {
	padding: 0 0 0;
}
.main-message-inner {
	text-align: center;
}
.main-message-text {
	padding: 0 0 20px;
	font-size: 15px;
}

.main-gallery {
	padding: 65px 0 80px;
}
.main-gallery-title {
	text-align: center;
}
.main-gallery-inner {
	width: 980px;
	margin: 0 auto;
}
.main-gallery-list {
	margin: 25px 0 38px;
}
.main-gallery-list-item {
	position: relative;
	float: left;
	width: 470px;
	margin-right: 40px;
}
.main-gallery-list-item:nth-child(2n) { margin-right: 0; }
.main-gallery-list-imgbox {
	background: url(/images/default/main-gallery-arrow-icon.jpg) no-repeat center;
}
.main-gallery-list-img {
	position: relative;
	width: 210px;
}
.main-gallery-list-img img {
	width: 210px;
	height: 210px;
	object-fit: cover;
}
.main-gallery-list-img:nth-child(odd) { float: left; }
.main-gallery-list-img:nth-child(even) { float: right; }
.main-gallery-list-img:before {
	content: url(/images/default/main-gallery-before.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
}
.main-gallery-list-img:nth-child(even):before {
	content: url(/images/default/main-gallery-after.png);
}
.main-gallery-list-title {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}
.main-gallery-list-a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.main-gallery-list-a:hover {
	background: rgba(255,255,255,0.3);
}
.main-gallery-more {
	text-align: center;
}

.main-blog {
	padding: 0 0 90px;
}
.main-blog-inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.main-blog-title {}
.main-blog-list {
	margin-top: 25px;
}
.main-blog-list-item {
	width: 49%;
	margin: 0 0 10px;
	padding: 15px;
	background: #e9f8fa;
}
.main-blog-list-item:nth-child(odd) { float: left; }
.main-blog-list-item:nth-child(even) { float: right; }
.main-blog-list-img {
	float: left;
	margin: 0 10px 0 0;
	background: #eee;
}
.main-blog-list-img img {
	width: 120px;
	height: 120px;
	object-fit: cover;
}
.main-blog-list-date {
	float: left;
	color: #999;
}
.main-blog .blog-cat {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.main-blog .blog-cat a {
	min-width: 80px;
	margin-left: 10px;
	padding: 4px 10px;
	color: #fff;
	background: #56c0d5;
}
.main-blog-list-title {
	margin: 0 0 5px 0;
	color: #222;
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.main-blog-list-title a {
	color: inherit;
	font-weight: bold;
}
.main-blog-list-text {
	font-size: 12px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.main-blog-more {
	position: absolute;
	top: 24px;
	right: 0;
}

.main-link {
	padding: 30px 0 30px;
	background: url(/images/default/main-link-bg.jpg) repeat top center;
}
.main-link-inner {
	width: 980px;
	margin: 0 auto;
}
.main-link-list {}
.main-link-list-item {
	float: left;
	margin-right: 30px;
}
/* arrows */
.main-link .slick-arrow,
.main-link .slick-arrow::before {
	width: 19px;
	height: 29px;
}
.main-link .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.main-link .slick-arrow.slick-prev {
	left: -40px;
}
.main-link .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.main-link .slick-arrow.slick-next {
	right: -40px;
}
.main-link .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}


/* sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}
.home #sidebar {
	display: none;
}
.side-nav {
	margin: 0 0 20px 0;
}
.side-nav li a {
	color: #222;
}
.side-nav-inner > ul > li {
	margin-bottom: 1px;
}
.side-nav-inner > ul > li > a {
	display: block;
	padding: 5px 5px 5px 24px;
	color: inherit;
	font-size: 13px;
	background: #e9f8fa url(/images/default/side-icon.png) no-repeat left 8px center;
}
.side-nav-inner > ul > li > ul {
	padding: 0 0 0 20px;
	background: #e9f8fa;
}
.side-nav-inner > ul > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}
.side-nav-inner > ul > li > ul > li > a:before {
	content: '-';
	margin-right: 2px;
	color: #97c25c;
}
.side-about {
	margin: 20px 0;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	background: #222;
}
.side-nav-inner > ul > li > ul > li > ul {
	display: none;
}

.side-banner {
}
.side-banner ul {
}
.side-banner ul li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
	border-top: 2px #56c0d5 solid;
}
.home #footer {
	border: none;
}
#footer-inner {
	margin: 0 auto;
	width: 980px;
}
.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 36px;
	z-index: 10;
}

.footer-nav {
	width: 100%;
	padding: 44px 0 44px;
	text-align: center;
	font-size: 12px;
}
.footer-nav ul {
	text-align: center;
}
.footer-nav li {
	display: inline-block;
	font-weight: bold;
}
.footer-nav li a {
	padding: 0 10px;
	color: inherit;
}
.footer-nav li:after {
	content: '/';
	color: #ddd;
}
.footer-nav li:last-child:after {
	content: '';
}
.footer-nav li ul {
	display: none;
}

.footer-area {
	margin-bottom: 60px;
}
.footer-area-inner {
	width: 980px;
	margin: 0 auto;
}
.footer-area-img {
	float: left;
	width: 480px;
}
.footer-area-text {
	float: right;
	width: 460px;
	text-align: left;
}

/* Table */
.footer-area .table {
	box-sizing: border-box;
	padding: 23px 0 25px;
}
.footer-area .table .tr {
	display: table;
	width: 100%;
}
.footer-area .table .th {
	display: table-cell;
	width: 67px;
	font-weight: bold;
}
.footer-area .table .tr,
.footer-area .table .th {
}
.footer-area .table .tr,
.footer-area .table .th,
.footer-area .table .td {
	padding: 0 0 6px;
}
/* area */
.footer-area-text-bottom {
	padding: 23px;
	font-size: 12px;
	background: #e9f8fa;
}
.footer-area-text-bottom p {
	letter-spacing: -0.8px;
}
.footer-area-text-bottom strong {
	color: #eb8f2b;
}
.footer-area-text-bottom h3 {
	margin-bottom: 10px;
	padding: 0 0 0 8px;
	color: #327bb8;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	border-left: 3px #adcb0b solid;
}

.footer-copyright {
	width: 100%;
	height: 55px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 55px;
	background: #56c0d5;
}

/* Lower
------------------------------------------*/
/* link color */
.breadcrumb a,
.entry-content a {
}

/* heading */
.page-title-wrap {
	margin-bottom: 40px;
}
.page-title-wrap01 {
	margin: 10px 0 0;
	background: #56c0d5;
}
.page-title-wrap02 {
	padding: 10px 0 10px;
	border-bottom: 1px #ccc solid;
}
.page-title {
	display: none;
	padding: 33px 0 33px;
	color: #fff;
	font-size: 26px;
	line-height: 22px;
	font-weight: bold;
}
.entry-content h2, .entry-title {
	margin: 0 0 20px;
	padding: 20px 10px;
	border-top: 2px solid #56c0d5;
	border-bottom: 2px solid #dedede;
	font-size: 22px;
	font-weight: bold;
	background: url(/images/default/entry-title-bg.png) no-repeat 15px 50%;
}
.entry-content h2 {
	margin: 0 0 20px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 10px 20px;
	font-size: 20px;
	font-weight: bold;
	border-left: 4px #56c0d5 solid;
	background: #e9f8fa;
}
.entry-content h4, .h4 {
	padding: 0 0 0 5px;
	color: #327bb8;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	border-left: 4px #adcb0b solid;
}
.entry-content h5, .h5 {
	font-weight: bold;
	border-bottom: 1px #adcb0b dashed;
}


/* Breadcrumb
------------------------------------------*/

.breadcrumb-wrap {
	/* display:none; */
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
.breadcrumb-wrap,
.breadcrumb,
.breadcrumb-item {
	display:inline-block;
}

.breadcrumb {
	background: none;
	margin-bottom: 0;
	padding: 0;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	color: #adcb0b;
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	font-size: 0.8rem;
	border-bottom: 1px solid #ddd;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

/* カテゴリとアーカイブが多い際にスクロールエリア化 */

/* .blog-nav .scroll-area,
.blog-nav .scroll-area .cs-bar,
.blog-nav .scroll-area .cs-bar-inner {
	height: 200px;
}
.blog-nav .scroll-area {
	position: relative;
	overflow: hidden;
}
.blog-nav .scroll-area .cs-content {
	padding: 0 20px 0 0;
}
.blog-nav .scroll-area .cs-bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	background: #eee;
}
.blog-nav .scroll-area .cs-bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
}
.blog-nav .scroll-area .cs-drag {
	background: #aaa;
} */


/* Gallery
------------------------------------------*/

/* archive */
.gallery-list {
}
.gallery-list-row {
}
.gallery-list-col {
	padding: 0 15px 15px;
}
.gallery-list-item {
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}

/* single */
.gallery-detail {
	padding: 0 15px 15px 15px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
	padding: 0 10px 20px;
}
.ba-detail-main {
	display: table;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	display: table-cell;
	text-align: center;
}
.ba-detail-before {
	width: 40%;
	vertical-align: top;
}
.ba-detail-after {
	width: 50%;
	vertical-align: middle;
}
/* icon */
.ba-detail-before:before {
	content: url(/images/default/gallery-before-icon.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.ba-detail-after:before {
	content: url(/images/default/gallery-after-icon.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.ba-detail-arrow {
	display: table-cell;
	width: 10%;
	text-align: center;
	vertical-align: middle;
	background: url(/images/default/gallery-arrow-icon.png) no-repeat center center;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}

/* ba-work-table */
.ba-work-table {
	box-sizing: border-box;
	margin: 30px 0 30px;
	border-top: 1px #56c0d5 solid;
	border-left: 1px #56c0d5 solid;
}
.ba-work-table .ba-work-tr {
	display: table;
	width: 100%;
}
.ba-work-table .ba-work-th {
	display: table-cell;
	width: 30%;
	font-weight: bold;
	background: #e9f8fa;
	border-right: 1px #56c0d5 solid;
}
.ba-work-table .ba-work-tr {
	border-bottom: 1px #56c0d5 solid;
	border-right: 1px #56c0d5 solid;
}
.ba-work-table .ba-work-th,
.ba-work-table .ba-work-td {
	padding: 10px;
}

/* single-ba */
.single-ba {}
.single-ba .entry-content a {
	margin: 0 2px;
	padding-left: 14px;
	background: url(/images/default/side-icon.png) no-repeat left center;
}


/* Colors
------------------------------------------*/
/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #adcb0b;
	background-color: #adcb0b;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #444;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #adcb0b;
	background-color: #fff;
	color: #adcb0b;
}

/* pagination */
.page-link {
	border-color: #adcb0b;
	color: #444;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #adcb0b;
	background-color: #adcb0b;
	color: #fff;
}
