/* ================================
   HD 表示用 font-size 定義
   ================================ */

/* HD 見出し（ユーザー名／パスワード） */
.hd-label {
  font-size: 16pt;
}

/* HD 入力欄 */
.hd-input {
  font-size: 15pt;
  width: 160px;
}

/* HD リンク風 input（ログイン／クリア） */
.login-link {
  font-size:16pt;
  border-width:0;
  border-style:none;
  background-color:transparent;
  text-decoration:underline;
  color:#0000ff;
}

/* 非表示制御 */
.hd-hidden {
  display: none;
}