@charset "utf-8";
/* CSS Document */

/*.container {
	height: 60%;
}
.container .content {
	height: 75%;
}*/
.container h1 {
	background-image: url(../images/title_contact.png);
}
.contact_form input, .contact_form textarea {
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	border: none;
	border-bottom: 1px solid #aaa;
	color: #aaa;
	line-height: 1.8;
	margin: 5px 0;
	padding: 5px 0;
	font-size: 1.16rem;
	font-family: 'Noto Sans TC', "Helvetica Neue", Helvetica, "Microsoft YaHei", "微软雅黑", sans-serif;
}
.contact_form textarea {
	resize: none;
	height: 200px;
}
div.code {
}
div.code input {
	width: 50%;
	display: inline-block;
}
div.code img {
	display: inline-block;
	vertical-align: middle;
}
div.code a.codeReset {
	background-image: url(../images/recircle.png);
	background-size: contain;
	width: 29px;
	height: 29px;
	display: inline-block;
	vertical-align: middle;
}
.roomBtn {
	display: table;
	margin: 0 auto;
	bottom: 30px;
}
.roomBtn a {
	display: inline-block;
	text-decoration: none;
	margin: 0 15px;
	padding: 8px 0;
	font-size: 1.33rem;
	font-weight: 300;
	text-align: center;
	width: 120px;
	box-sizing: border-box;
	transition: all 0.4s;
}
a.send {
	color: #cc8a55;
	border: 1px solid #cc8a55;
}
a.send:hover {
	color: #fff;
	background: #cc8a55;
	transition: all 0.4s;
}
a.reset {
	color: #999;
	border: 1px solid #999;
}
a.reset:hover {
	color: #fff;
	background: #999;
	transition: all 0.4s;
}
@media screen and (max-height: 800px) {
/*.container .content {
	height: 72%;
}*/
}
@media screen and (max-width: 768px) {
.content_Text {
	margin-bottom: 30px;
	margin-right: 0;
}
}
@media screen and (max-width: 414px) {
	.roomBtn {
		display: block;
	}
	.roomBtn a {
		width: 100%;
		margin: 5px auto;
	}
}