﻿@charset "utf-8";


/* ----- CSS reset ----- */
html, body {margin: 0; padding: 0; height: 100%; font-family: 微軟正黑體, Arial, Helvetica, sans-serif;}
html {overflow: auto;} /* remove ie7 scrollbar without overflow */
img {border: none; vertical-align: middle;}
a:hover {color: #f80; text-decoration: underline;}
div, dl, li, dt, dd, p, span, blockquote, pre, form, fieldset, input, textarea {margin: 0; padding: 0;}
ul, ol {padding-left: 20px; margin-top: 0px; margin-bottom: 0px;}
hr {margin:0; padding:0;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;  font-weight: normal; display: inline;}
.comTable {table-layout:fixed; word-wrap:break-word;}


/* ----- clearfix ----- */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}	
.clearfix {display: block;}	


/* ---- taiwanpay ----*/
a:link {
    text-decoration: underline;
    color: #00f;
}


/* ----- layout ----- */
.home-bg {
	background-image: url(../../images/Eng/home-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/*
.com-bg {
	background-image: url(../../images/Eng/com-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}*/
#wrapper {
	position: relative;
	width: 980px;
	margin: 0px auto;
}
#header {
	position: relative;
	width: 920px;
	height: 77px;
	margin: 0px auto;
}
#menu {
	position: relative;
	width: 980px;
	height: 45px;
	margin: 0px auto;
}
.menu-white {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
        vertical-align: middle;
        text-align: center;
}

.in_main{
	display:block;
	width:100%;
	background-image: url(../../images/ENG/com-bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
	height:190px;
	position:relative;
	overflow:hidden;
	margin-bottom:40px;
	
	}
	
#com-main {
	position: absolute;
	clear: both;
	max-width:920px;
	width:100%;
	left:50%;
	bottom:0;
	box-sizing:border-box;
	border:5px solid #fff;
	border-bottom:0;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	transform:translate(-50%,0);
	margin: 0px auto;
 }	

#home-main {
	position: relative;
	width: 960px;
	height: 300px;
	margin: 0px auto;
}
#home-content {
	position: relative;
	clear: both;
	width: 920px;
	margin: 0px auto;
}
#home-content #L {
	float: left;
	width: 555px;
	margin: 0px 0px 50px 0px;
}
#home-content #R {
	float: right;
	width: 330px;
	margin: 40px 0px 50px 0px;
}

#com-content {
	position: relative;
	clear: both;
	width: 920px;
	margin: 0px auto;
	/*background-image: url(../../images/Eng/com-content-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;*/
}
#com-content #L {
	float: left;
	width: 190px;
	margin-bottom: 50px;
	background-image: url(../../images/Eng/com-Lbg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#com-content #R {
	float: right;
	width: 680px;
	margin-right: 10px;
	margin-bottom: 50px;
	/*padding-top: 55px;*/
}
#footer {
	position: relative;
	clear: both;
	width: 100%;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}


/* ----- header ----- */
#header #logo {
	position: absolute;
	left: 0px;
	top: 12px;
}
#header #addon {
	position: absolute;
	width: 420px;
	left: 581px;
	top: 16px;
}
#header #addon ul {
	margin: 0px;
	padding: 0px;
}
#header #addon li {
	float: left;
	list-style-type: none;
	margin-right: 12px;
}
#header #addon li a {
	font-size: 12px;
	color: #2e3289;
	font-weight: bold;
	text-decoration: none;
}
#header #addon li a:hover {
	color: #2e3289;
	text-decoration: underline;
}
#header #addon li.lang-1 a {
	display: block;
	width: 47px;
	height: 17px;
	background-image: url(../../images/Eng/com-lang-1.gif);
	overflow: hidden;
	text-indent: -9999px;
	margin-right: -7px;
	margin-left: 8px;
}
#header #addon li.lang-1 a:hover {
	background-position: 0px -17px;
}
#header #addon li.lang-2 a {
	display: block;
	width: 55px;
	height: 17px;
	background-image: url(../../images/Eng/com-lang-2.gif);
	overflow: hidden;
	text-indent: -9999px;
	margin: 0px;
}
#header #addon li.lang-2 a:hover {
	background-position: 0px -17px;
}
#header #share {
	position: absolute;
	left: 581px;
	top: 44px;
}
#header #search {
	position: absolute;
	left: 679px;
	top: 40px;
}
#header #search .search-bg {
	font-size: 13px;
	color: #222;
	font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(../../images/Eng/com-search-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #ddd;
	width: 161px;
	height: 20px;
	padding-left: 55px;
}

