/*========================================
　　マンション売却ガイドブック無料プレゼント
========================================*/
#title.mail:before {
	background-image: url(../../img/mail/title.jpg);
}
#mail {
	padding: 30px 0 0;
}
@media screen and (max-width: 655px) {
	#mail {
		padding: 20px 0 0;
	}
}
/*　フォーム
----------------------------------------*/
#mailForm {
	padding: 0 0 80px;
}
#mailForm p.textCenter {
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
}
#mailForm b.bold {
	display: block;
	padding: 0 0 10px;
	font-weight: normal;
	text-align: center;
}
#mailForm table {
	width: 100%;
	margin: 0 0 60px;
	font-size: 94%;
	line-height: 160%;
}
#mailForm table th {
	width: 200px;
	padding: 15px 10px;
	text-align: left;
	font-weight: normal;
}
#mailForm table th div.th {
	position: relative;
	padding: 0 0 0 45px;
}
#mailForm table th div.th sup {
	position: absolute;
	left: 0;
	top: 0;
}
#mailForm table td {
	padding: 15px 20px;
}
#mailForm table td dl dt {
	clear: left;
	float: left;
	width: 130px;
	padding: 5px 0;
	line-height: 40px;
}
#mailForm table td dl dd {
	margin: 0 0 0 130px;
	padding: 5px 0;
}
#mailForm div.clear label .icheckbox_flat-blue {
	position: relative;
	left: inherit;
	top: inherit;
}
#mailForm table td ul.checkbox li {
	padding: 3px 0;
}
#mailForm table td ul.checkbox li label {
	display: block;
}
#mailForm table td ul.checkbox li .icheckbox_square {
	top: 3px;
}
#mailForm table td div.clear.small {
	padding: 5px 0 0;
	font-size: 80%;
	line-height: 140%;
}
#mailForm div.button {
	padding: 20px 0 0;
}
#mailForm div.button button {
	position: relative;
	width: 220px;
	font-size: 108%;
	line-height: 50px;
	color: #FFF;
	text-shadow: 1px 1px 0px #649601;
	background: #649601;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: none;
	font-weight: bold;
	border: none;
	letter-spacing: 1px;
}
#mailForm div.button button:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin: -3px 0 0;
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	border-radius: 1px;
	height: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 6px;
}
@media screen and (max-width: 655px) {
	#mailForm {
		padding: 0 0 60px;
	}
	#mailForm p.textCenter {
		padding: 0 0 20px;
		text-align: left;
	}
	#mailForm b.bold {
		text-align: left;
	}
	#mailForm table {
		margin: 0 0 30px;
	}
	#mailForm table th {
		width: 100%;
		padding: 8px 10px;
	}
	#mailForm table th div.th {
		padding: 0;
		text-align: center;
	}
	#mailForm table td dl dt {
		float: none;
		width: 100%;
		padding: 0 0 5px;
		line-height: inherit;
	}
	#mailForm table td dl dd {
		margin: 0;
		padding: 0 0 5px;
	}
	#mailForm table td.selectLeft div.select {
		width: 100%;
		margin: 0 0 10px;
	}
	#mailForm button {
		width: 180px;
		font-size: 100%;
	}
}
/*　サンクスページ
----------------------------------------*/
#mailThanks {
	padding: 30px 0 80px;
}
#mailThanks p.m0 {
	text-align: center;
}
@media screen and (max-width: 655px) {
	#mailThanks {
		padding: 30px 0 60px;
	}
}