@import url(../../common/css/basic.css);

div#contents div#alphabetlist ul {
	text-align:  justify;
	text-justify: inter-ideograph;
	clear: both;
}

div#contents div#alphabetlist ul:last-child {
	margin-bottom: 35px;
}

div#contents div#alphabetlist li  {
	display: block;
	float: left;
	width: 40px;
	margin: 0 0 10px 0;
	text-align: center;
}

div#contents div#alphabetlist li.line_ya {
	padding-right: 40px;
}

div#contents div#alphabetlist li.kana {
	border-left: 1px solid #eee;
}

div#contents div.person h2 {
	color: #482706;
	font-weight: bold;
	border: 1px solid #482706;
	font-size: 130%;
	margin: 40px 0 20px 0px;
	padding: 10px;
	clear: both;
}

div#contents div.person h2 span {
	float: right;
	/margin:-30px 10px 0 0;
}

div#contents div.person div {
	width: 31%;
	display: inline-block;
	margin: 0 5px 15px 0;
	font-size: 90%;
	border-right: 1px dotted #630;
	padding: 0 1% 0 0;
	vertical-align: top;
	word-wrap: break-word;
	/float: left;
}

div#contents div.person div:nth-child(3n-2) {
	border-right: none;
	padding: 0 ;
	margin: 0 0 15px 0;
}

div#contents div.person div h3 {
	margin: 0;
	margin-left: 135px;
}

div#contents div.person div h3 span {
	font-weight: normal;
	font-size: 80%;
}


div#contents div.person div p {
	margin: 10px 0 0 135px;
	text-align: left;
	text-justify: auto;
	line-height: 1.6;
}

div#contents div.person div p span {
	font-weight: bold;
}

div#contents div.person div p span.italic {
	font-weight: normal;
}

div#contents div.person div p.portrait {
	float: left;
	margin: 0 0 10px 0;
}

div#contents div.person div p.year {
	margin-top: 0;
}

div#contents div.person div p img {
	margin: 0 2px 5px 0;
}
