@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* storeList */
	#storeList {
		padding-top: 10px;
	}
	#storeList .store {
		margin-top: 20px;
	}
	#storeList .store:first-child {
		margin-top: 0;
	}
	#storeList .store > .inner {
		zoom: 1;
	}
	#storeList .store > .inner:after {
		display: block;
		clear: both;
		height: 0;
		content: "";
	}
	#storeList .store .map {
		margin-bottom: 20px;
	}
	#storeList .store .text {
		position: relative;
		min-height: 110px;
		padding: 0 220px 40px 0;
	}
	#storeList .store .text h5 {
		margin-bottom: 10px;
		color: #625111;
		font-size: 150%;
		font-weight: bold;
	}
	#storeList .store .text .btn {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#storeList .store .text .image {
		position: absolute;
		top: 0;
		right: 0;
	}
