@charset "utf-8";
/* CSS Document */
/*==================================================
  WPログイン画面のカスタマイズ
==================================================*/
body.login div#login h1 a {
    display: inline-block;
    background: url(/share/img/common/logo.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}
