@charset "utf-8";

* {
	zoom: 1;
}
.offL {
	text-indent: 0 !important;
	overflow: visible !important;
}
.popUpLogo {
	display: none;
}
.popUpLogoImg {
	display: block;
	float: left;
	width: 52px;
	height: 17px;
	overflow: hidden;
	position: relative;
}
.popUpLogoImg img {
	position: absolute;
	top: -260px;
	left: -20px;
}
.print {
	display: none;
}
.couponMenuIcons {
	margin-top: 0 !important;
}
.pCell5 {
	padding: 0 !important;
}
.bdGrayT {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
#popUpWrapper {
	margin: 0 auto;
}
#popUpFooter {
	display: none;
}


/************************************************************
 * CLASSES（コンポーネント）
 ************************************************************/

/* クーポンアイコン */
.couponTypeCT01,
.couponTypeCT02,
.couponTypeCT03 {
	white-space: nowrap;
}

/* クーポン */
.couponList {
	font-size: 10px;
	border-top: 2px solid #EC98AB;
	border-left: 2px solid #EC98AB;
	margin-top: 10px;
}
.couponListCassete {
	border-right: 2px solid #EC98AB;
	border-bottom: 2px solid #EC98AB;
	margin-top: -2px;
	padding: 1px;
}
.couponListHead {
	height: 18px;
}
/* 限定クーポン */
.limitedCouponList {
	font-size: 10px;
	border-top: 2px solid #91AC8A;
	border-left: 2px solid #91AC8A;
}
.limitedCouponListCassete {
	border-right: 2px solid #91AC8A;
	border-bottom: 2px solid #91AC8A;
	margin-top: -2px;
	padding: 1px;
}
.limitedCouponListHead {
	height: 18px;
}

/************************************************************
 * CLASSES(プロパティ)
 ************************************************************/

/* WIDTH */
.w80	{ width: 80px; }
.w540	{ width: 540px; }

/* MARGIN */
.mT3	{ margin-top: 3px; }
