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

/*- フォーム：テキスト -*/
.formText {
	font-size: 12px;
	white-space:nowrap;
}

/*- フォーム：テキスト（赤） -*/
.textRed {
	color: #F00;
}

/*- フォーム：テキスト（中央ぞろえ） -*/
.center {
	text-align: center;	
}

/*- フォーム：入力内容注意 -*/
#mainContent #content #inquiry table caption {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}

/*- フォーム：テーブル-*/
#mainContent #content #inquiry table {
	width: 600px;
	margin: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*- フォーム：マーク -*/
#mainContent #content #inquiry table tr .check {
	background-color: #004B6C;
	width: 5px;
}

/*- フォーム：テーブル（項目） -*/
#mainContent #content #inquiry table tr .koumoku {
	background-color: #0088C5;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align:top
}

/*- フォーム：テーブル（列） -*/
#mainContent #content #inquiry table td {
	border-style: none;
	border-color: #FFF;
}

/*- 送信ボタンエリア -*/
#btnArea {
	width: 100px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

/*- 送信ボタン -*/
#btnOk {
	width: 100px;
}
