@charset "utf-8";

body{
	margin: 0px;
}

img {
   vertical-align:bottom;
}

#rlt {
	max-height: 1500px;
}

.plgroulette,
.r_main {
    position: relative;
}
.r_roulette,
.r_needle,
.sl_area,
p.timelimit {
    position: absolute;
}
.plgroulette {
    padding: 0 0 0;
	/* ページ幅 */
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.plgroulette img {
	width: 100%;
	height: auto;
}
.plgroulette p {
	margin: 0;
}

/* ルーレットの位置 */
.r_roulette {
    top: 40%;
    left: 15%;
	width: 70%;
}

/* 針の位置 */
.r_needle {
    top: 40%;
    left: 72%;
	width: 15%;
}

.btn_area {
    cursor: pointer;
	width: 95%;
	padding-left: 1%;
}
.btn_entry {
    cursor: pointer;
	width: 95%;
	padding-left: 1%;
}
.sl_area {
    display: none;
    bottom: 0;
    /*top: 52%;*/
	width: 100%;
}
p.timelimit {
	width: 100%;
	bottom: 27%;
	font-size: 16px;
}
p.timelimit .countDown {
	color: #f00;
	font-family: Verdana, Geneva," sans-serif";
	/*font-size: 50px;*/
	font-weight: bold;
}
#_roulet_etckind {
	display: none;
}



