@charset "utf-8";
/* CSS Document */


.title_page{
	background-image: url(../images/title_rooms.png);
	height: 166px;
	width:590px;}

.room_type{
	clear:both;
	overflow:hidden;
	padding-left:28px;
	padding-top: 5px;
	margin-bottom: 5px;}
	
	
.rooms_btn{
	overflow:hidden;
	padding:0 10px;
	padding-top:10px;
	padding-bottom:10px;
	float:right;
	width:95%;}
	
.rooms_btn a{
	float:right;
	transition: all 0.4s; display: inline-table; color: #FFF; text-align: center; background:#ff3900; text-decoration:none; padding: 17px 58px; font-size: 17px; font-family:"微軟正黑體", Arial;}
	
.rooms_btn a:hover{
	background:#0fd2c7;
	transition: all 0.4s;}

.rooms_btn a.booking1{background:#2ac4bb;margin-right:10px;}
/*.rooms_btn a.booking1:hover{ transition: all 0.4s; background:url(../images/booking.png) no-repeat left bottom;}*/

	
.amenities_title{
	background:url(../images/amenities_title.png) no-repeat;
	height:62px;
	margin-left:25px;
	/*padding-left:56px;*/
	color:#f17700;
	width:159px;
	font-family:"微軟正黑體", Arial;
	line-height:50px;
	margin-bottom:0;
	text-indent:-999px;}

/*h3{
	background:url(../images/roomsTitle.png) no-repeat left bottom; padding-left:95px;
	}*/
