@charset "utf-8";

/* テーブル全体の表示 */
table.question {
	width:100%;
	border-width:0px;
	margin: 10px auto;
}

table.question th {
	font-size:0.8em;
	padding: 10px;
	width: 200px;
	background: #EEEEEE;
	text-align: left;
}

table.question td { 
	font-size:0.8em;
	padding: 10px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #DDDDDD;
}

/* エラー時の表示 */
table.question .error_coution {
	color:#FF0000;
}

/* submitボタンエリア */

div.question_submit {
	text-align:center;
	margin:20px 0px;
}

div.question_submit input.button {
	width: 150px;
}

