@charset "utf-8";

/************************************************************
 * CLASSES(プロパティ)
 ************************************************************/
/* ロゴ */
#logo {
	line-height: 50px;
}
/* フッター */
#footer {
	display: none !important;
}
/* 無効化 */
.offL {
	text-indent: 0 !important;
	overflow: hidden;
	white-space: nowrap;
}
table.wFull {
	*width: 82%;
}
/* クーポン */
.couponTypeCT01,
.couponTypeCT02,
.couponTypeCT03 {
	width: auto !important;
	line-height: 23px;
	font-weight: normal;
	color: #333333;
}
.couponListHead  {
	position: static !important;
	clear: both;
	*width: 79% !important;
}
.couponListHead h5 {
	float: left;
}
.couponListHead .pa {
	float: right;
	position: static;
}
.couponListCassete .w550 {
	float: none !important;
	width: auto !important;
	*width: 79% !important;
}
.couponListCassete .w170 {
	display: none !important;
}
.couponListCassete .w190 {
	display: none !important;
}
.showDetailW80H24 {
	display: none !important;
}
/* クーポンカセットのボーダーを出す */
.couponTable {
	border-collapse: collapse;
}
.couponTable th,
.couponTable td {
	border: 1px solid #EFE1FF;
}