@charset "utf-8";
/* CSS Document */
#formWrap {
	width:95%;
	margin:0 auto;
	color:#555;
	line-height:2.0em;
	font-size:1.0em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

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:normal;
	background:#efefef;
	text-align:left;
}

select {
    appearance: none;
	height:26px;	
}

input[type="text"] {
	display:block;
    height:1.5em;
}

textarea {
    appearance: none;
	display:block;
	height:auto;		
	font-size:1.2em;
	line-height:1.6em;
}

.fomrh {
	height:2.0em;
}

.comts {
    color:#FF0000;
	font-size:0.8em;
}

@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;
}
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;
}
}