#Contents ul.stock {
	position: relative;
	margin: 0 -5px;
	width: calc(100% + 10px);
	line-height: 1.4em;
	overflow: hidden;
	list-style: none;
}


#Contents ul.stock li {
	float: left;
	position: relative;
	width: calc(100% / 4);
}
#Contents ul.stock li::after {
	content: '';
	display: block;
	margin-top: 130%;
	width: 100%;
	height: 21px;
}
#Contents ul.stock li::after {
    margin-top: 100%;
}
#Contents ul.stock li a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 5px;
	background-color: #FFF;
	overflow: hidden;
}
#Contents ul.stock li a:hover {
	background-color: rgba(255, 174, 0, 0.8);
	opacity: 1;
}
#Contents ul.stock li a div.thumb {
	margin: 0 0 5px;
	width:100%;
	overflow: hidden;
	background-color:#fff;
	position:relative;
	background-size: cover;
	background-position: 50% 50%;
}
#Contents ul.stock li a div.thumb::after {
	content: '';
	display: block;
	margin-top: 100%;
	width: 100%;
	height: 0;
}
#Contents ul.stock li a h3 {
	font-size: 0.7rem;
	margin: 0 0 10px;
	height: 16px;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#Contents ul.stock li a dl {
	margin: 0 0 10px;
	font-size: 0.8em;
}
#Contents ul.stock li a dl dt {
	float: left;
	margin: 0;
	width: 40px;
	min-height: 1.4em;
	line-height: 1.4em;
	text-align: left;
	color: #AAA;
	font-size: 0.9em;
	box-sizing: border-box;
}
#Contents ul.stock li a dl dt::after {
	content: ':';
	float: right;
	margin: 0 5px 0 10px;
	line-height: 1.4em;
}
#Contents ul.stock li a dl dd {
	margin: 0 0 2px 0;
	margin-left: 0;
	padding: 0;
	height: auto;
	min-height: 1.4em;
	line-height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

#Contents ul.stock li .book {
	position: absolute;
	top: 5px; right: 5px;
	width: 35px; height: 35px;
	background-image: url(../../../../../file/image/book.png);
	background-size: 110px;
	background-position: 0 0;
	opacity: 0.8;
	cursor: pointer;
}
/*#Contents ul.stock li .book:hover,*/
#Contents ul.stock li .book.hover,
#Contents ul.stock li .book.on {
	background-position: 0 -35px;
}
