/* #99ccffを#ffcc66に一発変換 amanatsu */


/* fpoint.cssよりコピー */
table.CustPoint	{	/* ポイント表示枠 */
	width:100%;
	border: solid 1px #ffcc66;
}

td.CustPointSummary	{	/* ポイントサマリ枠 */
	background-color: #ffcc66;
	padding: 2px 0px;
	font-weight:bold;
}

td.CustPointData	{	/* ポイントデータ枠 */
	padding: 2px 0px;
	font-size: 16px;
}

table.WhatsNew	{	/* 新着情報テーブル */
	width:100%;
}

td.WNDate	{	/* 日付 */
	width:90px;
}

td.WNData	{	/* データ */
	
}

/* point.cssよりコピー */
td.UsePoint	{	/* 消費ポイント説明部 */
	background-color: #ffcc66;
	padding: 2px 0px;
}


