@charset "utf-8";

/* =======================================

	Form CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.Input
	
	2.Select
	
	3.Textarea

========================================== */

.wtn_copyright{	display: none;}


/* 1.Input
========================================== */
#contents input {
	position: relative;
	font-size: 100%;
	vertical-align: middle;
	width: 100%;
}

#contents li input {
	width: auto;
}

/* Submit
	---------------------------------------- */
input[type="submit"] {
	background: #990033;
	color: #fff;
	width: 106px;
	height: 31px;
}
input[type="reset"] {
	background: #999;
	color: #fff;
	width: 106px;
	height: 31px;
}
input[type="button"] {
	background: #999;
	color: #fff;
	width: 106px;
	height: 31px;
}
		

/* 2.Select
========================================== */
#contents select {
	position: relative;
	font-size: 100%; /* Reset */
	vertical-align: middle;
}


/* 3.Textarea
========================================== */
#contents textarea {
	position: relative;
	width: 100%;
	vertical-align: middle;
}