@charset "utf-8";

/* フォームのサイズ */
input.name {
  width: 180px;
}
input.short {
  width: 80px;
}
input.long {
  width: 350px;
}

/* エラー赤文字 */
form div.errDisp {
  color: #F7101F;
  width: 100%;
}

/* エラー項目背景 */
.errItem {
  background-color: #FFEFF2;
}

/* オンマウス操作 */
a.imgalpha:hover img {
  opacity: 0.7;
}
a:hover img.imgalpha {
  opacity: 0.7;
}
