@charset "utf-8";
/* CSS Document */
body, html {
	font-size: 13px;
	font-family: Arial, "微軟正黑體";
}
#breadcrumbs_box {
	width: 100%;
	height: 35px;
	background: rgba(0,0,0,0.8);
	bottom: 0px;
}
#breadcrumbs {
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	font-weight: normal;
	word-spacing: 5px;
	padding: 0 5px;
	position: absolute;
	right: 10px;
	top: 17px;
}
#breadcrumbs span {
	color: #4CA7D8;
	text-decoration: none;
}
#breadcrumbs img {
	vertical-align: middle;
	padding: 0px 5px;
	margin-bottom: 2px;
}
#breadcrumbs a, #breadcrumbs a:visited {
	color: #999999;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#breadcrumbs a:hover {
	color: #999999;
	text-decoration: none;
}
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
.top_title {
	font-family: Corbel, "微軟正黑體";
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-top: 4px;
	background: url(../images/title_top.jpg) top repeat-x;
}
.top_title .box {
	padding: 7px 15px 7px 45px;
	border: #DDDDDD 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
}
.top_title .box:before {
	width: 15px;
	height: 15px;
	content: '';
	position: absolute;
	left: 20px;
	top: 19px;
	background: url(../images/title_icon.png) no-repeat;
}
.top_title .en {
	font-size: 24px;
	color: #3977B1;
	line-height: 30px;
	display: inline-block;
	font-family: "Arial Black";
	letter-spacing: 2px;
}
.top_title .cht span, .top_title .en span {
	font-weight: bolder;
}
.top_title .cht {
	color: #333333;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	font-family: "微軟正黑體";
	display: inline-block;
	padding-left: 10px;
}
/**************************************************************/
/**************************************************************/
#main {
	margin-bottom: 30px;
}
/**************************************************************/
/**************************************************************/
#banner {
	background: url(../images/banner/banner.jpg) center top no-repeat;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}
#banner img {
	width: 100%;
	vertical-align: middle;
}
/**************************************************************/
/**************************************************************/
.list_menu {
	font-size: 0px;
	display: block;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.list_menu li {
	min-width: 120px;
	list-style: none;
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	height: 36px;
	margin: 0 3px;
	line-height: 16px;
	border: #1AB8A7 1px solid;
	position: relative;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
}
.list_menu li a:before {
	width: 13px;
	height: 13px;
	content: '';
	display: inline-block;
	margin-right: 5px;
	margin-bottom: -2px;
	background: url(../images/member/dot.png) no-repeat;
}
.list_menu li a, .list_menu li a:visited {
	padding: 0 5px 0 5px;
	color: #777777;
	font-size: 13px;
	line-height: 36px;
	display: block;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.list_menu li a:hover, .list_menu li.active a {
	color: #FF9326;
}
.list_menu li a:hover:before, .list_menu li.active a:before {
	background: url(../images/member/dot_.png) no-repeat;
}
.list_menu li.logout {
	border: #0E88BC 1px solid;
}
.list_menu li.logout a, .list_menu li.logout a:visited {
	width: 100%;
	height: 100%;
	display: block;
	color: #FFF;
	font-size: 13px;
	background: #11A3E4;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.list_menu li.logout a:hover {
	background: #777777;
}
.list_menu li.logout a:before {
	background: url(../images/member/dot2.png) no-repeat;
}
/**************************************************************/
/**************************************************************/
#con_title {
	color: #444444;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 10px 5px 40px;
	background: url(../images/contitle_icon.png) 0px 0 no-repeat;
	margin-bottom: 20px;
	position: relative;
}
#conbody {
	color: #5F5F5F;
	line-height: 24px;
	font-size: 13px;
	font-family: Arial, "微軟正黑體";
}

/**************************************************************/
/**************************************************************/

/**************************************************************/
/**************************************************************/
@media (max-width: 970px) {
    /*#leftside {
        display:none;
}*/
}

@media (max-width: 650px) {
#breadcrumbs {
	position: absolute;
	right: auto;
	right: 0px;
	top: -35px;
}
}

@media (max-width: 945px) {
#banner {
	height: 128px;
}
#banner img {
	width: 945px;
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -472px;
}
}
