@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}

a{
	color: #666;
}

body{
	background-image: url(../image/bg.png);
	background-repeat: repeat;
	background-attachment:fixed;
	color: #666666;
	font-size: 15px;
	font-family: "微軟正黑體","Microsoft JhengHei",Helvetica,Arial,Verdana,sans-serif;
	line-height: 150%;
}
.header{
	position: relative;
	height: 160px;
}

.highlight_c{
	font-weight: bold;
}

.box{
	background: #FFFFFF;
	padding: 30px;
	border: #F6F6F6 1px solid;
	-webkit-box-shadow:  1px 1px 1px 1px rgba(38, 38, 38, 0.2);
	box-shadow:  1px 1px 1px 1px rgba(38, 38, 38, 0.2);	
}

.book{
	width: 234px;
	height: 57px;
	background-image: url(../image/book.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(38, 38, 38, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(38, 38, 38, 0.2);
	box-shadow: 0 1px 2px rgba(38, 38, 38, 0.2);
	font-weight: bold;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

#book-form{
	width: 100%;
	height: 100%;
}

#book-form td{
}

#book-form input[type=text]{
	width: 100%;
}

.rosy:hover {
background: #CCC;
}

.rosy {
color: #FFFFFF;
background: #FF9999;
}
.contact-box table{
	width: 100%;
}

.contact-box table td{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #CCC dotted;
	vertical-align: middle;
}

#contact-form{
	margin-top: 50px;
}

#contact-form td{
	padding: 20px;
	vertical-align: top;
}

#contact-form input[type=text], #contact-form textarea, #book-form input[type=text], #book-form textarea{
	width: 100%;
	border: 1px #CCCCCC solid;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FF9999;
	font-size: 20px;
}

.container{
	min-height: 450px;
}

.common-container{
	padding-top: 40px;
}

.calc_ribbon{
	width: 1024px;
	height: 45px;
	background-image: url(../image/calc_ribbon.png);
	background-repeat: no-repeat;
}

.footer{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.form-loader{
	display: none;
	width: 31px;
	height: 31px;
	background: url(../image/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.grey{
	color: #CCC;
}

.ps{
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fdf2f2;
	border: 2px #ff6666 solid;
	padding: 20px;
}

.ps-title{
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
}

#calendar{
	background: #fff;
	border: #F6F6F6 1px solid;
	-webkit-box-shadow:  1px 1px 1px 1px rgba(38, 38, 38, 0.2);
	box-shadow:  1px 1px 1px 1px rgba(38, 38, 38, 0.2);
}

#menu{
	padding-left: 230px;
	font-size: 0;
	
}

#menu div{
	display: inline-block;
	background-image: url(../image/menu.png);
	background-repeat: no-repeat;
	margin-top: 14px;
	margin-left: 15px;
	margin-right: 15px;
	height: 19px;
}

#menu div:hover{
	cursor: pointer;
}

#menu1{
	width: 78px;
	background-position: 0 0;
}

#menu1:hover, #menu1.on{
	background-position: 0 -19px;
}

#menu2{
	width: 80px;
	background-position: -78px 0;
}

#menu2:hover, #menu2.on{
	background-position: -78px -19px;
}

#menu3{
	width: 80px;
	background-position: -158px 0;
}

#menu3:hover, #menu3.on{
	background-position: -158px -19px;
}

#menu4{
	width: 60px;
	background-position: -237px 0;
}

#menu4:hover, #menu4.on{
	background-position: -237px -19px;
}

#menu5{
	width: 80px;
	background-position: -297px 0;
}

#menu5:hover, #menu5.on{
	background-position: -297px -19px;
}

#menu6{
	width: 80px;
	background-position: -377px 0;
}

#menu6:hover, #menu6.on{
	background-position: -377px -19px;
}

#menu7{
	width: 79px;
	background-position: -457px 0;
}

#menu7:hover, #menu7.on{
	background-position: -457px -19px;
}

#wrapper{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#logo{
	width: 180px;
	height: 180px;
	position: absolute;
	top: 30px;
	left: 30px;
	background-image: url(../image/logo.png);
	background-size: 180px 180px;
	z-index:3;
	cursor: pointer;
}
#menu{
	width: 1024px;
	height: 49px;
	background-image: url(../image/menu_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 94px;
	left: 0;
}
#share{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
}
#share span{
	display: inline-block;
	width: 50px;
	height: 65px;
	background-repeat: no-repeat;
	margin-left: 10px;
	cursor: pointer;
}

#slider{
	width: 100%;
	height: 350px;
	position: relative;
}

#ribbon{
	position: absolute;
	top: 143px;
	left: 0;
	width: 1024px;
	height: 30px;
	background-image: url(../image/ribbon.png);
	background-repeat: repeat-x;
	z-index: 2;
}

