#Reference input,textarea {
	font-size: 10px;
}

.Input {
	width: 400px;
	height: 16px;
}
.Input-Mail {
	width: 400px;
	height: 16px;
}
.Input-Tel {
	width: 400px;
	height: 16px;
}
.Input-Post {
	width: 50px;
	height: 16px;
}
.Input-Search {
	width: 120px;
	height: 16px;
}
.Input-Search-Long {
	width: 400px;
	height: 16px;
}

.TextArea {
	width: 400px;
	height: 50px;
}
.TextArea-Address {
	width: 400px;
	height: 50px;
}

.Need {
	color: #ff0000;
}

.Submit {
	width: 100px;
	height: 22px;
}
