@charset "utf-8";

/* 会社概要 */

.companyTbl {
	line-height:1.5;
}

.companyTbl tr {
	margin-bottom:20px;
}

.companyTbl th {
	font-size:14px;
	border-bottom:#DEDEDE 3px solid;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.companyTbl td {
	font-size:14px;
	font-weight:bold;
	border-bottom:#DEDEDE 1px solid;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
}


.basicTbl {
	margin:0 10px 30px 10px;
}

.basicTbl th {
	background:#FCE4A7;
	border:#FBD67D 1px solid;
	padding:12px 0px;
	text-align:center;
}

.basicTbl td {
	background:#fff;
	border:#FBD67D 1px solid;
	padding:10px 10px;
	line-height:1.3;
}

/*フォーム
---------------------------------------*/	

.formTbl {
	margin:0 10px 30px 10px;
}

.formTbl th {
	background:#FCE4A7;
	border:#FBD67D 1px solid;
	padding:20px;
	text-align:center;
}

.formTbl td {
	background:#fff;
	border:#FBD67D 1px solid;
	padding:20px;
	line-height:1.3;
}

.formTbl select {
	height:25px;
}

.formTbl input {
	height:25px;
}

.btnArea {
	text-align:center;
}

input.contactBtn {
	background:url(../img/second/confirmBtn.jpg) 0 0 no-repeat;
	cursor:pointer;
	width:210px;
	height:40px;
	text-indent:-9999px;
	border:none;
}

input.contactBtn:hover {
	opacity:0.7;
}

input.btn-back {
	background:url(../img/second/backBtn.jpg) 0 0 no-repeat;
	cursor:pointer;
	width:210px;
	height:40px;
	text-indent:-9999px;
	border:none;
	margin-right:20px;
}	

input.btn-back:hover {
	opacity:0.7;
}

input.btn-submit {
	background:url(../img/second/sendBtn.jpg) 0 0 no-repeat;
	cursor:pointer;
	width:210px;
	height:40px;
	text-indent:-9999px;
	border:none;
}	

input.btn-submit:hover {
	opacity:0.7;
}





















