@charset "UTF-8";
@media screen and (max-width:900px){

	div#shop_content {
		width:48%;
		height:228px;
		margin: 1px;

		color: #000000;
		-webkit-print-color-adjust: exact;
		border:#CCC solid 1px;

		float: left;
		position:		relative;
	}

	div#shop_content:hover {
		opacity:		0.5;
	}

	div#shop_content .shop_img {
		object-fit: cover;
		width: 87.8%;
		height: 146px;
		padding: 10px 10px 0px 10px;
	}

	div#shop_content #booth_no {
		width: 12.1%;
		height: 68px;
		padding: 0px 10px 0px 10px;
		margin-right: 10px;

		border-right: 1px solid #CCC;

		float: left;
	}

	div#shop_content #genru {
		font-size: 11px;
	}

	div#shop_content #group_name {
		font-size: 11px;
		font-weight: bold;
	}

	div#shop_content #shop_link {
		top: 0;
		left: 0;
		height:100%;
		width: 100%;

		color: #000000;
		font-size: 15px;

		display: block;
		position: absolute;
		text-decoration: none;
	}

}
