@charset "utf-8";

#contents dl.detail > dt{
	color: #ef699c;
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px #ef699c dashed;
	margin-bottom: 8px;
	clear: both;
}

#contents dl.detail table{
	border-collapse: collapse;
	width: 100%;
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	margin: 20px 0;
}
#contents dl.detail table caption{
	font-size: 110%;
	font-weight: bold;
}
#contents dl.detail table th{
	width: 21%;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	padding: 5px 10px;
	background: #eeeeee;
}
#contents dl.detail table td{
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	padding: 5px;
}

#contents dl.detail > dd{
	margin-bottom: 3em;
}

#contents dl.detail dd ul,
#contents dl.detail dd dl{
	margin: 1em 0;
}

#contents dl.detail dd li,
#contents dl.detail dd dd{
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0.5em;
}
#contents dl.detail dd dt{
	font-size: 110%;
	font-weight: bold;
}

#contents dl.detail dd > div{
	overflow: hidden;
}
