@charset "UTF-8";

/*---------------------------------------------------
minigame slot bottom
----------------------------------------------------*/
#slot-game.game.pc .slot-wrap{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.minigame-slot{
	background-color: #f3e198 !important;
	background-image: url("/static/image/game/gamearea_bg_game01.png") !important;
	background-repeat: repeat !important;
	background-position: center top !important;
}

.game.pc .bottomArea p{
	font-size:14px;
	text-align:left;
	font-weight:normal;
	line-height:1.9;
}
.game.pc .bottomArea p.heading{
	margin-bottom:15px;
}
.game.pc .bottomArea .inner{
	width:940px;
	margin:0 auto;
}
.game.pc .bottomArea .prize{
	border-radius:10px;
	border:#ccc solid 1px;
	margin:15px 0 30px;
  background: url(/static/image/game/bottom/pattern01.gif) left repeat;
}
.game.pc .bottomArea .prize .heading{
	border-radius: 10px 10px 0px 0px;
}
.game.pc .bottomArea .prize .hit{
	width:890px;
	margin:0 auto 30px;
	border-radius:10px;
  background: url(/static/image/game/bottom/pattern02.gif) left repeat;
	position:relative;
}
.game.pc .bottomArea .prize .hit .icon{
	width:97px;
	height:137px;
	position:absolute;
	top:20px;
	left:10px;
	z-index:100;
}
.game.pc .bottomArea .prize .hit .prize01{
	position:relative;
	display:inline-block;
	width:325px;
	height:320px;
	border:#ffea53 solid 4px;
	border-radius:15px;
	vertical-align:top;
	text-align:right;
	background:#fff;
	padding-top:35px;
		margin:45px 0 30px 90px;
}
.game.pc .bottomArea .prize .hit .prize01 ul{
	text-align:center;
}

.game.pc .bottomArea .prize .hit .prize01 ul li{
	width:282px;
	margin:0 auto;
}
.game.pc .bottomArea .prize .hit .prize01 .name{
	position:absolute;
	top:-26px;
	left:48px;
}
.game.pc .bottomArea .prize .hit .prize02 .name{
	position:absolute;
	top:-26px;
	left:78px;
}
.game.pc .bottomArea .prize .hit .prize03 .name{
	position:absolute;
	top:-26px;
	left:256px;
}
.game.pc .bottomArea .prize .hit .prize01 .name img,
.game.pc .bottomArea .prize .hit .prize02 .name img,
.game.pc .bottomArea .prize .hit .prize03 .name img{
	height:35px !important;
	width:auto !important;

}
.game.pc .bottomArea .prize .hit .prize02{
	position:relative;
	display:inline-block;
	width:395px;
	height:320px;
	border:#ffea53 solid 4px;
	border-radius:15px;
	vertical-align:top;
	text-align:right;
	background:#fff;
	padding: 35px 10px 0 10px;
	margin:45px 0 30px 20px;
}
.game.pc .bottomArea .prize .hit .prize02 ul{
	text-align:center;
}
.game.pc .bottomArea .prize .hit .prize02 ul li{
	display:inline-block;
	width:170px;
	text-align:center;
	margin-bottom:15px;
	margin-right:15px;
}
.game.pc .bottomArea .prize .hit .prize02 ul li:first-child{
	display:block;
	text-align:center;
	margin:0 auto 15px;
}
.game.pc .bottomArea .prize .hit .prize02 ul li:last-child{
	margin-right:0;
}
.game.pc .bottomArea .prize .hit .prize02 .note{
	text-align:center;
}
.game.pc .bottomArea .prize .hit .prize03{
	position:relative;
	display:inline-block;
	width: 782px;
    height: 182px;
	border:#ffea53 solid 4px;
	border-radius:15px;
	vertical-align:top;
	text-align:right;
	background:#fff;
	padding:35px 20px 0 0;
	margin:45px 40px 30px;
}
.game.pc .bottomArea .prize .hit .prize03 .note{
	text-align:center;
	margin-top: 10px;
}
.game.pc .bottomArea .prize .prizeImg{
	display: block;
	margin: auto;
	max-width: 100%;
}
.game.pc .bottomArea .prize .miss{
	margin-top:15px;
	padding:0 40px 25px 130px;
  background: url(/static/image/game/bottom/icon_miss.png) no-repeat 30px top;
}
.game.pc .bottomArea .strong-text{
	width:100%;
	border-bottom:dotted #ccc 1px;
	margin:15px 0 5px;
}
.game.pc .bottomArea .strong-text img{
	width:137px !important;
	height:18px !important;
}
.game.pc .bottomArea .flow{
	margin:15px 0;
}
.game.pc .attention-text{
	font-size:12px;
	text-align:left;
	line-height:1.5;
	width:980px;
	margin:0 auto;
	padding-bottom:30px;
	font-weight:normal;
}
#wrap #contents .game.pc .box_wrap:before,
#wrap #contents .game.pc .box_wrap:after{
	z-index:0;
}
#wrap #contents .game.pc a{
	text-decoration:underline;
}
#wrap #contents .game.pc a:hover{
	text-decoration:none;
}
