@charset "UTF-8";

.products{
	width:680px;
	margin:0 0 20px;
	}
.products td{
	vertical-align:top;
	padding:0 0 0;
	text-align:left;
	border:1px solid #ddd;
	}
.products td h4{
	font-size:14px;
	line-height:1.5;
	text-align:center;
	margin:8px 10px 10px 10px;
	padding:0 0 7px 0;
	border-bottom:dotted 1px #fbe09e;
	}
.products td p{
	font-size:12px;
	line-height:1.7;
	margin:5px 12px 10px 15px;
	}
.products td img{
	text-align:center;
	padding:15px 15px 0;
	}

.supplies01{
	width:660px;
	margin:20px auto 20px;
	border-collapse:collapse;
}
.supplies01 td{
	font-size:14px;
	text-align:center;
	vertical-align:middle;
	line-height:1.7;
	padding:20px 10px 20px 20px;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
}
