@charset "utf-8";

/*----------------------------------------------------------------
 inside mailform
----------------------------------------------------------------*/
/*----------------------------------------------------------------
 base
----------------------------------------------------------------*/
input[type="text"],
textarea{
	border				: none;
	width				: 650px;
	padding				: 3px;
	background			: #EEE;
}
small{ font-size: 14px; }

/*----------------------------------------------------------------
 styles
----------------------------------------------------------------*/
.form-text{
	margin				: 0 0 35px 0;
	text-align			: center;
	font-size			: 14px;
}

span.required,
.error{ color: #FF0000; }
.error{ font-size: 14px; }

.form-item{ margin: 15px 0; }
.form_submit{
	margin				: 30px 0;
	text-align			: center;
}
.check-item{ margin: 15px 0; }
.check-item dd{ padding: 0 10px; }

.thanks-text{
	padding				: 85px 0 0 0;
	text-align			: center;
}

/* btn
-----------------------------------------------------*/
.btn{
	display				: inline-block;
	border				: 2px solid #45b68a;
	background			: #45b68a;
	border-radius		: 30px;
	padding				: 18px 50px;
	line-height			: 20px;
	width				: 290px;
	color				: #FFF;
}
.btn.return{
	border				: 2px solid #45b68a;
	background			: #FFF;
	color				: #45b68a;
}