@charset "utf-8";
/*
/* 
 * HTML5 ✰ 未定案模板
 *
 * 下列是眾多跨瀏覽器樣式研究的結果。 
 * 製作貢獻者謹列於行內，並誠摯感謝 Nicolas Gallagher、Jonathan Neal、
 * Kroc Camen，以及 H5BP 開發社群和小組。
 *
 * 此 CSS 的詳細資訊: h5bp.com/css
 * 
 * Dreamweaver 修改:
 * 1. 註解選取範圍標示
 * 2. 移除媒體查詢區段 (在個別檔案中新增我們的專屬區段)
 *
 * ==|== 標準化 ==========================================================
 */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic,600italic);

/* =============================================================================
   HTML5 顯示定義
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, div { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   基底
   ========================================================================== */

/*
 * 1. 修正當內文字體大小設定為使用 em 單位時，IE6/7 中的文字異常調整大小的問題
 * 2. 強制在非 IE 中使用垂直捲軸
 * 3. 防止在裝置方向變更時調整 iOS 文字大小，而不需停用使用者縮放: h5bp.com/g
 */

html { font-size:100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; -webkit-font-smoothing: subpixel-antialiased !important;}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

#alert{
	position:absolute;
	top:20%;
	z-index:999999;
}

/* 
 * 移除選取範圍標示中的文字陰影: h5bp.com/i
 * 這些選取範圍宣告必須有所區別
 * 另外: 暗粉紅！(或自訂背景顏色以符合您的設計)
 */

/* Dreamweaver: 如果您想要自訂選取範圍標示，請將這些取消註解
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */
 
 /* =============================================================================
  鑲入字型
   ========================================================================== */
@font-face{font-family:'special-ui-font';src:url('fonts/special-ui-font.eot');src:url('fonts/special-ui-font.eot?#iefix') format('embedded-opentype'),url('fonts/special-ui-font.svg#special-ui-font') format('svg'),url('fonts/special-ui-font.woff') format('woff'),url('fonts/special-ui-font.ttf') format('truetype');font-weight:normal;font-style:normal;}
.spe-ui-font-family{font-family:'special-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;}
[class^="spe-ui-font-"]:before,[class*=" spe-ui-font-"]:before{font-family:'special-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;}
[data-icon]:before{font-family:'special-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;content:attr(data-icon);}
 
 /* =============================================================================
   基本版面
   ========================================================================== */
   
   hgroup,h1 ,h2, h3, h4{
	display:block;
}

header {
	/*固定*/
	width: 99%;
	top: 0;
	padding: 0.5%;
	position: relative;
	z-index: 1000;
	*position: relative;
    *z-index: 1000;
	*height:60px;

	_position: absolute; /* position fixed for IE6 */
   _top:expression(documentElement.scrollTop+"px");
	/*固定end*/
	background-color: #1d1d1d;
	display: block;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
header #logo h1{
	margin:0;
	padding:0;
	display:inline;
}


#slider_box{
	max-width: 1920px;
	*max-width: 1500px;
	margin: 0 auto;
	position:relative;
	max-height: 500px !important;
	background:#000;
}

#slider_ie7bg{
	width:100%;
	 background:#6B666D;
}





.bg-image img{
	/*position:fixed;*/

}



.whitebg{
	background-color: #F8F8F8;
	z-index: 3;
	height: auto;
	width: 100%;
	clear: both;
	position:relative;
}
 
 h2,h3 {
	color: #16161d;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding: 0px;
	margin-top: 0px;
}

h2 {
	font-family: "微軟正黑體", Arial, "新細明體";
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;  
}
h3 {
  font-family: "微軟正黑體", Arial, "新細明體";
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  font-size: 130%;
}  

h4 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 95%;
	line-height: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 600;
	font-style: normal;
	color: #FFF;

}  



section{
	margin: 1.5em auto 1.5em auto; 
	display: block;
	}

section h1 {
	font-size: 150%;
}



section h2 {
	font-size: 150%;
}



section h3 {	
	font-size: 120%;
}

section hgroup{
	display: block;
	margin-bottom: 20px;
}
section hgroup h2{
	color: #505050;
	float: left;
	padding-right: 0.5em;
	display: block;
	line-height: 105%;
}

