@charset "utf-8";

/* map
------------------------------------------------------------------ */
#map #header {
	background:none;
}

#map #nameBox {
	margin:9px auto 0;
	text-align:center;
}

#map .btnPrint {
	display:none;
}

#map .icon {
	float:left;
	width:48px;
}

#map #comment {
	text-align:center;
}

#map #mapBox {
	width:657px;
	margin:0 0 20px;
	padding:0;
	text-align:center;
}

#map table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f378aa;
}


#map table th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f378aa;
}

#map table td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f378aa;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f378aa;
}

#map #reserveBox {
	display:none;
}

/* End css ------------------------------------------------------- */