@charset "UTF-8";
/* CSS Document */

#main #points dl{
	font-size: 75%;
	line-height: 1.8;
}

#main #points dl dt{
	font-weight: bold;
}

#main #points dl dd{
	margin-bottom: 25px;
}

#main #points dl dd:last-of-type{
	margin-bottom: 0;
}

#main #points ul{
	margin-left: 20px;
	list-style:disc;
}

#main #points dd>dl{
	font-size: 100%;
}

#main #points dd>dl dt{
	margin: 25px 0 0 0;
	font-weight: lighter;
}