@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;
	//font-size: 1.2em;
}
table.formTable td,table.formTable th{
	//border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:bold;
	text-align:center;
	//background-color: #2972C9;
	//color: rgba(255,255,255,1);
}
.supressorContact {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width:800px;
}
input[type=radio] {
display: none; /* ラジオボタンを非表示にする */
}
input[type="radio"]:checked + label {
background: #000;/* マウス選択時の背景色を指定する */
color: #ffffff; /* マウス選択時のフォント色を指定する */
}
.label:hover {
background-color: #DDD; /* マウスオーバー時の背景色を指定する */ 
}
.label {
display: block;	/* ブロックレベル要素化する */ 
float: left;	/* 要素の左寄せ・回り込を指定する */ 
margin: 10px;	/* ボックス外側の余白を指定する */
//width: 100px;	/* ボックスの横幅を指定する */
height: 45px;	/* ボックスの高さを指定する */
padding-left: 10px;	/* ボックス内左側の余白を指定する */
padding-right: 10px;	/* ボックス内御右側の余白を指定する */
color: #000;	/* フォントの色を指定 */
text-align: center;	/* テキストのセンタリングを指定する */
line-height: 45px;	/* 行の高さを指定する */
cursor: pointer;	/* マウスカーソルの形（リンクカーソル）を指定する */
border: 2px solid #000;/* ボックスの境界線を実線で指定する */
//border-radius: 5px;	/* 角丸を指定する */
}

/* ラジオボタンカスタム END */

.fsizec {
	font-size: 1em;
}
@media screen and (max-width:2700px) {
/*　画面サイズが572px以下はここを読み込む　*/
.contactaside {
	flex: 1;
	margin: 0px;
	//background-color: rgba(102,153,255,1);
	padding-top: 4.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	font-size: 0.8em;
	text-align: center;
}
#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;
	font-weight: normal;
}
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;
}

}
