@charset "UTF-8";
/* CSS Document */


dl {
	margin:10px 0 30px 0;
	font-size:90%;
}

dt {
	float:left;
	width:3em;
}

dd {
	margin-left:3em;
	margin-bottom:20px;
}

h4 {
	font-size:120%;
	margin-top:60px;
	margin-bottom:30px;
	font-weight:normal;

	border:2px solid #CCC;
	border-radius:15px;
	padding:15px 20px;
}

.ref {
  padding-left: 2.5em;
  text-indent: -2.5em;
  margin: 0;
}