.tab3 {border-left:none; overflow:hidden; }
.tab3 li {
	box-sizing:border-box; display:inline-block;
}
	/*@media all and (min-width: 320px) and (max-width: 56.25em) {
		.tab3 li {width:30%;}
	}*/

.tab3 li.on {
	border-bottom: 3px solid #000;
	color:#000;
}
.tab3 li.on a {
	background-color: #000;
	color: #fff;
}
.tab3_con3 {clear:both;}
.tab3_con3 > div {display:none; height:auto; text-align:left;}