
/*TABLE樣式*/

table {
  margin: 0% 0 0 0;
  /*float: left;
  width: 100%;*/
  border:1px solid #ddd; 
  font-size: 15px;
 /* min-width: 100%;*/
  letter-spacing: 1px;
}

table thead {
  background-color: #fff;
  color: #666;
  border-bottom: 1px solid #ddd;
}

table th{
  font-weight: 600;
  text-align: left;
}

th, td {
  padding: 10px 10px;
  text-align: left;
  vertical-align: middle;
  color:#777;
}

td{
  line-height: 25px;
  padding: 10px 10px;
}

th:first-child,td:first-child{
  text-align: center;
}

table thead th:nth-child(2), table tbody tr td:nth-child(2),
table thead th:nth-child(3), table tbody tr td:nth-child(3),
table thead th:nth-child(4), table tbody tr td:nth-child(4),
table thead th:nth-child(5), table tbody tr td:nth-child(5),
table thead th:nth-child(6), table tbody tr td:nth-child(6),
table thead th:nth-child(7), table tbody tr td:nth-child(7),
table thead th:nth-child(8), table tbody tr td:nth-child(8),
{
  text-align: left;

}


table thead th:nth-child(1), table tbody tr td:nth-child(1)
{
  text-align: center;
}


table tbody tr:nth-child(even) {
    background: #efefef;
}
table tbody tr:nth-child(odd) {
   background:#fbfbfb;
}
table tbody tr{
  border-bottom: 1px solid #ccc;
  /*width: 100%;
  float: left;*/
  margin:0 0 5% 0;
}
table tbody tr:last-child{
  /*border-bottom: 0px;*/
}

table tbody tr:hover{
  background: #efefef;
}

table tbody tr td{
  /*display: block;
  float:left;
  width:100%;*/
  border:0px solid #666;
}

table td:before {
 /* content: attr(data-th) " : ";
  font-weight: bold;
  width: 40%;
  display: inline-block;*/
  /*background: #f00;*/
 /* float: left;
  text-align: left;
  border-right:1px solid #ccc;*/
}

/*------------------------------------------*/



    