@charset "utf-8";
@media print {
body {
	margin:0px 0px 0px 0px;
	zoom: 70%;
}
.couponPrintLayout #header,
.couponPrintLayout .printBt,
.couponPrintLayout #footer {
	display: none;
}

.couponPrintLayout .notesBox {
	margin-top: 20px;
}
.couponPrintLayout .couponBox .photo {
	width: auto;
}
.couponPrintLayout .couponBox .photo img {
	height: 200px;
}
.couponPrintLayout .couponFoot {
	margin-top: 20px;
}
.couponPrintLayout .couponHowtoCol .spCol .spImage {
	width: 150px;
	margin-top: 10px;
}

#memberInfo.fixed {
	position: inherit;
}
.sysContent#content {
	width:750px;
}
}