html {
	height: 100%;
	width: 100%;
}
body {
	font-size: 20px;
	height: 100%;
	width: 100%;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 30px;
}
.text1{
	color: #c7b49d;
	font-size: 22px;
	text-decoration: underline;
}
.text2{
	font-size: 26px;
	text-decoration: underline;
	padding-top: 10px;
	display: block;
}
.text3{
	color: #c7b49d;
	font-size: 22px;
	text-decoration: underline;
	text-shadow: 0px 0px 10px #000000;
}

/* 版型最外層包裝------------------------------------*/
#wrapper {
	height: 100%;
	text-align: center;
}
.c_box {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display : flex;/*彈性佈局*/
	align-items : center; /*垂直居中*/
	justify-content : center; /*水平居中*/
}
#c1 {
	background-image: url(../images/pc/bg1.jpg);
}
#c2 {
	background-image: url(../images/pc/bg2.jpg);
}
#c3 {
	background-image: url(../images/pc/bg3.jpg);
	overflow: hidden;
}
#c4 {
	background-image: url(../images/pc/bg4.jpg);
}
#c5 {
	background-image: url(../images/pc/bg5.jpg);
	position: relative;
}
.rights{
	font-size: 13px;
	bottom: 20px;
	position: absolute;
	width: 250px;
	text-align: center;
	margin-left: -125px;
	left: 50%;
}
.pc_c div{
	visibility: hidden;
}
.pc_768{
	display: none;
	padding-left: 10px;
	padding-right: 10px;
}
.pc_768 div{
	visibility: hidden;
}
.mobile{
	display: none;
	padding-left: 10px;
	padding-right: 10px;
}
.mobile div{
	visibility: hidden;
}
.form_more{
    cursor: pointer;
}
#form_box{
	width: 100%;
	height: 100%;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	background-color: #000000;
	position: fixed;
	opacity: 0;
	transition: opacity 0.75s ease, display 0.75s ease;
	display: none;
}
.form_box2{
	width: 100%;
	height: 100%;
	display : flex;/*彈性佈局*/
	align-items : center; /*垂直居中*/
	justify-content : center; /*水平居中*/
}
.form_content_bg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	z-index: -1;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	top: 0px;
}
.form_content{
	z-index: 3;
	color: #FFFFFF;
	max-width: 900px;
	padding-left: 10px;
	padding-right: 10px;
}
.form_close{
	text-align: center;
}
.form_close img{
	cursor: pointer;
	width: 60px;
	margin-top: 50px;
}

/* 表單 */
#form {
	width: auto;
	font-size: 20px;
}
#form .table{
	padding-top: 6px;
	padding-bottom: 6px;
	min-width: 100px;
	min-height: 20px;
}
#form .left{
	float: left;
	text-align: right;
	padding-right: 8px;
	display: inline-block;
}
#form .right{
	overflow: hidden
}
#form .down{
	text-align: center;
	padding-top: 20px;
}
input {
	border: 1px solid #CCCCCC;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 100%;
	height: 25px;
	font-size: 18px;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
}
input:focus {
	border: 1px solid #0099FF;
	color: #333333;
	outline: medium none;
}
input[type="radio"]{
	height: 18px;
}
input[type="checkbox"]{
	height: 18px;
}
textarea{
	border: 1px solid #CCCCCC;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 95%;
	height: 80px;
}
textarea:focus {
	border: 1px solid #0099FF;
}
select {
	height: 30px;
	font-size: 18px;
}
.input2 {
	width: 20px !important;
}
.input3 {
	width: 80px !important;
}
#address{
	width: 100%;
	padding-top: 8px;
}
#o_mail{
	width: 350px;
}
.o_mail_h{
	display: inline-block;
}
#quiz{
	width: 100px;
}
#store-info{
	display: none;
	margin: 0px;
	padding-left: 20px;
}
#store-info li{
	margin: 0px;
}
#gift_select{
	display: none;
}
.all_checkbox{
	margin: 0px;
	padding: 0px;
}
.all_checkbox li{
	display: inline-block;
}
.all_checkbox input{
	width: 20px;
}
.all_radio{
	margin: 0px;
	padding: 0px;
}
.all_radio li{
	display: inline-block;
}
.all_radio input{
	width: 20px;
}
.all_radio span{
    display: inline-block;
}
.float_left {
	display: inline-block;
}
.but1 {
	border-width: 0px;
	cursor: pointer;
	color: hsla(0,0%,100%,1.00);
	font-weight: bold;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 20px;
	width: 130px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #924800;
	height: 45px;
}
#twzipcode input {
	width: 30px;
	padding: 0px !important;
}
#address{
	margin-top: 5px;
}
.down1{
    cursor: pointer;
}
.down2{
    cursor: pointer;
}
.down3{
    cursor: pointer;
}