#tab { width:100%; display:block; }

#tab #navs{
	border-bottom:1px #CCCCCC solid;
	margin:0 0 30px;
	padding:0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

#tab #navs li {
	flex:1;
	text-align: center;
	padding:1em 0 0.7em;
	margin:0 0.2em 0.5em;
	background: #8e9490;
	color: #ffffff;
	line-height:1.4em;
	font-size:120%;
}

#tab #navs li.select { background: #047e35; color: #FFF; font-weight: bold; border-radius: 0px; }
#tab #navs li:hover { color: #FFF; background: #047e35; border-radius: 0px; }

#tab div { clear:both; }

/*@media screen and (max-width: 601px) {
	#tab #navs li {	line-height: 40px; }
}*/
