@charset "utf-8";
/* CSS Document */

body{
  max-width: 288px;
  font-family: 'Roboto', 'Muli', sans-serif;
}
  h1, h2, h3{
    color: #336600;
  }
  h1{
    font-size: 2em;
}
  h2{
    font-size: 1.5em;text-align: center;
}
  h3{
    font-size: 1.125em;padding: 10px 5px;font-weight: 500;
}
  
.address_box {
  color:#336600;
	font-weight: 800;
	font-size:1.0em;
	text-align: center;
  padding: 25px 0;

}
.bg-pic {
  max-width: 100%;
  height: 288px;
  background-image:url("../images/aside-bg.png");
  background-position: center;
  background-repeat:no-repeat;
  background-size: cover;

}  
.container{
  padding: 0 5px;
}
.container img{
  text-align: center;
  width: 246px;
  height: auto;
  padding: 10px 0 0;
}
figure{
  padding: 0;
  margin: 0;
}
  
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}