.body
{
	background-image: url('../images/bg_lineage.jpg');
	background-repeat: no-repeat;
}

h2, 
p
{
  margin: 0px;
  margin-bottom: 1em;
  text-align: justify;
  font-size: 11pt;
}

.lineage,
article h2,
.lineage p
{
	text-align: center;
}

.lineage span
{
	display: block;
}

ul.shihans
{
	border-top: 1px solid black;
	padding-top: 8px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}

ul.shihans li
{
	box-sizing: border-box;
	padding: 5px;
	width: 33.33%;
}

ul.shihans li img
{
	width: 180px;
}