<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.table-rwd_3box {
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #231815;
	width: 100%;
	text-align: left;
}
/*.table-rwd_about_01_sign 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: 70%;
	margin-right: auto;
	margin-left: auto;
}

.table-rwd_form {
	width: 100%;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #231815;
	margin-right: auto;
	margin-left: auto;
}

.table-rwd_sign_03_1 {
	width: 35%;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #231815;
	text-align: justify;
}

.table-rwd_sign_03_form {
	width: 100%;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
}

.table-rwd_sign_03_form2 {
	width: 100%;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
}

.table-rwd_sign_03_2 {
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #231815;
	text-align: justify;
	width: 51%;
}

.table-rwd_logo {
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #231815;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}

.table-rwd_host {
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #231815;
	text-align: justify;
	width: 90%;
}



@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%;
}

.table-rwd_host {
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #231815;
	text-align: justify;
	min-width: 100%;
}

}

/*這是額外做顏色，沒有什麼意義*/
tr.tr-only-hide  {color: #33B0CB;}

@media (max-width: 736px)  {
	
.table-rwd_3box {
	min-width: 100%;
	text-align: center;
}

/*針對tr去做隱藏*/
  /*tr.tr-only-hide  {display: none !important;}*/

/*讓tr變成區塊主要讓他有個區塊*/
/*.table-rwd_3box tr {
	display: block;
  }*/

.table-rwd_3box 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;
}
	
.table-rwd_form {
	min-width: 100%;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #231815;
	/*text-align: justify;*/
}

.table-rwd_form2 {
	min-width: 100%;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #231815;
	/*text-align: justify;*/
}
	
.table-rwd_sign_03_1 {
	min-width: 100%;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #231815;
	text-align: justify;
}

.table-rwd_sign_03_form {
	min-width: 100%;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
}

.table-rwd_sign_03_form td  {
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	overflow: hidden;
	width: 100%;
    display: block;
	}

.table-rwd_sign_03_2 {
	min-width: 100%;
	text-align: justify;
}

.table-rwd_logo {
	min-width: 93%;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #231815;
	text-align: justify;
}

.table-rwd_logo td {
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	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;}*/
}
</pre></body></html>