@import "https://fonts.googleapis.com/earlyaccess/notosanstc.css";

.outLayer
{
    position: relative;
    overflow: hidden;
    width: 177px;
    height: 120px;
    z-index: 100;
}

.scrollPanel
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 177px;
    height: 120px;
    clip: rect(0px, 177px, 120px, 0px);
    overflow: hidden;
    z-index: 1;
}

.outLayer2
{
    position: relative;
    overflow: hidden;
    width: 297px;
    height: 104px;
    z-index: 100;
}

.scrollPanel2
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 297px;
    height: 104px;
    clip: rect(0px, 297px, 104px, 0px);
    overflow: hidden;
    z-index: 1;
}

.innerLayer
{
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.info_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b3d2ba;
}
.info_text a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b3d2ba;
	text-decoration:underline;
}
.info_text a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b3d2ba;
	text-decoration: none;
}

.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #727977;
}
.copyright a{
	color: #727977;
	text-decoration: none;
}
.search_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.copyright a:hover{
	color: #878c8a;
    text-decoration:underline;
}

.text_b_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #004891;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #555555;
}

.text_err {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: x-small;
	color: Red;
}

.text a{
	color: #004891;
	text-decoration:underline;
}

.text a:hover{
	color: #6732ba;
	text-decoration: none;
}

.text_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #555555;
}

.text_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #6c3f98;
}

textarea {
	height: 18px;
}

.sec_hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #6C3F98;
	text-decoration: none;
}

.sec_hd a{
	color: #6C3F98;
	text-decoration:none;
}

.sec_hd a:hover{
	color: #6C3F98;
	text-decoration: underline;
}

.top_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c4b2d6;
}

.top_txt a{
	color: #c4b2d6;
		text-decoration: none;
}

.top_txt a:hover{
	color: #ffffff;
}

.input_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	height: 14px;
	border: 1px inset #999999;
}

.input_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	height: 14px;
	border: 1px inset #999999;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	height: 16px;
}


.sub_nav
{
    list-style-type: none;
    margin: 0px;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    padding-left: 0px;
}

.sub_nav li a
{
    color: #ffffff;
    display: block;
    width: 146px;
    background-image: url(../_common/images/subNav_bullet_01.gif);
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-repeat: no-repeat;
    background-position: 1px top;
    line-height: 14px;
    padding-left: 11px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: 11px;
}

.sub_nav li a:visited, .markermenu li a:active
{
}

.sub_nav_li a:hover
{
    color: #eccf00;
    text-decoration: none;
    background-color: #b10f32; /*background-image:url(images/common/spacer.gif);onMouseover image change. Remove if none*/
}

.sub_nav_li_over a:visited, .sub_nav_li_over a:link
{
    color: #eccf00;
    text-decoration: none;
    background-color: #b10f32; /*background-image:url(images/common/spacer.gif);onMouseover image change. Remove if none*/
}

.subsec_nav
{
    list-style-type: none;
    margin: 0px;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    padding-left: 0px;
}

.subsec_nav li a
{
    color: #ffffff;
    display: block;
    width: 134px;
    background-image: url(../_common/images/subNav_bullet_02.gif);
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-repeat: no-repeat;
    background-position: 11px top;
    line-height: 11px;
    padding-left: 22px;
    padding-bottom: 3px;
    padding-top: 2px;
    margin-left: 11px;
    margin-bottom: 0px;
}
.route_no {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #6C3F98;
}

.hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #6C3F98;
	line-height: 30px;
}


.path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}

.path a{
	color: #4f72bf;
}

.path a:hover{
	color: #4f72bf;
	text-decoration: none;
}


.subsec_nav li a:visited, .markermenu li a:active{

}

.subsec_nav li a:hover{
	color: #eccf00;
	text-decoration: none;
	background-color:#b10f32;
 /*background-image:url(images/common/spacer.gif);onMouseover image change. Remove if none*/
}

.hd_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #004891;
	font-weight: bold;
	line-height: 30px;
}

.hd_02 {
	color: #0d6e10;
	font-size: small;
	font-weight: bold;
	line-height: 30px;
}

.hd_03 {
	color: #555555;
	font-weight: bold;
	line-height: 25px;
	font-size: small;
}
.hd_04 {
	color: #444444;
	line-height: 25px;
	font-size: small;
	font-style: italic;
}
.sub_hd
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #006719;
    font-weight: bold;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4b42;
	height: 20px;
	border: 1px inset #666666;
	list-style-type: none;
}

.textSpecalSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6732ba;
}

