@charset "utf-8";
/* CSS Document */


.title_page{
	background-image: url(../images/title_rooms.png);
	height: 120px;
    margin-bottom: 26px;
	width:590px;
	}

	
.room_type{
	clear:both;
	overflow:hidden;
	padding-left:28px;
	}
.room_type h3{
	font-family:Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";}	
	
.rooms_btn{
	overflow:hidden;
	padding:0 10px;
	padding-top:10px;
	padding-bottom:10px;
	float:right;
	width:95%;
	border-top: 1px dotted #503a2b;}
	
.rooms_btn a{
	float:right;
	transition: all 0.4s; background:url(../images/notice.png) no-repeat left top; display:block;     width: 138px;
    height: 42px; text-indent:-9999px;}
	
.rooms_btn a:hover{
	background:url(../images/notice.png) no-repeat left bottom;
	transition: all 0.4s;}

.rooms_btn a.booking1{ transition: all 0.4s; background:url(../images/booking.png) no-repeat left top; display:block;     width: 138px;
    height: 42px; text-indent:-9999px; margin-right:10px;}
.rooms_btn a.booking1:hover{ transition: all 0.4s; background:url(../images/booking.png) no-repeat left bottom;}

	
.amenities_title{
	margin-left: 3px;
    font-family: Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";
    font-size: 26px;
    font-weight: 600;
    color: #446345;
    margin-bottom: 10px;}
