@charset "UTF-8";
/* CSS Document */

#store_wrapsper {
	width: 800px;
	margin-left: 100px;
	margin-top: 50px;
	background-color: #3F6;
}
.store_box {
	float: left;
	width: 185px;
	margin-right: 30px;
	margin-bottom: 30px;
	height: 180px;
}
.store_box p {
	margin-top: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.3em;
	color: #411000;
	font-size: 93%;
	display: block;
}