@media screen and (max-width:320px) {
.langs{ margin-top:10px}
}


/* ----- footer ----- */
#footer #fInner {
	width: 920px;
	clear: both;
	margin: 0px auto;
}
#footer #fInner #qr {
	float: left; 
	margin-right: 20px;
	margin-top: 20px;
}
#footer #fInner #copyright {
	float: left; 
	font-size: 12px;
	line-height: 18px;
	color: #888;
	margin-top: 20px;
}
#footer #fInner #copyright a {
	font-size: 13px;
	line-height: 20px;
	color: #4457a5;
	font-weight: bold;
	text-decoration: none;
}
#footer #fInner #copyright a:hover {
	color: #4457a5;
	text-decoration: underline;
}
#footer #fInner #copyright span {
	color: #222;
}
#footer #fInner #copyright strong {
	color: #30a1e0;
}
#footer #fInner #top a {
	float: right; 
	display: block;
	width: 27px;
	height: 26px;
	background-image: url(../../images/Eng/com-tail-top-off.gif);
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 35px;
}
#footer #fInner #top a:hover {
	background-image: url(../../images/Eng/com-tail-top-on.gif);
}


/* ----- com-main ----- */
#com-main #unit {
	float: left;
    width: 188px;
    height: 148px;
    box-sizing: border-box;
    background-image: url(../../images/Eng/com-unit-bg.png);
    background-repeat: no-repeat;
	background-size:cover;
    padding: 95px 0px 0px 40px;	

}
#com-main #main {
	float: right;
	width:calc(100% - 188px);
	height: 148px;
	box-sizing: border-box;
	background-image: url(../../images/Eng/com-main-bg.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position:right bottom;
	padding: 40px 0px 0px 30px;	
}
#com-main #main #mIndex {		
	font-size: 12px;
	font-weight: bold;
	color: #30a1e0;
	margin-top: 5px;
}
#com-main #main #mIndex a {
	font-size: 12px;
	font-weight: normal;
	color: #555;
	text-decoration: none;
}
#com-main #main #mIndex a:hover {
	color: #f80;
	text-decoration: underline;
}


/* ----- smenu & qm ----- */
#smenu {
	width: 190px;
	margin-top: 11px;
}
#smenu a {
	display: block;
	font-size: 13px;
	color: #222;
	line-height: 18px;
	text-decoration: none;
	background-image: url(../../images/Eng/com-smenu-off.gif);
	background-repeat: no-repeat;
	padding: 7px 10px 9px 38px;
}
#smenu a:hover {
	color: #fff;
	font-weight: bold;
	background-image: url(../../images/Eng/com-smenu-on.gif);
}
#smenu a:active {
	color: #fff;
	font-weight: bold;
	background-image: url(../../images/Eng/com-smenu-on.gif);
}
#smenu a.unit-now {
	color: #fff;
	font-weight: bold;
	background-image: url(../../images/Eng/com-smenu-on.gif);
}
#smenu0 {
	width: 190px;
}
#smenu0 a {
	display: block;
	font-size: 13px;
	color: #222;
	line-height: 18px;
	text-decoration: none;
	background-image: url(../../images/Eng/com-smenu-off.gif);
	background-repeat: no-repeat;
	padding: 7px 10px 9px 38px;
}
#smenu0 a:hover {
	color: #fff;
	font-weight: bold;
	background-image: url(../../images/Eng/com-smenu-on.gif);
}
#smenu0 a:active {
	color: #fff;
	font-weight: bold;
	background-image: url(../../images/Eng/com-smenu-on.gif);
}
#smenu0 a.unit-now {
	color: #fff;
	font-weight: bold;
	background-image: url(../../images/Eng/com-smenu-on.gif);
}
#smenu1 {
	width: 190px;
}
#smenu1 a {
	display: block;
	font-size: 13px;
	color: #222;
	line-height: 18px;
	text-decoration: none;
	background-image: url(../../images/Eng/com-smenu1-off.gif);
	background-repeat: no-repeat;
	padding: 7px 10px 9px 38px;
}
#smenu1 a:hover {
	color: #fff;
	font-weight: bold;
	background-image: url(../../images/Eng/com-smenu1-on.gif);
}
#smenu1 a:active {
	color: #fff;
	font-weight: bold;
	background-image: url(../../images/Eng/com-smenu1-on.gif);
}
#smenu1 a.unit-now {
	color: #fff;
	font-weight: bold;
	background-image: url(../../images/Eng/com-smenu1-on.gif);
}
#qm {
	clear: both;
	width: 150px;
	margin-top: 30px;
	padding: 0px 20px;
	background-image: url(../../images/Eng/com-qm-bg.gif);
	background-repeat: repeat-y;
}
#qm ul {
	margin: 0px;
	padding: 0px;
}
#qm li {
	list-style-type: none;
}
#qm li a {
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#qm li a:hover {
	background-position: 0px -30px;
}
#qm li.link1 a {
	background-image: url(../../images/Eng/com-qm-1.gif);
}
#qm li.link2 a {
	background-image: url(../../images/Eng/com-qm-2.gif);
}
#qm li.link3 a {
	background-image: url(../../images/Eng/com-qm-3.gif);
}
#qm li.link4 a {
	background-image: url(../../images/Eng/com-qm-4.gif);
}
#qm li.link5 a {
	background-image: url(../../images/Eng/com-qm-5.gif);
}
#qm li.link6 a {
	background-image: url(../../images/Eng/com-qm-6.gif);
}
#qm li.link7 a {
	background-image: url(../../images/Eng/com-qm-7.gif);
}


