@charset "UTF-8";

#detail .detail .body .summary
{
	color: #0066cc;
	border-left: 5px solid #0066cc;
	padding-left: 8px;
	margin-top: 15px;
	line-height: 35px;
	font-weight: bold;
}

#detail .detail .body table
{
	width: 100%;
	margin-bottom: 1em;
}

#detail .detail .body table th
{
	width: 120px;
	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;
}

#detail .detail .body table td span.strong
{
	color: #cc0000;
}
