﻿@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: #fff;
	line-height:2;
}
p {
	clear: both;
}
#contact_ladiv div {
	clear: both;
	padding: 10px 0;
}
input {
	float: left;
	left: 0px;
	border: 1px solid #888;
	background-color: #fff;
	height: 30px;
	margin-right: 5px;
	webkit-appearance:none;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding:0 10px;
	box-sizing: border-box;
}

textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #888;
	background-color: #fff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding:10px;
	box-sizing: border-box;
}
#contact_ladiv div p {
	float: left;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	color: #fff;
	left: 0px;
	margin-right: 5px;
	width: 60px;
	line-height: 2;
}
#contact_ladiv img {
	float: left;
	left: 0px;
}
.bt_ladiv {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #333;
	margin-bottom: 20px;
	overflow: hidden;
}
a.Submit {
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	color: #FFF;
	border: 3px solid #b19872;
	text-decoration: none;
	float: left;
	left: 0px;
	text-align: center;
	height: 30px;
	width: 115px;
	line-height: 30px;
	font-size: 13px;
	margin-right: 5px;
}
a.Submit:hover {
	    color: #ffd200;
    background: #6d0000;
    border: 3px solid #6d0000;
}
a.Refilling {
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	color: #FFF;
	border: 3px solid #b19872;
	text-decoration: none;
	float: left;
	left: 0px;
	text-align: center;
	height: 30px;
	width: 115px;
	line-height: 30px;
	font-size: 13px;
	margin-right: 5px;
}
a.Refilling:hover {
	    color: #ffd200;
    background: #6d0000;
    border: 3px solid #6d0000;
}
.matop {
	padding-top: 15px;
	color: #333;
}