#ribbon2{
	position: absolute;
	bottom: 0;
	width: 1024px;
	height: 29px;
	background-image: url(../image/ribbon2.png);
	background-repeat: repeat-x;
	z-index: 2;
}

#facebook-share{
	background-image: url(../image/share_facebook.png);
}
#twitter-share{
	background-image: url(../image/share_twitter.png);
}
#sina-share{
	background-image: url(../image/share_sina.png);
}

#popup{
	width: 880px;
	display: none;
}

#popup table td{
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;	
}

#popup-image{
	background-repeat: no-repeat;
	background-size: cover;
	width: 400px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#popup-name{
	line-height: 45px;
	color: #666;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.ribbon {
 font-size: 16px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

 width: 50%;
    
 position: relative;
 background: #ba89b6;
 color: #fff;
 text-align: center;
 padding: 1em 2em; /* Adjust to suit */
 margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1.5em solid #986794;
 z-index: -1;
}
.ribbon:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #804f7c transparent transparent transparent;
 bottom: -1em;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}

.color{
	color: #FF9999;
}

.bold{
	font-weight: bold;
}

#main_content{
	padding-left: 10px;
	padding-right: 10px;
}

#main_content table{
	width: 100%;
}

#main_content td{
	vertical-align: top;
}

.find{
	font-size: 0;
}

.findicon{
	cursor: pointer;
	display: inline-block;
	width: 90px;
	height: 90px;
	background-image: url(../image/find.png);
	background-repeat: no-repeat;
}

.facebook{
	background-position: 0 0;
}

.facebook:hover{
	background-position: 0 -90px;
}

.youtube{
	background-position: -90px 0;
}

.youtube:hover{
	background-position: -90px -90px;
}

.email{
	background-position: -180px 0;
}

.email:hover{
	background-position: -180px -90px;
}

.contact-icon{
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.address{
	background-image: url(../image/geo.png);
}

.tel{
	background-image: url(../image/tel.png);
}

.mail{
	background-image: url(../image/mail.png);
}

.message-us{
	width: 400px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../image/message-us.png);
}

.facebook-page{
	background-image: url(../image/facebook.png);
}

.sent{
	background-image: url(../image/sent.png);
}

.service{
	width: 320px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 20px;
}

.service td{
	vertical-align: top;
}

.service_title{
	text-align: center;
	font-size: 24px;
	color: #FF9999;
	height: 42px;
}

.service_photo{
	height: 200px;
	width: 100%;
}

.service_photo>div{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 220px;
}

.service_content{
	padding-top: 20px;
	height: 136px;
}

.service_action{
	height: 40px;
}

.gallery{
	width: 90%;
	padding: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 72px;
	margin-bottom: 20px;
	background: #faf0f0;
	background: rgba(255, 204, 204, 0.2);
	position: relative;
}

.gallery_cover{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 220px;
}

.time{
	background-image: url(../image/time.png);
}

.touchslider-viewport{
	width: 1012px;
	height: 350px;
	margin-left: 6px;
	margin-right: 6px;
	overflow: hidden;
}

.touchslider-title{
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 20px;
}

.touchslider-item{
	width: 1012px;
	height: 350px;
	background-color: #faf0f0;
	background-color: rgba(255, 204, 204, 0.2);	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;	
}

.touchslider-desc{
	position: absolute;
	bottom: 45px;
	right: 20px;
	color: #FFF;
	width: 480px;
}

.bbg{
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
}

.bbg .button{
	margin-top: 20px;
}

.famax-video-tnail-box{
	padding: 20px;
	background: #faf0f0;
	background: rgba(255, 204, 204, 0.2);
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-top: 80px;
}

.famax-pic-tnail{
	width: 460px;
	border: 1px #ff9999 solid;
	background-size: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	position: relative;
}

.enlarge{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 6px;
	bottom: 6px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../image/enlarge.png);
	cursor: pointer;
}

.enlarge:hover{
	background-image: url(../image/enlarge_g.png);
}

#info-table td{
	padding-bottom: 20px;
}

.famax-time{
	display: inline-block;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #ff9999;
	position: absolute;
	left: 0;
	top: 20px;
}

.load-more-wrapper{
	text-align: right;
	padding-right: 20px;
}

.picasagallery_header{
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #FF9999;
	background-image: url(../image/return.png);
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 50px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.picasagallery_album{
	background: #faf0f0;
	background: rgba(255, 204, 204, 0.2);
	cursor: pointer;
	float: left;
	margin: 16px;
}

.picasagallery_thumbnail{
	margin: 16px;
	display: block;
	float: left;
}

.picasagallery_title{
	margin: 0;
}

.picasagallery_album_name{
	line-height: 40px;
	color: #FFF;
	width: 100%;
	background-color: #ff9999;
	text-align: center;
	display: block;
}