
.formCont {
	position: relative;
	display: inline-block;
	width: 50%;
    margin: auto;
	/*border:2px #F00 dotted;*/
}
.formCont.right {
	position:absolute;
    left:50%;
	
}
.formCont h3 {
    margin-left: 21%;
	margin-bottom: 20px;
    font-size: 18pt;
	font-weight: bold;
    line-height: 160%;
}
form .row{
	display:block;
	height: auto;
	min-height: 0;
	line-height: 100%;
	padding:0;
	margin: 0;
	margin-bottom:18px;
	/*border:1pt #F00 dotted;*/
}

form input ,
form select {
    width: auto;
	height: 30px;
    padding: 0px;
	font-weight:bold;
	font-size:12pt;
	line-height: 120%;
	color:#4e4e4e;
	vertical-align: top;
	font-family: Microsoft JhengHei ,"微軟正黑體"!important;	
}

form label {
    font-size:1vw;
}

form input[type="radio"] {
    vertical-align: -8px;
}
form .sex_radio .label{
	display:inline-block;
	vertical-align: 2px;
	font-size:12pt;
	font-weight: bold;
	/*border:1pt #F00 dotted;*/
}
form .sex_radio{
	display:inline-block;
}

form input[type="text"] {
    width: 350px;
}

#female {
    margin-left: 20px;
}

.form_title {
	position: relative;
	display: inline-block;
    width: 20%;
	min-width:90px;
	height: 30px;
    padding-right: 2%;
	margin:0;
    font-weight: bold;
    text-align: right;
    font-size: 12pt;
	line-height: 30px;
	vertical-align: top;
	/*border:1pt #F00 dotted;*/
}
#city,#area {
    width: auto;
	margin-right: 8px;
	
}

#address {
	display:block;
    width: 350px;
	left:0;
	margin-top: 10px;
	
}
#zip{
	width: 50px;
	margin-left: 8px;
	
}
.company_city {
	position: relative;
	display: inline-block;
    text-align: left;
    vertical-align: top;
	width: 350px;
	height:80px;
	/*border:2px #F0D dotted;*/
}
.zipBox{
	position:absolute;
	display: block;
	right:0px;
	/*border:1pt #F00 dotted;*/
}
.zipBox p{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 12pt;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin:0;
	/*border:1pt #F00 dotted;*/
}

.clear {
    clear: both;
}
.alr {/*全部必填*/
    color: #1c69d3;
	margin-left: 22%;
	font-size: 12pt;
	font-weight: bold;
	/*border:1pt #F00 dotted;*/
}
.area2 .alr{
	display: none;
}
.store2 .sale {
    width: 70%;
}

.df_code input {
    width: 102px;
}

.checklist {
	position: relative;
	display: block;
    width: 400px;
	margin-top:15px;
    margin-left: calc(21% - 17px);
	margin-bottom:10px;
	/*border:1pt #F00 dotted;*/
}
.checklist input{
	margin-top:-3px;
}
.checkbox_info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 25px);
    font-weight: bold;
    font-size:  11pt;
    line-height: 120%;
    text-align: justify;
}

#sentBtn {
    width: 380px;
	margin-top:33px;
    margin-left: 21%;
}


@media screen and (min-width: 1026px) and (max-width: 1340px) {
	.formCont h3 {
    	margin-left: 100px;
		margin-bottom: 5px;
	}
	form input[type="text"] {
		width: 300px;
	}
	#address {
    	width: 300px;
	}
	.company_city {
		width: 300px;
	}
	.zipBox p{
		display:none;
	}
	.checklist {
   		margin-left: calc(100px - 17px);
	}
}
@media screen and (max-width: 1026px) {
	
	.formCont{
		position: relative;
		display:block;
		width:100%;
		height:auto;
		top:0px;
		left:0%;
		margin-top:3%;
		/*border: 2px dotted #D0D;*/
	}
	.formCont.right {
		position:relative;
    	left:0%;
		margin-top:5vw;
	}

	.formCont h3{
		display:inline-block;
		left:0px;
		margin-left:0%;
		margin-bottom:3vw;
		font-size:5vw;
	}

	#bookingArea .row{
		height:10vw;
		/*border: 1px dotted #D0D;*/
	}
	#bookingArea .row .form_title{
		width:19vw;
		min-width:0px;
		height:10vw;
		line-height: 8vw;
		font-size:4vw;
		/*border: 2px dashed #D0D;*/
	}

	#bookingArea input,  
	#bookingArea select{
		font-size:3vw;
		line-height: 100%;
		height:8vw;
		margin-bottom:2vw;
		border:2px #BBB solid;
	}
	
	#bookingArea .sex_radio{
		paddingt-top:0;
		width:50vw;
		height:8vw;
	}
	#bookingArea .sex_radio .label{
		line-height: 8vw;
		vertical-align: top;
		margin-left:1vw;
		font-size:4vw;
		/*border: 1px dashed #D0D;*/
	}
	#bookingForm input[type="radio"] {
		transform: scale(1.2);
		height: 8vw;
		line-height: 8vw;
	}
	#bookingArea input[type="text"] {
   		width: 60vw;
		
	}
	
	#username,#email,#mobile{
		width:70%;
	}
	#bookingArea .company_city{
		display:inline-block;
		width:70%;
	}
	#city,#area{
		position: relative;
		display:inline-block;
		float:left;
		margin-right:5px;
	}
	#bookingArea .row.addressBox{
		height:20vw;
		/*border:3px dashed #D00;*/
	}
	#address{
		width:100%;
		margin-top:2%;
		margin-bottom:2%;
	}
	
	#bookingArea .zipBox{
		position:absolute;
		width:12vw;
		right:-2vw;
		margin-right:0;
		/*border:2pt #F00 dotted;*/
	}
	#bookingArea .zipBox p{
		display:none;
	}
	#zip{
		width:100%;
		margin:0;
	}
	.alr {/*全部必填*/
		margin-left: 19vw;
		margin-bottom:2vw;
		font-size: 4vw;
	}
	.area1 .alr{
		display: none;
	}
	.area2 .alr{
		display: block;
	}
	#bookingArea .checklist{
		position:relative;
		display:block;
		width:72%;
		height:auto;
		margin-top:0px;
		margin-left:0vw;
		margin-bottom:2vw;
		left:23%;
		padding:0px;
		/*border:1pt #F00 dotted;*/
	}
	#bookingArea .checklist input[type="checkbox"] {
		position:absolute;
		transform: scale(1.5);
		margin-top:1vw;
		margin-left:-6vw;
	}
	#bookingArea .checklist label{
		width:100%;
		height:auto;
		font-size:3vw;
		line-height: 4.5vw;
	}

	#sentBtn {
		width:100%;
		height: 12vw;
		margin-left: 0%;
		margin-top:7vw;
		/*padding: 11px 0;*/
		font-size:  5vw;
    	line-height: 12vw;
	}

}
