@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Allura);

/* sp056
============================================================ */

.sp056-img {
    width: 980px;
    margin: 60px auto;
    padding: 0;
    text-align: center;
}



@media screen and (max-width: 811px) {

  .sp056-img {
    width: auto;
    margin: 20px auto;    
    padding: 0 20px;
  }

  .sp056-img img{
    width: 100%;
    height: auto;
  }

}

