@charset "big5";
/* 簡單流?媒?
   注?: 流?媒?要????移??HTML 中?體?高度?寬度屬??
   http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed, video {
	max-width: 100%;
	font-family: sans-serif;
	text-align: center;
}
/* IE 6 不支??大寬度??此寬度?設??100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 流???屬?
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	??來自??Ethan Marcotte ?「具???能?網?設計?
	http://www.alistapart.com/articles/responsive-web-design
	
	以? Joni Korpi ?「??格線系統?
	http://goldengridsystem.com/
*/

/* 行??面: 480px 以???*/

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background:#000000;

}
#LayoutDiv1 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	
	display:none;
}
#LayoutDiv2 {
	clear: both;
	width: 100%;
	display: block;
	
}
#LayoutDiv3 {
	clear: both;
	width: 100%;
	display: block;
	display:none;
	
}
#LayoutDiv4 {
	clear: both;
	float: none;
	padding-left: 2.1625%;
	padding-right: 2.1625%;
	width: 80%;
	color: #FFF;
	text-align: left;

}

/* 表格?面: 481px ??768px?樣式繼?自: 行??面??*/

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	background:#F15A25;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	display:none;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	height: 410px;
	text-align: center;
	display:none;
}
#LayoutDiv3 {
	clear: both;
	display: block;

}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:10px;
	height: 250px;
	display:none;
}
}

/* 桌面?面: 769px ???1232px?樣式繼?自: 行??面?表????*/

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1046px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	background:#000000;
}
#LayoutDiv1 {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	height: 250px;
	display:none;
}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 1.46%;
	display: block;
	height: 1014px;
	display:none;
}
#LayoutDiv4 {
	clear: none;
	display: block;
	display:none;
}
