@charset "utf-8";
/* CSS Document */

#contents {
	width: 960px;
	margin: 10px auto 50px;
}

/*form*/
#form {
}
#form table {
	width: 100%;
	background: url(../img/bg_form_01.png)
}
#form table th {
	width: 160px;
	padding: 15px 15px 15px 25px;
	background: url(../img/ico_form_01.png) no-repeat 10px 18px;
	border-bottom: 1px dashed #CCC;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
#form table th .must {
	float: right;
}
#form table td {
	padding: 10px;
	border-bottom: 1px dashed #CCC;
	color: #000;
	font-size: 13px;
	line-height: 20px;
}
#form table td input{
	vertical-align: middle\9;
}
#form table td .must {
	margin: 0 5px 0 0;
}
#form table td a {
	color: #F30;
	text-decoration: underline;
}
#form table td a:hover {
	color: #F60;
	text-decoration: none;
}
#form .noline {
	border-bottom: none;
}
#form .parts1 {
	width: 300px;
	padding: 3px;
}
#form .parts2 {
	width: 100px;
	padding: 3px;
}
#form .parts3 {
	width: 500px;
	padding: 3px;
}
#form .parts4 {
	width: 700px;
	padding: 3px;
}
#form .parts5 {
	width: 600px;
	padding: 3px;
	font-size: 20px;
	font-weight: bold;
}
#form .text1 {
	padding: 5px;
	background: #FFE100;
	color: #65B81F;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}
#form .text2 {
	color: #666;
	font-size: 13px;
	text-align: center;
}
#form .formPrivacy {
	float: left;
	width: 260px;
	color: #333;
	font-size: 12px;
}
#form .formSubmit {
	float: right;
	width: 456px;
}
#form .formSubmit .formButtonSubmit {
	width: 456px;
	height: 71px;
	background: url(../img/btn_form_01.png) no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}
#form .formSubmit .formButtonSubmit:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}

/* メールアドレス注意事項 */
#form .mailNotes{
	padding-top: 10px;
	font-size: 12px;
}