﻿.pc_label{
	width:960px;
	margin:0 auto;
}
.pc_label ul, .pc_label li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pc_abgne_tab {
	clear: left;
	width:100%;
	margin: 10px 0;
	
}
.pc_label ul.pc_label_tabs {
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #8C0044;
	/*border-left: 1px solid #8C0044;*/
}
.pc_label ul.pc_label_tabs li {
	float: left;
	height: 45;
	line-height: 37px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;
	border: 1px solid #8C0044;
	display:inline-block;
	min-width: 61.5px;/*---------最多可13個頁籤*/
}

.pc_label ul.pc_label_tabs li a{
	display: block;
	color:#ffffff;
	background:#8C0044;
	text-decoration: none;
	text-align: center;	
	padding:0px 10px;
	font-size:14px;
}


.pc_label ul.pc_label_tabs li a:hover {
	color:#ffffff;
	background: #A20055;
}

.pc_label ul.pc_label_tabs li.pc_label_active{
	border-bottom: 1px solid #fff;
}

.pc_label ul.pc_label_tabs li.pc_label_active a{
	color:#8C0044;
	background: #ffffff;	
}
.pc_label ul.pc_label_tabs li.pc_label_active a:hover {
	color:#8C0044;
	background-color: #ffffff;
}
.pc_label div.pc_tab_container {
	clear: left;
	width: 960px;
	border-top: none;
	/*background: #fff;*/
}
.pc_label div.pc_tab_container .pc_tab_content {
	padding: 20px 0px;
}

.pc_label div.pc_tab_container .pc_tab_content table{
	margin-top:-12px;
}

.pc_label div.pc_tab_container .pc_tab_content h2 {
	margin: 0 0 20px;
}


/*-------------------------------------------------以下固定頁籤的寬度*/

.pc_label ul.pc_label_tabs13 li{
	width:71.85px;
}

.pc_label ul.pc_label_tabs12 li{
	width:78px;
}

.pc_label ul.pc_label_tabs11 li{
	width:85.25px;
}

.pc_label ul.pc_label_tabs10 li{
	width:94px;
}

.pc_label ul.pc_label_tabs9 li{
	width:104.65px;
}

.pc_label ul.pc_label_tabs8 li{
	width:118px;
}

.pc_label ul.pc_label_tabs7 li{
	width:135px;
}

.pc_label ul.pc_label_tabs6 li{
	width:158px;
}

.pc_label ul.pc_label_tabs5 li{
	width:190px;
}

.pc_label ul.pc_label_tabs4 li{
	width:238px;
}

.pc_label ul.pc_label_tabs3 li{
	width:318px;
}

.pc_label ul.pc_label_tabs2 li{
	width:478px;
}

.pc_label ul.pc_label_tabs1 li{
	width:100%;
}

/*-------------------------------------------------以上固定頁籤的寬度*/















