@charset "utf-8";
/* CSS Document */


#container {
	clear: both;
	position: relative;
	margin: 10px auto 15px;
	text-align: left;
	width: auto;
}
/*頁籤樣式*/

.tablist {
	line-height: 100%;
	font-size: 15px;
	list-style: none;
	overflow: hidden;
	_width: 100%;
	padding: 7px 70px 0 7px;/*右邊預留放rss的空間*/
	margin: 0;
	background: url(../images/tab_ul.png) repeat-x left bottom;
}
.tablist li, .tablist li span {
	background: url(../images/tab_li.png) no-repeat 0 0;
}
.tablist li {
	float: left;
	margin: 0 5px 4px 0;
	padding: 0 0 0 12px;
	white-space: nowrap;
	background-position: 0 -50px;
	color: #eee;
	cursor: pointer;
	outline: none;
}
.tablist li:hover {
	color: #fff;
}
.tablist li span {
	display: block;
	background-position: right -50px;
	padding: 8px 12px 1px 0;
}
.tablist li.selected {
	background-position: 0 0;
	margin-bottom: 0;
	cursor: default;
}
.tablist li.selected span {
	background-position: right 0;
	padding: 5px 12px 7px 0;
}
.tablist li a {
	text-decoration: none;
	color: #fff;
}
.tablist li a:hover, .tablist li a:focus {
	text-decoration: none;
	color: #fff;
}
.tablist li.selected, .tablist li.selected a {
	color: #000;
}
/*------------------ tabpanel:頁籤切換的訊息區*/
.axs.tabpanel {
	overflow: hidden;
	margin: -1px 0 15px;
	padding: 0 0 10px;
	
	background: #fff;
}
.axs.tabpanel figure {
	float: left;
	margin: 0 14px 12px 4px;
}
.axs.tabpanel figure img {
	max-width: 150px;
	max-height: 150px;
	border: 1px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 1px 2px 5px;
	width: 150px \9;
	border: 1px solid #bbb \9;
}
.axs.tabpanel article {
	overflow: hidden;
	margin: 10px 12px 12px;
	clear: both;
}
.axs.tabpanel article header {
	overflow: hidden;
	margin: 0 0 10px;
}
.axs.tabpanel article header h1 {
	background: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 140%;
	font-weight: normal;
	background: none;
	color: #000;
	display: inline;
}
.axs.tabpanel article header .date {
	margin: 1px .8em 0;
}
.axs.tabpanel article p {
	line-height: 180%;
	max-height: 7.2em;
	overflow: hidden;
	margin: 0 0 12px;
}
.axs.tabpanel article .more {
	clear: none;
	margin: 0;
	font-weight: normal;
	float: right;
	padding-bottom: 3px;
}
.axs.tabpanel article p + .more {
	margin-top: -7px;
}
.axs.tabpanel ul {
	clear: both;
	list-style: none;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.axs.tabpanel h1+ul, .axs.tabpanel .rss+ul {
	border: none
}
.axs.tabpanel ul li {
	margin: 0 0 7px 0;
	padding: 0 70px 2px 15px;
	border-bottom: 1px dotted #aaa;
	background-image: url(../images/li5.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
}
.axs.tabpanel ul li a {
	margin-right: .8em;
	text-decoration: none;
}
.axs.tabpanel ul li .date {
	margin-right: 0.8em;
	color: #F60;
	right: 5px;
	position: absolute;
}
.axs.tabpanel ul li .new {}
.axs.tabpanel .more {
	text-align: right;
	margin-right: 12px;
}
.layout tr .center .rss {
	font-size: 0;
	top: 5px;
	z-index: 99999;
}
.layout tr .center .rss a {
	display: inline-block;
	width: 42px;
	height: 16px;
	background-image: url(../images/rss.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.axs.tabpanel .rss {
	margin: 0;
	position: absolute;
	top: 16px;
	right: 8px;
}
/*noscript*/
.axs.tabpanel noscript h1 {
	border-bottom: 2px solid #bbb;
	font-size: 1.23em;
	letter-spacing: .1em;
	margin: 20px 12px 12px;
	padding: 3px;
}
/*fix ie*/
.axs.tabpanel .rss a {
	color: #4a4a4a;
}
/*20131223: 因無障礙問題，修改頁籤的html，配合調整css*/
#container {
	padding-top: 38px;
}
.tab, .tab span {
	letter-spacing: 0;
	border-radius: 5px;
	/*background-image: url(../images/tab_li.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;*/
	color: #333;
}
.center .tab {
	position: absolute;
	top: 5px;
	left: 0px;
	font-size: 15px;
	line-height: 17px;
*line-height:18px;
	margin: 2px 0 0;
	padding: 0 0 0 7px;
	background-image: url(../images/tab_li.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	cursor: pointer;
	background-color:#b3b3b3;
	
}
.tab span {
	display: inline-block;
	background-position: right -50px;
	padding: 10px 7px 4px 0;
	text-align: center;
}
.tab span a {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}
.tab#ntab_2 {
	left: 76px;
}
.tab#ntab_3 {
	left: 184px;
}
.tab#ntab_4 {
	left: 276px;
}
.tab#ntab_5 {
	left: 368px;
}
.tab#ntab_6 {
	left: 460px;
}
.center .tab a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.center .tab a:focus {
	outline: 1px solid #0cf;
}
.center .selected.tab {
	margin-bottom: 0;
	cursor: default;
	z-index: 2000;
	background-color: #0055ae;
	border-radius: 5px 5px 0 0;
	background-image: url(../images/tab_li_selected.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	color:#fff;
}
.center .selected.tab span {
	background-position: right 0;
	margin: 0;
	padding: 9px 7px 3px 0;
	background-color: #0055ae;
	border-radius: 5px 5px 0 0;
	background-image: url(../images/tab_li_selected.png);
	background-repeat: repeat-x;
	color: #fff;
}
.center .selected.tab span a {
	color: #fff;
}
.center .selected.tab span a:focus {
	outline: none;
}
.axs.tabpanel {
	padding-top: 20px;
	position: relative;
	z-index: 1000;
    border-top: 3px solid #0055ae;
	background-image: url(../images/tapblockbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.axs.tabpanel .rss {
	top: -20px;
	z-index: 9999;
}



