@charset "utf-8";
/* CSS Document */

.anken_result {
	padding-bottom: 5px;
	font-size: 14px;
}
.anken_number {
	font-size: 18px;
	font-weight: bold;
}

.anken {
	font-size: 14px;
}
#anken_title {
	color: #036;
	font-size: 14px;
}
.anken_table {	
	border: 1px solid #CCC;	border-collapse: collapse;

}
.anken_table td {
	padding: 4px;
}
.anken_table_color_id {
	background-color: #f2f2f2;
	border: 1px solid #E6E6E6;
	text-align: center;
}

.anken_table_color {
	background-color: #036;
	border: 1px solid #BFBFBF;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.anken_table_color02 {
	border: 1px solid #E6E6E6;
	background-color: #f2f2f2;
}
.anken_table_none {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.anken_name {
	font-weight: bold;
	color: #039;
	font-size: 14px;
}
