﻿@charset "utf-8";
/* CSS Document */

.primary_content_wrap {
	z-index:2000;
	position:absolute;
	width:520px;
	height:505px;
	bottom:70px;
	right:10px;}
	
.extra001{
	position:absolute;
	width:520px;
	height:505px;
	bottom:70px;
	right:10px;
	}
	
.info_wrap{
	position:relative;
	width:520px;
	height:505px;}

/*===時間天氣資訊區塊===*/
.widget{
	position:absolute;
	/*float:right;*/
	width:248px;
	height:248px;
	right:0px;
	top:0px;
	background-image: url(../images/bg_home_widget.png);
	background-position:left top;
	background-repeat:repeat;
	border:0px solid #FFF;}
	
.widget_title{
	width:228px;
	margin:0 auto;
	padding-top:10px;
	overflow:hidden;}
	
.location{
	float:left;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:25px;
	margin-left:65px;
	letter-spacing:2px;}
	
#contactBox{
	float:left;
	margin-left:10px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	color:#c3c4c2;
	font-weight:bold;}
	
#showbox{
	margin-top:15px;
	height:38px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:46px;
	color:#FFF;
	font-weight:100;
	text-align:center;}
	
.googlemap{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
	padding-top:20px;}
.googlemap a img{ float:right; margin-right:10px;}
	
/*===訂房系統區塊===*/
.booking_social{
	/*clear:both;
	float:left;*/
	position:absolute;
	width:265px;
	height:248px;
	left:0px;
	bottom:1px;
	overflow:hidden;}

.booking{
	float:left;
	width:263px;
	height:160px;
	background-image: url(../images/bg_home_widget.png);
	background-position:left top;
	background-repeat:repeat;
	border:0px solid #FFF;
	margin-bottom:5px;}
	
.title_booking{
	width:100%;
	height:35px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:15px;
	border-bottom:1px dotted #FFF; margin-bottom:10px;}
	
.res_date{}
	
.txt_style{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:left;
	letter-spacing:1px;
	margin-bottom:5px;
	padding-left:20px;}
	
.res_rooms{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:left;
	letter-spacing:3px;
	padding-left:20px;}
	
.dd_style{
	font-size:12px;
	color:#333;}
	
.btn_style{
	overflow:hidden;
	margin-top:5px;
	padding:0px 10px 0px 20px;}
	
.submit {
	float:right;
	width:77px;
	height:19px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#292709;
	/*font-weight:bold;
	background-color:#d8d7cc;
	border-style:none;*/
	text-indent:-9999px;
	border:0px;
	background:url(../images/sur.png) no-repeat;
	margin-top:5px;}
	
.submit:hover{
	}
	
/*===社群區塊===*/
.social{
	clear:both;
	overflow:hidden;}

.qrcode{
	float:right;}
	
.facebook_icon{
	float:right;
	margin-right:5px;}
	
.googleplus_icon{
	float:right;
	margin-right:5px;}
	
.tripadvisor_icon{
	float:right;
	margin-right:5px;
	display:none;}
	
/*===最新消息===*/
.news{
	/*float:right;*/
	position:absolute;
	width:248px;
	height:248px;
	right:0px;
	bottom:0px;
	background-image: url(../images/bg_home_news.png);
	background-position:left top;
	background-repeat:repeat;
	border:1px solid #FFF;}

.title_news{
	width:235px;
	height:34px;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:5px;}

.more_news{
	padding:5px;
	overflow:hidden;}

.more_news a{
	float:right;
	display:block;
	width:65px;
	height:23px;
	background-image:url(../images/home_more_news.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;}

.more_news a:hover{
	background-position:left bottom;}

@media screen and (max-width: 1024px) {
.primary_content_wrap {
	z-index:2000;
	position:absolute;
	width:775px;
	height:248px;
	bottom:50px;
	right:5px;}
	
.extra001{
	position:absolute;
	width:775px;
	height:248px;
	bottom:50px;
	right:5px;
	}
	
.info_wrap{
	position:relative;
	width:775px;
	height:248px;}
	
.widget{
	position:absolute;
	width:248px;
	height:248px;
	top:0px;
	left:0px;
	background-image: url(../images/bg_home_widget.png);
	background-position:left top;
	background-repeat:repeat;
	border:0px solid #fff;}	
	
.booking_social{
	position:absolute;
	width:265px;
	height:248px;
	top:0px;
	left:510px;
	overflow:hidden;}
	
.news{
	position:absolute;
	width:248px;
	height:248px;
	top:0px;
	left:255px;
	background-image: url(../images/bg_home_news.png);
	background-position:left top;
	background-repeat:repeat;
	border:1px solid #FFF;}
	}