@charset "UTF-8";

#accessMap {
  margin-bottom: 20px;  
}

.cols {
  width: 720px;
  margin-bottom: 20px;
}
.cols .colA {
  float: left;
  width: 350px;
}
.cols .colB {
  float: right;
  width: 350px;
}

h2 {
  margin-bottom: 10px;
}
.cols h3 {
  padding: 0.25em;
  background: #EEF4EE;
  font-weight: bold;
  border-radius: 5px;
}
.cols h4 {
  font-weight: bold;
}
.cols .address,
.cols .tel {
  margin-bottom: 1em;
}