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




#formWrap {
	max-width:700px;
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:95%;
	margin:0 auto;
	border-collapse: separate;
	border-spacing:5px;
}
table.formTable th {
	border:1px solid #dcdddd;
	padding:20px;
}
table.formTable td {
	border:1px solid #dcdddd;
	padding:5px;
}
table.formTable th{
	width:225px;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	vertical-align: middle;
	font-feature-settings: "palt";
}
table.formTable td {
	background-color:#FFF;
}
table.formTable input {
	height:3em;
	width:100%;
}
table.formTable textarea {
	width:100%;
}
input[type="reset"], input[type="submit"] {
	border:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-color:#0068b7;
	color:#FFFFFF;
	font-size:18px;
	padding:10px 20px;
	font-weight:normal;
	border-radius:0.2em;
	line-height:1em;
	text-align:center;
	height:3em;
}
input[type="reset"] {
	background-color:#9fa0a0;
}

@media only screen and ( max-width:480px ) {
	table.formTable td,table.formTable th{
		display:block;
		width:auto;
	}
	table.formTable td {
		margin-bottom:5px;
	}
	input[type="text"], textarea {
		width:80%;
		padding:5px;
		font-size:110%;
		display:block;
	}
	input[type="submit"], input[type="reset"] {
		display:block;
		width:50%;
		height:40px;
		text-align:center;
		margin:auto;
	}
	.comment {
		text-align: justify;
		width:90%;
		margin-left:auto;
		margin-right:auto;
		
	}
	#comment-br1 {
		display: none;
	}
}









