@charset "UTF-8";

form#mail {
	padding: 5px;
}
table.mailform {
	width: 90%;
	margin-left:30px;
}
table.mailform tr th,table.mailform tr td {

	font-weight: normal;
	font-size: 13px;
	border-bottom: dotted 1px #ccc;
	padding: 20px 5px 8px 5px;
}
table.mailform tr th {
	font-weight: bold;
}
table.mailform tr td {
	padding-bottom: 25px;
}

table.mailform tr th span {
	color: #CC0000;
	font-size: 12px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 90%;
	height: 150px;
}
input, textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
width:90%;
}
input.yubin{
vertical-align:middle;
max-width:30%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
width:30%;
}
input[type="button"]{
padding:3px 10px;
background: #a5ba4f;
background: -moz-linear-gradient(top, #a5ba4f 0%, #799733 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5ba4f), color-stop(100%,#799733));
background: -webkit-linear-gradient(top, #a5ba4f 0%,#799733 100%);
background: -o-linear-gradient(top, #a5ba4f 0%,#799733 100%);
background: -ms-linear-gradient(top, #a5ba4f 0%,#799733 100%);
background: linear-gradient(to bottom, #a5ba4f 0%,#799733 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5ba4f', endColorstr='#799733',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
width:30%;
}
input[type="submit"]{
	padding: 3px 10px;
	background: #a5ba4f;
	background: -moz-linear-gradient(top, #a5ba4f 0%, #799733 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5ba4f), color-stop(100%,#799733));
	background: -webkit-linear-gradient(top, #a5ba4f 0%,#799733 100%);
	background: -o-linear-gradient(top, #a5ba4f 0%,#799733 100%);
	background: -ms-linear-gradient(top, #a5ba4f 0%,#799733 100%);
	background: linear-gradient(to bottom, #a5ba4f 0%,#799733 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5ba4f', endColorstr='#799733',GradientType=0 );
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1.5;
	font-size: 100%;
	color: #fff;
	width: 39%;

}
input[type="submit"]:hover{
background: #a5ba4f;
background: -moz-linear-gradient(top, #799733 0%, #a5ba4f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#799733), color-stop(100%,#a5ba4f));
background: -webkit-linear-gradient(top, #799733 0%,#a5ba4f 100%);
background: -o-linear-gradient(top, #799733 0%,#a5ba4f 100%);
background: -ms-linear-gradient(top, #799733 0%,#a5ba4f 100%);
background: linear-gradient(to bottom, #799733 0%,#a5ba4f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#799733', endColorstr='#a5ba4f',GradientType=0 );
cursor:pointer;
}
table.mailform tr td input[type="submit"]{	text-align: center;}
*:first-child+html input[type="submit"]{padding:3px;}
textarea{
height:auto;
line-height:1.5;
width:99%;}