@charset "UTF-8";
/* CSS Document */

#formWrap {
	width:auto;
	margin:0 auto;
	color:#333;
	line-height:120%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:0px solid #333;
	padding:10px 10px 5px;
}
table.formTable th{
	width:200px;
	font-weight:normal;
	background:none;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
	margin-bottom: -13px;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

input.example1, select {
	border-radius:0px;
	    padding: 5px;
}
textarea {
width: 100%;
height: 15em;
}

input, select, textarea {
background-color: inherit;
	border:1px solid #333;
outline: none;
padding: 5px 5px 3px;
}



input.filetemp {
background-color: inherit;
border:0px solid #333;
outline: none;
}

option.example2 {
background-color: inherit;
}