@charset "utf-8";
/* CSS Document */

.title {
	width: 100%;
	height: 42px;
	background: #BEA183;
	color: #fff;
	font-size: 18px;
	font-family: '微軟正黑體', sans-serif;
	font-weight: bold;
	line-height: 42px;
	padding-left: 20px;
}
.title span {
	font-family: 'Slabo 27px', serif;
	color: #e50a57;
	background: url(../images/do.png) no-repeat right center;
	padding-right: 35px;
}
.room_title {
	width: 100%;
	height: 42px;
	background-color: #32363D;
	color: #FFF;
	font-size: 18px;
	font-family: '微軟正黑體', sans-serif;
	line-height: 42px;
	padding-left: 20px;
}
.add_div {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
	font-size: 12px;
	margin-top: 5px;
	color: #fff;/*border-bottom:1px dotted #000;*/
	text-align: right;
}
h2 {
	border: 0px solid #e70012;
	font-size: 18px;
	float: left;
	color: #fff;
	font-weight: 100;
}
.location_txt_title {
	float: left;
	left: 0px;
	padding-top: 1px;
	border: 0px solid #e70012;
	color: #32363D;
}
.location_inform p, .location_inform div {
	clear: both;
	line-height: 20px;
	font-size: 12px;/* padding-top:5px;*/
	color: #fff;
}
#location_ladiv {
	width: 100%;
}
.google_map {
	width: 100%;
}
#map_canvas {
	width: 100%;
	height: 290px;
}
.location_inform {
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px solid #999;
	margin-top: 20px;
	margin-bottom: 15px;
}
.location_txt {
	line-height: 20px;
	font-size: 12px;
	padding-top: 5px;
}
.add_div a {
	color: #999;
	text-decoration: none;
}
