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

#contents .att {
	color: #7e0277;
}
#contents form table {
	width: 100%;
}
#contents form table th {
	border: 1px solid #6d6c6e;
	background: #e1d6f6;
	padding: 18px;
	vertical-align: top;
}
#contents form table td {
	border: 1px solid #6d6c6e;
	padding: 12px;
}
#contents form table td input,
#contents form table td textarea {
	border: 1px solid #6d6c6e;
	font: inherit;
	padding: 6px;
}
#contents form table td .len1 {
	width: 420px;
}
#contents form table td .len2 {
	width: 620px;
}
#contents form table td .len3 {
	width: 760px;
}
#contents form .button {
	text-align: center;
	margin-top: 50px;
}
#contents form .button input {
	background: #7e0277;
	padding: 16px 100px;
	color: #ffffff;
	font: inherit;
	font-size: 133%;
	font-weight: bold;
	border-radius: 5px;
	border: none;
}
#contents form p.pp{
	text-align:center;	
}
.wpcf7-list-item-label{
	text-decoration:underline;	
}
@media screen and (max-width: 645px) {
#contents form table td .len1 {
	width: 250px;
}
#contents form table td .len2 {
	width: 250px;
}
#contents form table td .len3 {
	width: 250px;
}
}