table {
	border-collapse: collapse;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	width: 100%;
}
table tr, table th, table td {
	border: none;
	border-bottom: 1px solid #e4ebeb;
	font-size: 15px;
	line-height: 24px;
}
table th {
	background-color: #EF5078;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.t_line {
	float: right;
	clear: right;
	width: 1px;
	height: 20px;
	background-color: hsla(0,0%,100%,1.00);
	margin-top: 3px;
}
/*欄位顏色*/
tr:nth-child(odd) {
	background-color: hsla(0,0%,100%,1.00);
}
tr:nth-child(even) {
	background-color: rgba(252,97,27,0.10);
}
/*mobile_style*/
table.bt tfoot th, table.bt tfoot td, table.bt tbody td {
	padding: 0;
	font-family: "微軟正黑體";
	font-size: 1em;
	line-height: 26px;
}
table.bt tfoot th:before, table.bt tfoot td:before, table.bt tbody td:before { /*表頭*/
	background: #EF5078;
	color: white;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
table.bt tfoot th .bt-content, table.bt tfoot td .bt-content, table.bt tbody td .bt-content {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
}
table td {
	padding: 10px 12px;
	min-width: 70px;
}
table td img{
	width: 94%;
	vertical-align: middle;
	max-width: 200px;
	margin-right: 10px;
}
.align i {
	display: none;
}
.align a{
	color: hsla(0,0%,0%,1.00);	
}
.align a:hover{
	color: #EF5078;
}
.t_color{
	color: hsla(359,100%,44%,1.00);
	font-weight: bold;
}
@media only screen and (min-width: 768px) {
	table td {
	text-align: center;
}
	.align {
	text-align: left;
}
.align i {
	color: #EF5078;
	display: inherit;
	margin-right: 5px;
}
	table td img{
	max-width: 150px;
}
}
