.serviceCon {
  position: relative; }
  .serviceCon article.gameLp a {
    display: inline-block;
    padding: 12px 0; }
    @media (max-width: 600px) {
      .serviceCon article.gameLp a {
        overflow: hidden;
        padding: 16px 0 0;
        display: block; } }
  .serviceCon article.gameLp .gameLP-link a {
    padding: 0; }

.gameLP-link {
  position: absolute;
  bottom: -40px;
  left: 0;
  margin-left: 0%;
  width: 100%;
  text-align: center;
  height: 32px;
  background: #ff338d;
  line-height: 32px;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 1px 1px 0 #000;
  -webkit-transition: .3s;
  transition: .3s; }
  .gameLP-link a {
    color: #fff;
    display: block;
    -webkit-transition: .3s;
    transition: .3s; }
  @media (max-width: 600px) {
    .gameLP-link {
      position: relative;
      width: 50%;
      margin: 0 0 16px 76px;
      font-size: 13px;
      height: 30px;
      line-height: 30px;
      top: 0;
      bottom: 0; } }

@media (min-width: 600px) {
  .gameLP-link:hover {
    background: #ff61a7;
    -webkit-transition: .3s;
    transition: .3s; } }

/*# sourceMappingURL=main_gameLP.css.map */
