@charset "UTF-8";

/* -------------------------------
フォーム */

#form_message{
	margin-bottom:10px;
	line-height:1.5;
}
#form_message a{
	text-decoration:underline;
	color:#a0254d;
}
#form_message a:hover{
	text-decoration:none;
}
#form_error{
	color:#c00;
	margin-bottom:10px;
}
.must{
	color:#a0254d;
}
form table{
	width:100%;
	border-top:1px solid #ccc;
}
form table th{
	padding:8px 15px;
	width:150px;
	background:#f3f3f3;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}
form table td{
	padding:8px 10px 6px 10px;
	border-bottom:1px solid #ccc;
}
form table td input,
form table td textarea{
	margin-bottom:2px;
	vertical-align:middle;
}
form table td label{
	margin-right:10px;
}
form table td .options{
	margin-right:12px;
}
.formbtn{
	padding-top:10px;
	font-size:100%;
	text-align:center;
}
.formbtn input{
	margin:0 10px;
	padding:5px 10px;
}


