@charset "utf-8";
#contents #in .text {
	margin-bottom: 30px;
}
#contents #in .retsu {
	height: 155px;
}

#contents #in a {
	height: 150px;
	width: 150px;
	position: relative;
	padding: 0px;
	border-style: none;
}
#contents #in a img { border-style:none; }

#contents #in .overlay  {
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 999;
}

#contents #in .overlay:hover {
	z-index: 999;
	background: url(../image/examples/thumb-o.png) no-repeat 50% 50%;
}

@media screen and (max-width: 640px) {
	#contents #in {
		width: 90%;
	}

	#contents #in .text {
		width: 100%;
	}

	#contents #in .retsu {
		height:inherit;
	}

	#contents #in a {
		width: 30%;
		height: auto;
		display: inline-block;
	}

	#contents #in a img {
		width: 100%;
		height: auto;
	}

	#footer {
		padding: 30px;
	}
}
