@charset "utf-8";

table {
	width: 730px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-collapse:collapse;
	border-spacing: 0;
}
th {
	background-color: #F9F4C6;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-weight: normal;
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
td {
	width: 100%;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 10px 15px;
}
td h3 {
	width: 100%;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
