.big {
font-family: 微軟正黑體;
font-size: 10pt;
letter-spacing:1px;
color:#FFFFFF;
}


@media only screen and (min-width: 961px) {
table {
 margin: 0px auto;
 width: 100%;
 border-collapse: collapse;
 text-align:left;
 line-height: 1.5;
 font-family: 微軟正黑體;
 color: #575757;
}
table thead th {
padding: 0px;
}
table tbody th {
padding: 7px;
font-weight: bold;
font-size: 10pt;	
font-family: 微軟正黑體;	
vertical-align:middle;
line-height: 20px;	
border-bottom: 1px dotted #ccc;
}
table td {
 padding: 7px;
 vertical-align:middle;
  text-align:left;	
 letter-spacing:1px;
 font-size: 10pt;	
 line-height: 20px;
 color: #575757;	
border-bottom: 1px dotted #ccc;
 }

}	

@media only screen and (min-width: 767px) and (max-width: 960px) {
table {
 margin: 0px auto;
 width: 100%;
 border-collapse: collapse;
 text-align: left;
 line-height: 1.5;
 font-family: 微軟正黑體;
 color: #575757;
}
table thead th {
padding: 0px;
}
table tbody th {
padding: 7px;
font-weight: bold;
font-size: 10pt;	
vertical-align:middle;
line-height: 20px;	
border-bottom: 1px dotted #ccc;
}
table td {
 padding: 7px;
 vertical-align:middle;
 letter-spacing:1px;
 font-size: 10pt;	
 line-height: 20px;
 color: #303030;	
border-bottom: 1px dotted #ccc;
 }
   }

@media only screen and (min-width: 0px) and (max-width: 766px) {
table {
 margin: 0px auto;
 width: 100%;
 border-collapse: collapse;
 text-align: left;
 line-height: 1.5;
 font-family: 微軟正黑體;
 color: #575757;
}
table thead th {
padding: 0px;
}
table tbody th {
padding: 7px;
font-weight: bold;
font-size: 10pt;	
vertical-align:middle;
line-height: 20px;	
border-bottom: 1px dotted #ccc;
}
table td {
 padding: 7px;
 vertical-align:middle;
 letter-spacing:1px;
 font-size: 10pt;	
 line-height: 20px;
 color: #303030;	
border-bottom: 1px dotted #ccc;
 }	
	}