@charset 'utf-8';

#article h3{
	padding: 4px 15px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	background: none;
	color: #01a2a0;
	line-height: 1;
	border-left: 3px solid;
}

#route_search .submit input, #area_search .submit input{
	/* color: #000 !important; */
}

/* ----- Tabs ----- */
.search_tabs {
	margin: 0 0 20px;
	border-bottom: solid 3px #00a2a0;
	display: flex;
	justify-content: space-between;
}
.search_tabs li {
	width: 49.5%;
}
.search_tabs li a {
	display: block;
	text-align: center;
	padding: 12px 0;
	font-size: 16px;
	border-right: none;
	color: #666666;
	border: solid 3px #dfdfdf;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
}
.search_tabs li a.tail {
	/* border-right: 1px #ccc solid; */
}
.search_tabs li a.active ,
.search_tabs li.active a{
	font-weight: bold;
	color: #00a2a0;
	background: #ffffff;
	border: solid 3px #00a2a0;
	border-bottom: none;
}
.search_tabs li a:hover {
	color: #00a2a0;
	background: #ffffff;
	text-decoration: none;
	border: solid 3px #00a2a0;
	border-bottom: none;
}