.games td {
	padding:0 10px;
}

.games td:first-child {
	padding-left: 0;
}

.games td:last-child {
	padding-right: 0;
}

.step {
margin:10px 0;
}

.paito-wrapper {
	margin-top:20px;
}

.paito-wrapper tr td .paito-inner {
	margin-left: 20px;
}

.paito-wrapper tr td:first-child .paito-inner {
	margin-left: 0px;
}

.paito-inner {
	width: 306px;
	height: 101px;
	background: url(../images/bglotre.png) repeat-x;
	box-sizing: border-box;
	padding:10px 10px 10px 20px;
	color: #fff;
	line-height: normal;
}

.paito-inner img {
	margin-right: 20px;
}

.paito-title {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.paito-date {
	font-size: 11px;
	font-style: italic;
	margin-top:3px;
	color: #000;
	letter-spacing: 1px;
}

.paito-result {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
}

.sidecontact {
	width: 243px;
	height: 402px;
	background: url(../images/sidecontact.png) no-repeat;
	position: fixed;
	left: -172px;
	top: 20%;
	transition-duration: 0.5s;
	cursor: pointer;
	z-index: 9991;
}

.sidecontact:hover {
	left: 0;
}

.sidecontact ul, .sidecontact li {
margin:0; padding:0; list-style:none;
}

.sidecontact ul {
	padding-top:168px;
	margin-left:0px;
}

.sidecontact li, .sidecontact li a {
color:#fff;
}

.sidecontact li {
margin-bottom:5px;
padding:0px 0px 0px 43px;
line-height:33px;
height:33px;
}

.sideqr {
	width: 243px;
	height: 402px;
	background: url(../images/download.png) no-repeat;
	position: fixed;
	right: -172px;
	top: 20%;
	transition-duration: 0.5s;
	cursor: pointer;
	z-index: 9991;
}

.sideqr:hover {
	right: 0;
}
.sideqr ul, .sideqr li {
margin:0; padding:0; list-style:none;
}
.sideqr li a {
margin-bottom:5px;
padding:0px 0px 0px 81px;
line-height:33px;
height:33px;
}
.sideqr li p.iso{padding:0px 0px 0px 103px; font-size: 21px; font-weight: bold;color: #fff;}
.sideqr img{width: 156px} 

.livechat a {
	position: relative;
	display: block;
	width: 130px;
	height: 33px;
	margin-left: -34px;
	margin-top:-4px;
}

.phone {
background:url(../images/phone.png) no-repeat 5px center;
}

.wa {
background:url(../images/wa.png) no-repeat 5px center;
}

.bbm {
background:url(../images/bbm.png) no-repeat 5px center;
}

.ym {
background:url(../images/ym.png) no-repeat 5px center;
}

.line {
background:url(../images/line.png) no-repeat 5px center;
}

.wechat {
background:url(../images/wechat.png) no-repeat 5px center;
}

.twitter {
background:url(../images/twitter.png) no-repeat 5px center;
}

.fb {
background:url(../images/fb.png) no-repeat 5px center;
}


.centercontent {
	background:url(../images/centercontent.jpg) no-repeat top;
	background-color:#010000;
	font-size:14px;
	text-align:center;
	padding:10px 15px;
	height:186px;
}

.centercontent h1 {
	font-size:18px;
	color:#edb763;
	font-family:centuryGothicBold;
	font-weight:normal;
}


