@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
}
a {
	color: #fff;
}
a:hover {
	text-decoration:none;
}
.wrap {
	background-image: url("../img/bg.jpg");
	background-size: cover;
	margin: 0 auto;
	height: 800px;
	width: 460px;
	position: relative;
}
@media (max-width:480px) {
body {
	background-image: url("../img/bg.jpg");
	background-size: cover;
}
.wrap {
	height: auto;
	width: 100%;
	background-image: none;
	padding-bottom: 80px;
}
}
.contents {
	padding: 10px 20px 60px 20px;
}
.header {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #00a280;
}
.title {
	margin-bottom: 10px;
	text-align: center;
}
.title img {
	width: 80%;
	height: auto;
}
.stamp {
	text-align: center;
	position: relative;
	margin-top: 70px;
}
.stamp img {
	width: 75%;
	height: auto;
}
.stamp1 {
	position: absolute;
	width:40%;
	top:-24%;
	left: 30%;
}
.stamp2 {
	position: absolute;
	width:40%;
	top:45%;
	left: 0;
}
.stamp3 {
	position: absolute;
	width:40%;
	top:45%;
	right: 0;
}
.stamp1 img, .stamp2 img, .stamp3 img {
	width: 100%;
	height: auto;
}
.stampget {
	text-align: center;
	margin-top: 30px;
}
.stampget img {
	width: 90%;
	height: auto;
}
.stampcom {
	text-align: center;
	margin-top: 0px;
}
.stampcom img {
	width: 100%;
	height: auto;
}
.couponget {
	text-align: center;
	margin-top: 20px;
}
.couponget img {
	width: 60%;
	height: auto;
}
.stampnum {
	background-color: rgba(255,255,255,0.5);
	padding: 8px;
	color: #c11920;
	border: solid 3px #c11920;
	border-radius: 8px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}
.footer {
	color: #fff;
	text-align: center;
	background-color: #00a280;
	position: absolute;
	bottom: 0;
	padding: 10px 15px;
	width: 100%;
}
.f-btn {
	background-color: #006c35;
	border-radius: 6px;
	padding: 7px 10px;
	border: solid 3px #006c35;
}
.f-btn:hover {
	color: #fff462;
	border: solid 3px #fff462;
}
.btn-bottom {
	margin-top: 10px;
}
@media (max-width:480px) {
.footer {
	position: fixed;
	bottom: 0;
}
}