@charset "utf-8";

/* BASE DIV STYLE */
#listdata {
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
} 
ul>li {
    list-style: none;
}
/*FLEXBOX*/
ul.col1 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    color: #343440;
    list-style: none;
    float: left;
    position: absolute;
    top: 60px;
    padding-top: 2em;
    padding-right: 1em;
    padding-bottom: 2em;
    background-color: #fff;
}
.col1{
    margin: 0px 0px 0px 0px;
    text-align: left;
    font-family: 'Arial',sans-serif;
    -moz-column-fill: auto; /* Firefox */
    column-fill: auto;
    width: 100%;
    height: auto;
    line-height: 2;
    padding-left: 1em;
    overflow: hidden;
}
ul.cola {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    color: #343440;
    list-style: none;
    float: left;
    position: absolute;
    top: 60px;
    padding-top: 2em;
    padding-right: 1em;
    padding-bottom: 2em;
    background-color: #fff;
}
.cola {
    margin: 0px 0px 0px 0px;
    text-align: left;
    font-family: 'Arial',sans-serif;
    -moz-column-fill: auto; /* Firefox */
    column-fill: auto;
    width: 100%;
    height: auto;
    line-height: 2;
    padding-left: 1em;
    overflow: hidden;
}
.a_name {
  font-weight: bold !important;
  font-size: 1.2em;
  position: relative;
  text-align: left;
  padding: .1em .5em;
  border-radius: 10px;
  font-weight: normal;
  white-space: nowrap;
  padding: .1em .5em;
  border: 1px #686868 solid;
}
.a_name>a {
  color: #003466;
}
.c_name {
  font-weight: bold !important;
  font-size: 1.2em;
  position: relative;
  text-align: left;
  padding: .1em .5em;
  border-radius: 10px;
  font-weight: normal;
  white-space: nowrap;
  padding: .1em .5em;
  border: 1px #686868 solid;
}
.i_name {
  font-weight: bold !important;
  font-size: 1.2em;
  position: relative;
  text-align: left;
  padding: .1em .5em;
  border-radius: 10px;
  font-weight: normal;
  white-space: nowrap;
  padding: .1em .5em;
  border: 1px #686868 solid;
}
.i_com {
    margin-left: 1em;
    font-weight: bold;
}
.logo {
    position: relative;
    top: 0px;
    left: 0px;
}
.addr {
    font-style: italic;
    font-size: 1em;
    margin-left: 1em;
}
.suite {
    margin-left: 1em;
    font-weight: bold;
}
.suite:before {
    content:'Suite: ';
    font-weight: normal;
}
.floor {
    margin-left: 1em;
    font-weight: bold;
}
.floor:before {
    content:'Floor: ';
    font-weight: normal;
}
.about {
    font-style: italic;
    font-size: 1em;
    margin-left: 1em;
}
.individuals {
    margin-left: 1em;
    width: 320px;
    font-size: .8em;
    font-weight: normal;
    line-height: 1.5;
}
.map>img {
  margin: 1em;
  border: 1px #000 solid;
}
.a_address {
    margin-left: 1em;
    width: 320px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
}