/*ログインページ*/
.top {
  max-width: 616px;
  min-width: 200px;
  border: 2px solid #331166;
  border-radius: 8px;
  background-color: white;
}
.top td {
  padding: 0;
}
.top .title-bar {
  width: 608px;
  height: 52px;
  background-image: url("/img/kasukabe-fuji/logo.jpg");
  background-repeat: no-repeat;
  margin-left: 8px;
}
.top .vline {
  width: 2px;
  background-color: #331166;
}
.top .center {
  height: 366px;
  background-image: url("/img/kasukabe-fuji/center.jpg");
  background-repeat: no-repeat;
  font-size: 11px;
  line-height: 13px;
}
.top img {
  margin-bottom: 3px;
}
.top .center table {
  float: right;
  margin-right: 10px;
  margin-top: 170px;
}
.top .login-top {
  width: 180px;
  height: 43px;
  background-image: url("/img/kasukabe-fuji/klogin_top.gif");
  vertical-align: bottom;
  text-align: center;
}
.top .login-middle {
  background-image: url("/img/kasukabe-fuji/klogin_center.gif");
}
.top .login-bottom {
  width: 180px;
  height: 43px;
  background-image: url("/img/kasukabe-fuji/klogin_low.gif");
  text-align: center;
  vertical-align: top;
}
.top .login-middle table {
  float: none;
  margin: auto;
}
.top .login-middle td {
  text-align: center;
}
.top .login-middle input[type="password"],
.top .login-middle input[type="text"] {
  width: 130px;
  height: 20px;
}
.top .center label {
  font-size: 12px;
}
.top .footer {
  height: 20px;
  text-align: center;
  background-color: #331166;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.top #login {
  width: 100px;
  height: 20px;
  background-image: url("/img/kasukabe-fuji/log_def.gif");
  margin: auto;
}
.top #login:hover {
  background-image: url("/img/kasukabe-fuji/log_aft.gif");
}

/* ユーザーログインページのタイトルバー */
@media screen and (min-width: 750px) {
  .top.user .title-bar {
    background-image: url("/img/kasukabe-fuji/index.jpg?1");
  }
}
@media screen and (max-width: 750px) {
  .top.user .title-bar {
    background-image: url("/img/kasukabe-fuji/main_title.png?1");
    width: 100%;
    margin: 0;
    background-size: contain;
    background-position: center;
  }
}

.top.user .center table {
  margin-top: 0;
}
.top.user .login-top {
  width: 191px;
  height: 44px;
  background-image: url("/img/kunitachi/ilogin_top.gif");
}
.top.user .login-middle {
  background-image: url("/img/kunitachi/ilogin_center.gif");
}
.top.user .login-bottom {
  width: 191px;
  height: 44px;
  background-image: url("/img/kunitachi/ilogin_low.gif");
}
@media (max-width: 750px) {
  .top .center table {
    float: none;
    margin: 0 auto;
  }
}
