#game {
	width: 100%;
	background: #000;	
}

/*----------------------------------*/
#gameBody {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:45px;
	background:#000;
}

#gameBody .pointget {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 45px;
	top:0;
	left:0;
	color: #fff;
	background: url(/sm/img/index/game/point_get.jpg) no-repeat center 50%;
	background-size: cover;
	z-index: 100;
}

#gameBody .ruletinfo {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 45px;
	top:0;
	left:0;
	z-index: 200;
	overflow:hidden;
}

#gameBody .rulet {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 45px;
	top:0;
	left:0;
	z-index: 200;
	overflow:hidden;
}

#gameBody .needle {
	position: absolute;
	width: 100%;
	height: 45px;
	top:0;
	left:0;
	color: #fff;
	background: url(/sm/img/index/game/needle.gif) no-repeat center bottom;
	background-size: 15px 12px; 
	z-index: 210;
}

/*----------------------------------*/
#gameFooter {
	position: relative;
	height: 30px;
	background: #000;
}

#gameFooter .ruletbutton {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 30px;
	top:0;
	left:0;
	z-index: 100;
	text-align: center;
}

#gameFooter .ruletbutton button {
	margin: 2px auto 0 auto;
	border: 1px solid #d2cbc1;
	border-radius: 8px;
	box-sizing: border-box;
	width: 120px;
	height: 26px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1ede6));
	background: -moz-linear-gradient(top, #ffffff, #f1ede6);
	background: -ms-linear-gradient(#ffffff, #f1ede6);
}

#gameFooter .ruletbutton button span {
	height: 20px;
	padding-left: 23px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
	font-size: 0.8rem;
	background: url(/sm/img/index/game/icon_usagi.png) no-repeat 0 50%;
	background-size: 18px 18px; 
}

#gamemessage {
	display: none;
	border-top: 1px solid #d2cbc1;
	background: #fff;
}

#gamemessage p.ruletpoint {
	background: url(/sm/img/common/poppo_normal.png) no-repeat 0.7rem 50%;
	background-size: 24px 24px;
	height 32px;
	padding-left: 2.4rem;
	line-height:1.2;
	font-size: 0.8rem;
	font-weight: bold;
	color: #f69;
}