@charset "UTF-8";

/* =======FOOTER====== */
#footer{
 width: 100%;
 margin: 0 auto;
 text-align: center;
 margin-top: 100px;
}

#fixedTop {
 display: block;
 right: 20px;
 bottom: 20px;  
 text-align: center;
 position: fixed;
 color: #00a0de;
 background-color: #transparent;
 z-index: 99;
}

#fixedTop > a {
 position: relative;
 display: block;
 width: 50px;
 height: 50px;
 color: transparent;
 white-space: nowrap;
}

#fixedTop > a > img{
 position: absolute;
 top: 50%;
 left: 50%;
 opacity: 0.7;
}

.copyright {
 text-align: center;
 padding: 40px 20px;
 background: -webkit-gradient(
  linear,
  left bottom,
  left top,
  from(#f5f5f5),
  to(#fff)
);
 background: -webkit-linear-gradient(bottom, #f5f5f5, #fff);
 background: -moz-linear-gradient(bottom, #f5f5f5, #fff);
 background: -o-linear-gradient(bottom, #f5f5f5, #fff);
 background: linear-gradient(to top, #f5f5f5, #fff);
}
.logo_ssrc{
  margin: 0 auto 20px;
  text-align: center;
}
.logo_stri{
  margin: 0 auto 20px;
  text-align: center;
  max-width: 120px;
}

@media screen and (max-width: 480px){
.normal{
  margin-bottom: 30px;
}

 #fixedTop {
    right: 25px;
    bottom: 30px;
  }

  #fixedTop > a {
    width: 20px;
    height: 20px;
  }

  #fixedTop > a > img{
    top: 80%;
    left: 80%;
  }

  .copyright{
    font-size: 1.2rem;
  }


}

