@charset "utf-8";

.infobox {
	position: relative;
	border: 1px solid #d0d0d0;
	padding: 10px;
	width: 300px;
	background: #e9e9e9;
}
.thumbnail {
	margin-bottom: 10px;
	font-size: 0;
}
/*.thumbnail img {
	width: 100%;
} */
.title {
	margin: 0;
	font-size: 14px;
}
.title a {
	text-decoration: none;
	color: #000000;
}
.title a:hover {
	color: #717171;
}