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


#mailform {
	height: auto;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 150px;
	position: relative;
	margin-top: 20px;
}

#mailform tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#mailform th {
	width: 30%;
	min-width: 150px;
	height: 30%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	line-height: 27px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	color: #FFF;
}

#mailform td {
	width: 100%;
	height: 5%;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	text-align: left;
}
#name  {
	background-color: #FFF;
	height: 40px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#text  {
	background-color: #FFF;
	height: 150px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mailaddress  {
	background-color: #FFF;
	height: 40px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#telephone  {
	background-color: #FFF;
	height: 40px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#button {
	width: 100px;
	height: 30px;
	font-size: 16px;
	background-color: #87ac31;
	color: #fff;
	border-style: none;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	font-weight: bold;
	line-height: 30px;
	bottom: 100px;
}
#button {
	width: 200px;
	height: 50px;
	font-size: 24px;
	background-color: #a5ca55;
	color: #fff;
	border-style: none;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	font-weight: bold;
	line-height: 30px;
	bottom: 50px;
}

#business {
}

.hissu {
	background-image: url(../img/hissu.gif);
	background-repeat: no-repeat;
	text-indent: -9999pt;
	height: 27px;
	width: 82px;
	text-align: left;
	overflow: hidden;
	float: right;
}
.ninni {
	background-image: url(../img/nini.gif);
	background-repeat: no-repeat;
	text-indent: -9999pt;
	height: 27px;
	width: 82px;
	text-align: left;
	overflow: hidden;
	float: right;
}
label {
	line-height: 27px;
	/*th のline height に合わせる*/
}
