@charset "utf-8";
/*追加したもの*/

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

/*エラー赤文字*/
.errDisp,.red {
	color: #F7101F;
}
/*エラー項目背景*/
table .errItem {
	background-color: #FFEFF2;
}

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