body, button, input, select, textarea {font-size: 21px;line-height: 1.6;color: #000;}
a:hover {text-decoration: none;}
/*Header*/
.site-header {box-shadow: none;}
.site-content {border:none;}
/*BackToTop*/
.site-footer .btt a {position:fixed;top:auto;bottom:100px;border-radius: inherit;}
@media screen and (max-width: 940px) {
  .site-footer .btt a {right: 45px;left: auto;bottom: 35px;}
}
/* Contents */
@media screen and (min-width: 939px) {
  #page .entry-content {min-height: 1000px;}
}