body {
	padding-top: 0px;
}
/*----------------------------------------------

入力フォーム

----------------------------------------------*/

p#lead {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
}
p#chui {
	margin-top: 20px;
	margin-bottom: 4px;
}
p#chui img {
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}
dl {
	width: 950px;
	border: 1px solid #A7CA92;
}
dl dt {
	width: 300px;
	float: left;
	clear: left;
	padding: 15px 10px;
}
dl dt img {
	vertical-align: middle;
	margin-left: 5px;
}
dl dd {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 320px;
	border-bottom: 1px dotted #A9CB93;
	background: url(../../img/base/form-dt-bg.gif) repeat-y left top;
}
dl dd:last-child {
	border-bottom: none;
}

dl dd input[type="text"],dl dd input[type="tel"],dl dd input[type="email"] {/*infxxxxm add tel/email */
	width: 220px;
	padding: 4px;
	font-size: 14px;
	color: #4C5152;
}
dl dd.name input[type="text"] {
	width: 120px;
	margin-left: 4px;
}
dl dd input[type="text"]:focus,dl dd input[type="tel"]:focus,dl dd input[type="email"]:focus {/*infxxxxm add tel/email */
	background: #DEF1F7;
}
textarea {
	padding: 4px;
	font-size: 14px;
	color: #4C5152;
}
textarea:focus {
	background: #DEF1F7;
}

/*同意事項-----*/
div#doijiko {
	clear: both;
	border-top: 1px solid #A7CA92;
	border-right: 1px solid #A7CA92;
	border-bottom: 1px dotted #A7CA92;
	border-left: 1px solid #A7CA92;
	margin-top: 20px;
	padding: 5px 10px 10px;
}
div#doijiko p {
	margin-top: 5px;
}
div#doijiko p a {
	background: url(../../img/base/icon-window.gif) no-repeat right bottom;
	padding-right: 18px;
}
dl#q-doijiko {
	border-top: none;
}
dl#q-doijiko dd {
	border-bottom: none;
}


/*確認ボタン-----*/
p#btn-kakunin {
	text-align: center;
	margin-top: 25px;
}

/*----------------------------------------------

サンクスページ

----------------------------------------------*/

#thanks {
	background: #E9F4E1;
	margin: 50px 100px;
	padding: 100px 20px;
	text-align: center;
	border: 1px dotted #A7CA92;
}
#thanks h1 {
	font-size: 130%;
}
#thanks p {
	margin-top: 30px;
}
