@charset "UTF-8";

	#pp3ttlfair {
	}
		#pp3ttlfair img {
			float	 : left;
			margin		: 0;
			width		: 50%;
		}

	.shopList {
		background		: #092d88;
		border-radius	: 15px;
		display			: block;
		margin			: 30px auto;
		padding			: 2%;
		text-align		: center;
		width			: 80%;
	}
	.shopList:hover {
		background		: #164ebf;
		opacity				: 1;
			filter			: alpha(opacity=100);
	}
		.shopList img {
			height			: auto;
			max-width		: 80%;
			width			: 30%;
		}
		.shopList img:hover {
			background			:none
			opacity				: 1;
				filter			: alpha(opacity=100);
		}





@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
	#pp3ttlfair {
		width		: 100%;
	}
		#pp3ttlfair img {
			float	 : none;
			width		: 100%;
		}
}
@media screen and (max-width: 480px) {
}

