@charset "utf-8";
/*  新聞搶先看頁籤 CSS Document */ 
	ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	.abgne_tab {
	clear: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	z-index: 1;
	}
	ul.tabs {
	width: 100%;
	height: 37px;
	padding-top: 4px;

	}
	ul.tabs li {
	float: left;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	color: #FFFFFF;
	border-left: none;
	width: auto;
	background: #4fc5f7;
	
	}
	ul.tabs li a {
	display: block;
	padding: 0 43px;
	color: #FFF;
	text-decoration: none;
	font-family: "微軟正黑體";
	font-size: 16px;
	}

	ul.tabs li a:hover {
		background: #33adb8;
	}
	ul.tabs li.active  {
	background: #33adb8;

	}
	
	ul.tabs li.active a:hover {
		
	}
	div.tab_container {
		clear: left;
		width: 100%;
		
		border-top: none;
		background: #fff;
		
	}
	div.tab_container .tab_content {
	padding: 10px;
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 20px;
	}




/* TAB2*/
	ul.tabs2 {
	width: 100%;
	height: 37px;
	padding-top: 4px;

	}
	ul.tabs2 li {
	float: left;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	color: #FFFFFF;
	border-left: none;
	width: auto;
	background: #4fc5f7;
	
	}
	ul.tabs2 li a {
	display: block;
	padding: 0 16px;
	color: #FFF;
	text-decoration: none;
	font-family: "微軟正黑體";
	font-size: 16px;
	}

	ul.tabs2 li a:hover {
		background: #33adb8;
	}
	ul.tabs2 li.active  {
	background: #33adb8;

	}
	
	ul.tabs2 li.active a:hover {
		
	}

@media screen and (max-width: 480px) {
	ul.tabs2 li a {
	display: block;
	padding: 0 14px;
	color: #FFF;
	text-decoration: none;
	font-family: "微軟正黑體";
	font-size: 13px;
	}
}
