/* ========================================================================

	association
  
======================================================================== */
h3 { text-align: center; }

h4 {
	margin-bottom: 5px;
	font-size: 115%;
}

.box p {
	margin-bottom: 20px;
	line-height: 1.8;
}

.box ul { margin-bottom: 20px; }

.box ul li {
	margin-left: 20px;
	list-style: decimal;
	line-height: 1.8;
}

.box ol li {
	margin-left: 24px;
	list-style: none;
	text-indent: -24px;
}

.box table {
	margin-bottom: 20px;
}

.box th {
	padding: 5px 10px 5px 0;
	text-align: left;
	font-weight: normal;
}

.box td { padding: 5px 10px; }
