@charset "utf-8";

#tab {
	width: 100%;
}
#tab #navs {
	width:100%;
	margin:0 0 1em;
	padding:0;
	text-align:left;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

#tab #navs li {
	text-align: center;
	background: #ffffff;
	margin-left:0.5em;
	border: 1px #000000 solid;
	padding:0.5em 1em 0.4em;
	color:#000000;
	font-size:130%;
	font-weight:normal;
	border-radius:6px;
	margin-bottom:0.5em;
}

/*#tab #navs li:first-child { margin-left:0; }*/
/*#tab #navs li:last-child { margin-right:0; }*/


#tab #navs li.select, #tab #navs li:hover { 
	background: #003333;
	color:#FFFFFF;
	font-weight:bold;
}

#tab div { clear: both; }
#tab table { width:100%;}




/*#tab {
	width:100%;
}
#tab #navs {
	float: left;
	width: 100%;
	background: #FFFFFF;
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 5px;
}
#tab #navs li {
	text-align: center;
	display: block;
	float: left;
	width: 80px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-bottom: 0px solid #FFF;
	height:30px;
	line-height:30px;
	color:#000000;
	font-size:11px;
}
#tab #navs li.select { 
	background: #003333;
	color:#FFFFFF;
	border-bottom: 1px solid #FFF;
	font-weight:bold;
}
#tab div {
	clear:both; }

*/
