@charset "utf-8";
/* CSS Document */
#content h1
{
	text-align:center;
	margin:0.2em 0em 0.3em;
	font-size:1.3em;
	border-bottom:1px black solid;
}

#legend
{
	display:inline-block;
	width:20em;
	height: 40em;
	vertical-align:top;
	background-color:#A5BFDD;
	overflow-y:auto;
	overflow-x:hidden;
	max-height:40em;
	box-shadow:8px 8px 7px gray;
}

#legend ul
{
	padding:0em;
	margin:0em;
}

#legend ul.category li
{
	display:none;
	padding-left:0.4em;
	margin-top:0.1em;
}

#legend ul.category.expand li
{
	display:block;
}

#legend li span
{
	display:inline-block;
	max-width:80%;
	vertical-align:top;
	word-wrap:break-word;
}

#legend li.highlight
{
	background-color:#D6E4FE;
}

#legend li:hover
{
	background-color:#DFF;
}

#legend li img
{
	float:right;
}

#legend ul.expand li:before
{
	content:" - ";
}

#maparea
{
	display:inline-block;
	width:40em;
  height:40em;
	box-shadow:4px 8px 7px gray;
	background-color:#A5BFDD;
}

#map
{
	width:100%;
	height:30em;
	display:none;
}

#detail
{
	height:0em;
	width:100%;
	transition:height 1s ease;
	position:relative;
	background-color:white;
}

#detail.show
{
	height:10em;
	overflow:hidden;
}

#detail #address,
#detail #other
{
	margin:0em 0.2em;
	display:inline-block;
}

#detail #other
{
	float:right;
	text-align:right;
}

#other img
{
	max-width:1.5em;
	max-height:1.5em;
	vertical-align:middle;
}

#other img.logo
{
	max-height:6em;
	max-width:8em;
}

#detail h2
{
	padding:0em;
	margin:0em;
	font-size:1.2em;
	text-align:center;
}

#placeowner
{
	position:absolute;
	bottom:0em;
	left:0em;
}

#absolutedis
{
	display:none;
}

#placeform
{
	border:0.15em solid white;
	border-radius:1em 1em 1em 1em;	
	background-color:#FFF;
	box-shadow:1px 1px 3px gray;
	z-index:2;
	padding:0em 1em 1em;
	margin:5.5em auto;
	width:35em;
	max-height:95%;
	overflow:auto;
	display:block;
	position:relative;
}

#placeform label
{
	text-align:right;
	display:inline-block;
	width:10em;
	margin-right:0.2em;
}

.add
{
	font-size:0.9em;
	font-weight:bold;
	margin-left:0.2em;
	box-shadow:1px 1px 3px blue;
	padding:0.1em;
	cursor:pointer;
	background-color:white;
	margin-top:0.2em;
	display:inline-block;
}

.add img
{
	vertical-align:text-top;
}

.Placeicon
{
	width:2em;
	height:2.3em;
}