@charset "UTF-8";
.detail dt{
	width: 30%;
	float: left;
	padding: 5px 0;
}
.detail dd{
	padding:5px 0 5px 30%;
}
.detail dd a{
	border-bottom: solid 1px #0f0f0f;
	padding-bottom: 2px;
}
.detail dd a:hover{
	border-color:rgba(0,0,0,0.00);
}