@charset "utf-8";
.formWrap {
	padding-top: 2em;
	padding-bottom: 2em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
	color: #111;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-right: 5%;
	padding-left: 5%;
	border-top-width: 5px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 2em;
	margin-bottom: 0px;
}
.formWrap h1 {
	font-size: 24px;
	line-height: 1.2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	margin: 0px;
}
.formWrap table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #F90;
	margin-bottom: 2em;
}
.formWrap p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1.5em;
	padding-left: 0px;
}
.formWrap .backRed {
	color: #FFFFFF;
	background-color: #ff1e00;
	padding-right: 5px;
	padding-left: 5px;
	text-shadow: 0px 1px 0px #e51b00;
}
.formWrap table th, .formWrap table td {
	font-size: 14px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.formWrap table th {
	font-weight: bold;
	background-color: #FFEED5;
	text-shadow: 0px 1px 0px #FFF;
	width: 28%;
}
.mftext{
	font-size: 14px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 2px solid #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mftext_focus{
	border: 2px solid #F90;
	background-color: #FFFFBF;
}
.mftext_err{
	border: 2px solid #F00;
	background-color: #FFDFDF;
}
.formWrap .formEx {
	font-size: 12px;
	color: #666;
	display: block;
	padding-top: 3px;
	padding-left: 2px;
}
.formWrap .mfp_err {
	padding-top: 7px;
	padding-left: 20px;
	font-size: 13px;
	color: #F00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	background-image: url(../form_images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 2px 10px;
	margin-bottom: 5px;
}
.formWrap .mfp_err span {
	font-weight: bold;
}
.formWrap .thMust {
	background-image: url(../form_images/icon_must.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.formWrap .attention {
	background-image: url(../form_images/icon_attention.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-left: 50px;
	font-weight: bold;
}
.formWrap .attention span {
	background-color: #FF0;
	text-shadow: 0px 1px 0px #FFF;
}
.formWrap .formBtn {
	text-align: center;
}

input:-moz-placeholder {
      color: silver;
}