@charset "utf-8";
/* CSS Document */

#main {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#main a {
	color: #0000FF;
}

/* =========================================================
form
========================================================= */
.form {
}
.form table {
	width: 100%;
	margin: 0 0 40px 0;
	border-top: 1px dashed #333;
}
.form table th {
	width: 180px;
	padding: 20px 15px;
	background: #FBF9ED;
	border-bottom: 1px dashed #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 20px;
}
.form table th.sub {
	background: #FAFAFA;
	border-left: 2px solid #FFF;
}
.form table th .must {
	float: right;
	width: 35px;
}
.form table td {
	padding: 20px;
	border-bottom: 1px dashed #333;
	font-size: 13px;
	line-height: 30px;
}
.form table td label {
	margin: 0 30px 0 0;
}
.form table td .parts1 {
	width: 650px;
	height: 70px;
	padding: 3px;
	border: 1px solid #CCC;
}
.form table td .parts2 {
	width: 400px;
	height: 25px;
	padding: 3px;
	border: 1px solid #CCC;
}
.form table td .parts3 {
	width: 530px;
	height: 40px;
	padding: 3px;
	border: 1px solid #CCC;
	font-size: 18px;
}
.form table td .parts4 {
	width: 280px;
	height: 25px;
	padding: 3px;
	border: 1px solid #CCC;
}
.form table td .parts5 {
	width: 140px;
	height: 25px;
	padding: 3px;
	border: 1px solid #CCC;
}
.form table td .parts6 {
	width: 530px;
	height: 25px;
	padding: 3px;
	border: 1px solid #CCC;
}
.form table td .parts7 {
	width: 640px;
	height: 140px;
	padding: 3px;
	border: 1px solid #CCC;
}
.form table td .memo {
	color: #D23131;
	font-size: 11px;
}
.form table td .midashi {
	display: inline-block;
	width: 80px;
}
.form .privacy {
	float: left;
	width: 470px;
	margin: 20px 0 0 0;
	padding: 0 0 0 45px;
	background: url(../img/ico_privacy.png) no-repeat center left;
	color: #4C4C4C;
	font-size: 14px;
	line-height: 20px;
}
.form .privacy a {
	color: #00F;
}
.form .submit {
	float: right;
	width: 437px;
}
.form .submit .btnSubmit {
	display: block;
	width: 437px;
	height: 86px;
	background: url(../img/btn_submit_01.png) no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}
.form .submit .btnSubmit:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
