/* ////////////////////////////////////////////////////////////////////////////////
クーポンテーブル設定
//////////////////////////////////////////////////////////////////////////////// */

table{
	width:523px;
	border-collapse:collapse;
	border:1px dotted #eb4a7b;
	margin-bottom:20px;
}

td {
	width:50%;
	height:80px;
	padding:5px 8px;
	font-size:90%;
	line-height:1.6;
	text-align:left;
	vertical-align:top;
	color:#CC0000;
	border-right:1px dotted #eb4a7b;
	border-bottom:1px dotted #eb4a7b;
}