/*--------------------------------------------
Form 
--------------------------------------------*/
div#formTop {
	width: 685px;
	margin: 0 auto;
	line-height: 150%;
}

div#formTop table {
	border-collapse: collapse;
}

div#formTop table th {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	background-color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	width: 150px;
	padding: 10px;
}

div#formTop table td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 10px;
	vertical-align: top;
	font-size: 12px;
}

div#formTop table td input {
	margin-right: 5px;
}

.contact {
	width: 100%;
}

.formBox {
	width: 685px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.formBox th {
	width: 150px;
}


div#formTop div#formContent table.formBottom td.bgCorol {
	background-color: #e9e7da;
	text-align: center;
}

div#formTop div#formContent table.formBottom td.bgCorol input {
	margin-left: 15px;
	margin-right: 5px;
}

div.privacy_policy{
	background:#EEEEEE none repeat scroll 0 0;
	border:2px solid #E2E2E2;
	float:none;
	height:140px;
	overflow: scroll;
	padding:10px;
	width:90%;
}

dl.privacy {
	margin-top: 10px;
}

dl.privacy dt {
	font-weight: bold;
	margin-bottom: 7px;
}
dl.privacy dd {
	margin-bottom: 12px;
}

div.policy_radio{
	text-align:center;
	margin-top: 10px;
}

div.error {
	color: #F00;
	padding-top:2px;
}

span.note{
	color: #888888;
}

.red {
	color: #cc0000;
}

.bold {
	font-weight: bold;
}

.px10 {
	font-size: 10px;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.mb20 {
	margin-bottom: 20px;
}
/*--------------------------------------------
ここまで
--------------------------------------------*/
