body {
	background:url('../images/bg.jpg');
	overflow-x: hidden;
}
h1 {
	padding-top: 20px;
	position: relative;
	z-index: 1;
}
.content {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
}
.comment {
	position: absolute;
	z-index: 9;
	top: 0;
	width : -webkit-calc(100% - 30px);
	width : calc(100% - 30px);
	left: 15px;
}
a.gacha {
	width: 200px;
	display: block;
	margin: auto;
	position: relative;
	z-index: 999;
	text-shadow: 1px 1px 3px #000;
	text-decoration: none;
	padding-bottom: 4px;
}
a.gacha.small {margin-top: -70px;}
a.gacha.medium {margin-top: -95px;}
a.gacha.big {margin-top: -95px;}
a.gacha span {
	text-align: center;
    display: inherit;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    color:yellow;
    padding-ottom:8px;
    text-shadow: 1px 1px 3px #000;
}
.daily {
	color: #fff;
    margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px 3px #000;
}
h2 {
	text-align: center;
	margin-bottom: 15px;
	font-size: 21px;
}
p {
	font-size: 18px;
	line-height: 2;
	text-shadow: 1px 1px 3px #000;
}
p.small {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 15px;
}
table {
	width: 100%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #ff9910;
	font-weight: bold;
	margin-bottom: 30px;
}
table td {
	padding :5px 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
table td.title {
	width: 60%;
	font-weight: normal;
	color: #fff;
}
.img-responsive {
	max-width:100%;
	height: auto;
}
button {
	background: transparent;
	border:none;
	position: fixed;
	bottom: 15px;
	right: 15px;
    z-index: 9999;
    cursor: pointer;
}
canvas {
	position: absolute;
	top: 0;
}
.add-btn-area a {
	padding-bottom: 30px;
}