/* ----- rental ----- */
.rList {
	width: 680px;
}
.rList .rPic {
	float: left;
	width: 160px;
	height: 110px;
	background-image: url(../../images/Eng/rental-pic-bg.gif);
	padding: 4px 9px;
	margin-bottom: 20px;
}
.rList .rText {
	float: right;
	width: 490px;
	font-size: 13px;
	line-height: 20px;
	color: #555;
	margin-top: 5px;
	margin-bottom: 20px;
}
.rList .rText a {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	color: #4457a5;
	text-decoration: none;
}
.rList .rText a:hover {
	color: #f80;
	text-decoration: underline;
}
.rList .rText span {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #30a1e0;
}
.rList .rText strong {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #4457a5;
}
.rList .pLine {
	clear: both;
	background-image: url(../../images/Eng/com-dotline-1.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
}


/* ----- font ----- */
.content-gray-15 {
	font-size: 15px;
	color: #555;
	line-height: 26px;
}
.content-sky-15 {
	font-size: 15px;
	font-weight: bold;
	color: #30a1e0;
	line-height: 26px;
}
.content-blue-15 {
	font-size: 15px;
	font-weight: bold;
	color: #4457a5;
	line-height: 26px;
}
.content-orange-15 {
	font-size: 15px;
	font-weight: bold;
	color: #f80;
	line-height: 26px;
}
.content-red-15 {
	font-size: 15px;
	font-weight: bold;
	color: #c00;
	line-height: 26px;
}
.font-black-13 {
	font-size: 13px;
	color: #222;
	line-height: 20px;
	text-decoration: none;
}
.font-black-15 {
	font-size: 15px;
	color: #222;
	line-height: 20px;
}
.font-gray-13 {
	font-size: 13px;
	color: #555;
	line-height: 20px;
	text-decoration: none;
}
.font-gray-15 {
	font-size: 15px;
	color: #555;
	line-height: 20px;
	text-decoration: none;
}
.font-sky-15 {
	font-size: 15px;
	font-weight: bold;
	color: #30a1e0;
	line-height: 20px;
}
.font-sky-t1 {
	font-size: 20px;
	font-weight: bold;
	color: #30a1e0;
}
.font-sky-t2 {
	font-size: 30px;
	font-weight: bold;
	color: #30a1e0;
}
.font-blue-13 {
	font-size: 13px;
	font-weight: bold;
	color: #4457a5;
	line-height: 20px;
	text-decoration: none;
}
.font-blue-15 {
	font-size: 15px;
	font-weight: bold;
	color: #4457a5;
	line-height: 20px;
}
.font-blue-t1 {
	font-size: 20px;
	font-weight: bold;
	color: #4457a5;
}
.font-orange-15 {
	font-size: 15px;
	font-weight: bold;
	color: #f80;
	line-height: 20px;
}
.font-orange-t1 {
	font-size: 20px;
	font-weight: bold;
	color: #f80;
}
.font-red-15 {
	font-size: 15px;
	font-weight: bold;
	color: #c00;
	line-height: 20px;
}
.font-red-t1 {
	font-size: 20px;
	font-weight: bold;
	color: #c00;
}
.bar-white-t1 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
}


