

form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 9pt;
	font-color:#4d4d4d;
	 line-height:18px;
    letter-spacing:2px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 180px;
}
table.mailform tr th span {
	font-size: 9pt;
	    line-height:18px;
    letter-spacing:2px;
	　font-color:#4d4d4d;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	    line-height:18px;
    letter-spacing:2px;
	font-size: 10px;
	　font-color:#4d4d4d;
}

table.mailform tr td textarea {
	width: 100%;
	height: 120px;
	    line-height:18px;
    letter-spacing:2px;
	　font-color:#4d4d4d;
    font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}



input#button {

    // 幅と高さを指定
    width: 100%;
    height: 30px;
    line-height:18px;
    letter-spacing:2px;
    font-size: 9pt;
    　font-color:#4d4d4d;
    font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


