@charset "utf-8";

.plgroulette,
.r_main {
    position: relative;
}
.r_roulette,
.r_needle,
.sl_area,
p.timelimit {
    position: absolute;
}
.plgroulette {
	
	/* ページ幅 */
    max-width: 1000px;
	
    margin: 0% auto;
    text-align: center;
	/*min-height: 1370px;*/
}
.plgroulette img {
	width: 100%;
	height: auto;
}
.plgroulette p {
	margin: 0;
}

/* ルーレットの位置 */
.r_roulette {
    top: 47%;
    left: 1%;
}

/* 針の位置 */
.r_needle {
    top: 46%;
    left: 44%;
}

.btn_area {
	cursor: pointer;
	width: 95%;
    padding-top: 5%;
    padding-left: 2%;
}

.btn_entry {
	width: 95%;
	padding-top: 5%;
	padding-left: 2%;
}

.sl_area {
    display: none;
	bottom: 0;
	width: 100%;
}
p.timelimit {
	width: 100%;
	bottom: 30%;
	font-size: 16px;
}
p.timelimit .countDown,
p.timelimit .countDown span.ms_time {
	color: #f00;
	font-family: Verdana, Geneva," sans-serif";
	font-size: 50px;
	font-weight: bold;
}
p.timelimit .countDown span {
    color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
    font-size: 24px;
    font-weight: normal;
    padding: 0 2px;
}
#_roulet_etckind {
	display: none;
}

