@charset "utf-8";
/* CSS Document */

/*body{
	font-size:14px;
}*/


#main{
	width:839px;
	margin:0 auto;
	margin-top:50px;
}

#map{
	width:350px;
	height:350px;
	float:left;
}

#rightbox{
	width:450px;
	height:350px;
	float:right;
}

#logo{
	width:156px;
	height:58px;
	margin:25px auto 0 auto;
}

.dai{
	letter-spacing:28px;
}

#selectshop{
	width:450px;
	height:192px;
	line-height:35px;
	font-size: 14px;
}


a{
	font-family:"小塚明朝 Pr6N R";
	color:#575d72;
}


.under {
  text-decoration: underline;
  	width:200px;
	height:30px;
	line-height:100px;
}	


.clearfix::after{
	content:"";
	display:block;
	clear:both;
}
