@charset "utf-8";
/* CSS Document */

/*----- タブ切り替え 追記 -----*/
.tab_area {
	display: none;
}
.tab_area.show {
	display: block;
}
.tab_menu li.active:hover {
	cursor: auto;
	opacity: 1;
}
.tab_menu li.active {
	background: #f8f9ec;
	color: #91ab09;
	border: solid 1px #91ab09;
}
.tab_menu li:hover {
	cursor: pointer;
	opacity: .7;
}

.nav_b_tohoku li {
	color: #fff;
	background: #89b825;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 13px 15px 13px 5px;
	position: relative;
}

li.tab_btn::before {
	content: none;
	width: 0;
	height: 0;
	border: 0;
}


li.tab_btn {
	font-size: 1.6rem;
}


