.check{color:red;
	font-size: 11px;
}
@media screen and (max-width:480px) {
/*　画面サイズが572px以下はここを読み込む　*/

#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:100%;
	display:block;
}
table.formTable th {
	width:100%;
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:100%;
	padding:5px;
	font-size:100%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

}


#formWrap {
	width:100%;
	margin:0;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	width:auto;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
