@charset "Shift_JIS";
/* ===================================================================
CSS information
style 各ページ用
=================================================================== */
table.inq { width: 743px; }
table.inq th {
	border: 1px solid #dfdfdf;
	text-align: left;
	vertical-align: top;
	background-color: #fff6d8;
	width:210px;
	background-image: url(../img/hi_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 16px;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 45px;
}

table.inq td {
	border: 1px solid #dfdfdf;
	text-align: left;
	vertical-align: top;
	padding: 14px;
}

table.inq td.normal {
	border: 1px solid #dfdfdf;
	text-align: left;
	vertical-align: top;
	background-color: #fff6d8;
	width:190px;
	background-repeat: no-repeat;
	background-position: 10px 16px;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 45px;
}


table.inq td .text_f {
	border: 1px solid #dfdfdf;
	width:320px;
	background-color: #f6f6f6;
}

table.inq td .text_f2 {
	border: 1px solid #dfdfdf;
	width:160px;
	background-color: #f6f6f6;
}

.er_msg {
	color:#FF0000;
	padding:10px 10px 0px 10px;
}

.error {
	color:#FF0000;
}
.radio{
	float:left;
	margin-right:20px;
}
.txt_normal{
	font-weight:normal;
	font-size:85%;
}
