@charset "utf-8";
#contact-box {
	width: 100%;
	min-height: 500px;
	padding-bottom: 20px;
	/* [disabled]padding-top: 20px; */
}

.form-response {
	line-height: 1.6;
	color: #FF0000;
	font-size: 24px;
	width: 100%;
	padding-top: 15%;
	text-align: center;
}

.form-reminder  {
	line-height: 1.4;
	/* [disabled]color: #313131; */
	font-size: 18px;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	/* [disabled]font-weight: bold; */
	text-align: justify;
	letter-spacing: 1px;
}

.form-reminder span {
	display: inline-block;
}

.required:before {
	content: "※";
	display: inline-block;
	color: #FF0000;
	margin-right: 5px;
	font-weight: normal;
}

.form-group {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.form-label {
	display: block;
	font-size: 1em;
	/* [disabled]color: #313131; */
	/* [disabled]text-transform: uppercase; */
	margin-left: 5px;
	line-height: 1.6;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.form-input {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #919191;
}

.form-input:focus {
	outline: none;
	border-color: #FF9900;
}

textarea.form-input {
    padding: 8px 10px;
    line-height: 1.4;
    height: 160px;
}
.form-confirm {
	width: 30%;
	text-align: center;
	letter-spacing: 2px;
}

#check-num {
	margin-left: 20px;
	float: left;
	line-height: 36px;
	background-color: #FFF;
	padding-right: 3%;
	padding-left: 3%;
}

#check-num img {
	margin-right: 3px;
	height: 18px;
	width: 10px;
}

#form-btm-box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 35px;
}

#form-btm-reset {
	float: left;
	cursor: pointer;
	margin-left: 10%;
	width: 30%;
	background-color: #1B1B1B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#form-btm-reset div {
	height: 100%;
	width: 100%;
	/* [disabled]background-color: #844830; */
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #1B1B1B;
}

#form-btm-reset:hover{
	-o-transition: background-color .50s linear;
	-webkit-transition: background-color .50s linear;
	-moz-transition: background-color .50s linear;
	transition: background-color .50s linear;
	background-color: #FFF;
}

#form-btm-reset:hover div{
	color: #1B1B1B;
	border: 1px solid #1B1B1B;
}

#form-btm-send {
	float: right;
	cursor: pointer;
	margin-right: 10%;
	width: 30%;
	background-color: #1B1B1B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#form-btm-send div {
	height: 100%;
	width: 100%;
	/* [disabled]background-color: #844830; */
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #1B1B1B;
}

#form-btm-send:hover{
	-o-transition: background-color .50s linear;
	-webkit-transition: background-color .50s linear;
	-moz-transition: background-color .50s linear;
	transition: background-color .50s linear;
	background-color: #FFF;
}

#form-btm-send:hover div{
	color: #1B1B1B;
	border: 1px solid #1B1B1B;
}

/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {

	#contact-box {
	width: 100%;
	min-height: 400px;
	}

	.form-reminder  {
	font-size: 18px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}	

	.form-reminder span {
		display: inline-block;
	}

	#form-btm-reset {
		width: 35%;
		margin-left: 5%;
	}
	
	#form-btm-send {
		width: 35%;
		margin-right: 5%;
	}

}

/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {

	#contact-box {
		width: 98%;
		min-height: 300px;
		padding-right: 0px;
		padding-left: 0px;	
	}

	.form-response {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 20%;
	}

	.form-reminder  {
		font-size: 18px;
		margin-bottom: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
	}	

	.form-reminder span {
		display: inline;
	}
	
	.form-group {
		width: 100%;
	}

	#form-btm-reset {
		display:none;
	}
	
	#form-btm-send {
		width: 100%;
		margin-left:auto;
		margin-right:auto;
	}

}
