@charset "UTF-8";
form{
/*	display: block;*/
	width: 400px;
}
/*	 959px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 670px) {
form{
		width: 85%;
	}
}

form{
	background-color: rgb(0, 0, 255);
/*	width: 400px;*/
	position:relative;
	top: 20px;
	left: 20px;
	color: aliceblue;
	padding: 10px 10px  10px  15px;
}
textarea{
	width:95%;
}
.err {
	color: rgb(255, 128, 255);
	font-size: medium;
	font-weight: bold;
}
input [type="text"]{
	width: 150px;
}
.t {
	color: rgb(0, 255, 255);
	font-size: small;
}