@charset "utf-8";

/* ========================================================================== */
/* YA-MAN zh-CN shop-list RWD CSS by mniwa at ya-man.com
/* ========================================================================== */


/* shop-list */

.shop-list .region {
	margin-bottom: 2em;
}
.shop-list .shop-category {
	margin-bottom: 1em;
}

.shop-list h2 {
	margin-bottom: 0.4em;
	font-size: 1.4em;
}

.shop-list ul {
	margin-left: 2em;
	list-style-type: disc;
}
.shop-list li {
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

.shop-list dt {
	margin-bottom: 0.2em;
	font-size: 1.2em;
	text-align: center;
}
.shop-list dd {
	margin-bottom: 0.2em;
	margin-left: 0.1em;
	font-size: 0.85em;
	text-align: center;
}

.department-store img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.shop-list p {
	margin-bottom: 0.6em;
	text-align: center;
}
.shop-list p img {
	padding: 0.8em;
	border: 1px solid #ccc;
}

.shop-list .grid-2-l {
	margin-bottom: 1em;
}

@media only screen and (min-width: 481px) {
	.shop-list .grid-2 {
		margin-bottom: 1em;
	}
	.shop-list .grid-2-l,
	.shop-list .grid-2-r {
		width: 48%;
		float: left;
		text-align: center;
	}
	.shop-list .grid-2-l {
		margin-right: 4%;
		margin-bottom: inherit;
	}
}

.shop-list figure {
	margin-bottom: 1em;
	text-align: center;
}
.shop-list figcaption {
	margin-top: 0.1em;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}