#topWrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    top:80px;
}

@media screen and (min-width: 1025px) {
.coupon_box{
	box-sizing: content-box;
	position:relative;
	width:800px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
}
.coupon_img{
	width:800px;
	height:auto;
	overflow:hidden;
	margin:5px auto 100px;
}
.coupon_img img{
	width:800px;
}
footer {
	text-align: center;
	width: 100%;
	height:auto;
	overflow: hidden;
	background-color: #000;
	background-image: url(../img/common/footer_back.jpg?3103);
	background-position: center top;
	background-size:100% auto;
	color:#FFF;
	margin:80px 0;
	z-index:3;
}
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
	.coupon_box{
		position:relative;
		box-sizing: content-box;
		background:rgba(0,0,0,0.7);
		width:98%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
	}
	.coupon_img{
		width:100%;
		height:auto;
		overflow:hidden;
		margin:1% auto 5%;
	}
	.coupon_img img{
		width:100%;
	}
}

@media screen and (max-width: 599px) {
	.coupon_box{
		position:relative;
		box-sizing: content-box;
		background:rgba(0,0,0,0.7);
		width:98%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
	}
	.coupon_img{
		width:100%;
		height:auto;
		overflow:hidden;
		margin:1% auto 5%;
	}
	.coupon_img img{
		width:100%;
	}
}