@charset "utf-8";
/* CSS Document */
#store_disp{
}
.storeImg {
	width:95%;
	margin: 15px auto 0;
}
#store_info{
	width:95%;
	border-top: 1px solid #321301;
	border-right: 1px solid #321301;
	margin: 15px auto 5px;
}
#store_info th{
	background-repeat: repeat-y;
	padding:5px;
	width: 82px;
	background: #321301;
	color: #FFF;
	border-left: 1px solid #321301;
	border-bottom: 1px solid #321301;
	text-align:center;
	font-weight: normal;
	font-size: 14px;
}
#store_info td{
	padding: 5px 10px;
	border-left: 1px solid #321301;
	border-bottom: 1px solid #321301;
	text-align:left;
	background-color:#FFF;
}
.fl{ float:left;}
.fr{ float:right;}

#mapDisp{
	box-sizing: border-box;
	width: 96%;
	height:420px;
	border: 5px solid #e7e7e4;
	margin: 10px auto 40px;
}
.storeimg{
	width: 48%;
	border: 1px solid #321301;
	box-shadow: 4px 4px 0 #321301;
}
.storeimg img{vertical-align: bottom;}