@charset "UTF-8";
@import url("../_css.css");

/* +++++++++++++++++++++++++++++++++
■このディレクトリ内 CSS
+++++++++++++++++++++++++++++++++ */
.iframeBox {
	width:642px;
	height:900px;
}
/* お礼あいさつ */
.orei {
	margin-top:25px;
	text-align:center;
}
/* お申し込みフォーム */
#formTable2 {
	width:640px;
	margin-top:15px;
}
#formTable3 {
	width:640px;
	margin-top:0px;
}
#formTable2 th,
#formTable3 th {
	width:170px;
}
#formTable2 td,
#formTable3 td {
	width:467px;
}
#formTable th,
#formTable2 th,
#formTable3 th {
	font-weight:normal;
	background:#eff5e0;
	text-align:left;
}
#formTable th,
#formTable td,
#formTable2 th,
#formTable2 td
#formTable3 th,
#formTable3 td {
	line-height:1.2em;
}
#formTable th span,
#formTable2 th span,
#formTable3 th span {
	color:#333333;
}
#formTable td span,
#formTable2 td span,
#formTable3 td span {
	display:inline;
}
#formTable td input,
#formTable2 td input,
#formTable3 td input {
	margin:7px;
}
/* テキストフィールド共通 */
.goiken,
.namae,
.namaeKana,
.nenrei,
.yubin,
.add,
.telnumber,
.faxnumber,
.email {
	padding:3px 2px;
	margin:0px 5px 0px 0px;
	font-size:90%;
	border:solid 1px #ccc;	
}
/* ご意見 */
.goiken {
	width:618px;
	height:100px;
	margin:7px;
}
/* 名前 */
.namae,
.namaeKana {
	width:140px;
}
/* 年齢 */
.nenrei {
	margin:7px;
}
/* 〒 */
.yubin {
	width:80px;
}
.add {
	width:440px;
	margin-top:5px !important;
}
/* 電話 */
.telnumber,
.faxnumber {
	width:100px;
}
/* email */
.email {
	width:180px;
}
/* ボタン */
.formBtn {
	margin-top:10px;
	text-align:center;
}