.table_hd {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.table_hd a{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
.table_hd a:hover{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.table_hd2
{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.table_hd_bk
{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.hd_01_for_table
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
 
    color: #004891;
    font-weight: bold;
}
.layer_nav 
{
    padding-left:0px;
	list-style-type: none;
	margin: 0px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.layer_nav li a{
	color: #ffffff;
	display: block;
	width: 114px;
	background-image: url(../_common/images/subNav_bullet_01.gif);
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: 1px top;
	line-height: 14px;
	padding-left:11px;
	padding-bottom:2px;
	padding-top:2px;
	margin-left: 11px;
}

.layer_nav li a:visited, .markermenu li a:active{

}

.layer_nav li a:hover{
	color: #eccf00;
	text-decoration: none;
	background-color:#a8660f;
 /*background-image:url(images/common/spacer.gif);onMouseover image change. Remove if none*/
}


hr
{
    border: 0;
    height: 15px;
    background: URL(../_common/images/content_line_dot.gif) 50% 0 repeat-x;
    margin: 1em 0;
}

/* --- IE hack --- */
* HTML hr, *:first-child + HTML hr
{
    display: list-item;
    list-style-image: URL(../_common/images/content_line.gif);
    list-style-position: inside;
    border: 1px solid #fff;
    width: 0;
    height: 0;
    margin-bottom: .5em;
}
/* --- end hack --- */

/*
hr{
background: url(../_common/images/content_line_dot.gif) repeat-x center left;
  border:0;
  clip:rect(5px 100% 6px 0);
  height:10px;
  left:0px;
  line-height:10px;
  position:absolute;

}
*/

.table_hd2
{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
}


.text_small {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #555555;
	font-weight: normal;
}

.text_small_b {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #555555;
	font-weight: bold;
}

.text_small2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #555555;
}

.text_small2_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #6c3f98;
}

.text_small_noUnderline a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #555555;
	font-weight: normal;
	text-decoration:none;
}

.table_hd_bk {

	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.hd_01_for_table {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #004891;
	font-weight: bold;
}

.bg_no_dup {
	background-repeat: no-repeat;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}

.tourist_info_wrap{
	width:100%;
}
.flash_wrap{
	float:left;
}
.flash_wrap object{
	vertical-align:top;
}
.banner_wrap{
	float:left;
	width:185px;
	height:230px;
	position:relative;
	background:url('../_common/images/left_bn_bg.gif') no-repeat 0 0 #ffbe11;
}

.banner_wrap ul{
	padding:0;
	margin:0;
	margin-top:8px;
	margin-left:6px;
	
}
.banner_wrap ul li{
	list-style-type:none;
	vertical-align:top;
	font-size:0;
	float:left;
	width:100%;
	margin-bottom:4px;
}
.banner_wrap ul li a img{
	border:0;
}

table.attraction{
	margin-right:7px;
	float:left;
}

table.attraction tr td {
	border:1px solid #e6e6e6;

}
table.attraction tr td img{
	border:0;
	vertical-align:top;
}

table.info{
	font-size:12px;
	float:right;
	width:185px;
	border-top:3px solid #DD0026;
}

table.info th{
	border:1px solid #e6e6e6;
	background-color:#c4afd8;
	color:#FFF;
	padding:6px 8px;
	text-align:left;
}
table.info td{
	border:1px solid #e6e6e6;
	padding:0px 8px 5px;
	background-color:#FFF;
	
}
table.info td a{
	color:#343434;
	text-decoration:none;
}
 
table.info td a:hover{
	text-decoration:underline;
}
table.info td p{
	margin:0; padding:0;
	margin-bottom:10px;
	line-height:130%;
	margin-top:3px;
}

table.info td span.hd{
	display:block;
	line-height: 14px;
	margin-top:7px;
}

table.info td span.hd a{
	color:#6C3F98;
}

/*20111125 home search*/

.route_search_wrap{
	position:relative;
	padding-top:0px;
	width:168px;
	height:156px;

}
.route_search_wrap .abs{
	height:13px; width:13px;
	position: absolute; display:block;
	bottom:0; left:0;
	background:url('../_common/images/left_corner.gif') no-repeat bottom left;
}


.route_search_wrap a .caption{
	display:block;	
	color: #FFF;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.688em;
	line-height: 1em;
	padding: 0 5px;
	margin-top: 48px;
}

#formRouteSearch .input_wrap{
	position: absolute;
	top: 186px;
	left: 606px;
	border: 1px solid #84ad70;
	background-color: #ffffff;
	width: 72px;
	height: 20px;
}

#formRouteSearch .input_wrap #txtPTPSearch{
	width: 52px;
	height: 16px;
	border: 0;
	outline: 0;
	float: left;
	padding: 2px;
	font-weight: bold;
}

#formRouteSearch .input_wrap #lblPTPSearch{
	position: absolute;
	width: 46px;
	height: 16px;
	top: 0;
	left: 0;
	color: #cccccc;
	font-size: 0.688em;
	line-height: 1.455em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}

