body{
	background: #000;
}
section#shop{
	width: 80%;
	max-width: 1240px;;
	margin: 55px auto 0;
	padding: 50px 0;
}
section#shop h2{
	display: block;
	text-indent: -9999px;
	background: url(../img/title.png) no-repeat;	
 	width:700px;
	height: 45px;
	margin: 0 auto 20px;
}
section#shop h3{
	display: block;
	text-indent: -9999px;
	background: url(../img/title2.png) no-repeat;	
 	width:700px;
	height: 45px;
	margin: 50px auto 20px;
}
section#shop p{
	font-size: 15px;
	color:#fff;
}
#map_canvas{
	width: 100%;
	max-width: 1240px;
	height: 400px;
}
h4{
	font-size: 18px;
	color: #fff;
	text-indent: 0;
	text-align: left;
	border-bottom: solid 1px #fff;
	margin: 10px 0 5px;
}
div.leftbox{
	float: left;
	width: 55%;
}
div.rightbox{
	float: right;
	width: 43%;
}
div.time{
	text-indent: -9999px;
	background: url(../img/time2.png) no-repeat;
	width: 362px;
	height: 101px;
	margin: 0 0 15px;
}
div.time br{
	display: none;	
}