
/*.required {font-size:10px;color:#333;}*/

#send input {/*float:right;*/width:100%;margin-top:1em;}

#page-32 {width:350px;margin:auto;}

div#quiz input {
	width:40px;
}
/*-----------------------------------------*/
div.wpcf7 {
	clear:both;
	width:350px;
	margin:50px auto 0 auto;
	padding: 0;
}
div.wpcf7 p {margin-bottom:1em;}
div.wpcf7 label {font-weight:bold;color:#222;}
div.wpcf7 input {width:300px;}
div.wpcf7 textarea {width:348px;}

.wpcf7-form {margin:50px auto 0 auto;}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
 
div.wpcf7-mail-sent-ok {
	border: 2px solid #009900;
}
 
div.wpcf7-mail-sent-ng {
	border: 2px solid #cc0000;
}
 
div.wpcf7-spam-blocked {
	border: 2px solid #ffaa00;
}
 
div.wpcf7-validation-errors {
	border: 2px solid #eeee11;
}
 
span.wpcf7-form-control-wrap {
	position: relative;
}
 
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #cc0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}
 
span.wpcf7-not-valid-tip-no-ajax {
	color: #c00;
	font-size: 10pt;
	display: block;
}
 
span.wpcf7-list-item {
	margin-left: 0.5em;
}
 
.wpcf7-display-none {
	display: none;
}