@charset "UTF-8";
::selection {
  background: #B5B5B6;
  color: #000; }

/*
=================================================
	フッター
=================================================
*/
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: repeating-radial-gradient(black, black 5px, white 5px, white 10px);
  padding: 15px 0 17px; }
  footer p {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 0 black, -1px -1px 0 black, -1px 1px 0 black, 1px -1px 0 black, 0px 1px 0 black, -1px 0 black, -1px 0 0 black, 1px 0 0 black; }

/*
=================================================
	共通部分
=================================================
*/
body {
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
  width: 100%; }
  body img {
    max-width: 100%;
    height: auto; }
