@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%;
  	height: 100%;
  	z-index: -10;
	/*background: url(http://www.overlander.com.hk/Special_Event/BackToSchool/img/BG480.jpg) no-repeat center center;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.top {
	padding:2%;
	text-align:right;
	font-size:12px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}
.text-top {
	padding:0% 0% 2% 0%;
	text-align:left;
	font-size:10px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
	line-height:20px;
	font-weight:600;
}

.text-box {
	padding:0%;
	margin-top:2%;
	margin-bottom:2%;
	text-align:left;
	font-size:14px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
	line-height:20px;
}
.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 {
	text-align:left;
	font-size:16px;
	color:#60C;
	font-family: 'Noto Sans TC', sans-serif;
}
.message {
	text-align:left;
	font-size:12px;
	line-height:15px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}

.message-rd {
	text-align:left;
	font-size:18px;
	line-height:40px;
	color:#F00;
	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%;
	font-size:0;
	text-align:center;
}
.halfimg {
	z-index:99;
	width:100%;
	margin:auto;
	
	font-size:0;
	text-align:center;
}
.halfbutton {
	margin:0.5% 0% 2% 0%;
	z-index:99;
	width:40%;
	margin:auto;	
	font-size:0;
	text-align:center;
	display:inline-block;
}
.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;

	margin-top:0%;
	margin-bottom:0%;
	height:auto;


}


/* 表格版面: 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;
	/*background: url(http://www.overlander.com.hk/Special_Event/BackToSchool/img/BG480.jpg) no-repeat center center;*/
	background-repeat: no-repeat;
	background-attachment: fixed;

}

.top {
	padding:2%;
	text-align:right;
	font-size:14px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}

.text-box {
	padding:0%;
	margin-top:2%;
	margin-bottom:2%;
	text-align:left;
	font-size:21px;
	color:#000000;
	line-height:25px;
	font-family: 'Noto Sans TC', sans-serif;
}
.text-top {
	padding:0% 0% 2% 0%;
	text-align:left;
	font-size:21px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
	line-height:30px;
	font-weight:600;
}
.top-img {
	font-size:0;
	z-index:99;
	width:100%;
	margin:auto;
	padding-top:0%;
	display:inline;
	text-align:center;
}
.halfimg {
	font-size:0;
	z-index:99;
	width:100%;
	margin:auto;
	padding-top:0%;
	text-align:center;
}
.halfbutton {
	margin:0.5% 0% 2% 0%;
	z-index:99;
	width:40%;
	margin:auto;	
	font-size:0;
	text-align:center;
	display:inline-block;
}
.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 {
	text-align:left;
	font-size:28px;
	color:#60C;
	font-family: 'Noto Sans TC', sans-serif;
}
.message {
	font-weight:bold;
	text-align:left;
	font-size:12px;
	line-height:20px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}

.message-rd {
	text-align:left;
	font-size:28px;
	line-height:40px;
	color:#F00;
	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;
	margin-top:0%;
	margin-bottom:0%;
	height:auto;

}
}

/* 桌面版面: 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;
	/*background: url(http://www.overlander.com.hk/Special_Event/BackToSchool/img/BG480.jpg) no-repeat center center;*/
	background-repeat: no-repeat;
	background-attachment: fixed;

}
.top {
	padding:1%;
	text-align:right;
	font-size:18px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}
.text-box {
	padding:0%;
	margin-top:2%;
	margin-bottom:2%;
	text-align:left;
	font-size:24px;
	font-weight:600;
	color:#000000;
	line-height:40px;
	font-family: 'Noto Sans TC', sans-serif;
}

.text-top {
	padding:0% 0% 2% 0%;
	text-align:left;
	font-size:21px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
	line-height:35px;
	font-weight:600;
}

.top-img {
	z-index:99;
	width:100%;
	margin:auto;
	padding-top:0%;
	display:inline-block;
	text-align:center;
	font-size:0;
}
.halfimg {
	z-index:99;
	width:50%;
	margin:auto;
	padding-top:0%;
	display:inline;
	text-align:center;
	font-size:0;
}
.halfbutton {
	margin:0.5% 0% 2% 0%;
	z-index:99;
	width:30%;
	
	font-size:0;
	text-align:center;
	display:inline-block;
}
.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 {
	text-align:left;
	font-size:30px;
	color:#60C;
	font-family: 'Noto Sans TC', sans-serif;
}
.message {
	text-align:left;
	font-size:18px;
	line-height:25px;
	color:#000000;
	font-family: 'Noto Sans TC', sans-serif;
}
.message-rd {
	text-align:left;
	font-size:30px;
	line-height:40px;
	color:#F00;
	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;
	padding:3% 3%;
	-webkit-box-shadow: 0 0 15px 5px #848483;
	-moz-box-shadow: 0 0 15px 5px #848483;
	box-shadow: 0 0 15px 5px #848483;
	height:auto;

}
}