@charset "utf-8";

/* info
---------------------------------------------*/

h1 {
	font-size: 1.7em;
	margin-bottom:30px;
}

h2 {
	font-weight: normal;
	font-size: 1.5em;
	border-bottom:dotted 2px #999999;
	padding-bottom:1em;
	margin-bottom:1em;
}

h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom:5px;
}

section {
	padding-bottom:2em;
}

dt{
	font-size:1.3em;
	margin-bottom:5px;
}

dl dd{
	margin-bottom:15px;
}

section p{
	margin-bottom:2em;
}