﻿@charset "utf-8";
/* CSS Document */

@import url("reset.css");
 @import url(//fonts.googleapis.com/css?family=Arimo);
/*font-family: 'Noto Sans TC', 'Arimo', sans-serif;*//*溫度C*/

@import url(//fonts.googleapis.com/css?family=Roboto);
/*font-family: 'Noto Sans TC', 'Roboto', sans-serif;*//*溫度_數字*/
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
/*********************************************************************主架構*********************************************************************/
body {
	background: #fff;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100%;
	font-size: 13px;
	color: #000;
}
html, body {
	height: 100%;
	font-size: 13px;
	color: #FFF;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
}
.wrap {
	min-height: 100%;
 *display: table; /* For IE7 Hack */
 *height: 100%; /* For IE7 Hack */
	width: 100%;
}
.main {
	overflow: auto;
	padding-bottom: 36px;
	width: 100%;
} /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -36px; /* negative value of footer height */
	height: 36px;
	line-height: 36px;
	clear: both;
	text-align: center;
	z-index: 1;
	color: #e21f25;
	border-top: 1px solid #555;
	font-weight: 500;
	background: url(../images/all/footer_bg.png) repeat;
	box-shadow: 0px 0px 8px #666;
-webkit-box-shadow: 0px 0px 8px #666;
-moz-box-shadow: 0px 0px 8px #666;
}
#footer.footer_index{
	line-height: normal;
	background: none;
	box-shadow: 0px 0px 0px #333333;
	-webkit-box-shadow: 0px 0px 0px #333333;
	-moz-box-shadow: 0px 0px 0px #333333;
	border-top: 0px;
}
#footer a {
	color: #e21f25;
	text-decoration: none;
	transition: all 0.4s;
}
#footer a:hover {
	color: #fff;
	transition: all 0.4s;
}
#header {
	background: url(../images/all/menu_bg.png);
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
	min-width: 980px;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
}
.container {
	position: relative;
	z-index: 300;
}
.extra-indent {
	padding: 0 0 0 0;
}
/*********************************************************************主架構_END*********************************************************************/


/*********************************************************************header裡的架構*********************************************************************/
#LargeDiv {
	float: left;
	left: 0px;
	width: 68%;
	border: 0px solid #F00;
	min-width: 570px;
}
#LargeDiv a {
	height: 55px;
	text-indent: -9999px;
	display: block;
}
#LargeDiv a:hover {
}
.MiniDiv {
	float: left;
	left: 0px;
	width: 16%;
	height: 94px;
	line-height: 40px;
	color: #630a36;
}
.MiniDiv.toplinks{
	background-image: url(../images/all/bg_toplinks.png);
	background-position: left top;
	background-repeat: repeat-x;
}
.MiniDiv div {
	width: 230px;
	height: 27px;
	margin: 0 auto;
	float: right;
	padding-top: 10px;
	/*background: url(../images/all/languageBg.png) no-repeat right center;*/
	margin-top: 0px;
}
.MiniDiv a {
	color: #333;
	text-decoration: none;
	transition: all 0.4s;
	font-size: 11px;
	display: block;
	float: left;
}
.MiniDiv a.logo {
	display: block;
	margin-top: 10px;
	margin-left: 20px;
}
.MiniDiv a.fb {
	display: block;
}
.MiniDiv a:last-child {
	background-image: none;
}
.MiniDiv a:hover {
	color: #5d583d;
}
.MiniDiv a.fb, .MiniDiv a.google, .MiniDiv a.advisor, .MiniDiv a.line {
	width: 27px;
	height: 27px;
	display: block;
	float: left;
	margin:0 3px;
	transition: all 0.4s;
}
.MiniDiv a.fb {
	background: url(../images/all/fb.png) no-repeat left center;
}
.MiniDiv a.google {
	background: url(../images/all/google.png) no-repeat left center;
}
.MiniDiv a.advisor {
	background: url(../images/all/tr.png) no-repeat left center;
	margin-right: 5px;
}
.MiniDiv a.line {
	background: url(../images/all/line.png) no-repeat left center;
	margin-right: 5px;
}
.MiniDiv a.fb:hover, .MiniDiv a.google:hover, .MiniDiv a.advisor:hover, .MiniDiv a.line:hover {
	moz-transform: rotate(0.5rad);
	-webkit-transform: rotate(0.5rad);
	-o-transform: rotate(0.5rad);
	-ms-transform: rotate(0.5rad);
	transform: rotate(0.5rad);
	transition: all 0.4s;
}
.MiniDiv a.tw, .MiniDiv a.en, .MiniDiv a.jp, .MiniDiv a.cn {
	width: 38px;
	height: 14px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}
.MiniDiv a.tw {
	background: url(../images/all/tw.png) no-repeat left center;
	margin-top: 7px;
}
.MiniDiv a.tw:hover {
	/*background: url(../images/all/tw_hover.png) no-repeat left center;*/
}
.MiniDiv a.en {
	width: 51px;
	background: url(../images/all/en.png) no-repeat left center;
	margin-top: 7px;
	margin-left: 8px;
}
.MiniDiv a.en:hover {
	/*background: url(../images/all/en_hover.png) no-repeat left center;*/
}
.MiniDiv a.jp {
	background: url(../images/all/jp.png) no-repeat left center;
	margin-top: 7px;
	margin-left: 8px;
}
.MiniDiv a.jp:hover {
	/*background: url(../images/all/jp_hover.png) no-repeat left center;*/
}
.MiniDiv a.cn {
	display: none;
	background: url(../images/all/cn.png) no-repeat left center;
	margin-left: 8px;
}
.MiniDiv a.cn:hover {
	/*background: url(../images/all/cn_hover.png) no-repeat left center;*/
}
/*********************************************************************header裡的架構_END*********************************************************************/

