#nekosoku{
	margin:10px 0;
}
#nekosoku li{
	width:50%;
	float:left;
}
@media screen and (min-width:680px){
	#nekosoku li{
		width:25%;
	}
}
#nekosoku li article{
	margin:5px;
}
#nekosoku .thumbnail{
	position:relative;
}
#nekosoku .thumbnail:before{
	content:"";
	display:block;
	padding-top:100%;
}
#nekosoku .thumbnail a{
	background-size:cover;
	background-position:center;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
}
#nekosoku .title{
	padding:5px 0;
}
#nekosoku .title span{
	display:block;
	font-size:80%;
	line-height:1.3;
	height:3.9em;
	overflow:hidden;
	font-weight:bold;
}