@charset "utf-8";
/* CSS Document */


#shops .shop {
	background: #fefefe;
	border: 1px solid #ccc;
	border-radius: 5px 5px;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px;
	width: 80%;
}
#shops .shop img {
	height: auto;
	width: 80%;
}
#fb {
	margin: 0 auto;
}
footer {
	clear: both;
	text-align: center;
}

/*----------
   PC用 
 -----------*/
@media screen and (min-width : 960px) {
	#shops .shop img {
		float: left;
		width: 30%;
	}
	#fb {
		float: left;
		width: 50%;
	}
	#promoter {
		float: right;
		width: 50%;
	}
}
