@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
img {
	border: none;
	display: block;
	max-width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
a, p, li, h1, h2, h3, h4, h5, h6, select, input, label {
	font-family: "微軟正黑體";
}
.clear {
	clear: both;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
.align-items-center {
	align-items: center!important;
}
ul .p1 {
	list-style-position: outside;
	list-style-type: disc; 
	padding-left: 2em;
}
.list-pad {
	padding: 10px 0;
}
table {
	width: 100%;
}
th {
	background-color: #6b675d;
	color: #ffffff;
	width: 25vw;
	height: 75px;
	text-align: center;
	font-weight: bold;
}
tr {
	margin: 20px 0;
}
td {

}
tr:nth-of-type(2) td {
	border-top: none;
}
tr td:first-child {
/*	border-left: none;*/
}
th {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
td p {
	font-size: 14px!important;
	padding: 0!important;
	color: red;
}
label {
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	width: 100px;
}
label a {
	color: #000;
	font-size: 18px;
	line-height: 36px;
}
label a span {
	color: #cd0202;
}
select {
	width: 50%;
	outline: none;
	border: 1px solid #6c6c6c;
	font-size: 24px;
	padding: 4px 20px;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	color: #6c6c6c;
}
h2 {
	font-size: 36px;
}
.pd-5{
	padding-bottom: 5px;
}
.pd-10{
	padding-bottom: 10px;
}
.md-5 {
	margin-bottom: 5px;
}
.md-20 {
	margin-bottom: 20px;
}
.md-100 {
	margin-bottom: 100px;
}
.f-orange {
	color: #db392c;
}
.orange {
	background-color: #db392c;
}
.min-orange {
	background-color: #EBA035;
}
.bro {
	background-color: #d8a32e !important;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.width-5 {
	width: 5%;
}
.width-20 {
	width: 20%;
}
.width-40 {
	width: 40% !important;
}
.width-50 {
	width: 50% !important;
}
.width-55 {
	width: 55% !important;
}
.width-60 {
	width: 60% !important;
}
.width-80 {
	width: 80%;
}
.width-95 {
	width: 95%;
}
.width-100 {
	width: 100% !important;
}
.mw-100 {
}
@media(max-width: 1024px) {
.mw-100 {
	display: block;
	width: 100% !important;
}
}