@charset "utf-8";

/* detail
---------------------------------- */
.body {
	margin-bottom: 30px;
}
.figure {
	width: 415px;
	float: left;
}
.figure .zoom {
	padding-top: 6px;
}
.figure .zoom a {
	padding: 0 0 0 17px;
	background: url(../images/icon_zoom.gif) left center no-repeat;
}
.detail {
	width: 415px;
	float: right;
}
.detail {
	width: 417px;
	float: right;
}
.lifeinformation {
	margin: 1px 0 10px;
	border-bottom: 1px solid #2c2c2c;
	width: 417px;
}
.lifeinformation table {
	border-top: 1px solid #2c2c2c;
	width: 417px;
}
.lifeinformation table.tail {
	width: 417px;
}
.lifeinformation table th {
	padding: 5px 0;
	width: 108px;
	font-weight: bold;
	vertical-align: top;
	color: #ede3a9;
}
.lifeinformation table td {
	padding: 5px 0;
	width: 312px;
	border-bottom: 1px solid #2c2c2c;
	vertical-align: top;
	color: #cccccc
}
.lifeinformation table td.noborder {
	border-bottom: none;
}
.lifeinformation table.tail th {
	border-top: 1px solid #2c2c2c;
}
.lifeinformation table.tail td {
	padding: 5px 0 1px;
	width: 312px;
	border-bottom: none;
}
.lifeinformation table td .location {
	float: left;
	text-align: left;
}
.lifeinformation table td .info {
	float: right;
	text-align: right;
}

