@charset "UTF-8";


input {
font-size : 16px;
border : 1px solid #ccc;
-webkit-border-radius : 0;
-webkit-appearance : none;
-webkit-tap-highlight-color : rgba(0,0,0,0);
}

textarea {
font-size : 16px;
border : 1px solid #ccc;
-webkit-border-radius : 0;
-webkit-appearance : none;
-webkit-tap-highlight-color : rgba(0,0,0,0);
}


#formwrap {
	top: 0px;
	padding-top: 170px;
	padding-bottom: 100px;
}

#formwrap h1 {
	position: relative;
	top: 0px;
	font-size: 34px;
	text-align: center;
	letter-spacing: 0.1em;
}#formwrap .bar {
	margin-top: 35px;
	width: 70px;
	height: 2px;
	background-color: #009197;
	margin-left: auto;
	margin-right: auto;
}
#formwrap table {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
#formwrap table tr {
	border-top: 1px solid #ccc;
}
#formwrap table tr:last-child {
	border-bottom: 1px solid #e5e5e5;
}
#formwrap table th {
	width: 210px;
	font-size: 18px;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 60px;
	line-height: 1em;
	vertical-align: top;
	padding-top: 40px;
}
#formwrap table td {
	width: 730px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#formwrap table td input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	height: 55px;
	border: 1px solid #e5e5e5;
}
#formwrap table td textarea {
	width: 100%;
	height: 250px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
}
#formwrap button {
	width: 600px;
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	background-color: #009197;
	border: 1px solid #009197;
	padding-top: 30px;
	padding-bottom: 30px;
	transition: 0.2s;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 60px;
	letter-spacing: 0.1em;
	border-radius: 50px;
	cursor: pointer;
}
#formwrap button:hover {
	transition: 0.2s;
	color: #009197;
	background-color: #fff;
}

@media (max-width: 500px) {
	
#formwrap {
	top: 0px;
	padding-top: 100px;
	padding-bottom: 50px;
}

#formwrap h1 {
	position: relative;
	top: 0px;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.1em;
}#formwrap .bar {
	margin-top: 25px;
	width: 70px;
	height: 2px;
	background-color: #009197;
	margin-left: auto;
	margin-right: auto;
}
#formwrap table {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#formwrap table tr {
	border-top: 1px solid #ccc;
}
#formwrap table tr:last-child {
	border-bottom: 1px solid #e5e5e5;
}
#formwrap table th {
	width: 100%;
	font-size: 12px;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 15px;
	line-height: 1em;
	vertical-align: top;
	padding-top: 15px;
	display: block;
}
#formwrap table td {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
#formwrap table td input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	height: 25px;
	border: 1px solid #e5e5e5;
}
#formwrap table td textarea {
	width: 100%;
	height: 200px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #e5e5e5;
}
#formwrap button {
	width: 98
&;
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	background-color: #009197;
	border: 1px solid #009197;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: 0.2s;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 30px;
	letter-spacing: 0.1em;
	border-radius: 50px;
	cursor: pointer;
	width: 98%;
}
#formwrap button:hover {
	transition: 0.2s;
	color: #009197;
	background-color: #fff;
}
}