section hgroup h3{
	color: #878787;
	font-size: 100%;
	font-weight: 300;
	float: left;
	display: block;
	line-height: 150%;
}
section h4 {
	color: #2B1731;
	line-height: 150%;
	font-weight: 400;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


section h4 a{
	color: #323232;
	text-decoration: none;
}


section h4 a:hover{
	color: #81705A;
}


.word-content {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333;
	letter-spacing: 0.2em;
	line-height: 200%;
}

.more{
	font-size: 75%;
	margin-top:1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 180%;
	display:block;
}

.more a{
	color: #f80d0d;
	text-decoration: none;
}

.more a:hover{
	color: #f80d0d;
	text-decoration: underline;
}
#news .date {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #787878;
	text-align: right;
	display: block;
	letter-spacing: 0.2em;
	/* [disabled]font-weight: 100; */
}

#news .block-content{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	display:block;
}

#news .block-content:hover{
	display: block;
	background-color: #F0E6E1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F0E6E1), to(#F0E6E1));
	background: -webkit-linear-gradient(#F0E6E1, #F0E6E1);
	background: -moz-linear-gradient(#F0E6E1, #F0E6E1);
	background: -ms-linear-gradient(#F0E6E1, #F0E6E1);
	background: -o-linear-gradient(#F0E6E1, #F0E6E1);
	background: linear-gradient(#F0E6E1, #F0E6E1);
	-pie-background: linear-gradient(#F0E6E1, #F0E6E1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(corner/PIE.php);
}





.thumb-image02:hover{
	opacity:0.5;


}


.thumb-video{

	position: relative;
}
.thumb-video .video-icon{
	opacity:.8;
	position:absolute;
	top:50%;
	left:50%;
	background-image:url('img/common/play.png');
	background-position:center center;
	background-repeat:no-repeat;
	height:48px;width:48px;
	margin-left:-24px;margin-top:-24px;
	cursor:pointer;
	}
	
.thumb-video:hover{
	opacity:0.5;
}


footer{
	width: 100%;
	background-color: #171717;
	display: block;
	clear: both;
	float: left;
}
#page-top {
	background-image: url(img/common/page-top.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 51px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
}


/* =============================================================================
   版面連結
   ========================================================================== */

#page-top a{
		background-image: url(img/common/page-top.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 51px;
	display:block;
	color:#000;
}
.copyright{display: inline-block;}
.copyright a {
	font-weight: normal;
	color: #CCC;
	letter-spacing: 0.2em;
}


#about .infor a {
	color: #000;
}
#about .infor a:hover {
	color: #000;
	text-decoration: underline;
}
.index-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333;
	letter-spacing: 0.2em;
	line-height: 230%;
}



/* =============================================================================
   連結
   ========================================================================== */


a {
	color: #fff;
	text-decoration: none;
}


a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a, a:hover {
-o-transition: color 0.25s ease-in;
-webkit-transition: color 0.25s ease-in;
-moz-transition: color 0.25s ease-in;
transition: color 0.25s ease-in;
}
a:focus {
	outline: none;

}

/* 改善當停留並將焦點放在所有瀏覽器時的可讀性: h5bp.com/h */
a:hover, a:active { outline: 0; }

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;

}

/* =============================================================================
   印刷樣式
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* 重新宣告固定寬度字體系列: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* 改善所有瀏覽器中預先格式化之文字的可讀性 */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* 放置下標字和上標字內容，而不影響行高: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   清單
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   內嵌內容
   ========================================================================== */

/*
 * 1. 改善在 IE7 中縮放時的影像品質: h5bp.com/d
 * 2. 移除影像容器上影像與邊框之間的間隙: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * 修正 IE9 中未隱藏的溢位 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   圖表
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   表單
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 表示「label」會將焦點移至相關聯的表單元素 */
label { cursor: pointer; }

/* 
 * 1. 修正 IE6/7/8/9 中非繼承的顏色 
 * 2. 修正 IE6/7 中顯示異常的對齊 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. 修正所有瀏覽器中非繼承的字體大小
 * 2. 移除 FF3/4 S5 Chrome 中的邊界
 * 3. 在所有瀏覽器中定義一致的垂直對齊顯示
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. 將行高定義為一般，以符合 FF3/4 (使用 UA 樣式表中的 !important 來設定)
 * 2. 修正 IE6/7 中顯示異常的內部間距
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 在「table」中重新加入內部間距，以避免 IE6/7 中的重疊和空白問題
 */

table button, table input { *overflow: auto; }

/*
 * 1. 顯示手掌游標，表示可點選的表單元素
 * 2. 允許 iOS 中可點選之表單元素的樣式
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * 一致的方塊大小和外觀
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * 移除 FF3/4 中的內部內距和邊框: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. 移除 IE6/7/8/9 中的預設垂直捲軸 
 * 2. 僅允許垂直調整大小
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* 表單有效性的色彩 */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   表格
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== 主要樣式 =====================================================
   作者: 
   ========================================================================== */
















/* ==|== 非語意的 helper 類別 ========================================
   在進入此區段之前，請先定義您的樣式。
   ========================================================================== */

/* 用於影像取代 */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* 同時在螢幕讀取器和瀏覽器中隱藏: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* 僅垂直隱藏，但在螢幕讀取器中提供使用: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* 擴充 .visuallyhidden 類別，以允許元素可在透過鍵盤瀏覽時取得焦點: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* 垂直隱藏且在螢幕讀取器中隱藏，但保留版面 */
.invisible { visibility: hidden; }

/* 包含浮動: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== 列印樣式 =======================================================
   列印樣式。
   已內嵌，以避免必要的 HTTP 連線: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* 黑色的列印速度更快: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* 不要顯示影像的連結或 javascript/內部連結 */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}


