@charset "utf-8";



.img_center{
  padding: 1rem 0;
}
.report,.report p{
  display: block;
  clear: both;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.report p+p{
  padding-top: 1.5rem;
}

.photo_first{
  margin-bottom: 30px;
}

.photo_last{
  margin-top: 30px;
}


@media only screen and (min-width: 641px){
  /*body:before {*/
  /*  content: "";*/
  /*  display: block;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  position: absolute;*/
  /*  background: url(../img/header_img.jpg) top center no-repeat;*/
  /*  left: 0;*/
  /*  top: 0;*/
  /*}*/
  .img_right{
    width: 48%;
    margin-left: 2%;
    float: right;
    padding-top: 5px;
  }
  .img_left{
    width: 48%;
    margin-right: 2%;
    float: left;
    padding-top: 5px;
  }

}

@media only screen and (max-width: 640px){
  #content{
    padding: 0 5%;
    margin-top: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .img_right,
  .img_left{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1rem 0;
  }

}