#formRouteSearch .input_wrap #btnPTPSearch{
	float: right;
	width: 16px;
	height: 16px;
	background: url(../_common/images/searchnav1.gif) no-repeat -61px -12px;
	margin: 1px 0 0 0;
}

.route_search_wrap a:hover span.caption, .route_search_wrap .btn:hover span.caption{
	text-decoration:none;
}
.route_search_wrap > a{
	color:#FFF;
	width:83px;
	height:73px;
	margin-bottom:3px;
	display:block;
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#f7defa;
	text-decoration:none;
}

.route_search_wrap a.btn_nav1{
	margin-right:3px;
	background-image:url('../_common/images/searchnav1.gif');
}

.route_search_wrap a.btn_nav2{
	width:82px;
	background-image:url('../_common/images/searchnav2.gif');
}
.route_search_wrap a.btn_nav2:hover{
background-image:url('../_common/images/searchnav2_over.gif');
}

.route_search_wrap a.btn_nav3{
	margin-right:3px;
	background-image:url('../_common/images/searchnav3.gif');
}
.route_search_wrap a.btn_nav3:hover{
background-image:url('../_common/images/searchnav3_over.gif');
}

.route_search_wrap a.btn_nav4{
	width:82px;
	background-image:url('../_common/images/searchnav4.gif');
}
.route_search_wrap a.btn_nav4:hover{
background-image:url('../_common/images/searchnav4_over.gif');
}

#news{
	background-color: #e2d9ea;
	font-size: 0.875em; /* 16B 14px */
	font-family: 微軟正黑體, Arial, 新細明體, Helvetica, sans-serif;
}

#newsChildsWraper{
	position: relative;
	display: none;
}

#newsChilds{
	background-color: #e2d9ea;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
}

#news .header{
	height: 40px;
	border: 4px solid #e2d9ea;
	background: #f6f1f7 url('../_common/images/arrow.jpg') no-repeat 700px center;
	position: relative;
	cursor: pointer;
}

#news .header:hover{
	background: #f6f1f7 url('../_common/images/arrow_over.jpg') no-repeat 700px center;
}

#news .cycleWrapper{
	width: 540px;
	height: 40px;
	padding: 0 0 0 160px;
}

#news .cycleWrapper .cycle-scrollup{
	height: 40px;
}

#news .bus_info{
	width: 125px;
	height: 20px;
	background: #6c4099 url('../_common/images/bus_info.jpg') no-repeat right center;
	color: #ffffff;
	padding: 10px 15px;
	position: absolute;
	left: 0;
	top: 0;
}

#news .item, #newsChilds .item{
	border-bottom: 1px solid #c9bad9;
	padding: 0 15px 0 0;
}

#news .date, #newsChilds .date{
	color: #6c4099;
	padding: 10px 10px 10px 15px;
}

#news .header .item{
	height: 40px;
	border-bottom: 0;
}

#news .header .item .date, #news .header .item .title, #news .header .item .title a, #news .header .item .title span{
	white-space: nowrap;
	/* display: inline-block;
	overflow: hidden; */
}
/* 

#news .header .title a, #news .header .title span{
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	position: relative;
}

#news .header .title span.red_txt{
	width: 150px;
	min-width: 150px;
	max-width: 150px;
} */

#news .title, #newsChilds .title{
	padding: 10px 0;
}

#news .title a, #newsChilds .title a{
	color: #000000;
	text-decoration: none;
}

#news #newsChilds .item.nth-child-2n{
	background-color: #f5f1f6;
}

/* #news #newsChilds .item:hover{
	background-color: #f5f1f6;
} */

#news .title a:hover, #newsChilds .title a:hover{
	text-decoration: underline;
}

#news .date, #news .title{
	display: table-cell;
}

#news .red_txt, #newsChilds .red_txt{
	color: red;
	font-style: italic;
	padding: 0;
	margin: 0 20px 0 0;
}

/* #news .red_bg, #newsChilds .red_bg{
	background-color: red;
	color: white;
	font-style: italic;
	padding: 2px 8px;
	margin: 0 20px 0 0;
}

#news .purple_bg, #newsChilds .purple_bg{
	background-color: #6c4099;
	color: white;
	font-style: italic;
	padding: 2px 8px;
	margin: 0 20px 0 0;	
} */

.cycle .item img{
	border: 0;
	outline: 0;
}

/*20111125 home search*/