/* 行動版面: 480px 以下。 */v


body{
	overflow:hidden;}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 89.36%;
	padding-left: 0.5%;
	padding-right: 0.5%;
}



img {width:75%;border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;}

p {display: block;-webkit-margin-before: 1em;-webkit-margin-after: 1em;
-webkit-margin-start: 0px;-webkit-margin-end: 0px;}
.more{
	font-size:75%;
}
.block-content {
	float: left;
	padding-bottom: 1em;
	width: 100%;
}


.thumb-image02   {
	width: 100%;
	margin-bottom: 20px;
	text-align:center;
}

.thumb-image02 img   {
	width: 100%;
}

#other {
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;


}




#videos {
	width: 100%;
	display: block;

}


.thumb-video   {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}
.thumb-video img{max-height: none; width:100%; max-width:none;}

#team {
	/* [disabled]clear: both; */
	float: none;
	width: 100%;
	display: block;

	/* [disabled]background-color: #FC9; */
}

#news {
	/* [disabled]clear: both; */
	float: none;
	width: 100%;
	display: block;
	border:none;
	padding-top: 1.5em;
}


#news .date {	
	float:right;
	display: block;
}
#news h4{
	float:left;
		max-width:73%;
		font-size:15px;
	display:block;
}
	
#store {
	clear: both;
	/* [disabled]float: left; */
	width: 98%;
	padding: 1%;
	display: block;
	margin: 0px;
}
.copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #202020;
	color: #CCC;
	font-weight: bold;
	font-size: 85%;
	max-width: 100%;
	width: 92%;
	float: left;
	margin-top: 4em;
	margin-bottom: 2em;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 10px;
	letter-spacing: 0.1em;
}



.store-block-content {
	padding-bottom: 2em;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: 3em;
}


.store-block-content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}





p {
	font-family: Arial, Helvetica, sans-serif;

	color: #333;
	letter-spacing: 0.2em;
	line-height: 180%;
}



/* 表格版面: 769px 到 600px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 680px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
img {width:auto;border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;}

p {display: block;-webkit-margin-before: 1em;-webkit-margin-after: 1em;
-webkit-margin-start: 0px;-webkit-margin-end: 0px;}

.block-content {
	float: left;
	padding-bottom: 1em;
	width: 100%;
}

.thumb-video img{max-height: 120px;}
.thumb-image02   {
	width: 100%;
	margin-bottom: 20px;
}

.more{
	font-size:90%;
}

#other {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;


}

.thumb-video img{max-height: 120px; width: auto; max-width: 100%;}
#videos {
	/* [disabled]clear: both; */
	float: left;
	width: 35%;
	display: block;
	margin-right: 5%;
}
.thumb-video   {
	width: 100%;
	margin-bottom: 20px;
}

#team {
	/* [disabled]clear: both; */
	float: left;
	width: 55%;
	display: block;
	margin-right: 2%;
	/* [disabled]background-color: #FC9; */
}

#news {
	/* [disabled]clear: both; */
	float: left;
	margin-left: 2.5%;
	width: 95%;
	display: block;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #382238;
	padding-top: 1.5em;
}

#news .date {	
	float:right;
	display: block;
}
#news h4{
	float:left;
		max-width:73%;
	font-size:15px;
	display:block;
}


