@charset "utf-8";

.table-rwd{
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #221815;
	text-align: justify;
	width: 90%;
}
/*.table-rwd a:hover{
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #2663B5;
}*/

.table-rwd_host{
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #221815;
	text-align: justify;
	width: 90%;
}

.table-rwd_gift{
	width: 93%;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #221815;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}



@media (max-width: 480px) {

.table-rwd_host{
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #221815;
	text-align: justify;
	min-width: 100%;
}

}

/*這是額外做顏色，沒有什麼意義*/
tr.tr-only-hide {color: #33B0CB;}

@media (max-width: 736px) {

.table-rwd{
	min-width: 93%;
	text-align: justify;
}

/*針對tr去做隱藏*/
  /*tr.tr-only-hide {display: none !important;}*/

/*讓tr變成區塊主要讓他有個區塊*/
/*.table-rwd tr{
	display: block;
  }*/

.table-rwd td {
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	width: 100%;
    display: block;
	padding-left: 0px;
	padding-right: 0px;
	}

.table-rwd_gift{
	min-width: 93%;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #221815;
	text-align: justify;
}

.table-rwd_gift td {
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	width: 100%;
    display: block;
	}

	
/*table{
	border-spacing: 0;
	border-collapse: collapse;
	max-width: 100%;
}*/
	
  /*當RWD縮小的時候.table-bordered 會有兩條線，所以針對.table-bordered去做修正*/
  /*.table-rwd.table-bordered td,.table-rwd.table-bordered th,.table-rwd.table-bordered{border:0;}*/
}
