/* CSS 迷惑FAX情報　通報フォーム */

/* ステップ画像 */
#main div.step {
	width:583px;
	margin-top:22px;
	padding-bottom:25px;
}

/*******************************/
/* 注釈通常 */
#main p {
	margin:0 auto 0 auto;
}
/* 注釈中央 */
#main p.note-b {
	text-align:center;
	font-weight:bold;
	margin:0 auto 0 auto;
}
/* 注釈中央 */
#main p.note-c {
	text-align:center;
	padding-bottom:300px;
	margin:0 auto 0 auto;
}
/* 注釈ボーダーつき */
#main p.note-s {
	width:541px;
	padding:10px;
	margin-top:15px;
	border:#FFA53D solid 2px;
}

/*******************************/
/* フォーム指定 */
/* ロング */
#main table input.long {
	width:330px;
}
/* ミドル */
#main table input.middle {
	width:80px;
}
/* ショート */
#main table input.short {
	width:50px;
}
/* ハイロング */
#main table textarea.long-h {
	width:330px;
	height:70px;
}


/* 選択フォーム */
#main table select.long {
	width:330px;
}

/******************************/
/* ボタン（中央） */
#main input.next-bt {
	margin:0px auto 100px 260px;
}

/* 2つ配置 */
#main div.bt {
	width:200px;
	margin:0px auto 43px auto;
}
	#main div.bt input.back-bt-left {
		float:left;
		margin-bottom:30px;
	}
	#main div.bt input.next-bt-right {
		float:right;
		margin-bottom:30px;		
	}

.error { color: #c00; }