#store {
	clear: both;
	/* [disabled]float: left; */
	width: 98%;
	float: left;
	display: block;
	padding: 1em;
	margin: 0px;
}
.copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #202020;
	color: #CCC;
	font-weight: bold;
	font-size: 85%;
	width: 100%;
	float: left;
	margin-top: 4em;
	margin-bottom: 2em;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 10px;
	letter-spacing: 0.1em;
}



.store-block-content {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: 3em;
}


.store-block-content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}



}

/* 表格版面: 1040px 到 800px。樣式繼承自: 沒按鈕。 */

@media only screen and (min-width: 800px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
img {width:auto;border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;}

p {display: block;-webkit-margin-before: 1em;-webkit-margin-after: 1em;
-webkit-margin-start: 0px;-webkit-margin-end: 0px;}

.block-content {
	float: left;
	padding-bottom: 1em;
	width: 100%;
}


.thumb-image02   {
	width: 100%;
	margin-bottom: 20px;
}



#other {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;


}


#videos {
	/* [disabled]clear: both; */
	float: left;
	width: 22%;
	display: block;
	margin-right: 3%;
}

.thumb-video img{max-height: 120px;}
.thumb-video   {
	width: 100%;
	margin-bottom: 20px;
}

#team {
	/* [disabled]clear: both; */
	float: left;
	width: 32%;
	display: block;
	margin-right: 2%;
	/* [disabled]background-color: #FC9; */
}

#news {
	/* [disabled]clear: both; */
	float: right;
	margin-left: 0;
	width: 39%;
	display: block;
	margin-right: 2%;
	border:none;
	padding-top:0;
}


#news .date {	
	float:none;
	display: block;
}
#news h4{
	float:none;
	max-width:100%;
	font-size:95%;
	display:block;
}



#store {
	clear: both;
	/* [disabled]float: left; */
	width: 95%;
	padding: 2em;
	display: block;
	margin: 0px;
}
.copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #202020;
	color: #CCC;
	font-weight: bold;
	font-size: 85%;
	width: 100%;
	float: left;
	margin-top: 4em;
	margin-bottom: 2em;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 10px;
	letter-spacing: 0.1em;
}



.store-block-content {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: 3em;
}


.store-block-content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}




p {
	font-family: Arial, Helvetica, sans-serif;

	color: #333;
	letter-spacing: 0.2em;
	line-height: 180%;
}

}



/* 表格版面: 1119px 到 1041px。樣式繼承自: 有按鈕。 */

@media only screen and (min-width: 1041px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
img {width:auto;border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;}

p {display: block;-webkit-margin-before: 1em;-webkit-margin-after: 1em;
-webkit-margin-start: 0px;-webkit-margin-end: 0px;}

/*2014-2-5*/
.block-content {
	float: left;
	padding-bottom: 1em;
	width: 100%;
}


.thumb-image02   {
	width: 100%;
	margin-bottom: 20px;
}



#other {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}

.thumb-video img{max-height: 120px;}
#videos {
	/* [disabled]clear: both; */
	float: left;
	width: 17%;
	display: block;
	margin-right: 2.5%;
}
.thumb-video   {
	width: 100%;
	margin-bottom: 20px;
}

#team {
	/* [disabled]clear: both; */
	float: left;
	width: 32%;
	display: block;
	margin-right: 2%;
	/* [disabled]background-color: #FC9; */
}

#news {
	/* [disabled]clear: both; */
	float: right;
	margin-left: 0;
	width: 42%;
	display: block;
	margin-right: 2%;
}


#news .date {	
	float:right;
	display: block;
}
#news h4{
	float:left;
	max-width:73%;
	font-size:95%;
	display:block;
}



#store {
	clear: both;
	/* [disabled]float: left; */
	width: 95%;
	padding: 2em;
	display: block;
	margin: 0px;
}
.copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #202020;
	color: #CCC;
	font-weight: bold;
	font-size: 85%;
	width: 100%;
	float: left;
	margin-top: 4em;
	margin-bottom: 2em;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 10px;
	letter-spacing: 0.1em;
}



.store-block-content {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: 3em;
}


.store-block-content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333;
	letter-spacing: 0.2em;
	line-height: 230%;
}


}



/* 桌面版面: 1200px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 1200px)  {
.gridContainer {
	width: 88.2%;
	max-width: 1024px;
	height:auto;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	/* [disabled]border: 1px dotted #F00; */
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	/* [disabled]float: left; */
}

img {width: auto;border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;}

p {display: block;-webkit-margin-before: 1em;-webkit-margin-after: 1em;
-webkit-margin-start: 0px;-webkit-margin-end: 0px;}
/*2014-2-5*/

