@charset "utf-8";

.table-rwd_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*.table-rwd_box a:hover{
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #2663B5;
}*/

.table-rwd_video_box {
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #231815;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 480px) {
	
.table-rwd_video_box {
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #231815;
	min-width: 100%;
}

}

/*這是額外做顏色，沒有什麼意義*/
/*tr.tr-only-hide {color: #33B0CB;}*/

@media (max-width: 736px) {
	
.table-rwd_box {
	min-width: 100%;
}

/*針對tr去做隱藏*/
  /*tr.tr-only-hide {display: none !important;}*/

/*讓tr變成區塊主要讓他有個區塊*/
/*.table-rwd_box tr {
	display: block;
  }*/

.table-rwd_box td{
	min-width: 100%;
	overflow: hidden;
	width: 100%;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
}
	
/*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;}*/
}
