@charset "UTF-8";

#detail .detail .body table
{
	clear: both;
	width: 100%;
	margin: 1em 0;
}

#result th
{
	padding: 0.5ex 5px;
	font-weight: normal;
	text-align: center;
	background-color: #ccffcc;
}

#result td
{
	padding: 0.5ex 5px;
	border-bottom: 1px dashed #cccccc;
}

#detail .detail .body table th
{
	padding: 0.5ex 5px;
	font-weight: normal;
	background-color: #ccffcc;
}

#detail .detail .body table td
{
	padding: 0.5ex 5px;
	border-bottom: 1px dashed #cccccc;
}