
p {
	line-height: 120%;
}
table {
	font-size: 90%;
	margin: 0 0 0 5px;
}
td {
	line-height: 120%;
}
 ol {
	margin: 5px 0 0 10px;
}
h3 {
	background: #e0e0e0;
	padding: 5px 8px;
}
h4 {
	margin: 0 0 0 20px;
}
h5 {
	font-size: 14px;
	margin: 0 0 0 40px;
}
h6 {
	font-size: 13px;
	margin: 0 0 0 0;
}
.jinken-bunya {
	padding: 0px 10px;
	border-bottom: 1px solid #555;
	margin-left: -10px;
}
.jinken-gaiyo {
	background: #e0e0e0;
	padding: 5px 8px;
}
.jinken-list {
	margin: 0 0 0 -15px;
}
.jinken-list li {
	list-style: none;
	font-size: 90%;
}
.jinken-list li::before {
  position: relative;
  top: -4px;
  left: -8px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 100%;
	background: #333;
}