.block-content {
	float: left;
	padding-bottom: 1em;
	width: 100%;
}

.inherent-block-content{}
.thumb-image02   {
	width: 100%;
	margin-bottom: 20px;
}


#other {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}


#videos {
	/* [disabled]clear: both; */
	float: left;
	width: 17%;
	display: block;
	margin-right: 2.5%;
}
.thumb-video img{max-height: 120px;}
.thumb-video   {
	width: 100%;
	margin-bottom: 30px;
}

#team {
	/* [disabled]clear: both; */
	float: left;
	width: 34%;
	display: block;
	margin-right: 2%;
	/* [disabled]background-color: #FC9; */
}

#news {
	/* [disabled]clear: both; */
	float: right;
	margin-left: 0;
	width: 42%;
	display: block;
	margin-right: 2%;
}


#news .date {	
	float:right;
	display: block;
}
#news h4{
	float:left;
	max-width:73%;
	font-size:95%;
	display:block;
}


#store {
	clear: both;
	/* [disabled]float: left; */
	width: 95%;
	padding: 2em;
	display: block;
	margin: 0px;
}
.copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #202020;
	color: #CCC;
	font-weight: bold;
	font-size: 85%;
	width: 100%;
	float: left;
	margin-top: 4em;
	margin-bottom: 2em;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 10px;
	letter-spacing: 0.1em;
}



.store-block-content {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: 3em;
}


.store-block-content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}




p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333;
	letter-spacing: 0.2em;
	line-height: 230%;
}

}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

.bxslider{
	padding: 0px;
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
.bxslider ul li{
 text-align: center;
}
.bxslider img{
max-width: 100%;
width:100%;
*max-width: 1500px;

/*max-height:380px !important;*/
}
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	width: 100%;
	*max-width: 100%;
	/*max-width: 1280px;*/
	margin-top: 0px;
	margin-right: auto;
	padding-bottom: 0px;
	margin-left: auto;

	
}
.bx-wrapper li {
    text-align: center;
}
.bx-wrapper img {
	max-width: 100%;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
.bx-wrapper img a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}




/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/* [disabled]-moz-box-shadow: 0 0 5px #ccc; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #ccc; */
	/* [disabled]box-shadow: 0 0 5px #ccc; */
	/* [disabled]border: solid #fff 5px; */
	/* [disabled]left: -5px; */
	/* [disabled]background: #fff; */
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
	
	
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	background-color: transparent;
	background-image: url(img/slider2/css/bx_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* PAGER */

.bx-wrapper .bx-pager {
	width:100% !important;
	vertical-align: middle !important;
	bottom: 10%;
	z-index: 999;
	text-align: center !important;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 0px;
	

}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 45px;
	height: 45px;
	text-indent: 9999;
	z-index: 8888;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-prev, 
.bx-wrapper .bx-next {
	text-decoration:none;
	position:absolute;
	width:45px; height:45px;
	padding: 0.5em;
	z-index:9999;
	letter-spacing: 2px;
	font-size: 12px;
	text-align: center;
	display: block;

}

.bx-wrapper .bx-prev:after {
  /*font-family: 'special-ui-font';*/
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "←"; /*\e02d箭頭往下, \e02c箭頭往上*/
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.bx-wrapper .bx-prev:after {
  font-size: 32px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.bx-wrapper .bx-prev:after {
  text-align: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}


.bx-wrapper .bx-prev:hover {
  display: block;
}

.bx-wrapper .bx-prev {
	left: 0px;
		
	color: #FFF;

	background: rgba(201,201,201,0.4);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(201,201,201,0.4)), to(rgba(201,201,201,0.4)));
	background: -webkit-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -moz-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -ms-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -o-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	-pie-background: linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 110%;
	line-height: 180%;
	
	behavior: url(css/slider/corner/PIE.php);

}

.bx-wrapper .bx-next {
	right: 0px;
	color: #FFF;

	background: rgba(201,201,201,0.4);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(201,201,201,0.4)), to(rgba(201,201,201,0.4)));
	background: -webkit-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -moz-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -ms-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -o-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	-pie-background: linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 110%;
	line-height: 180%;	
	behavior: url(css/slider/corner/PIE.php);


}

.bx-wrapper .bx-prev:hover {
	color:#555555;
	background: rgba(251,251,251,0.3);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(251,251,251,0.3)), to(rgba(251,251,251,0.3)));
	background: -webkit-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -moz-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -ms-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -o-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	-pie-background: linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(css/slider/corner/PIE.php);

}

