table.survey_list {
	border-collapse: collapse;
	font-size: 14px;
}
table.survey_list th {
	padding: 7px 10px;
	border: 1px solid #0067b4;
	font-weight: normal;
	background-color: #daeef3;
	text-align: left;
}
table.survey_list th.txt_right {
	text-align: right;
}
table.survey_list td {
	padding: 7px 10px;
	border: 1px solid #0067b4;
}
table.survey_list th a ,
table.survey_list td a {
	color: #0067b4;
}

table.no_data {
	border-collapse: collapse;
	font-size: 14px;
}
table.no_data th {
	padding: 7px 10px;
	border: 2px solid #fff;
	font-weight: normal;
	background-color: #daeef3;
	text-align: center;
}
table.no_data td {
	padding: 7px 10px;
	border: 2px solid #fff;
	background-color: #daeef3;
}
table.no_data th a ,
table.no_data td a {
	color: #0067b4;
}
table.no_data td span.red {
	color: red;
}
p.table_notice {
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
}
dl.indent_1,
dl.indent_2half {
	margin: 0;
}
dl.indent_1 dt {
	margin-top: 0;
	float: left;
	width: 1em;
}
dl.indent_1 dd {
	margin-left: 1.2em;
}
dl.indent_2half dt {
	margin-top: 0;
	float: left;
	width: 2.5em;
}
dl.indent_2half dd {
	margin-left: 2.7em;
}


/*-------------------------------------------------------------------------------*
 *	Clear fix
 *-------------------------------------------------------------------------------*/

dl.indent_1,
dl.indent_2half {
	zoom: 100%;
}

dl.indent_1:after,
dl.indent_2half:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
