body{
	font-family: sans-serif, Arial, Helvetica, "微軟正黑體";
	padding:0;
	margin:0;
}
.time-morning{
	background: #adffe8  url(img/body-bgs-morning.jpg) repeat-x scroll top left;
}
.time-afternoon{
	background: #fdd35b  url(img/body-bgs-afternoon.jpg) repeat-x scroll top left;
}
.time-night{
	background: #0d64d5  url(img/body-bgs-night.jpg) repeat-x scroll top left;
}
.wrapper{
	width:100%;
	height:100%;
}
.header{
	width:100%;
	height:85px;
	z-index:1;
}
.ishow-logo{
	width:136px;
	height:85px;
	background: url(img/ishow-logo.png) no-repeat scroll top left;
	position:absolute;
	left:50%;
	margin:0 0 0 -355px;
    top:0px;
    z-index:50;
}
.ishow-logo span{
	background-color: #003d75;
	padding:4px 6px;
	color:#96d1ff;
	font-size:12px;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	top:54px;
	left:27px;
	text-shadow:0px 2px 2px #000;
}
.nav{
	width:100%;
	height:70px;
	background: #0c65d4  url(img/nav-bgs.png) repeat-x scroll top left;
	clear:both;
	position:relative;
    top:-90px;
    z-index:50;
}
.nav ul{
	margin:10px 0 0 -350px;;
	text-align:center;
	list-style:none;
	left:50%;
	position:absolute;
}
.nav ul li{
	float:left;
	margin: 0 5px;
}
.nav ul li a{
	width:90px;
	padding:10px 0;
	height:30px;
	display:block;
	color:#fff;
	font-size:15px;
	text-decoration:none;
	text-shadow:0px 1px 2px #075896;
	background-color:rgba(0,50,90,.0);
	border:none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.nav ul li a span{
	display:block;
	color:#3cbcf1;
	font-size:10px;
	margin:4px 0 0 0;
}
.nav ul li a:hover{
	background-color:rgba(0,50,90,.3);
}
.nav ul li a:active{
	color:#0799d6;
	text-shadow:0px 1px 2px #e9e9e9;
	background-color:rgba(255,252,255,1);
}
.nav ul li.selected a{
	font-size:15px;
	text-decoration:none;
	padding:10px 0;
	height:30px;
	width:90px;
	color:#0799d6;
	text-shadow:0px 1px 2px #eee;
	background-color:rgba(255,252,255,1);
	border:none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.container{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
.container .main{
	width:100%;
	min-height:768px;
	position:absolute;
	left:0;
	top:0;
}
.main section{
	width:100%;
	margin: 0;
	height: 700px;
	overflow:hidden;
	float:left;
	position:absolute;
}
.point-nav{
	width:180px;
	list-style:none;
	position:absolute;
	bottom:30px;
	left:50%;
	margin:0 0 0 -85px;
	z-index:50;
}
.point-nav li{
	float:left;
	margin:5px;
	}
	.point-nav li a{
		width:20px;
		height:21px;
		background: url(img/point-nav-bgs.png) no-repeat scroll 0 0;
		display:block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.point-nav li a:hover{
		background-position: 0 -21px
	}
	.point-nav li a:active{
		background-position: 0 -42px;
	}
	.point-nav li.selected a{
		width:20px;
		height:21px;
		background: url(img/point-nav-bgs.png) no-repeat scroll 0 -42px;
		display:block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
.footer{
	width:100%;
	height:26px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:50;
}
.footer p{
	margin:0 auto;
	text-align:center;
	color:#444;
	font-size:12px;
	line-height:26px;
	font-weight: bolder;
	text-shadow:0px 1px 0px rgba(255,255,255,.7);
}
.footer p a{
	color:#444;
	text-decoration:none;
}
.footer p a:hover{
	color:#222;
}
.controlnav{
	width:34px;
	height:35px;
	display:block;
	position:absolute;
	bottom:30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index:50;
}
.prev-btn{
	left:15px;
	bottom:35px;
	background: url(img/prev-next-btn-bgs.png) no-repeat scroll 0 0;
}
.prev-btn:hover{
	background-position: 0 -35px;
}
.prev-btn:active{
	background-position: 0 -70px;
}
.next-btn{
	right:15px;
	bottom:35px;
	background: url(img/prev-next-btn-bgs.png) no-repeat scroll -34px 0;
}
.next-btn:hover{
	background-position: -34px -35px;
}
.next-btn:active{
	background-position: -34px -70px;
}
.inner{
	width:980px;
	height:700px;
	position:relative;
	left:50%;
	top:50%;
	margin: -350px 0 0 -490px;
}
.inner hgroup{
}
	.inner hgroup h1{
		font-size:36px;
		color:#fff;
		text-shadow:0px 1px 2px rgba(0,0,0,.3);
		padding:0;
		margin:0 0 10px 0;
	}
	.inner hgroup h2{
		font-size:15px;
		line-height:160%;
		width:280px;
		color:#fff;
		text-shadow:0px 1px 2px rgba(0,0,0,.3);
		padding:0;
		margin:0 0 10px 0;
	}
.inner ul{
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
}
	.inner ul li{
		float:left;
		margin:0 8px 0 0;
	}
	.inner ul li a{
		width:80px;
		text-align:center;
		font-size:15px;
		line-height:33px;
		height:33px;
		display:block;
		padding:0;
		color:#666;
		background-color:#fff;
		text-decoration:none;
		border:none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-shadow:0px 1px 1px #fff;
		-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5);
		-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5);
		box-shadow: 0px 0px 2px rgba(0,0,0,.5);
	}
	.inner ul li a:hover{
		background-color:#f2faff;
		color:#005ea9;
	}
.home-content{
	position:relative;
	left:670px;
	top:290px;
	z-index:5;
}
.home-content h1{
	font-size:20px;
	color:#fff;
	text-shadow:0px 1px 2px rgba(0,0,0,.3);
	padding:0;
	margin:0 0 10px 0;
}
.home-content p{
	font-size:14px;
	line-height:160%;
	color:#fff;
	text-shadow:0px 1px 2px rgba(0,0,0,.3);
	padding:0;
	margin:0 0 10px 0;
}
.favorable-content{
	position:relative;
	width:300px;
	left:135px;
	top:290px;
	z-index:5;
}
.interests-content{
	position:relative;
	width:300px;
	left:135px;
	top:290px;
	z-index:5;
}
.events-content{
	position:relative;
	width:300px;
	left:130px;
	top:320px;
	z-index:5;
}
.exchange-content{
	position:relative;
	width:300px;
	left:135px;
	top:290px;
	z-index:5;
}
.playground-content{
	position:relative;
	width:360px;
	left:135px;
	top:290px;
	z-index:5;
}
.event-list{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:50px;
	top:-30px;
	z-index:5;
}
.event-list li a{
	width:200px;
	height:266px;
	position:absolute;
	border:solid 6px #fff;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.event-list li a.event-sty-a{
	transform: scale(0.64,0.64)  rotate(-11.4deg);
	-ms-transform: scale(0.64,0.64)  rotate(-11.4deg);
	-webkit-transform: scale(0.64,0.64) rotate(-11.4deg);
	-o-transform: scale(0.64,0.64)  rotate(-11.4deg);
	-moz-transform: scale(0.64,0.64) rotate(-11.4deg);
	left:110px;
	top:90px;
}
.event-list li a.event-sty-a:hover{
	transform: scale(0.74,0.74)  rotate(-3.4deg);
	-ms-transform: scale(0.74,0.74)  rotate(-3.4deg);
	-webkit-transform: scale(0.74,0.74) rotate(-3.4deg);
	-o-transform: scale(0.74,0.74)  rotate(-3.4deg);
	-moz-transform: scale(0.74,0.74) rotate(-3.4deg);
}
.event-list li a.event-sty-b{
	transform: scale(0.86,0.86)  rotate(2.7deg);
	-ms-transform: scale(0.86,0.86)  rotate(2.7deg);
	-webkit-transform: scale(0.86,0.86) rotate(2.7deg);
	-o-transform: scale(0.86,0.86)  rotate(2.7deg);
	-moz-transform: scale(0.86,0.86) rotate(2.7deg);
	left:321px;
	top:40px;
}
.event-list li a.event-sty-b:hover{
	transform: scale(0.96,0.96)  rotate(-2.7deg);
	-ms-transform: scale(0.96,0.96)  rotate(-2.7deg);
	-webkit-transform: scale(0.96,0.96) rotate(-2.7deg);
	-o-transform: scale(0.96,0.96)  rotate(-2.7deg);
	-moz-transform: scale(0.96,0.96) rotate(-2.7deg);
}
.event-list li a.event-sty-c{
	transform: scale(0.80,0.80)  rotate(13deg);
	-ms-transform: scale(0.80,0.80)  rotate(13deg);
	-webkit-transform: scale(0.80,0.80)  rotate(13deg);
	-o-transform: scale(0.80,0.80)  rotate(13deg);
	-moz-transform: scale(0.80,0.80)  rotate(13deg);
	left:547px;
	top:55px;
}
.event-list li a.event-sty-c:hover{
	transform: scale(0.90,0.90)  rotate(12deg);
	-ms-transform: scale(0.90,0.90)  rotate(12deg);
	-webkit-transform: scale(0.90,0.90)  rotate(12deg);
	-o-transform: scale(0.90,0.90)  rotate(12deg);
	-moz-transform: scale(0.90,0.90)  rotate(12deg);
}
.event-list li a.event-sty-d{
	transform: scale(0.67,0.67)  rotate(22deg);
	-ms-transform: scale(0.67,0.67)  rotate(22deg);
	-webkit-transform: scale(0.67,0.67)  rotate(22deg);
	-o-transform: scale(0.67,0.67)  rotate(22deg);
	-moz-transform: scale(0.67,0.67)  rotate(22deg);
	left:700px;
	top:216px;
}
.event-list li a.event-sty-d:hover{
	transform: scale(0.77,0.77)  rotate(19deg);
	-ms-transform: scale(0.77,0.77)  rotate(19deg);
	-webkit-transform: scale(0.77,0.77)  rotate(19deg);
	-o-transform: scale(0.77,0.77)  rotate(19deg);
	-moz-transform: scale(0.77,0.77)  rotate(19deg);
}
.event-list li a.event-sty-e{
	transform: scale(0.60,0.60)  rotate(-10deg);
	-ms-transform: scale(0.60,0.60)  rotate(-10deg);
	-webkit-transform: scale(0.60,0.60)  rotate(-10deg);
	-o-transform: scale(0.60,0.60)  rotate(-10deg);
	-moz-transform: scale(0.60,0.60)  rotate(-10deg);
	left:545px;
	top:300px;
}
.event-list li a.event-sty-e:hover{
	transform: scale(0.70,0.70)  rotate(10deg);
	-ms-transform: scale(0.70,0.70)  rotate(10deg);
	-webkit-transform: scale(0.70,0.70)  rotate(10deg);
	-o-transform: scale(0.70,0.70)  rotate(10deg);
	-moz-transform: scale(0.70,0.70)  rotate(10deg);
}
#parallax-bg1{
	z-index: 1;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
#parallax-bg1 img{
	position: relative;
	top:43px;
}
#parallax-bg2{
	z-index: 1;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
#parallax-bg2 img{
	position: relative;
	top:132px;
}
#parallax-bg3{
	z-index: 1;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
#parallax-bg3 img{
	position: relative;
	top:400px;
}
.scrollingtext{
	
}
.marquee-ol{
	margin:0;
	padding:0;
	list-style:none;	
	position: relative;
	height:30px;
	width:300px;
	overflow:hidden;
}
.marquee-ol li{
	color:#b7e6ff;
	line-height:30px;
	font-size:15px;
	clear:both;
	display:block;
	margin:0;
	position: absolute;
	top: -999em;
	left: 0;
	background: url(img/marquee-li-bgs.png) no-repeat scroll 0 8px;
	padding:0 0 0 14px;
	text-shadow:0px 1px 2px rgba(0,0,0,.3);
} 
.block-pop{
	width:920px;
	height:700px;
	position:absolute;
	left:50%;
	top:-100%;
	margin:-350px 0 0 -460px;
	z-index:60;
	display:none;
}
.block-b{
	background: url(img/b-bgs.png) no-repeat scroll left top;
}
.block-c{
	background: url(img/c-bgs.png) no-repeat scroll left top;
}
.block-d{
	background: url(img/d-bgs.png) no-repeat scroll left top;
}
.block-e{
	background: url(img/e-bgs.png) no-repeat scroll left top;
}
.block-f{
	background: url(img/f-bgs.png) no-repeat scroll left top;
}
.inner-content{
	width:660px;
	height:420px;
	position:relative;
	left:50%;
	top:115px;
	margin:0 0 0 -330px;
	z-index:30;
	padding:0 0 53px 0;
}
.inner-content iframe{
	width:660px;
	height:420px;
}
.close-btn{
	width:120px;
	height:120px;
	background: url(img/block-close-btn.png) no-repeat scroll left top;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:0;
	padding:0;
	float:right;
	position:absolute;
	right:80px;
	top:40px;
	z-index:50;
}
.close-btn:hover{
	background-position:0 -120px;
}
.close-btn:active{
	background-position:0 -240px;
}
.quick-link{
	padding:10px;
	height:50px;
	line-height:50px;
	width:660px;
	position:fixed;
	bottom:0;
	left:50%;
	margin:0 0 0 -330px;
	text-align:center;
	background: url(img/quick-link-bgs.png) no-repeat scroll left top;
}
.quick-link a{
	font-size:15px;
	width:80px;
	line-height:33px;
	height:33px;
	text-align:center;
	display:inline-block;
	margin:25px 2px 0 2px;
	color:#005ea9;
	text-decoration:none;
	background-color:#caeaff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.quick-link a:hover{
	background-color:#9dcded;
}
.quick-link a:active{
	color:#fff;
	background-color:#0270b7;
}
.block-pop h1{
	width:660px;
	height:30px;
	font-size:24px;
	line-height:30px;
	color:#3c98e0;
	position:relative;
	left:50%;
	top:85px;
	margin:0 0 0 -330px;
	text-align:center;
}
.sub-content{
	width:640px;
	height:420px;
	padding:0 15px 53px 0;
	overflow:hidden;
}
.sub-content dl{
	margin:0 0 30px 0;
}
.sub-content dl dt{
	color:#0799d6;
	font-size:18px;
	line-height:160%;
	background: url(img/dt-bgs.png) no-repeat scroll left 5px;
	text-indent: 18px;
	margin:0 0 5px 0;
}
.sub-content dl dd{
	color:#484848;
	font-size:14px;
	line-height:160%;
	padding:0 0 0 18px;
}
.favorable-img{
	width:177px;
	height:205px;
	background: url(img/favorable-img-bgs.png) no-repeat scroll left top;
	float:right;
	position:absolute;
	right:50px;
	top:30px;
	display:none;
}
.sub-content article{
	margin: 0;
	overflow:hidden;
}
.sub-content article h1{
	color:#0799d6;
	font-size:18px;
	line-height:160%;
	background: url(img/dt-bgs.png) no-repeat scroll left 5px;
	text-indent: 18px;
	margin:0 0 10px 0;
}
.sub-content article p{
	color:#484848;
	font-size:14px;
	line-height:160%;
	padding:0 0 0 18px;
	margin:0 0 15px 0;
}
.sub-content article p a{
	color:#0799d6;
	text-decoration:none;
}
.sub-content article p a:hover{
	text-decoration:underline;
}
.sub-content article ul{
	margin:0 0 0 40px;
	padding:0;
	list-style-position: outside;
	list-style-type: decimal;
	text-indent: 0px;
}
.sub-content article ul li{
	color:#484848;
	font-size:14px;
	line-height:160%;
	margin:0 0 10px 0;
}
.sub-content article ul li ol{
	margin:10px 0 10px 20px;
	padding:0;
	list-style-position: outside;
	list-style-type: lower-alpha;
	text-indent: 0px;
}
.sub-content article ul li ol li{
	color:#484848;
	font-size:12px;
	line-height:160%;
	margin:0 0 5px 0;
}
.remind{
	color:#484848;
	font-size:14px;
	line-height:160%;
	padding:0;
}
.remind a{
	color:#0799d6;
	text-decoration:none;
}
.remind a:hover{
	text-decoration:underline;
}
.event-img{
	margin:10px 0 0 0;
	width:200px;
	float:left;
}
.event-img img{
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.event-content{
	width:400px;
	float:left;
	margin:10px 0 0 20px;
	overflow:hidden;
}
.event-table{
	width:100%;
	border-collapse: collapse;
}
.event-table tr{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}
.event-table tr:last-child{
	border:none;
}
.event-table th{
	width:80px;
	color:#16ace4;
	font-size:14px;
	line-height:160%;
	padding:4px;
}
.event-table td{
	width:320px;
	color:#484848;
	font-size:13px;
	line-height:160%;
	padding:4px;
}
.event-table td ul{
	margin:10px 0 0 20px;
	padding:0;
	list-style-position: outside;
	list-style-type: square;
	text-indent: 0px;
}
.event-table td ul li{
	font-size:13px;
	margin:0 0 5px 0;
}
.ex_tab{
	
}
ul.tabs{
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	overflow:hidden;
}
ul.tabs li{
	float:left;
}
ul.tabs li a{
	font-size:15px;
	width:80px;
	line-height:33px;
	height:33px;
	text-align:center;
	display:block;
	margin:0 4px 0 0;
	color:#005ea9;
	text-decoration:none;
	background-color:#caeaff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul.tabs li a:hover{
	background-color:#edf8ff;
}
ul.tabs li a:active{
	color:#fff;
	background-color:#0270b7;
}
ul.tabs li.active a{
	font-size:15px;
	width:80px;
	line-height:33px;
	height:33px;
	text-align:center;
	display:block;
	margin:0 4px 0 0;
	color:#fff;
	text-decoration:none;
	background-color:#0270b7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.tab_container{
	clear:both;
	overflow:hidden;
}
.tab_content{
	clear:both;
	height:auto;
	overflow:hidden;
}
.prize-box{
	width:290px;
	float:left;
	margin:0 10px 15px 0;
}
.prize-box .prize-img{
	width:120px;
	height:120px;
	float:left;
	margin:0 15px 0 0;
}
.prize-box .prize-img img{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.prize-box .prize-content{
	width:155px;
	float:left;
}
.prize-box .prize-content .prize-name{
	font-size:15px;
	line-height:150%;
	color:#0799d6;
	margin:0 0 2px 0;
}
.prize-box .prize-content .prize-depiction{
	font-size:13px;
	line-height:160%;
	color:#484848;
	margin:0 0 2px 0;
}
.prize-box .prize-content  .prize-point{
	font-size:13px;
	line-height:22px;
	color:#484848;
	margin:0 0 2px 0;
	background: url(img/prize-point-bgs.png) no-repeat scroll left top;
	text-indent: 22px;
}
.prize-box .prize-content  .prize-point span{
	color:#dea100;
	margin:0 5px 0 0;
}
.play-prize-box{
	width:290px;
	float:left;
	margin:0 10px 15px 0;
	position:relative;
	left:0;
	top:0;
}
.play-prize-box .prize-img{
	width:120px;
	height:120px;
	float:left;
	margin:0 15px 0 0;
}
.play-prize-box .prize-img img{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.play-prize-box .prize-content{
	width:155px;
	float:left;
}
.play-prize-box .prize-content .prize-name{
	font-size:15px;
	line-height:150%;
	color:#0799d6;
	margin:0 0 2px 0;
}
.play-prize-box .prize-content .prize-depiction{
	font-size:13px;
	line-height:160%;
	color:#484848;
	margin:0 0 2px 0;
}
.play-prize-box-first{
	width:630px;
	margin:0 10px 15px 0;
	clear:both;
	overflow:hidden;
	position:relative;
	left:0;
	top:0;
}
.play-prize-box-first .prize-img{
	width:170px;
	height:170px;
	float:left;
	margin:0 15px 0 0;
	z-index:20;
}
.play-prize-box-first .prize-img img{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.play-prize-box-first .prize-content{
	width:415px;
	float:left;
}
.play-prize-box-first .prize-content .prize-name{
	font-size:15px;
	line-height:150%;
	color:#0799d6;
	margin:0 0 2px 0;
}
.play-prize-box-first .prize-content .prize-depiction{
	font-size:13px;
	line-height:160%;
	color:#484848;
	margin:0 0 2px 0;
}
.rank{
	width:30px;
	height:30px;
	background-color:#388fdb;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	line-height:30px;
	text-align:center;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
}
.user-info{
}
.user-info p{
	color:#484848;
	font-size:14px;
	line-height:160%;
	margin:0;
	padding:0;	
}
.user-info .user-point{
	color:#0799d6;
	margin:0 10px;
}
.user-info .user-id{
	color:#0799d6;
	margin:0 10px 0 0;
}
.result{
	width:600px;
	background-color:#fff;
	border:solid 3px #b1e5fc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:15px;
	overflow:hidden;
}
.result .result-img{
	width:170px;
	height:170px;
	float:left;
	margin: 0 15px 0 0;
}
.result .result-img img{
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.result .result-content{
	width:360px;
	float:left;
}
.result .result-content h1{
	font-size:16px;
	line-height:160%;
	color:#484848;
	margin:0 0 10px 0;
}
.result .result-content h2{
	font-size:18px;
	line-height:160%;
	color:#0799d6;
	margin:0 0 10px 0;
}
.result-got-prize{
	width:560px;
	background-color:#fff;
	border:solid 3px #b1e5fc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:15px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.result-got-prize .result-img{
	width:197px;
	height:196px;
	float:right;
	margin: 0 15px 0 0;
	background-image: url(img/got-prize.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.result-got-prize h1{
	width:160px;
	color:#0799d6;
	font-size:30px;
	position:absolute;
	left:80px;
	top:100px;
}
.result-loss{
	width:600px;
	background-color:#fff;
	border:solid 3px #b1e5fc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:15px;
	overflow:hidden;
}
.result-loss .result-img{
	width:170px;
	height:170px;
	float:left;
	background-image: url(img/loss.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
.result-loss .result-img img{
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.result-loss .result-content{
	width:360px;
	float:left;
}
.result-loss .result-content h1{
	font-size:16px;
	line-height:160%;
	color:#484848;
	margin:0 0 10px 0;
}
.result-loss .result-content h2{
	font-size:18px;
	line-height:160%;
	color:#0799d6;
	margin:0 0 10px 0;
}

.result-noevent{
	width:560px;
	background-color:#fff;
	border:solid 3px #b1e5fc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:15px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.result-noevent .result-img{
	width:197px;
	height:196px;
	float:right;
	margin: 0 15px 0 0;
	background-image: url(img/noevent.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.result-noevent h1{
	width:280px;
	color:#0799d6;
	font-size:30px;
	position:absolute;
	left:80px;
	top:80px;
}

.history-table{
	width: 620px;
	margin:0 auto;
	border-collapse: collapse;
	table-layout: fixed;
}
.history-table th{
	background-color:#3e99e3;
	color:#fff;
	font-size:14px;
	line-height:160%;
	padding:4px;
	text-align:center;
	border:2px solid #fff;
}
.history-table th:first-child{
	width:50%;
}
.history-table td{
	color:#484848;
	font-size:13px;
	line-height:160%;
	padding:4px;
	text-align:center;
	border:2px solid #fff;
	text-shadow:0px 1px 0px #fff;
}
.history-table tr:nth-child(even){
	background-color:#e1f6ff;
}
.history-table tr:nth-child(odd){
	background-color:#c9ebf9;
}

.login-form{
	width:300px;
	margin: 80px auto;
}
.login-form ul{
	margin:0;
	padding:0;
	width:190px;
	list-style-type:none;
	float:left;
}
.login-form ul li{
	margin:0 0 10px 0;
}
.login-form input[type="text"],input[type="password"]{
	width:180px;
	border:1px solid #00b4ff;
	height:27px;
	line-height:39px;
	font-size:20px;
	padding:5px;
	color:#333;
}
.login-form .submit-box{
	margin: 0 0 0 10px;
	width:90px;
	height:88px;
	float:left;
}
.login-form input[type="submit"]{
	width:90px;
	height:88px;
	border:none;
	line-height:39px;
	font-size:20px;
	padding:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#0799d6;
	color:#fff;
}
.game-first{
	width:640px;
	height:342px;
	background: url(img/game-first-bgs.jpg) no-repeat scroll left top;
	position:relative;
}
.game-first a{
	border:solid 2px #00a7e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#00a7e4;
	padding:10px;
	text-decoration:none;
	position:relative;
	left:510px;
	top:54px;
	background-color:#fff;
	font-size:15px;
}

.home-ill{
	width:845px;
	height:694px;
	position:absolute;
	top:0;
	left:-16px;
	z-index:4;
}
.home-ill .bgs{
	background: url(img/home-bgs.png) no-repeat scroll left top;
	position:absolute;
	left:30px;
	top:0px;
	z-index:20;
	width:688px;
	height:640px;
}
.home-ill .light{
	background: url(img/home-light.png) no-repeat scroll left top;
	position:absolute;
	left:663px;
	top:-32px;
	z-index:21;
	width:149px;
	height:141px;
}
.home-ill .vieshow-boy{
	background: url(img/home-vieshow-boy.png) no-repeat scroll left top;
	position:absolute;
	left:190px;
	top:187px;
	z-index:22;
	width:247px;
	height:380px;
}
.home-ill .frame{
	background: url(img/home-frame.png) no-repeat scroll left top;
	position:absolute;
	left:168px;
	top:0px;
	z-index:23;
	width:436px;
	height:432px;
}
.home-ill .vieshow-girl{
	background: url(img/home-vieshow-girl.png) no-repeat scroll left top;
	position:absolute;
	left:430px;
	top:280px;
	z-index:24;
	width:109px;
	height:259px;
}
.home-ill .elephant{
	background: url(img/home-elephant.png) no-repeat scroll left top;
	position:absolute;
	left:0px;
	top:430px;
	z-index:25;
	width:146px;
	height:95px;
}
.home-ill .duck{
	background: url(img/home-duck.png) no-repeat scroll left top;
	position:absolute;
	left:430px;
	top:153px;
	z-index:26;
	width:113px;
	height:99px;
}
.home-ill .camera{
	background: url(img/home-camera.png) no-repeat scroll left top;
	position:absolute;
	left:687px;
	top:97px;
	z-index:27;
	width:155px;
	height:164px;
}
.home-ill .octopus{
	background: url(img/home-octopus.png) no-repeat scroll left top;
	position:absolute;
	left:350px;
	top:445px;
	z-index:28;
	width:359px;
	height:234px;
}

.favorable-ill{
	width:500px;
	height:595px;
	position:absolute;
	top:25px;
	left:390px;
	z-index:4;
}
.favorable-ill .food-b{
	background: url(img/favorable-food-b.png) no-repeat scroll left top;
	position:absolute;
	left:286px;
	top:292px;
	z-index:20;
	width:213px;
	height:165px;
}
.favorable-ill .foot-b-left{
	background: url(img/favorable-foot-b-left.png) no-repeat scroll left top;
	position:absolute;
	left:76px;
	top:299px;
	z-index:21;
	width:66px;
	height:186px;
}
.favorable-ill .foot-b-right{
	background: url(img/favorable-foot-b-right.png) no-repeat scroll left top;
	position:absolute;
	left:440px;
	top:310px;
	z-index:22;
	width:58px;
	height:153px;
}
.favorable-ill .cola{
	background: url(img/favorable-cola.png) no-repeat scroll left top;
	position:absolute;
	left:0px;
	top:372px;
	z-index:23;
	width:399px;
	height:218px;
}
.favorable-ill .food-f{
	background: url(img/favorable-food-f-s.png) no-repeat scroll left top;
	position:absolute;
	left:255px;
	top:395px;
	z-index:24;
	width:242px;
	height:199px;
}
.favorable-ill .foot-f-left{
	background: url(img/favorable-foot-f-left.png) no-repeat scroll left top;
	position:absolute;
	left:120px;
	top:360px;
	z-index:25;
	width:163px;
	height:214px;
}
.favorable-ill .foot-f-right{
	background: url(img/favorable-foot-f-right.png) no-repeat scroll left top;
	position:absolute;
	left:344px;
	top:344px;
	z-index:26;
	width:87px;
	height:252px;
}
.favorable-ill .body{
	background: url(img/favorable-body-s.png) no-repeat scroll left top;
	position:absolute;
	left:75px;
	top:0px;
	z-index:27;
	width:425px;
	height:428px;
}
.interests-ill{
	width:590px;
	height:664px;
	position:absolute;
	top:25px;
	left:352px;
	z-index:4;
}
.interests-ill .ear-b{
	background: url(img/interests-ear-b-s.png) no-repeat scroll top left;
	width:167px;
	height:131px;
	position:absolute;
	top:0px;
	left:215px;
	z-index:21;
}
.interests-ill .fire-b-left{
	background: url(img/interests-fire-f-left-s.png) no-repeat scroll top left;
	width:91px;
	height:179px;
	position:absolute;
	top:308px;
	left:30px;
	z-index:22;
	transform: rotate(20.6deg);
	-ms-transform: rotate(20.6deg);
	-webkit-transform: rotate(20.6deg);
	-o-transform: rotate(20.6deg);
	-moz-transform: rotate(20.6deg);
}
.interests-ill .fire-b-right{
	background: url(img/interests-fire-f-left-s.png) no-repeat scroll top left;
	width:91px;
	height:179px;
	position:absolute;
	top:370px;
	left:326px;
	z-index:23;
	transform: rotate(-68.4deg);
	-ms-transform: rotate(-68.4deg);
	-webkit-transform: rotate(-68.4deg);
	-o-transform: rotate(-68.4deg);
	-moz-transform: rotate(-68.4deg);
}
.interests-ill .body{
	background: url(img/interests-body.png) no-repeat scroll top left;
	width:460px;
	height:417px;
	position:absolute;
	top:100px;
	left:42px;
	z-index:24;
}
.interests-ill .fire-f-left{
	background: url(img/interests-fire-f-left-s.png) no-repeat scroll top left;
	width:91px;
	height:179px;
	position:absolute;
	top:483px;
	left:68px;
	z-index:25;
}
.interests-ill .fire-f-right{
	background: url(img/interests-fire-f-left-s.png) no-repeat scroll top left;
	width:91px;
	height:179px;
	position:absolute;
	top:420px;
	left:488px;
	z-index:26;
	transform: rotate(-68.4deg);
	-ms-transform: rotate(-68.4deg);
	-webkit-transform: rotate(-68.4deg);
	-o-transform: rotate(-68.4deg);
	-moz-transform: rotate(-68.4deg);
}
.interests-ill .ear-f{
	background: url(img/interests-ear-f-s.png) no-repeat scroll top left;
	width:257px;
	height:135px;
	position:absolute;
	top:58px;
	left:312px;
	z-index:27;
}

.event-ill{
	width:573px;
	height:367px;
	position:absolute;
	top:300px;
	left:260px;
	z-index:4;
}
.event-ill .body{
	background: url(img/event-body-s.png) no-repeat scroll top left;
	width:399px;
	height:321px;
	position:absolute;
	top:48px;
	left:0px;
	z-index:21;
}
.event-ill .duck{
	background: url(img/event-duck.png) no-repeat scroll top left;
	width:177px;
	height:142px;
	position:absolute;
	top:-22px;
	left:111px;
	z-index:22;
}
.event-ill .memo{
	background: url(img/event-memo.png) no-repeat scroll top left;
	width:180px;
	height:157px;
	position:absolute;
	top:176px;
	left:393px;
	z-index:23;
}

.exchange-ill{
	width:424px;
	height:629px;
	position:absolute;
	top:25px;
	left:430px;
	z-index:4;
}
.exchange-ill .plat{
	background: url(img/exchange-plat.png) no-repeat scroll top left;
	width:419px;
	height:350px;
	position:absolute;
	top:280px;
	left:0px;
	z-index:21;
}
.exchange-ill .egg{
	background: url(img/exchange-egg.png) no-repeat scroll top left;
	width:376px;
	height:288px;
	position:absolute;
	top:98px;
	left:37px;
	z-index:22;
}
.exchange-ill .mirror{
	background: url(img/exchange-mirror.png) no-repeat scroll top left;
	width:412px;
	height:453px;
	position:absolute;
	top:-3px;
	left:17px;
	z-index:23;
}
.exchange-ill .girl{
	background: url(img/exchange-girl.png) no-repeat scroll top left;
	width:144px;
	height:288px;
	position:absolute;
	top:267px;
	left:201px;
	z-index:24;
}
.exchange-ill .btn{
	background: url(img/exchange-btn.png) no-repeat scroll top left;
	width:147px;
	height:125px;
	position:absolute;
	top:346px;
	left:71px;
	z-index:25;
}

.playground-ill{
	width:497px;
	height:616px;
	position:absolute;
	top:25px;
	left:430px;
	z-index:4;
}
.playground-ill .fire-b-left{
	background: url(img/playgound-fire-b-left-s.png) no-repeat scroll top left;
	width:309px;
	height:170px;
	position:absolute;
	top:429px;
	left:148px;
	z-index:21;
}
.playground-ill .body{
	background: url(img/playgound-body.png) no-repeat scroll top left;
	width:502px;
	height:501px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:23;
}
.playground-ill .round{
	background: url(img/playgound-round-s.png) no-repeat scroll top left;
	width:282px;
	height:154px;
	position:absolute;
	top:121px;
	left:80px;
	z-index:24;
}
.playground-ill .pull{
	background: url(img/playgound-pull-s.png) no-repeat scroll top left;
	width:102px;
	height:167px;
	position:absolute;
	top:102px;
	left:335px;
	z-index:25;
}
#gitme-mov{
	display:none;
}