@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #f8f7f0;
	color: #333;
	font-size: 0.75em;
	line-height: 1.5;
}
.form {
	width: 685px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.form table {
	border: 1px solid #ccc;
	width: 685px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.form table .abs {
	margin-left: 3px;
	color: #f00;
}
.form table th {
	background: #226497;
	width: 25%;
}
.form table td {
	border-bottom: 1px dashed #ccc;
	width: 75%;
}
.form table th {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	font-weight:bold;
	color:#FFFFFF;
	/*width: 150px;*/
}
.form table td {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	font-weight:normal;
	color:#000000;
	background-color:#FFFFFF;
}
.form table td.submit {
	border: 0;
	text-align: center;
}
li {
	list-style-type: square;
	list-style-position: inside;
}
/* ------------------------------------------------------------ NEW FORM CSS */

/* ------------------------------------------------------------ CONTACT */
.contact #header, .comfimation #header, .complete #header {
	width: 100%;
	margin: 0 0 40px 0;
	background-color: #ｆｆｆ;
}
.contact .headerInner, .comfimation .headerInner, .complete .headerInner {
	width: 685px;
	margin: 0 auto;
}
.contact .h1TxtVer {
	margin: 0 0 20px 0;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.contact .h1TxtVer h1 {
	font-weight: bold;
}
.contact .txtBlock {
	margin: 0 0 30px 0;
}
.areaH1 {
	margin: 0 0 30px 0;
}
.areaH1 h1 {
	margin: 0 0 20px;
	font-size: 200%;
	font-weight: bold;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.textFix {
	position: fixed;
	z-index: 10;
	top: 110px;
	right: 150px;
	background-color: #e50012;
}
.textFix p {
	padding: 10px 15px;
	color: #fff;
}
.formCont {
	width: 800px;
	margin: 0 auto;
}
.tbContactForm .trBg01 {
	background-color: #f2f2f2;
}
.tbContactForm .trBg02 {
	background-color: #fafafa;
}
.tbContactForm th {
	width: 240px;
	white-space: nowrap;
	vertical-align: top;
	padding: 26px 0;
}
.tbContactForm th h2 {
	padding-left: 20px;
	font-weight: bold;
}
.tbContactForm th span {
	float: right;
	padding: 1px 5px;
	color: #fdf5f5;
	font-size: 78.5%;
	background-color: #e50012;
	margin: 2px 0 0 0;
}
.tbContactForm .inputAfter {
	background-color: #000;
}
.tbContactForm th, .tbContactForm td {
	border-bottom: #fff solid 1px;
	border-top: #fff solid 1px;
}
.tbContactForm td {
	margin-left: 20px;
	width: 560px;
}
.tbContactForm .inqText {
	vertical-align: top;
}
.inqText td {
	padding: 20px 0;
}
.tbContactForm select, .tbContactForm input {
	width: 360px;
	height: 28px;
	margin: 25px 0 25px 20px;
}
.tbContactForm textarea {
	height: 160px;
	width: 523px;
	margin: 0 0 0 20px;
}
.tbContactForm select, .tbContactForm input, .tbContactForm textarea {
	padding: 0 0 0 5px;
	color: #CCC;
	background-color: #f2f2f2;
	border: #d9d9d9 solid 1px;
}
.tbContactForm .relative {
	position: relative;
}
.tbContactForm .error {
	display: none;
	position: absolute;
	z-index: 5;
	top: -25px;
	left: 50px;
	background: url(../img/icon_hukidasshi.png) no-repeat 26px 34px;
	padding: 0 0 12px
}
.tbContactForm .error .errorInner {
	padding: 4px 10px 4px 10px;
	background: url(../img/bg_error.png) repeat-x;
}
.tbContactForm .error .errorInner span {
	padding: 0 10px 0 0;
	color: #FFF;
	font-size: 87.5%;
}
.tbContactForm .error .errorInner img {
	padding: 0 0 6px 0;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
input:focus, select:focus, textarea:focus {
	color: #333;
	background-color: #FFF;
	border: #d9d9d9 solid 1px;
}
.formBtnArea {
	margin-top: 70px;
	text-align: center;
}
.formBtnArea p a {
	text-decoration: underline;
}
.formBtn {
	width: 330px;
	padding: 10px 0;
	margin: 25px auto 85px auto;
	color: #fff;
	font-size: 114.2%;
	font-weight: bold;
	background-color: #e50012;
}
.formBtn a {
	color: #FFF;
}
.formBtn span {
	padding-top: 5px;
	text-indent: -1px;
	font-size: 75%;
	font-weight: normal;
}
.contact .footerBInner {
	width: 800px;
	margin: 0 auto;
}
.confBtn {
	display: none;
	width: 235px;
	margin: 60px auto 100px auto;
	text-align: center;
	color: #fff;
}
.confBtn a {
	display: block;
	padding: 12px 80px 12px 90px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 107.1%;
	background: url(../img/ico_arrow_white.gif) no-repeat 5em 1.3em;
	background-color: #000;
}
.confBtn a:hover {
	text-decoration: none;
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}
/* -------- .contact-form-btn  -------- */

.contact-form-btn {
	margin-top: 50px;
	text-align: center;
}
.contact-form-btn li {
	display: inline-block;
	margin: 0 10px;
}
body.IE7 .contact-form-btn li {
	display: inline;
	zoom: 1;
}
.contact-form-btn button {
	border: none;
	cursor: pointer;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: block;
	width: 17em;
	padding: 20px 20px 20px 20px;
	background: #B9DD62;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
body.lteIE7 .contact-form-btn button {
	padding: 20px;
}
.contact-form-btn button:hover {
	background-color: #327d21;
}
.contact-form-btn button span {
	position: relative;
}
.contact-form-btn button span:after {
	content: "";
	width: 5px;
	height: 9px;
	background: transparent url(site_splite02.png) no-repeat 0 -150px;
	position: absolute;
	top: 50%;
	margin: -4px 0 0 7px;
}
