@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height: auto;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	9;
	dw-gutter-percentage:	25;
	
	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」 
	http://www.alistapart.com/articles/responsive-web-design
	
	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 480px 以下。 */

.banner_layout {
	width: 100%;
	text-align: center;
	display: none;
	
	/*background-image: url(../images/bg_1920X950_home.jpg);
	background-position: center top;*/
	/*background-attachment:fixed;*/
	/*background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;*/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0;
	padding-left: 0;
	
	margin-top: 51px;
	margin-bottom: 26px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #FFF;*/
}

.banner_layout_2 {
	text-align: center;
	display: block;

	margin-top: 51px;
	margin-bottom: 26px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #FFF;*/
}

.table_layout01 {
	width:100%;
	display: none;
	
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

.table_layout02 {
	width:100%;
	display: block;
	
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}


/* 表格版面: 481px 到 768px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 481px) {
.banner_layout {
	width: 100%;
	text-align: center;
	display: block;
	
	/*background-image: url(../images/bg_1920X950_home.jpg);
	background-position: center top;*/
	/*background-attachment:fixed;*/
	/*background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;*/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0;
	padding-left: 0;
	
	margin-top: 51px;
	margin-bottom: 26px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #FFF;*/
}

.banner_layout_2 {
	text-align: center;
	display: none;

	margin-top: 51px;
	margin-bottom: 26px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #FFF;*/
}

.table_layout01 {
	width:100%;
	display: block;
	
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

.table_layout02 {
	width:100%;
	display: none;
	
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

}

/* 桌面版面: 769px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 880px) {
.banner_layout {
	width: 100%;
	text-align: center;
	display: block;
	
	/*background-image: url(../images/bg_1920X950_home.jpg);
	background-position: center top;*/
	/*background-attachment:fixed;*/
	/*background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;*/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0;
	padding-left: 0;
	
	margin-top: 51px;
	margin-bottom: 26px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #FFF;*/

}

.banner_layout_2 {
	text-align: center;
	display: none;

	margin-top: 51px;
	margin-bottom: 26px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #FFF;*/
}

.table_layout01 {
	width:100%;
	display: block;
	
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

.table_layout02 {
	width:100%;
	display: none;
	
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

}