/*loading*/
#loading {
	background-color: #fff;
	background: url(../images/all/loadBg.jpg);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999999;
}
.loadas {
	width: 100px;
	height: 210px;
	position: fixed;
	margin-top:-105px;
	margin-left: -50px;
	top: 50%;
	left: 50%;
	z-index: 99999999;
}
/*loading_END*/


/*聯絡我們*/
.box-modal2 h1 {
	background: url(../images/contact/contacttitle.png) no-repeat left top;
	width: 100%;
	height: 132px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
.box-modal2 p {
	text-align: center;
	font-size: 13px;
	margin-bottom: 30px;
	color: #5d583d;
	font-style: italic;
	font-weight: 500;
	margin-top: 10px;
}
.box-modal2 input {
	border: 3px;
	border-bottom: 1px dotted #666666;
	padding: 5px 15px 5px 15px;
	width: 90%;
	margin-bottom: 20px;
	letter-spacing: 1px;
	background-color: transparent;
	color: #333;
	font-size: 16px;
}
.box-modal2 textarea {
	border: 0px;
	border-bottom: 1px dotted #666666;
	padding: 5px 15px 5px 15px;
	width: 90%;
	margin-bottom: 20px;
	background-color: transparent;
	min-height: 150px;
	color: #333;
	font-size: 16px;
	resize : none;
}
.code_div {
	width: 400px;
	margin: 0 auto;
}
.box-modal2 .code_div input {
	width: 220px;
	float: left;
	left: 0px;
	color: #333;
}
.box-modal2 .code_div img {
	width: 80px;
	float: left;
	left: 0px;
	margin-left: 20px;
}
.box-modal2 a.Submit1 {
	clear: both;
	width: 100%;
	height: 40px;
	background-color: #333;
	text-align: center;
	line-height: 40px;
	display: block;
	color: #FFF;
	text-decoration: none;
	transition: all 0.4s;
	font-family: 'Noto Sans TC', 'Cuprum', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 20px auto 0 auto;
	background-image: url(../images/contact/submit.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.box-modal2 a.Submit1:hover {
	background-color: #e94b36;
	transition: all 0.4s;
	color: #FFF;
}
.caption {
	padding: 20px;
	border: 1px solid #666;
	background-color: #e5e5e5;
}
/*聯絡我們_END*/

/*內頁架構*/
.cubeinfo {
	width: 440px;
	margin: 60px 0 0 0;
	padding: 0 0 25px 0;
	/*background: url(../images/all/content_bg.png) repeat;*/
	background-color: #e5e5e5;
	margin-bottom: 10px;
	overflow: hidden;
}
.cubeinfo h1 {
	width: 380px;
	height: 152px;
	text-indent: -9999px;
	width: 100%;
}
.cubeinfo .memo {
	font-size: 13px;
	line-height: 1.8;
	color: #333333;
	margin-bottom: 15px;
	padding: 0 25px;
}
.cubeinfo .memo1 {
	font-size: 13px;
	line-height: 1.8;
	color: #333333;
	margin-bottom: 15px;
	padding: 0 25px;
}
.cubeinfo .memo2 {
	font-size: 13px;
	line-height: 1.8;
	color: #333333;
	margin-bottom: 15px;
	padding: 0 25px;
}
.cubeinfo a {
	text-decoration: none;
	transition: all 0.4s;
}
.cubeinfo a:hover {
	transition: all 0.4s;
}
.info {
	list-style: outside none none;
	line-height: 20px;
	background: transparent url("../images/about/info.png") no-repeat scroll left center;
	color: #333;
	font-size: 12px;
	padding: 5px 40px 5px 65px;
	float: right;
}
.slogn_bg {
	font-size: 28px;
	font-weight: 500;
	color: #93266f;
	letter-spacing: 5px;
	padding: 0 25px;
	text-align: left;
	margin-bottom: 10px;
}
a.close1 {
	position: absolute;
	z-index: 999;
	margin-left: 440px;
	background: url(../images/all/close.png) no-repeat;
	width: 33px;
	height: 33px;
	display: block;
	margin-top: 0px;
}
.room_next {
	position: fixed;
	z-index: 999;
	right: 80px;
	bottom: 10px;
}
.room_prev {
	position: fixed;
	z-index: 999;
	right: 170px;
	bottom: 10px;
}
.room_next a, .room_prev a {
	text-decoration: none;
	height: 27px;
	text-indent: -9999px;
	display: block;
}
#MapDiv {
	position: fixed;
	z-index: 1;
	height: 100%;
	width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
}
#map_canvas {
	height: 100%;
	width: 100%;
	height: 100%;
	margin-top: 0px;
}
/*內頁架構_END*/