/* ----- common ----- */
.dotline-1 {
	background-image: url(../../images/Eng/com-dotline-1.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.border-1 {
	border: 1px solid #ddd;
	margin: 5px 0px 20px 20px;
	padding: 3px;
}
.back a {
	display: block;
	width: 66px;
	height: 24px;
	background-image: url(../../images/Eng/com-back.gif);
	overflow: hidden;
	text-indent: -9999px;
	margin: 0px auto;
}
.back a:hover {
	background-position: 0px -24px;
}
.tabA {
	background-image: url(../../images/Eng/com-tabA.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tabB {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d8e1f8;
	padding-left: 10px;
}
.tabC {
	padding-left: 10px;
}
.map a {
	display: block;
	width: 97px;
	height: 24px;
	background-image: url(../../images/Eng/contact-map.gif);
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 5px;
}
.map a:hover {
	background-position: 0px -24px;
}


/* ----- form ----- */
.input {
	font-size: 13px;
	color: #555;
	font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}
.input-1 {
	font-size: 13px;
	color: #222;
	font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 2px 0px;
	border-radius: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0px 0px 4px #ddd;
}
.input-1:focus {
	border: 1px solid #909ed9;
}
.input-2 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
	border: 1px solid #666;
	padding: 4px 10px;
	margin: 2px 0px;
	border-radius: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset -2px -2px 4px #666;
	background-color: #999;
}

/* ----- media ----- */

@media screen and (max-width:990px) {
.in_main{ height:180px;}	
}
@media screen and (max-width:940px) {
.in_main{ height:148px;border-bottom: 1px solid #357dc9;}
#com-main {
	border:0;
 	box-shadow: none;
   }
#com-main #main{
	padding: 14px 0px 0px 18px;
	position:relative;}   
#com-main #main #mIndex{
	position:absolute;
	width:100%;
	margin:0;
	bottom:0;
	left:0;
	box-sizing:border-box;
	padding:6px 10px;
	text-shadow:0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+56,ffffff+100&1+0,0.6+56,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 56%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 56%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 56%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
#com-main #main #mIndex a{
	color:#000;}	   
}

#smenu_btn{ display:none}

@media screen and (max-width:768px) {
#com-content #L{ margin-top:-46px;}	
#com-content #R table{
	max-width:100% !important; width:100%}	
#com-content #R img{
	max-width:100%;
	height:auto;}	
#com-content #R{
	position:relative;}
	
#smenu_btn:after{
	content:'開啟次選單';
	display:inline-block;
	margin-left:6px;
	font-weight:bold;
	font-size:15px;
	 }
	
.open #smenu_btn:after{
	content:'關閉次選單';}

#smenu_btn span{ 
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:50%;
	background-color:#000;
	color:#fff;
	line-height:20px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	transition:all 0.5s}
		
.open #smenu_btn span{
	transform:rotate(45deg)}		
			
#smenu_btn{ 
	display: block;
	border:0;
	width: auto;
 	padding:5px;
	border-radius:5px;
	background-color:#ccc;
	position:absolute;
	left:0;
	top:-44px;
	cursor:pointer}
	
#smenu_btn:active{
	background-color:#333}
	
#smenu_btn:active:after{
	color:#fff;}		
		
#com-content {
    width: calc(100% + 230px);
    max-width: none;
    box-sizing: border-box;
    margin: 0;
    margin-left: -230px;
	transition:all 0.5s;
	margin-top:60px;
}	
#com-content.open{
	margin-left: 0px;
	margin-right:-230px;
	}	
}
@media screen and (max-width:320px) {
.open #smenu_btn:after{
	content:'關閉';}	
	
}

.form_tb > tbody > tr{
	padding:5px; border-bottom:1px dashed #ccc;}