﻿@charset "utf-8";
/* CSS Document */

.room_title {
	width: 100%;
	height: 42px;
	background-color: #32363D;
	color: #FFF;
	font-size: 18px;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	line-height: 42px;
	padding-left: 20px;
}
#contact_ladiv {
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	overflow: hidden;
	padding: 20px;
	font-size: 13px;
	color: #333;
}
p {
	clear: both;
}
#contact_ladiv div {
	clear: both;
	padding: 10px 0;
}
input {
	float: left;
	left: 0px;
	border: 1px solid #bbbbbb;
	background-color: #eeeeee;
	height: 26px;
	margin-right: 5px;
}
textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #bbbbbb;
	background-color: #eeeeee;
}
#contact_ladiv div p {
	float: left;
	color: #333;
	left: 0px;
	margin-right: 5px;
	width: 60px;
	line-height: 26px;
}
#contact_ladiv img {
	float: left;
	left: 0px;
}
.bt_ladiv {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #7cd6ce;
	margin-bottom: 20px;
	overflow: hidden;
}
a.Submit {
	color: #FFF;
	border: 2px solid #a38b67;
	text-decoration: none;
	float: left;
	left: 0px;
	text-align: center;
	height: 30px;
	width: 115px;
	line-height: 30px;
	font-size: 12px;
	margin-right: 5px;
	background-color: #a38b67;
}
a.Submit:hover {
	background-color: transparent;
	color: #a38b67;
	border: 2px solid #a38b67;
}
a.Refilling {
	color: #FFF;
	border: 2px solid #a38b67;
	text-decoration: none;
	float: left;
	left: 0px;
	text-align: center;
	height: 30px;
	width: 115px;
	line-height: 30px;
	font-size: 12px;
	margin-right: 5px;
	background-color: #a38b67;
}
a.Refilling:hover {
	background-color: transparent;
	color: #a38b67;
	border: 2px solid #a38b67;
}
.matop {
	padding-top: 15px;
	color: #333;
}
