header{
	background-color: #ffa31e; 
	color: #fff;
	font-size: 1.5em; font-weight:bold;
	a:link { color: #fff; }
	a:visited { color: #fff; }
	a:hover { color: #ffa31e; }
	a:active { color: #00FFFF; }
	text-decoration: none;
 }
 #formWrap {
	width:600px;
	margin: 30px auto;
	line-height:120%;
}
table.formTable{
	width:100%;
	margin:0 auto 25px auto; 
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:2px solid #c6e5dd;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#9ee5d6;
	text-align:left;
}
td{
	font-size:90%;
}
form input[type="text"]{
		width:80%;
		padding:5px;
		display:block;
	}
	textarea {
	width:100%; font-size:15px;
	padding:5px;
	}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
		width:100px; height:40px;
		margin: 10px;
		font-size: 1em;
		background-color: #f4f4a3;
		border-radius: 20px;
		}
.check-box
		transform: scale(1.5);
		}
	
.btn{ text-align:center; }
@media screen and (max-width: 768px) {
	header {
		width: 100%; height: auto;
		}
	  img {
	 max-width: 100%;
	 height: auto;
	 }
	 #formWrap {
	width:95%;
	margin:0 auto; padding: 12px;
	}
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	table.formTable th {
		margin-top:5px;
		border-bottom:0;
	}
	}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
	table.formTable td,table.formTable th{
		padding:5px;
		border:0;
	}
	table.formTable td{
	font-size: 15px;
	}
	form input[type="text"]{
		width:95%;
		padding:5px;
		display:block;
	}
	 form textarea{
	 font-size: 1em;
	 width: 100%;
	 }
form input[type="submit"], form input[type="reset"], form input[type="button"] {
		display:block;
		width:100%; height:40px;
		margin: 10px auto ;
		}
}

