@charset "UTF-8";

#detail .detail .body table
{
	width: 100%;
	margin-bottom: 1em;
}

#detail .detail .body table th
{
	width: 100px;
	font-weight: normal;
	border-bottom: 1px dashed #CCCCCC;
	padding: 0px 5px;
}

#detail .detail .body table td
{
	padding: 0.5ex 5px;
	border-bottom: 1px dashed #CCCCCC;
}