@charset "Shift_JIS";
.coupon{
  display: none;
}
.wid350{
  width: 350px!important;
}

.wid380{
  width: 380px!important;
}

.fnt15{
	font-size: 15px;
	font-weight: bold;
}

.red{
	color: #F00;
}

@media print {
.none,
header,
nav,
aside,
footer,
#sticky{
  display: none!important;
}
.coupon{
  display: block;
  text-align: center;
}
body{
  background: none!important;
}
#content{
  margin-left: -20px;
}
}

