@charset "UTF-8";
/* CSS Document */



/*-
	PC版（769px以上）ここから
------------------------------------------------- */
@media screen and (min-width:769px), print{
	
body {
  padding-top: 90px;
}
 
#e-coupon img {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

#e-coupon #title {
  padding-top: 40px;
}


#e-coupon_use {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#e-coupon_use a#e-coupon_use_btn {
    position: absolute;
    display: block;
    width: 564px;
    height: 38px;
    background-color: #edf3c6;
    bottom: 42px;
    left: 218px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
#e-coupon_use a#e-coupon_use_btn:hover{
    filter: alpha(opacity=0.4);
    -moz-opacity: 0.4;
    opacity: 0.4;
}


}
/*-
	SP版（768px以下）ここから
------------------------------------------------- */
@media screen and (max-width: 768px) {

body {
  padding-top: 55px !important;
}

#e-coupon img {
  width: 100%;
  display: block;
}

#e-coupon_use_sp {
  position: relative;
}
#e-coupon_use_sp a#e-coupon_use_btn_sp {
    display: block;
    width: 82.5%;
    height: 10%;
    /*background-color: #edf3c6;*/
    position: absolute;
    bottom: 10%;
    left: 8.8%;
    /*filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0.5;*/
}


	.no_margin{
		margin-top: 0 !important;
	}









}
