﻿body {
	background:#E8E8E8;
	margin:0;
	font-family: 微軟正黑體;
	letter-spacing:2px;
}


/*表格基本設定開始*/
/*table=tab table.list=list*/

table {
	//text-align:center;
	//border-collapse:collapse;
	border-collapse: separate;
	border-spacing: 0;
	//margin:15px auto 10px 10px;
	//margin:20px auto;
	margin-top:20px;
	margin-left:10px;
	width:97%;
	max-width:1100px;
	
}

a {
    text-decoration:none;
    color: #000000;
}
a:hover {
	COLOR: #FF0000;
	font-weight:bold;
}


/*表格圓角*/
tr:first-child td:first-child{
  border-top-left-radius: 10px;
}
/*第一欄最後列：左下*/
tr:last-child td:first-child{
  border-bottom-left-radius: 10px;
}
/*最後欄第一列：右上*/
tr:first-child td:last-child{
  border-top-right-radius: 10px;
}
/*最後欄第一列：右下*/
tr:last-child td:last-child{
  border-bottom-right-radius: 10px;
}
/* 表格圓角-end */



/* 表格線條 */
/* dashed 表格虛線  solid 表格實線 */
tr:first-child td,tr:last-child td {
	border-bottom:1px #999999 solid;
	/*底部實線*/
}
tr:first-child td {
	border-top: 1px solid #B4B4B4;
	//background-color:#B4B4B4;
}
/*左右兩邊線條*/
td:first-child {
	border-left:1px #B4B4B4 solid;
}
td:last-child {
	border-right:1px #B4B4B4 solid;
}
td {
	padding:6px 5px;
	border-left:1px #808080 dashed;
	border-bottom:1px #999999 dashed;
}
/*單數雙數底色*/
tr:nth-child(even) {
	background: #D9D9D9;
}
tr:nth-child(odd) {
	background-color:#EEEEEE;
}
/*單數雙數底色END*/
/* 表格線條END */


/*滑鼠移過變色*/
table tr:hover,.tab-ans tr:hover {
	background-color:#BBD1E8;
}
table td:hover {
	background-color:#EDAE96;
}

.tab-ans td:hover,.tab td:hover {
	background-color:#FFC68C;
}



/*表格基本設定結束*/

/*---------------------*/

/*表格第一行的樣式*/
tr:first-child td {
	background-color:#B1B1B1;
	font-size:20px;
	height:40px;
}
/*表格最後一行的樣式*/
tr:last-child td {
	//border:1px #B4B4B4 solid;
	background-color:#D2D2D2;
	height:30px;
}

table tr:first-child td, tr:last-child td, .table-top, .txt-C {
	text-align:center;
}


/***個別樣式設定****/

.box-sty1 {
	color:#CD5454;
	font-weight:bolder;
	background-color:#FFDCB9;
}

.box-sty2 {
	color:green;
	font-weight:bolder;
}






































