@charset "UTF-8";


form#mailform {
	padding: 0px 0 10px 0;
	width: 800px;
	margin: 0 auto;
}
form#mailform p.attention{
	padding-left: 194px;
	padding-bottom: 5px;
	font-size: 13px;
}
form#mailform p.attention span{
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}
table.mailform {
	width: 735px;
	margin: 50px auto 100px;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	border-bottom: solid 1px #ccc;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
	vertical-align: middle;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
table.mailform tr td input,
table.mailform tr td textarea {
	border: none;
	box-shadow: 1px 1px 3px #ccc inset;
	padding: 5px;
	font-size: 16px;
}
table.mailform tr td input[type="submit"]{
	position: relative;
	bottom: 0;
	right: 0;
	display: block;
	padding: 10px 30px;
	margin: 10px auto;
	background-color: #FFF839;
	box-shadow: none;
	box-shadow: 3px 3px 0px #F39800;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
table.mailform tr td input[type="submit"]:hover{
	position: relative;
	bottom: 2px;
	right:1px;
	box-shadow: 4px 5px 0px #F39800;
}

@media screen and (max-width: 1080px){
	form#mailform {
		padding: 20px 0 10px 0;
		width: 100%;
		margin: 0 auto;
	}
	form#mailform p.attention{
		padding: 0px 10px;
		padding-bottom: 5px;
		font-size: 13px;
	}
	form#mailform p.attention span{
		padding-bottom: 3px;
		border-bottom: 1px solid #ccc;
	}
	table.mailform {
		width: 100%;
		margin: 30px auto 50px;
	}
	table.mailform tr th,table.mailform tr td {
		text-align: left;
		font-weight: normal;
		font-size: 13px;
		border-bottom: solid 1px #ccc;
		padding: 7px 0px;
	}
	table.mailform tr th {
		width: 94%;
		margin-left: 3%;
		float: left;
		vertical-align: middle;
		border-bottom: none;
		padding: 14px 0px 0;
	}
	table.mailform tr th span {
		color: #CC0000;
		font-size: 10px;
	}
	table.mailform tr th p {
		margin: 0px;
		padding: 0px;
		font-size: 10px;
		color: #999999;
	}
	table.mailform tr td {
		width: 94%;
		margin-left: 3%;
		float: left;
		vertical-align: middle;
	}
	table.mailform tr td input,
	table.mailform tr td textarea {
		width: 85% !important;
		margin-left: 1%;
		border: none;
		box-shadow: 1px 1px 3px #ccc inset;
		padding: 5px;
		font-size: 16px;
	}
	table.mailform tr td textarea {
		width: 94% !important;
		margin-left: 1%;
		height: 120px;
	}
	table.mailform tr td input[type="radio"]{
		width: 16px !important;
	}
	table.mailform tr td input[type="submit"]{
		position: relative;
		bottom: 0;
		right: 0;
		display: block;
		padding: 10px 30px;
		margin: 10px auto;
		background-color: #FFF839;
		box-shadow: none;
		box-shadow: 3px 3px 0px #F39800;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	table.mailform tr td input[type="submit"]:hover{
		position: relative;
		bottom: 2px;
		right:1px;
		box-shadow: 4px 5px 0px #F39800;
	}
	input[type="button"],input[type="text"],input[type="submit"],textarea {
	   border-radius: 0;
	   -webkit-appearance: none;
	}
}