﻿  .mvArea .bnr {
    width: 355px;
    height: 166px;
    position: absolute;
    right: 0;
    bottom: 270px;
    box-sizing: border-box; }
    @media (max-width: 420px) {
      .mvArea .bnr {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative; }
        .mvArea .bnr img {
          width: 100%;
          height: auto;
          vertical-align: bottom; } }
    .mvArea .bnr.animInit {
      right: -355px;
      bottom: 270px; }
      @media (max-width: 420px) {
        .mvArea .bnr.animInit {
          -webkit-transform: none !important;
          transform: none !important;
          right: 0px;
          bottom: 0px; } }
    .mvArea .bnr.animReady {
      -webkit-transition: 1.0s;
      transition: 1.0s; }
    .mvArea .bnr.animStart {
      right: 0;
      bottom: 270px; }
      @media (max-width: 420px) {
        .mvArea .bnr {
          padding: 10px 10px 0;
          background-color: #DCDCDC; }
        .mvArea .bnr.animStart {
          -webkit-transform: none !important;
          transform: none !important;
          right: 0px;
          bottom: 0px; } }
    .mvArea .bnr:hover {
      opacity: 0.7; }