/*
form only
***************************/

div.formBody#body{
	width:940px;
	_width:980px;
	padding:0 20px;
	margin:0 auto;
	text-align:center;
}

#main{
	padding:0 13px;
	margin:0 auto;
	width:674px;
	_width:700px;
	text-align:left;
}


span.alert-txt{
	color:#CC0000;
	font-size:1em;
}

#enqt {
	width:674px;
	margin: 0 auto;
	padding-bottom:30px;
}

	#enqt table{
		width:100%;
	}
	
		#enqt table tbody tr{
		}
		#enqt table th{
			width:30%;
			background-color:#f4f4f4;
			padding:12px 13px;
			vertical-align:top;
			border:#cccccc solid 1px;
			border-right:none;
		}
			
		#enqt table td{
			width:70%;
			padding:12px 15px;
			vertical-align:top;
			border:#cccccc solid 1px;
			
		}
	
			#enqt table th.heading-Block{
				background-color:#0d1f78;
				font-weight:bold;
				font-size:1.2em;
				line-height:1;
				border:none;
				color:#FFFFFF;
				padding:9px 13px;
				width:100%;
				}
			#enqt table th.heading-Block-first{
				background:url(../imgs/module_parts/heading_form/bg.gif) no-repeat 0 0 #0d1f78;
				font-weight:bold;
				font-size:1.2em;
				color:#FFFFFF;
				border:none;
				padding:9px 13px;
				width:100%;
				}
	
	#enqt table .a-txt{
		font-size:12px;
		line-height:1;
		font-weight:normal;
	}
	#enqt table input[type="text"]{
			height:18px;
			border:#7f9db9 solid 1px;
	}
	#enqt table textarea{
			border:#7f9db9 solid 1px;
	}
	#enqt table select{
	margin-top:1px;
	}
	

	#enqt table .txt{
		font-size:1em;
		line-height:1.35;
		margin-top:0px;
		padding-bottom:4px;
	}
	
	#enqt table .iframeBox{
		text-align:center;
		width:auto;
		padding-top:10px;
		padding-bottom:20px;
	}
	
	#enqt table ul.raidoList{
		margin:0 0 0 -1px;
	}
	
	#enqt table ul.raidoList li{
		padding-bottom:4px;		
	}
		#enqt table ul.raidoList li input[type="radio"]{
			margin-right:7px;		
		}
		#enqt table ul.raidoList li.last{
			padding-bottom:0px;		
		}
	
	#enqt table ul.checkboxList{
		margin:0 0 0 -1px;
		padding:0;
		zoom:1;
	}
	#enqt table ul.checkboxList li{
		padding-bottom:4px;		
	}
		#enqt table ul.checkboxList li input[type="checkbox"]{
			margin-right:9px;		
		}
		#enqt table ul.checkboxList li.last{
			padding-bottom:0px;		
		}
		
		
		/*
		textList-unordered nested
		********************************/
		
		#enqt table ul.textList-unordered {
			padding-bottom:0px;
		}
		
		#enqt table ul.textList-unordered li{
			padding-bottom:5px;
		}
		#enqt table ul.textList-unordered ul.checkboxList li{
			background:none;
			padding-left:0px;
			padding-bottom:7px;
			margin-left:-2px;
			zoom:1; /* fix haslayout bug for ie */
		}		
		#enqt table ul.textList-unordered ul.checkboxList li span{
			background:url(../imgs/module_parts/common/arrow.gif) no-repeat 0 0.5em;
			display:inline-block;
		}
		#enqt table ul.textList-unordered ul.checkboxList li span a{
			margin-top:-10px;
			padding-left:9px;
			text-decoration:none;
		}
		#enqt table ul.textList-unordered ul.checkboxList li span a:hover{
			text-decoration:underline;
		}
	/*
	exception
	***********************/
	
	#enqt table .txt-notes{
		font-size:0.84em;
		line-height:1;
		margin-top:5px;
		padding-bottom:15px;
	}
	
	#enqt table .textList-notes{
			display:inline-block;
			text-align:left;
			padding-bottom:0px;
	}
			
	#enqt table .textList-notes li{
			background:url(../imgs/module_parts/textlist_notes/small.gif) no-repeat 0 0.2em;
			font-size:0.84em;
			line-height:1.4em;
	}
	
	#enqt table .textNavList{
			display:inline-block;
			text-align:left;
			padding-bottom:0px;
	}
	
/*
SECOM SEAL
***************************/
.secomSeal{
	padding-bottom:30px;
	zoom:1;
}
	.secomSeal td{
		vertical-align:middle;
	}
	.secomSeal td p.paragraph{
		padding:0;
		padding-left:15px;
	}

	.secomSeal td a{
		text-decoration:none;
	}
	.secomSeal td a:hover{
		text-decoration:underline;
	}


/*
****/
#enqt table .nestedTable table{
	border-collapse:collapse;
	border-spacing:0;
	width:auto;
}
#enqt table .nestedTable table tr{
	border:none;
}
#enqt table .nestedTable table th,
#enqt table .nestedTable table td{
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:top;
	line-height:1.5;
	padding-bottom:7px;
	border:none;
	width:auto;
	}
#enqt table .nestedTable table th{
	padding-right:25px;
	background-color:#FFFFFF;
	}