
/*リード
------------------------------*/
#lead {
	/**color:#ED1C24;**/
	margin:0 0 10px 0;
}

/*携帯へのボタン
------------------------------*/
#bt {
	position:relative;
	height:40px;
}
#bt01 {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}
#bt02 {
	display:block;
	position:absolute;
	left:206px;
	top:0px;
}
#bt03 {
	display:block;
	position:absolute;
	left:412px;
	top:0px;
}




/*ショップ情報
------------------------------*/
#shopinfo {
	margin:20px 0 20px 0;
}
#shopinfo h3 {
	padding:0 0 6px 0;
}
#shopinfo table {
	width:612px;
	border-collapse:collapse;
	border-top:1px #ccc solid;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

#shopinfo th, #shopinfo td {
	border-bottom:1px #ccc solid;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	padding:3px;
	font-size:1em;
	line-height:150%;
}
#shopinfo th {
	background-color:#EEEEEE;
	text-align:left;
	width:150px;
}



/*地図
------------------------------*/
#map {
     width: 600px;
     height: 400px;
     margin: 5px;
}
#map h3 {
	padding:0 0 6px 0;
}






