/*------------------------------------------------

カスタムフォームCSS

--------------------------------------------------*/

#cf-form{
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size:12px;
}
#cf-form h2{
	text-align:left;
	padding: 0 0 20px 0;
}
#cf-form table{
	width: auto;
	padding: 5px;
}
#cf-form table td{
	padding: 8px 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}
#cf-form table td.label{
	width: 200px;
	background: url(table_be.jpg) repeat-y right #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}
#cf-form table td.value{
	width: auto;
}
#cf-form .req{
	color:red;
	font-weight:bold;
}
#cf-form input{
	font-size:12px;
	margin:0px;
	vertical-align:middle;
}
#cf-form .value input[type="text"]{
	font-size:12px;
	margin:0px;
	vertical-align:middle;
	width:260px;
}
#cf-form select{
	vertical-align:middle;
}
#cf-form .value textarea{
	width:380px;
	height:120px;
}
#cf-form .value .btn{
	margin:20px auto 0 auto;
	text-align:center;
	width:610px;
	padding:5px;
	background-color: #F5F5F5;
}
#cf-form .value .btn input{
	padding:2px;
	font-size:14px;
}
#cf-form .value table table{
	width:380px;
	border: none;
}
#cf-form table table td{
	border: none;
	padding: 2px 2px;
}

