/*アンケート関連*/

/*色、スタイル指定*/
.enq_form_table{
}
	.enq_form_table th.value
	,.enq_form_table th.point
	,.enq_form_table th.par
	{
		font-size: 12px;
		border-color: white #cccccc #cccccc  white;
		border-style: solid;
		background-color: #dddddd;
		color: #993333;
	}


	.enq_form_table tr.row0 td.value
	,.enq_form_table tr.row0 td.check
	,.enq_form_table tr.row0 td.point
	,.enq_form_table tr.row0 td.par
	,.enq_form_table tr.row0 td.td
	{
		font-size: 12px;
		border-color: white #cccccc #cccccc  white;
		border-style: solid;
		background-color: #eeeeee;
	}

	.enq_form_table tr.row1 td.value
	,.enq_form_table tr.row1 td.check
	,.enq_form_table tr.row1 td.point
	,.enq_form_table tr.row1 td.par
	,.enq_form_table tr.row1 td.td
	{
		font-size: 12px;
		border-color: white #cccccc #cccccc  white;
		border-style: solid;
	}
	.enq_form_table tr.row0 td.value
	,.enq_form_table tr.row1 td.value
	{
		font-weight:bold;
	}

	.enq_form_table tr.head td{
	font-weight: bold;
	color: white;
	}

	.enq_form_table td.value{
	}
		.enq_form_table td.value .input_text{
		}
	
	.enq_form_table td.check{
	}

	.enq_form_table td.point{
	}

	.enq_form_table td.par{
	}

	.enq_form_table td.td{
	}
	
/*余白指定*/
.enq_form_table{
margin: 10px auto 20px auto;
}
	.enq_form_table th.value
	,.enq_form_table th.point
	,.enq_form_table th.par
	{
		padding: 3px;
		text-align: center;
		border-width: 1px;
	}

	.enq_form_table td.value
	,.enq_form_table td.check
	,.enq_form_table td.point
	,.enq_form_table td.par
	,.enq_form_table td.td
	{
	border-width: 1px;
	}

	.enq_form_table tr.head td{
	padding: 3px 5px;
	}

	.enq_form_table td.value{
	width: 350px;
	padding: 3px 5px;
	}
		.enq_form_table td.value .input_text{
		width: 340px;
		}
	
	.enq_form_table td.check{
	width: 25px;
	text-align: center;
	padding: 3px 5px;
	}

	.enq_form_table td.point{
	width: 45px;
	text-align: right;
	padding: 3px 5px;
	}

	.enq_form_table td.par{
	width: 45px;
	text-align: right;
	padding: 3px 5px;
	}

	.enq_form_table td.td{
	width: 90px;
	padding: 3px 5px;
	}
	
.graph_table{
	width: 99%;
	font-size: 1px;
	margin: 2px 0px 4px 0px;
}
	.graph_table .bar1{
		border:outset 1px #FF9900;
		background-color: #FF9900;
		height: 5px;
	}
	.graph_table .bar2{
		border:inset 2px #FFFFFF;
		height: 3px;
	}
