.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,.8);
	z-index: 9999999;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
	width: 370px;
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -185px;
	width: 450px;
	max-height: 800px;
	position: fixed;
	z-index: 99999999;
}
.qa {
	width: 450px;
	height: 570px;
	padding: 2.6em;
	top: 100px;
	left: 50%;
	margin-left: -71px;
	background: none repeat scroll 0% 0% rgb(97, 102, 96);
}
.cardlogo {
	width: 210px;
	height: 76px;
	background-image: url("../img/index_logo.png");
	background-position: 0px 3px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 30px;
}
.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}
.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}
.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}
.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}
.reveal-modal .close-reveal-modal {
	font-size: 36px;
	line-height: .5;
	position: absolute;
	top: 20px;
	right: -34px;
	margin-right: 25px;
	color: #fff;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
	height: 14px;
}
.logo-black {
	float: left;
	margin-left: .65em;
	font-family: 'Yellowtail', 'cursive';
	font-size: 3em;
	color: #3d393f;
}
.logo-white {
	float: left;
	margin-left: .65em;
	font-family: 'Yellowtail', 'cursive';
	font-size: 3em;
	color: #fff;
}
/*表單*/
.form-group {
	margin: 10px auto;
}
#msg-content-box {
	width: 427px;
	height: 367px;
	margin: 20px;
}
.form-control-data {
	border: 1px solid #f1f1f1;
	color: #34495e;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 8px 12px;
	width: 400px;
	height: 30px;
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.form-control-data02 {
	border: 1px solid #f1f1f1;
	color: #34495e;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 8px 12px;
	width: 426px;
	height: 45px;
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.form-control-msg {
	border: 1px solid #f1f1f1;
	color: #34495e;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 8px 12px;
	width: 380px;
	height: 90px;
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.r_side {
	color: #AEDDEF;
	line-height: 2em;
	font-size: 1.5em;
	text-align: left;
}
.reset a {
	color: #AEDDEF;
	width: 60px;
	margin: 20px;
	font-size: 1em;
	float: left;
}
.submit-btn {
	display: block;
	width: 200px;
	height: 1.7em;
	line-height: 1.7em;
	background: none repeat scroll 0% 0% #e73f4b;
	color: #FFF;
	font-family: "Cuprum", sans-serif;
	font-size: 18px;
	text-align: center;
	padding: 0.5em 1.5em;
	cursor: pointer;
	border-radius: 5px;
	margin: 10px 1.3em 1.3em 1em;
	float: right;
}
.submit-btn:hover {
	background-color: #bc202c;
}
input[type="text"] {
	border: 0px solid #FFF;
	margin-left: 0px;
	margin-top: 0px;
	color: #333;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: Century Gothic;
	background: none no-repeat scroll right center #fff;
	padding: 8px 12px;
	width: 382px;
	text-align:left;
}


/*如果使用者之視窗寬度 <= 1100px，將會再載入這裡的 CSS*/	
@media screen and (max-width: 1100px) { 
.nav-box {
	display:none;}
.reveal-modal-bg {
	position:absolute;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,.8);
	z-index: 9999999;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
	visibility: visible;
	top: 20px;
	left: 0px;
	margin-left: 0px;
	width: 92%;
	max-height: 100%;
	position: inherit;
	z-index: 99999999;
}
.qa {
	width: 100%;
	height: 700px;
	padding: 0;
	margin-left: 0px;
	background: none repeat scroll 0% 0% #7C6DAB;
	margin-top: 0;
}
.cardlogo {
	width: 184px;
	height: 80px;
	background-image: url("../img/index_logo.png");
	background-position: -6px 11px;
	background-repeat: no-repeat;
	float: inherit;
	padding-top: 10px;
	margin: 20px auto;
}
.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}
.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}
.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}
.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}
.reveal-modal .close-reveal-modal {
	font-size: 36px;
	line-height: .5;
	position: absolute;
	top: 142px;
	right: 0px;
	margin-right: 25px;
	color: #B9B1D4;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
	height: 14px;
}
.logo-black {
	float: left;
	margin-left: .65em;
	font-family: 'Yellowtail', 'cursive';
	font-size: 3em;
	color: #3d393f;
}
.logo-white {
	float: left;
	margin-left: .65em;
	font-family: 'Yellowtail', 'cursive';
	font-size: 3em;
	color: #fff;
}
/*表單*/
.form-group {
	margin: 10px auto;
}
#msg-content-box {
	width: 90%;
	height: auto;
	margin: 20px 20px 20px 10px;
}
.form-control-data {
	border: 1px solid #f1f1f1;
	color: #34495e;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 8px 12px;
	width: 400px;
	height: 30px;
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.form-control-data02 {
	border: 1px solid #f1f1f1;
	color: #34495e;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 8px 12px;
	width: 426px;
	height: 45px;
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.form-control-msg {
	border: 1px solid #ddd;
	color: #34495e;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 8px 12px;
	width: 100%;
	height: 60px;
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.r_side {
	color: #FFC;
	line-height: 3em;
	text-align: left;
	font-size: 1.3em;
	height: 3em;
	padding-top: 10px;
}
.reset a {
	color: #D9CAE0;
	width: 60px;
	margin: 20px 0px 20px 40px;
	font-size: 1em;
	float: right;
}
.submit-btn {
	display: block;
	width: 86%;
	height: 1.7em;
	line-height: 1.7em;
	background: none repeat scroll 0% 0% #E73F4B;
	color: #FFF;
	font-family: "Cuprum",sans-serif;
	font-size: 1.5em;
	text-align: center;
	padding: 0.5em;
	cursor: pointer;
	border-radius: 5px;
	margin: 1em 0.7em 1em .3em;
	float: right;
}
.submit-btn:hover {
	background-color: #bc202c;
}
input[type="text"] {
	border: 1px solid #ddd;
	margin-left: 0px;
	margin-top: 0px;
	color: #333;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: Century Gothic;
	background: none no-repeat scroll right center #fff;
	padding: 15px 12px;
	width: 100%;
	text-align:left;
}

}

/*如果使用者之視窗寬度 <= 600px，將會再載入這裡的 CSS*/	
@media screen and (max-width: 600px) { 


.form-control-msg {
	border: 1px solid #ddd;
	color: #34495e;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 8px 12px;
	width: 95%;
	height: 60px;
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}

input[type="text"] {
	border: 1px solid #ddd;
	margin-left: 0px;
	margin-top: 0px;
	color: #333;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: Century Gothic;
	background: none no-repeat scroll right center #fff;
	padding: 15px 12px;
	width: 95%;
	text-align:left;
}

}