@charset "utf-8";

#tab {
	/*width: 660px;*/
	width: 100%;
}

#tab #nav {
	/*float: left;
	margin-left: 10px;
	width: 650px;*/
	width:100%;
	margin:0 0 0.3em;
	padding:0;
	text-align:left;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom: 1px solid #4b6645;
}

#tab #nav li {
	flex:1;
	text-align: center;
	background: #c5dac1;
	margin-left:0.5em;
	padding:0.8em 1em 0.4em;
	font-weight:normal;
	border-radius: 6px 6px 0 0;

	/*display: block;*/
	/*float: left;*/
	/*width: 80px;*/
	/*background: #ffffff;*/
	border: 1px solid #4b6645;
	border-bottom: 0px solid #FFF;
	/*height:30px;*/
	/*line-height:30px;*/
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
#tab #nav li.select { 
	background: #1c3118;
	color:#FFFFFF;
	border-bottom: 1px solid #FFF;
	font-weight:bold;
}
#tab div table  {
	float: left;
	/*width: 680px;*/
	width: 100%;
}

#tab div td  {
	width: 14%;
	text-align:center;
}

