@charset "big5";
A:link { COLOR: #000000; TEXT-DECORATION: none;}
A:visited { COLOR: #708090; TEXT-DECORATION: none;}
A:hover { COLOR: Red; TEXT-DECORATION: underline;}
A:active { COLOR: Tomato; TEXT-DECORATION: none;}

body {
	font-family:"微軟正黑體", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #464646;
	margin: 0 auto;
	font-size: 18px;
	width: 100%;
}

.title{
	color: #009AB3;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
	font-family:"微軟正黑體", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 50px;
	text-align: left;
}

.txt{
font-size: 13px;
line-height:140%;
width: 95%;
}

.txt1{
font-size: 13px;
line-height:200%;
}

.tbtxt{
font-size: 13px;
padding:3px 3px 3px 3px;
}

.style1 {color: #FFFFFF}

ul {
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}

p {
	margin: 0 0 10px;
}

h5 {
	color: #585f69;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
	font-family:"微軟正黑體", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

h6 {
	color: #585f69;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
	font-family:"微軟正黑體", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	margin: 0px;
}

.t2td {
	background-image: url('images/icon_arrow.gif');
	background-repeat: no-repeat;
	background-position-y: 6px;
	padding-left: 30px
}

.listTr {
	font-size: 13px;
  	line-height: 200%;
}

/*Start 按鈕*/
a.btn {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(0, 154, 179);
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family:"微軟正黑體", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 32px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 6px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 82px;
}

a.btn:hover {
   background: #14b5ad;
   color: #FFFFFF;
   text-decoration: none;
}

a.btn:active, a.btn:focus, a.btn:visited {
    color: #FFFFFF;
    text-decoration: none;
}