@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* 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 以下。 */
body {
	position: absolute;
	display: block; 
	left: 0;
  	top: 0;
  	width: 100%;
  	
  	z-index: -10;

}

.text-box {
	padding:5%;
	text-align:left;
	font-size:16px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
	line-height:25px;
}
.title {
	text-align:center;
	font-size:18px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}

.price {
	text-align:center;
	font-size:36px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}

.code {
	text-align:center;
	font-size:10px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}

.highlight {
	display:inline;
	font-size:21px;
	color:#CC0033;
	font-family: 'Noto Sans TC', sans-serif;
}
.message {
	text-align:left;
	font-size:18px;
	line-height:40px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}
.map {
	width:100%;
	text-align:center;
	font-size:16px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}

.top-img {
	z-index:99;
	width:100%;
	margin:auto;
	padding-top:0%;
}
.product {
	width: 90%;
  	height: 90%;
	position:absolute;
	z-index:999;
	margin:auto;
	padding-top:10%;	
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	background-color:#FFFFFF;
	background-color:rgba(255,255,255,255); 

	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: 0px #333333 solid;
	margin-top:0%;
	margin-bottom:0%;
	min-height: 1000px;
	-webkit-box-shadow: 0 0 15px 5px #848483;
	-moz-box-shadow: 0 0 15px 5px #848483;
	box-shadow: 0 0 15px 5px #848483;

}


/* 表格版面: 481px 到 768px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 481px) {

body {
	display: block; 
	position: absolute;
	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	z-index: -10;


}

.text-box {
	padding:5%;
	text-align:left;
	font-size:28px;
	color:#000000;
	line-height:45px;
	font-family: 'Noto Sans TC', sans-serif;
}
.top-img {
	z-index:99;
	width:100%;
	margin:auto;
	padding-top:0%;
}

.product {
	width: 90%;
  	height: 90%;
	position:absolute;
	z-index:999;
	margin:auto;
	padding-top:10%;	
}

.title {
	text-align:center;
	font-size:36px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}

.code {
	text-align:center;
	font-size:14px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}

.highlight {
	display:inline;
	font-size:28px;
	color:#CC0033;
	font-family: 'Noto Sans TC', sans-serif;
}
.message {
	text-align:left;
	font-size:28px;
	line-height:40px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}
.map {
	width:100%;
	text-align:center;
	font-size:16px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	background-color:#FFFFFF;
	background-color:rgba(255,255,255,255); 
	top:50%;
	left:50%;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: 0px #333333 solid;
	margin-top:0%;
	margin-bottom:0%;
	height:auto;
		-webkit-box-shadow: 0 0 15px 5px #848483;
	-moz-box-shadow: 0 0 15px 5px #848483;
	box-shadow: 0 0 15px 5px #848483;
}
}

/* 桌面版面: 769px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 769px) {
body {
	display: block; 
	position: absolute;
	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	z-index: -10;


}
.text-box {
	padding:5%;
	text-align:left;
	font-size:30px;
	color:#000000;
	line-height:45px;
	font-family: 'Noto Sans TC', sans-serif;
}
.top-img {
	z-index:99;
	width:100%;
	margin:auto;
	padding-top:0%;
}

.product {
	width: 90%;
  	height: 90%;
	position:absolute;
	z-index:999;
	margin:auto;
	padding-top:10%;	
}

.title {
	text-align:center;
	font-size:36px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}

.code {
	text-align:center;
	font-size:14px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}
.price {
	text-align:center;
	font-size:36px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}
.highlight {
	display:inline;
	font-size:30px;
	color:#CC0033;
	font-family: 'Noto Sans TC', sans-serif;
}
.message {
	text-align:left;
	font-size:30px;
	line-height:40px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}
.map {
	width:100%;
	text-align:center;
	font-size:16px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}

.gridContainer {
	width: 88.2%;
	max-width: 1000px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	margin-top:0%;
	margin-bottom:0%;
	background-color:#FFFFFF;
	background-color:rgba(255,255,255,255); 
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: 0px #333333 solid;
	height:auto;
	margin-top:0%;
	margin-bottom:0%;
	-webkit-box-shadow: 0 0 15px 5px #848483;
	-moz-box-shadow: 0 0 15px 5px #848483;
	box-shadow: 0 0 15px 5px #848483;
}
}