.bx-wrapper .bx-next:hover {
	color:#555555;
	background: rgba(251,251,251,0.3);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(251,251,251,0.3)), to(rgba(251,251,251,0.3)));
	background: -webkit-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -moz-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -ms-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -o-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	-pie-background: linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(css/slider/corner/PIE.php);

}
.bx-wrapper .bx-next:after {
 /* font-family: 'special-ui-font';*/
 font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;	

  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "→"; /*\e02d箭頭往下, \e02c箭頭往上*/
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.bx-wrapper .bx-next:after {
	font-size: 32px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	
}

.bx-wrapper .bx-next:after {
  text-align: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}


.bx-wrapper .bx-next:hover {
  display: block;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
	display:block;
}



/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(css/slider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(css/slider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	*right: 0%;
	

	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

.bx-wrapper .bx-caption span {
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	color: #fff;
	font-family: "微軟正黑體", Arial;
	max-width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	font-size: 85%;
	padding: 5px;
	line-height: 17px;
}
.logo_slider{
	position: absolute;
 	display: block;
 	text-align: center;
 	max-width: 100%;
 	width: 100%;
 	height: 91px;
 	background-size: cover;
 	z-index: 99;
 	top:32%;
	background-repeat:no-repeat !important; 
	background-position:center center !important;

}
/* SLIDER STYLES */
.bxslider img{

max-height:400px !important;
}

/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	display:none;
}

.bx-wrapper .bx-prev {left: 0%;display:none;}
.bx-wrapper .bx-next {right: 0%;display:none;}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 30%;


}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	max-width: 60%;
	font-size: 75%;
	padding: 5px;
}

.bxslider img{
height: 200px;
max-height: none;

}
@media only screen and (min-width: 700px){

/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 10%;

	z-index: 999;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display: none;

}

.bx-wrapper .bx-prev {left: 0%; display:block;}
.bx-wrapper .bx-next {right: 0%; display:block;}
	
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 35%;



}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	max-width: 60%;
	font-size: 75%;
	padding: 5px;
}

.bxslider img{
height:auto;
max-height: 550px;

}

}


@media only screen and (min-width: 1000px){

/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 10%;

	z-index: 999;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display: block;

}

.bx-wrapper .bx-prev {left: 0%; display:block;}
.bx-wrapper .bx-next {right: 0%; display:block;}
	
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 40%;



}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	max-width: 60%;
	font-size: 75%;
	padding: 5px;
}

.bxslider img{
height:auto;
max-height: 550px;

}

}

@media only screen and (min-width: 1280px){

/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 10%;

	z-index: 999;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display: block;

}

.bx-wrapper .bx-prev {left: 0%; display:block;}
.bx-wrapper .bx-next {right: 0%; display:block;}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 40%;


}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: "微軟正黑體", Arial;
	max-width: 70%;
	font-size: 85%;
	padding: 5px;
}

.bxslider img{
height:auto;
max-height: 550px;

}
		
}
@media only screen and (min-width: 1499px){

/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 10%;

	z-index: 999;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display: block;

}

.bx-wrapper .bx-prev {left: -2%; display:block;}
.bx-wrapper .bx-next {right: -2%; display:block;}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 40%;



}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: "微軟正黑體", Arial;
	max-width: 70%;
	font-size: 85%;
	padding: 5px;
}
	
	.bxslider img{
height:auto;
max-height: 550px;

}
}

@media only screen and (min-width: 1500px){


/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 10%;
	z-index: 999;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display: block;

}

.bx-wrapper .bx-prev {left: -2%; display:block;}
.bx-wrapper .bx-next {right: -2%; display:block;}
	
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 40%;




}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: "微軟正黑體", Arial;
	max-width: 70%;
	font-size: 85%;
	padding: 5px;
}
.bxslider img{
height:auto;
max-height: 550px;

}
		
}



@media only screen and (min-width: 1501px){

/* PAGER */
.bx-wrapper .bx-pager {
	/*position: absolute;*/
	
	bottom: 10%;
	z-index: 999;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 0px;
	display: block;

}

.bx-wrapper .bx-prev {left: 5%; display:block;}
.bx-wrapper .bx-next {right: 5%;display:block;}


.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 40%;

}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: "微軟正黑體", Arial;
	max-width: 70%;
	font-size: 85%;
	padding: 5px;
}

.bxslider img{
height:auto;
max-height: 380px;

}

}

