@charset "utf-8";
	
/* CSS Document */
* {
	border:0;
	margin:0;
	padding:0;
}
body {
	background-image:url(../images/bg_body.png);
	background-repeat:repeat-x;
	background-color:#FDFFE7;
	color:#000;
	/*font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU, sans-serif;*/
	font-family: Arial, "儷黑 Pro", "LiHei Pro", "微軟正黑體", sans-serif;
	font-size: 14px;
}
a:hover, a:active {
	background-position:bottom;
}
.xbtn {
	background-repeat: no-repeat;
	cursor: pointer;
}
.xbtn:hover {
	background-position: bottom;
}

#wrapper {
	width:100%;
	height:auto;
	margin:0 auto;
	background-color:#FFF;
}

#header {
	/*width:1024px;
	height:260px;
	background-image:url(../images/bg_header.png);
	background-repeat:no-repeat;*/
	
	width: 1024px;
	height: 260px;
	margin: 0 auto;
	overflow: hidden;
}
/*#header img  {
	//width: 100%;
}*/
#header .bg {
	width: 1100px;
	height: 260px;
	background-image: url(../images/img_bg_sky.png);
	background-repeat: no-repeat;
	position: relative;
}
#header .bg .logo {
	width: 200px;
	height: 100px;
	background-image: url(../images/img_gs8_logo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 17px;
	top: 8px;
	z-index: 2;
}
#header .bg .land {
	width: 1024px;
	height: 260px;
	background-image: url(../images/img_bg_land.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
}
#header .bg .balloon {
	width: 160px;
	height: 170px;
	background-image: url(../images/img_balloon.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 215px;
	top: 20px;
	z-index: 2;
}
#header .bg .house {
	width: 140px;
	height: 190px;
	background-image: url(../images/img_house.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 390px;
	top: 12px;
	z-index: 2;
}
#header .bg .egg {
	width: 155px;
	height: 160px;
	background-image: url(../images/img_egg.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 210px;
	bottom: 20px;
	z-index: 2;
}

#main {
	width:990px;
	height:auto;
	margin:0 auto;
}
#footer {
	width:950px;
	height:60px;
	background-image:url(../images/bg_footer.png);
	background-repeat:no-repeat;
	margin:10px auto;
}

.loginbox {
	width:290px;
	height:200px;
	background-image:url(../images/bg_loginbox.png);
}
.infobox {
	width:240px;
	height:auto;
	margin:0 auto;
	padding:50px 0 0;
}
.infobox .textfield {
	width:140px;
	height:20px;
	margin:4px 0 0;
}
.login_id {
	width:140px;
	height:25px;
	background-image:url(../images/bg_login_id.png);
	background-repeat:no-repeat;
	padding:13px 8px 3px;
}
.login_psw {
	width:140px;
	height:25px;
	background-image:url(../images/bg_login_psw.png);
	background-repeat:no-repeat;
	padding:13px 8px 3px;
}
.btn_forgetpsw {
	width:140px;
	height:15px;
	background-image:url(../images/btn_forgetpsw.png);
	background-repeat:no-repeat;
	display:block;
	text-indent:-5000px;
	margin:2px auto;
}
.btn_login {
	width:75px;
	height:75px;
	background-image:url(../images/btn_login.png);
	background-repeat:no-repeat;
	display:block;
	text-indent:-5000px;
	margin:14px 2px 0 7px;
}

.chartbox {
	width:290px;
	height:253px;
	background-image:url(../images/bg_chartbox.png);
	background-repeat:no-repeat;
	padding:67px 0 0;
}
.school_info {
	width:225px;
	height:220px;
	margin:0 auto;
	overflow:auto;
	color:#963;
}
.school_info td {
	padding:2px 5px;
}
.td_color {
	background-color:#FFF7E8;
}

.newsbox {
	width:630px;
	height:auto;
	background-image:url(../images/bg_news.png);
	background-repeat:no-repeat;
	padding:35px 35px 15px;
}
.news_title {
	width:630px;
	height:45px;
	background-image:url(../images/bg_newstitle.png);
	display:block;
	padding:15px 0 0;
}
.news_content {
	width: 600px;
	height: 150px;
	/*color: #b40d0a;*/
	overflow: auto;
	margin: 20px 5px;
	padding: 0 10px;
	line-height: 150%;
}
.news_content p {
	margin-bottom: 0.8em;
}
.news_content ol {
	margin-left: 10px;
	list-style-type: decimal;
}
.news_content li {
	margin-bottom: 0.8em;
}
.btnbox {
	width:200px;
	height:200px;
	background-image:url(../images/pic_tempbtn.png);
	display:block;
	text-indent:-5000px;
	margin:5px;
}

.btn_join {
	width:200px;
	height:30px;
	background-image:url(../images/btn_join.png);
	display:block;
	margin:0 20px 0 410px;
}

.footerbox {
	width:850px;
	height:35px;
	margin:0 auto;
}
.btn_footer01 {
	width:130px;
	height:35px;
	background-image:url(../images/btn_footer01.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
	display:block;
}
.btn_footer02 {
	width:130px;
	height:35px;
	background-image:url(../images/btn_footer02.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
	display:block;
}
.btn_footer03 {
	width:130px;
	height:35px;
	background-image:url(../images/btn_footer03.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
	display:block;
}
.btn_footer04 {
	width:130px;
	height:35px;
	background-image:url(../images/btn_footer04.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
	display:block;
}
.btn_footer05 {
	width:130px;
	height:35px;
	background-image:url(../images/btn_footer05.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
	display:block;
}
.btn_footer06 {
	width:130px;
	height:35px;
	background-image:url(../images/btn_footer06.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
	display:block;
}

#promo {
	position: relative;
	width: 640px;
	height: 200px;
	text-align: center;
}
#promo .item {
	display: inline-block;
	width: 200px;
	height: 200px;
	/*margin: 0 4px;*/
	cursor: pointer;
}
#flashLayer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 640px;
	overflow: hidden;
	/*visibility: hidden;*/
}
#flashSlider {
	width: auto;
	height: 200px;
	white-space: nowrap;
}
/*#flashItem1,#flashItem2,#flashItem3,#flashItem4,#flashItem5,#flashItem6 {*/
#flashLayer > ul.slides > .item {
	margin: 0 4px;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
}
#imgLayer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 636px;
	overflow: hidden;
	white-space: nowrap;
	visibility: hidden;
}
#imgLayer .item:hover {
	background-position: center bottom;
}

#btn_goMath8 {
	width: 180px;
	height: 30px;
	margin: 5px auto;
	background-image: url('../images/btns/btn_gomath8.png');
}


/* Responsive: Portrait tablets and up */
@media screen 
and (min-width: 768px) {
	#wrapper  {
		max-width: 1024px;
	}
}

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2) { 
}

/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3) { 
}
