:root {
--main-color: #FFF;
--main-font-size: 16px;
--main-font-family: "Helvetica", "Arial", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;
--main-title-size: 2em;
}
body {
	background: #e6e6e6;
}
.order-rwdimg {
	max-width: 960px;
	width: 100%;
}
.order-center-txt {
	font-family: var(--main-font-family);
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.5em;
}
.order-center-txt p {
	text-align: center;
	margin-top: 1em;
}
.products-order-box {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.products-order-content {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.products-order-note-box {
	font-family: var(--main-font-family);
	padding: 10px;
	border-radius: 10px;
	display: block;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	font-size: 12px;
	color: #333;
	margin-top: 30px;
}
.products-order-note-box p {
	text-align: center;
}
.products-order-note-box ol {
	padding: 0px 0px 0px 20px;
	list-style-type: decimal;
	line-height: 1.5em;
}
.products-order-note-box h3 {
	font-size: 16px;
	color: #000;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding: 0px 10px 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: normal;
}
.products-order-toptitle {
	font-family: var(--main-font-family);
	font-size: 30px;
	color: #000;
	text-align: center;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: bold;
	position: relative;
}
.products-order-title {
	font-family: var(--main-font-family);
	font-size: 20px;
	color: #000;
	text-align: center;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.products-order-title .red-note-txt {
	color: #F00;
	text-align: right;
	font-size: 12px;
	margin: 0px 0px 5px;
	padding: 0px;
	position: absolute;
	right: 5px;
	bottom: 0px;
}
.products-order-info-box {
	font-family: var(--main-font-family);
	padding: 10px 0px;
	border-radius: 10px;
	display: block;
	margin-bottom: 10px;
}
.products-order-content .form-title {
	font-size: var(--main-font-size);
	padding-top: 10px;
	padding-bottom: 2px;
	font-family: var(--main-font-family);
	font-weight: normal;
	margin: 0px;
}
.products-order-content .form-title span {
	color: #F00;
}
.products-order-content .form-title em {
	font-size: 12px;
	font-style: normal;
	color: #666;
}
.products-order-button {
	text-align: center;
	padding: 10px;
}
.button-uq {
	font-size: var(--main-font-size);
	color: #FFF;
	background-color: #F00;
}
.button-uq a {
	color: #FFF;
}
