@charset "utf-8";

#mailform {
	margin: 12px 0 100px 0;
	padding:0;
	border-top:5px solid #0c419a;
}

/* テーブル全体の表示 */
table.question {
	width:100%;
	border-width:1px;
	margin: 10px auto;
	background: #92b0cd;
	border-color: #039;
}

table.question th {
	padding: 10px;
	width: 200px;
	background: #69c;
	text-align: left;
	vertical-align:top;
}

table.question td { 
	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;
}