#Contents .indexes {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 10px);
	overflow: hidden;
}
#Contents .index.delegate {
	position: relative;
	float: left;
	margin: 0 5px 10px;
	padding: 1px 5px;
	width: calc(100% - 10px);
	box-sizing: border-box;
}
#Contents .index.delegate header {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 0.9em;
}
#Contents .index.delegate header a {
	color: inherit;
}
#Contents .index.delegate header .avatar {
	float: left;
	margin: 8px;
	width: 24px;
	height: 24px;
	font-size: 0;
	line-height: 24px;
	background-size: contain;
	text-align: center;
	overflow: hidden;
}
#Contents .index.delegate header .avatar.circle {
	border: 1px solid #999;
	border-radius: 11px;
	width: 22px;
	height: 22px;
}
#Contents .index.delegate header .avatar:first-letter {
	font-size: 20px;
}

#Contents .index.delegate div.image {
	box-sizing: border-box;
}
#Contents .index.delegate div.image a {
	display: block;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
}
#Contents .index.delegate div.image a:after {
	content: '';
	display: block;
	margin-top: 100%;
	width: 0;
	height: 0;
}
#Contents .index.delegate div.headline {
	padding: 0 5px;
	width: 100%;
	height: 60px;
	font-size: 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}
#Contents .index.delegate footer {
	margin: 5px 5px 10px;
	border-bottom: 1px dotted #CCC;
	width: calc(100% - 10px);
	font-size: 0.7rem;
	color: #999;
	overflow: hidden;
}
#Contents .index.delegate footer span.item {
	float: left;
}
#Contents .index.delegate footer span.date {
	float: right;
}
#Contents .index.delegate .book {
	top: 41px; right: 0;
}
#Contents .index.delegate .visibility {
	position: absolute;
	top: 20px; right: 0;
	line-height: 15px;
	text-align: right;
	color: #999;
	cursor: pointer;
}
#Contents .index.delegate .visibility .button {
	display: inline-block;
	width: 30px;
	height: 15px;
	background-image: url(../../../../file/image/visibility.png);
	background-size: cover;
	background-position: 0 0;
	vertical-align: bottom;
}
#Contents .index.delegate .visibility.on .button {
	background-position: 0 -15px;
}
#Contents .index.delegate .edit {
	position: absolute;
	top: 10px; right: 35px;
	width: 30px;
	height: 30px;
	background-image: url(../../../../file/image/edit.png);
	background-position: 0 0;
	background-size: 30px;
}
#Contents .index.delegate .edit:hover {
	background-position: 0 -30px;
	cursor: pointer;
}
