@charset "utf-8";
body,td,th {
	font-family: "微軟正黑體", Arial;
}
.list_section{
	padding-top: 20px;
	padding-bottom: 20px;
}
.list-table_01{
	font-size: 20px;
	color: #000;
	word-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #691216;
	height: 60px;
}
.list-table_02{
	font-size: 20px;
	color: #000;
	word-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #691216;
	background-color: #fffed5;
	height: 60px;
}
.list-t1{
	color: #691216;
}
.winner-list_box1{
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #005991;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-table;
	margin-right: auto;
	margin-left: auto;
}
.winner-list_box2{
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #005991;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f3fff6;
	display: inline-table;
	margin-right: auto;
	margin-left: auto;
}
.winner-list_text{
	font-size: 20px;
	color: #000;
	width: 18.5%;
	display: inline-block;
	text-align: center;
}
.winner-list_number{
	font-size: 20px;
	color: #000;
	width: 28.5%;
	display: inline-block;
	text-align: center;
}

@media(max-width: 760px){
.winner-list_text{
	width: 98%;
}
.winner-list_number{
	width: 98%;
}

}
@media(max-width: 640px){
.rule_label_01{
	width:98%;
	text-align:center
}

}