@charset "utf-8";

.wpcf7 {
	margin-top: 10px;
	text-align: center;
}

.wpcf7 table {
	border-collapse: collapse;
	width: 648px;
	border:solid 2px #ffcc00;
	background-color:#fff9e0;
}

.wpcf7 table td {
	padding: 8px 12px;
}

.wpcf7 table td.title {
	width: 140px;
	text-align: left;
}

.wpcf7 table td.title span.required{
	color: #ff0000;
}

.wpcf7 table td.detail, .wpcf7 td.btnsubmit {
	background-color: #ffffff;
	text-align: left;
}

.wpcf7 table td {
	border-bottom:solid 1px #ffcc00;
	border-right:solid 1px #ffcc00;
}

.wpcf7 input, .wpcf7 textarea{
	font-size:12px;
	padding:4px 0;
	border:solid 1px #999999;
}

.wpcf7 textarea{
	width: 100%;
}

.wpcf7 td.btnsubmit {
	text-align: center;
}

.wpcf7 td.btnsubmit input {
	width: 100px;
}

