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