body {
  background: url(../img/Bg.gif) top center repeat-y #ef7b88;
}

a {
  color: #015eb9;
  text-decoration: none;
}

a:hover {
  color: #ea1542;
}

h1.gray_box,
h2.gray_box {
  background: #b0b0b0;
}

main.global {
  width: 260px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  border: 1px solid #ccc;
  padding: 10px 10px 25px 10px;
}

main.global p {
  font-size: 10px;
  line-height: 15px;
}

main.global a {
  color: #ffff00;
  text-decoration: underline;
}

main.global header * {
  padding: 2px;
}

main.global header h1.head_name,
main.global header span {
  display: block;
  font-size: 10px;
}

main.global header a,
main.global header span {
  text-align: right;
}

main.global header h1.head_name {
  text-align: center;
  margin: 3px 0 0 0;
  padding: 2px 0 3px 0;
}

main.global header span {
  margin: 1px 0;
  padding: 0px;
}

main.global header a {
  display: block;
  padding: 5px;
}

main.global article {
  padding: 10px 20px 0 20px;
}

main.global article h2,
main.global article p {
  display: block;
  width: 100%;
  padding: 10px 0px;
}

main.global article h2 img,
main.global article p img {
  vertical-align: middle;
  margin: 5px auto;
}

main.global article h2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding: 4px 5px;
}

main.global footer p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% + 2px);
  text-align: center;
  border-top: 3px solid #ccc;
  padding: 7px 2px 8px 0;
  font-size: 13px;
}

main.global footer p + p {
  padding: 5px 2px 5px 0;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 3px solid #ccc;
}

main.global footer p + p span {
  display: block;
  font-size: 10px;
  line-height: normal;
}

main.global footer p + p input {
  display: block;
  padding: 0;
}

footer.global {
  background: url(../img/footBg.gif) no-repeat;
  padding: 16px 0 0 0;
  width: 910px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

footer.global * {
  color: #333;
}

footer.global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer.global ul li:nth-child(2n) {
  margin: 0 21px 0 16px;
}

footer.global ul:nth-child(2) {
  margin: 10px 0 14px 0;
}

footer.global p {
  font-size: 16px;
  color: #949494;
  text-align: center;
}
/*# sourceMappingURL=index.css.map */