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

#tab02 #navs02 {
	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;
}

#tab02 #navs02 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%;
}

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

#tab02 div { clear:both; }

