@charset "UTF-8";
@import url(reset.css);
main,
footer{
  width: 100%;
  padding-left: 12em;
  padding-right: 12em;
  background: url("../img/wood.jpg");
  /*border: 3px solid #000;*/
}
.full{
  background: url("../img/wood.jpg");
  padding-top: 15px;
  padding-left: 2em;
  padding-bottom: 2px;
}

main{
  top: 0;
}

.contents{
  /*border: 5px solid #fff;*/
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 0.8em;
  background: url(../img/wood-texture_00031.jpg);
  padding-top: 3em;
}
.contents img{
  border:10px outset #cfcfcf;
  margin: 2em 2em;
}
a:hover img {
  border:10px inset #cfcfcf;
  }
.title{
  color: #4682b4;
  font-size: 35px;
  text-align: center;
  border-top: 3px dashed #000;
  border-bottom: 3px dashed #000;
  width: 20%;
  margin:  0;
}
.full{
  background-image: url(../img/wood-texture_00031.jpg);
  margin-left: 5em;
  margin-right: 5em;
}
