@charset "UTF-8";

h2 img
{
    width: 100%;
}
section p
{
    font-size: 14px;

    margin: 0 10px;

    color: #282828;
}
.full
{
    margin: 0;
}
.full img
{
    width: 100%;
}
#map_canvas {
  width: 92%;
  height: 320px;
  margin:0 auto;
}
.map_title{
  text-align:center;
  font-weight:normal;
  color:#6a8853;
  font-size:14px;
}

.iframemap {
	position: relative;
	padding-bottom: 75%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframemap iframe,
.iframemap object,
.iframemap embed {
	position: absolute;
	margin: 0 10px;
	top: 0;
	width: 95%;
	height: 100%;
}

.howtoaccess{overflow:hidden;}
.howtoaccess LI{display:block;float:left;}
.howtoaccess LI A{display:block;background:#887753;color:#fff;margin:2px;text-align:center;padding:10px 0;font-size:10px;}
.howtoaccess LI:nth-child(1){width:23%;}
.howtoaccess LI:nth-child(2){width:22%;}
.howtoaccess LI:nth-child(3){width:33%;}
.howtoaccess LI:nth-child(4){width:22%;}
