@charset "UTF-8";


/* form */
#alpha-inner table#contact-form {
    margin: 20px 0 0 0;
	border-top: 1px solid #C3C69A;
	border-left: 2px solid #809B50;
}
#alpha-inner table#contact-form th {
	width: 150px;
	border-bottom: 1px solid #C3C69A;
	border-right: none;
	background: #C3C69A;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	background: #E1F2A6;
}
#alpha-inner table#contact-form th.must {
	/*border-left: 4px solid #08B6FF;*/
}
#alpha-inner table#contact-form th span {
	color: #333;
}
#alpha-inner table#contact-form th.must span {
	color: #FF9212;
}
#alpha-inner table#contact-form td {
	width: 300px;
	border-bottom: 1px solid #C3C69A;
	/*border-right: 1px solid #ccc;*/
	padding: 10px;
	text-align: left;
}
#alpha-inner table#contact-form td.must span{
	color: #FF9212;
}
#alpha-inner table#contact-form td input {
	width: 300px;
}
#alpha-inner table#contact-form td textarea {
	width: 300px;
	height: 100px;
}
#alpha-inner .required {
	text-align: right;
}
#alpha-inner .required span {
	color:black ;
}
#alpha-inner .form-submit {
	margin-top: 20px;
	text-align: center;
}
#alpha-inner table#contact-form td.radio input {
	width: 20px;	
}
#alpha-inner #fmbtArea {
	margin: 15px 0;
	text-align: center;
}

