@charset "shift_jis";

@media screen and (min-width: 1025px){
#couponWrap{
	position:relative!important;
/*	width:1116px;*/
	width:970px;
	margin:0 auto;
}

#couponWrap p.couponBnr1{
	width:146px;
	position:absolute;
	top:0;
	left:-170px;
}

#couponWrap p.couponBnr2{
	width:146px;
	position:absolute;
	top:0;
	right:-170px;
}
}
@media screen and (max-width: 1024px){
	
#couponWrap{
	position:relative!important;
/*	width:1116px;*/
	width:970px;
	margin:0 auto;
}

#couponWrap p.couponBnr1{
	width:146px;
	position:absolute;
	top:0;
	right:-170px;
}

#couponWrap p.couponBnr2{
	width:146px;
	position:absolute;
	top:680px;
	right:-170px;
	/*display:none;*/
}
}