@charset "UTF-8";
/* terms content css */

.h3Box {
	margin-top: 25px;
}

dl {
	height: auto;
	overflow: hidden;
	zoom: 1;
}

dt {
	font-size: 1.3em;
	font-weight: bold;
	width: 55px;
	float: left;
	clear: both;
}

dd {
	font-size: 1.3em;
	width: 610px;
	float: left;
}

dd a {
	text-decoration: underline;
}