@charset "utf-8";
#formWrap {
	width:90%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	//border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:bold;
	text-align:left;
	//background-color: #2972C9;
	//color: rgba(255,255,255,1);
}
.supressorContact {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width:800px;
}
@media screen and (max-width:2700px) {
/*　画面サイズが572px以下はここを読み込む　*/

#formWrap {
	width:90%;
	margin:0 auto;
}

table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:100%;
	padding:5px;
	font-size:130%;
	display:block;
	//border-radius:4px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:40%;
	height:40px;
}

}
