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

#shop{
}

#map {
	width:300px;
	height:150px;
	float:right;
	margin-right:60px;
}

#photo {
	border-top:1px dotted #999;
	width:100%;
	text-align:center;
	clear:both;
}
#photo img {
	margin:2px;
	padding:2px;
	background-color:#FFF;
}

#shopinfo {
	clear:both;
	text-align:center;
	border-top:1px dotted #999;
}

.tenpo {
	width:100%;
	clear:left;
	margin-top:5px;
	text-align:justify;
}
.tenpo span{
	width:50%;
	text-align:center;
	float:left;
	margin:5px;
}

.tenpo p {

}
