@charset 'UTF-8';

/* /////////////////////////////////////////////////

 管理画面用追加CSS

///////////////////////////////////////////////// */

.login {
  /*background: url('../images/patern01.jpg');*/
  background: #f1f1f1;
  position: relative;
}
.login .message,
.login #login_error {
  margin-top: 20px;
}
#login {
  margin-top: 20px;
  padding: 0;
  position: absolute; left: 50%; top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 320px;
}
h1 {
  background: url('../images/logo.png') no-repeat !important;
  height: 50px;
  float: none;
  margin: 0 auto !important;
  padding: 0;
  position: relative;
  width: 320px;
  -webkit-background-size: 320px auto !important;
  background-size: 320px auto !important;
}
h1 a {
  display: none !important;
}
/*h1:before {
  background: #0073AA;
  border-radius: 4px;
  content: 'WordPress';
  color: #fff;
  display: block;
  font-family: 'メイリオ', serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 6px 7px 4px 30px;
  position: absolute; left: -36px; top: -45px;
}
h1:after {
  background: #fff url('../../../../wp-admin/images/wordpress-logo.svg?ver=20131107') no-repeat center center / 30px;
  border-radius: 50%;
  border: 1px solid #0073AA;
  content: '';
  display: block;
  height: 50px;
  position: absolute; left: -60px; top: -45px;
  width: 50px;
}*/
#backtoblog a {
  font-size: 0;
}
#backtoblog a:before {
  content: '← ホームページ へ戻る';
  font-size: 14px;
}