ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 46px;
	border-bottom: 4px solid #626262;
	width: 100%;
}

ul.tabs li {
	border-bottom: 3px solid #626262;
	box-sizing:border-box;
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 7px 21px;
	height: 45px;
	line-height: 31px;
	font-family:"微軟正黑體";
	font-weight:bold;
	/*border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;*/
	background-color: #fff;
	color: #999;
	overflow: hidden;
	position: relative;
	font-size:1.8rem;
}

/*.tab_last { border-right: 1px solid #333; }*/

ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

ul.tabs li.active {
	background-color: #626262;
	color: #fff;
	/*border-bottom: 1px solid #fff;*/
	display: block;
}

/*.tab_container {
	border: 1px solid #333;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}*/

/*.tab_content {
	padding: 20px;
	display: none;
}*/

.conhidden{
	opacity:0;
	font-size:1px;
	
}

.tab_drawer_heading { display: none; }

@media (max-width:768px){
h2{
	margin-top:0;
}
}

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		/*border-top: 1px solid #333;*/
		margin: 0;
		padding: 7px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
}