

/*-------- order.htm用に追加 --------*/
form p {
	position: relative;
	margin: 0;
}

.errorMsg {
	position: absolute;
	top: 3px;
	left: 345px;
	color: red;
	font-size: 12px;
}

.okMsg {
	position: absolute;
	top: 3px;
	left: 345px;
	color: green;
	font-size: 12px;
}

.haveTo {
	color:red;
	font-size: 9px;
}

.post-msg {
	font-size: 10px;
}

.adressMsg {
	font-size: 12px;
}

.lastErrorMsg {
	color: red;
}

.lastOkMsg {
	color: green;
}