body {
    text-align: center;
    padding: 0;
    margin: 0;
}
ul {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
.catch {
    width: 320px;
    background: #0095c6;
    margin: 0 auto 15px;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.slot {
    width: 320px;
    margin: 10px auto 10px;
		height: 91px;
    overflow: hidden;
    background: #000;
    border: 5px solid #dea700;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.slot-frame {
	height: 85px;
	position: relative;
	overflow: hidden;
}
.reels {
	width: 90px;
	position: absolute;
	padding-left: 0;
}
.reels:nth-child(1) {
	left: 0;
}
.reels:nth-child(2) {
	left: 100px;
}
.reels:nth-child(3) {
	right: 0;
}
.reel {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    position: relative;
		height: 60px;
}
.reel a i {
    position: absolute;
    color: #fff;
    font-size: 13px;
    left: 33%;
    top: 26%;
    background: rgb(222 0 0 / 70%);
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.reel a img {
	width: 100%;
}
.slotBg {
}
/* button */
.startBtn {
    width: 285px;
    margin: 15px auto 12px !important;
    overflow: hidden;
}
.startBtn li {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
}
.stopBtn {
    width: 300px;
    margin: 0px auto !important;
    overflow: hidden;
}
.stopBtn li {
    display: block;
    width: 100px;
    float: left;
    line-height: 32px;
}
.stopBtn li span {
    font-size: 0.9em;
    font-weight: bold;
    color: #bf6400;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
.startBtn li button {
    width: 90%;
    display: inline-block;
    padding: 1em 1em;
    text-decoration: none;
    color: #FFF;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}
.startBtn li:nth-child(1) button {
    background: #dfa61e;
    border-bottom: solid 4px #d79107;
}
.startBtn li:nth-child(2) button {
    background: #dfa61e;
    border-bottom: solid 4px #d79107;
}
.startBtn li button:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}
.startBtn li button:disabled {
    background: #5f5f5f;
    border-bottom: solid 4px #3c3c3c;
    color: #ffffff6b;
}

.stopBtn li button {
    width: 50px;
    margin: 0 auto;
    height: 50px;
    background: #FFF;
    background: -moz-linear-gradient(top,#f47c9e 0%,#b23b5d);
    background: -webkit-gradient(linear, left top, left bottom, from(#FF8600), to(#bf6400));
    border: 1px solid #bf6400;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    color: #FFF;
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 0.5em;
    text-shadow: 1px 1px 3px rgb(0 0 0);
    line-height: 14px;
}
.stopBtn li button i:before {
    font-size: 15px;
}
.stopBtn li button:hover {
	background: #bf6400;
	color: #fff;
	border: 1px solid #bf6400;
}
.stopBtn li button:disabled {
    background: #5f5f5f;
    color: #c3c3c3;
    border: 1px solid #5f5f5f;
}




