@charset "utf-8";
/* CSS Document */

/*========ARTICLE========*/

.primary_content_wrap{
	margin:0 auto;
	margin-top:100px;
	width:980px;
	padding-bottom:50px;
	overflow:hidden;}
	
.wrapper{
	width:960px;
	padding:10px 10px 60px 10px;
	background-image:url(../images/bg_panel.png);
	background-position:left top;
	background-repeat:repeat;
	overflow:hidden;}

.article_right{
	float:right;
	width:590px;}

.title_page{
	width:590px;
	height:65px;
	background-image: url(../images/title_rooms.png);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;}
	
.title_page h1{
	display:none;
	text-indent:-9999px;}
	
.title_page a{
	float:right;
	display:block;
	width:61px;
	height:61px;
	margin:2px;
	text-indent:-9999px;
	background-image:url(../images/go_back.png);
	background-position:left top;
	background-repeat:no-repeat;}

.title_page a:hover{
	background-position:left bottom;}
	
.article_page p{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555;
	line-height:24px;
	text-indent:14px;
	letter-spacing:1px;
	margin-bottom:10px;}

.article_page ul{
	display:block;
	margin-bottom:20px;}

.article_page li{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#d3bdcd;
	line-height:22px;
	letter-spacing:1px;
	margin-bottom:5px;}
	
.wrapper .type_nav{
	position:absolute;
	width:590px;
	bottom:60px;
	right:10px;
	border-top:1px solid #ccc;
	overflow:hidden;}
	
.room_type{
	clear:both;
	overflow:hidden;
	padding:20px 10px 20px 20px;}
	
h2{
	display:block;
	float:left;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#333;
	font-weight:100;}
	
.divider{
	float:left;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#333;
	margin:0 5px;
	font-weight:100;}
	
h3{
	display:block;
	float:left;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#e58ed8;
	font-weight:100;}
	
.article_page{
	padding:0 30px;
	/*border-bottom:1px solid #ccc;*/
	padding-bottom:10px;}
	
.article_page p{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#d3bdcd;
	line-height:24px;
	text-indent:14px;
	letter-spacing:1px;
	margin-bottom:10px;}
	
.article_lightbox{
	position: relative;
	width:590px;
	margin-top:20px;}
	
.amenities{}

.amenities_title{
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	padding:0 30px;
	margin-bottom:5px;}

.amenities p{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#d3bdcd;
	line-height:24px;
	letter-spacing:1px;
	padding:0 30px;
	margin-bottom:10px;}
	
.rooms_btn{
	overflow:hidden;
	padding:0 10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #ccc;}
	
.rooms_btn a{
	float:right;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	display:block;
	height:32px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	padding:0 20px;
	background-color:#aa549d;
	margin-right:5px;}
	
.rooms_btn a:hover{
	background-color:#828282;}
	
.article_left{
	position:relative;
	float:left;
	width:370px;
	/*height:450px;*/}
	
/*===上一類 下一類===*/
	
.previous_type a{
	display:block;
	float:right;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#999;
	text-decoration:none;
	margin-top:15px;
	padding-left:13px;
	background-image:url(../images/arrow_pre.png);
	background-position:left top;
	background-repeat:no-repeat;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	outline:none;}
	
.previous_type a:hover{
	color: #000;
	background-position:0px -18px;}
	
.divider_type{
	float:right;
	margin:0 5px;
	/*background-image: url(../images/divider_page.png);
	background-position:left top;
	background-repeat:no-repeat;*/}
	
.next_type a{
	display:block;
	float:right;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#999;
	text-decoration:none;
	margin-top:15px;
	padding-right:13px;
	background-image:url(../images/arrow_next.png);
	background-position:100% 0px;
	background-repeat:no-repeat;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	outline:none;}
	
.next_type a:hover{
	color: #000;
	background-position:100% -18px;}
