@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;

}

.top-img {
	z-index:99;
	width:100%;
	margin:auto;
}


.gridContainer {
	top:0%;
	margin: 0 auto;
	width: 100%;
}
#LayoutDiv1 {
	display:none;
}

#LayoutDivmini {
	top:0%;
	background-image:url(../img/KIDS_BL_MINI.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;　
	display:block;

}


#LayoutDiv2 {
	display:none;
}

#LayoutDiv3 {
	display:none;
}

#LayoutDiv4 {
	display:none;
}

#LayoutDiv5 {
	display:none;
}

#LayoutDiv6 {
	display:none;
}

#LayoutDivmini {
	top:0%;
	background-image:url(../img/KIDS_BL_MINI.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;　
	display:block;

}

#LayoutDivmini2 {
	top:0%;
	background-image:url(../img/KIDS_YL_MINI.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;　
	display:block;

}

#LayoutDivmini3 {
	top:0%;
	background-image:url(../img/KIDS_GN_MINI.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;　
	display:block;

}

#LayoutDivmini4 {
	top:0%;
	background-image:url(../img/KIDS_OG_MINI.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;　
	display:block;

}


#LayoutDivmini5 {
	top:0%;
	background-image:url(../img/KIDS_PR_MINI.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;　
	display:block;

}

#LayoutDivmini6 {
	top:0%;
	background-image:url(../img/KIDS_PK_MINI.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;　
	display:block;

}
/* 表格版面: 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;


}

.top-img {
	z-index:99;
	width:100%;
	margin:auto;
	padding-top:10%;
}

.gridContainer {
	width: 810px;
	height:800px;
	margin: 0 auto;
}
#LayoutDiv1 {
	background-image:url(../img/KIDS_BL.jpg);
	background-repeat:no-repeat;
	clear: both;
	float: left;
	margin-top:1.5%;
	margin-left: 0;
	width: 810px;
	height:800px;
	display: inline-block;

}

#LayoutDiv2 {
	background-image:url(../img/KIDS_YL.jpg);
	background-repeat:no-repeat;
	clear: both;
	float: left;
	margin-top:1.5%;
	margin-left: 0;
	width: 810px;
	height:800px;
	display: inline-block;
	border: 5px #333333 solid;

}

#LayoutDiv3 {
	background-image:url(../img/KIDS_GN.jpg);
	background-repeat:no-repeat;
	clear: both;
	float: left;
	margin-top:1.5%;
	margin-left: 0;
	width: 810px;
	height:800px;
	display: inline-block;
	border: 5px #333333 solid;

}
#LayoutDiv4 {
	background-image:url(../img/KIDS_OG.jpg);
	background-repeat:no-repeat;
	clear: both;
	float: left;
	margin-top:1.5%;
	margin-left: 0;
	width: 810px;
	height:800px;
	display: inline-block;
	border: 5px #333333 solid;

}
#LayoutDiv5 {
	background-image:url(../img/KIDS_PR.jpg);
	background-repeat:no-repeat;
	clear: both;
	float: left;
	margin-top:1.5%;
	margin-left: 0;
	width: 810px;
	height:800px;
	display: inline-block;
	border: 5px #333333 solid;

}

#LayoutDiv6 {
	background-image:url(../img/KIDS_PK.jpg);
	background-repeat:no-repeat;
	clear: both;
	float: left;
	margin-top:1.5%;
	margin-left: 0;
	width: 810px;
	height:800px;
	display: inline-block;
	border: 5px #333333 solid;

}
#LayoutDivmini {
	display:none;
}
#LayoutDivmini2 {
	display:none;

}
#LayoutDivmini3 {
	display:none;

}
#LayoutDivmini4 {
	display:none;

}
#LayoutDivmini5 {
	display:none;

}
#LayoutDivmini6 {
	display:none;

}
}

/* 桌面版面: 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;
	height:800px;



}
.text-box {
	padding:5%;
	text-align:left;
	font-size:30px;
	color:#000000;
	line-height:45px;
	font-family:Verdana, Geneva, sans-serif, "微軟正黑體";
}
.img {
	z-index:99;
	width:100%;
	margin:0 auto;
	display:inline-block;
}


.gridContainer {
	width: 810px;
	height:800px;
	margin: 0 auto;
}
#LayoutDiv1 {
	background-image:url(../img/KIDS_BL.jpg);
	background-repeat:no-repeat;
	clear: both;
	float: left;
	margin-top:5%;
	margin-left: 0;
	width: 810px;
	height:800px;
	display: inline-block;
	border: 5px #333333 solid;

}

#LayoutDiv2 {
	background-image:url(../img/KIDS_YL.jpg);
	background-repeat:no-repeat;
	clear: both;
	float: left;
	margin-top:5%;
	margin-left: 0;
	width: 810px;
	height:800px;
	display: inline-block;
	border: 5px #333333 solid;

}

#LayoutDiv3 {
	background-image:url(../img/KIDS_GN.jpg);
	background-repeat:no-repeat;
	clear: both;
	float: left;
	margin-top:5%;
	margin-left: 0;
	width: 810px;
	height:800px;
	display: inline-block;
	border: 5px #333333 solid;

}

#LayoutDiv4 {
	background-image:url(../img/KIDS_OG.jpg);
	background-repeat:no-repeat;
	clear: both;
	float: left;
	margin-top:3.5%;
	margin-left: 0;
	width: 810px;
	height:800px;
	display: inline-block;
	border: 5px #333333 solid;

}
#LayoutDiv5 {
	background-image:url(../img/KIDS_PR.jpg);
	background-repeat:no-repeat;
	clear: both;
	float: left;
	margin-top:3.5%;
	margin-left: 0;
	width: 810px;
	height:800px;
	display: inline-block;
	border: 5px #333333 solid;

}

#LayoutDiv6 {
	background-image:url(../img/KIDS_PK.jpg);
	background-repeat:no-repeat;
	clear: both;
	float: left;
	margin-top:3.5%;
	margin-left: 0;
	width: 810px;
	height:800px;
	display: inline-block;
	border: 5px #333333 solid;

}
#LayoutDivmini2 {
	display:none;
}

#LayoutDivmini3 {
	display:none;
}

#LayoutDivmini4 {
	display:none;
}

#LayoutDivmini5 {
	display:none;
}

#LayoutDivmini6 {
	display:none;
}
.FloatBack{
	z-index:999;
	position: absolute;left:1%;
	margin-top:45%;
	float:left;
}
.FloatNext{
	z-index:1000;
	position: absolute;left:94.5%;
	position: right;
	float:right;
	margin-top:45%;
}