    a {
      text-decoration: none
    }

    .px13_pink {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 12px;
      font-style: normal;
      line-height: 20px;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      color: #F0F;
    }

    .px11 {
      font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ";
      font-size: 11px;
      font-style: normal;
      line-height: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      color: #666;
    }

    .px20_blue {
      font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ";
      font-size: 20px;
      font-style: normal;
      line-height: 22px;
      font-weight: bold;
      font-variant: normal;
      text-transform: none;
      color: #0080FF;
    }

    .px12 {
      font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ";
      font-size: 12px;
      font-style: normal;
      line-height: 17px;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      color: #333;
    }

    body {
      background-image: url(obj/bg.gif);
      background-repeat: repeat;
      margin-left: 0px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
    }

    .px20_blue1 {
      font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ";
      font-size: 20px;
      font-style: normal;
      line-height: 22px;
      font-weight: bold;
      font-variant: normal;
      text-transform: none;
      color: #0080FF;
    }

    .px121 {
      font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ";
      font-size: 12px;
      font-style: normal;
      line-height: 16px;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      color: #333;
    }

    .px141 {
      font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ";
      font-size: 14px;
      font-style: normal;
      line-height: 21px;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      color: #333;
    }

    .px142 {
      font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ";
      font-size: 14px;
      font-style: normal;
      line-height: 21px;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      color: #000;
    }

    .blink {
      animation: blinkAnime 1s infinite alternate;
      transition-duration: 0.1s
    }

    @keyframes blinkAnime {
      0% {
        color: red
      }

      100% {
        color: white
      }

    }

    .rounded {
      -moz-border-radius: 20px 20px 20px 20px;
      -webkit-border-radius: 20px 20px 20px 20px;
      -o-border-radius: 20px 20px 20px 20px;
      -ms-border-radius: 20px 20px 20px 20px;
      border-radius: 20px 20px 20px 20px;
    }

    .container {
      display: flex;
    }
