@charset "UTF-8";

.ho-imagelink
{
	position: relative;
	display: block;
    user-select: none;
	border: none;
	width: 100%;
	z-index: 10;
	line-height: 0;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}

.ho-imagelink  img
{
	display: block;
	line-height: 0;
	width: 100%;
	height: auto;
}