@charset "utf-8";
#contact-box {
	width: 75%;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.form-response {
	line-height: 1.6;
	color: #2E303E;
	font-size: 18px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15%;
	text-align: center;
}

.form-reminder  {
	line-height: 1.5em;
	color: #2E303E;
	font-size: 18px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1%;
	padding-left: 1%;
	text-align: justify;
}

.required:before {
	content: "※";
	display: inline-block;
	color: #F00;
	font-size: 0.5em;
	margin-right: 5px;
}

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

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

.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 #2E303E;
}

.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: 20px;
}

#form-btm-reset {
	float: left;
	cursor: pointer;
	border: 1px solid #5C0489;
	margin-left: 10%;
	width: 30%;
}

#form-btm-reset div {
	height: 100%;
	width: 100%;
	/* [disabled]background-color: #844830; */
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: #5C0489;
}

#form-btm-reset:hover{
	color: #FFF;
	-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: #5C0489;
}

#form-btm-reset:hover div{
	color:#FFF;
}

#form-btm-send {
	float: right;
	cursor: pointer;
	border: 1px solid #5C0489;
	margin-right: 10%;
	width: 30%;
}

#form-btm-send:hover{
	color: #FFF;
	-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: #5C0489;
}

#form-btm-send:hover div{
	color:#FFF;
}

#form-btm-send div {
	height: 100%;
	width: 100%;
	/* [disabled]background-color: #844830; */
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: #5C0489;
}

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

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

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

	.form-reminder  {
		line-height: 1.5em;
		font-size: 18px;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 1%;
		padding-left: 1%;
	}	

}

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

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

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

	.form-group {
		width: 100%;
	}

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

	.form-reminder  {
		line-height: 1.5em;
		font-size: 18px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 0;
		padding-left: 0;
	}	

}
