@charset "utf-8";
@import url(../../left_menu/none_left.css);

#info-area .area-970 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 30px;
}

#contact-logo {
	text-align: center;
}
.area-50 {
    float: none;
    width: 100%;
}

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

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

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

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

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

.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;
	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: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	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-top: 40px;
}

#form-btm-reset {
	float: left;
	margin-left: 10%;
	width: 40%;
}

#form-btm-send {
	float: right;
	margin-right: 10%;
	width: 40%;
}
/* ==平板電腦====================================== */
@media screen and (min-width: 576px) and (max-width: 991px) {


	#info-area {
		padding-top: 10px;
	}

	#session-title {
		width: 100%;
		margin-bottom: 25px;
	}

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

	.form-reminder  {
		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: 575px) {

	#info-area {
		padding-top: 10px;
	}

	#session-title {
		width: 100%;
		margin-bottom: 15px;
	}

	#contact-logo img {
		text-align: center;
		display: block;
		width: 90%;
		min-width: 100%;
		height:auto;
	}

	.area-50 {
		float: none;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 10px;
		line-height: 1.6;
	}
	
	#contact-box {
		width: 96%;
		min-height: 300px;
		padding-right: 0px;
		padding-left: 0px;
		margin-right: 2%;
		margin-left: 2%;
	}

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

	.form-reminder  {
		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 {
		float: none;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

}
