div .btn01 a {
          background: #444444;
          box-sizing: border-box;
          color: #ffffff;
          cursor: pointer;
          display: block;
          font-size: 14px;
          font-weight: bold;
          padding: 12px 4px;
          position: relative;
          text-align: center;
          text-decoration: none;
          width: 130%; }

div .btn01 a:hover {
          background-color: #262626; }

div .btn02 a {
          background: #1c69d4;
          box-sizing: border-box;
          color: #ffffff;
          cursor: pointer;
          display: block;
          font-size: 14px;
          font-weight: bold;
          padding: 12px 4px;
          position: relative;
          text-align: center;
          text-decoration: none;
          width: 130%; }

div .btn02 a:hover {
          background-color: #0653b6; }
