/*************************************************************************************
フォーム用
*************************************************************************************/

/****必須マーク***********************************/
.hiss {
	color: #FF0000;
}

/****エラー***********************************/
.err {
	color: #FF0000;
}

/****フォームテーブル***********************************/
.table-form {
	width: 700px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px auto;
	padding: 0px;
}

.table-form th {
	color: #A6774C;
	background-color: #EEEEEE;
	width: 140px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: left;
}

.table-form th span {
	padding-left: 5px;
	margin-left: 5px;
	border-left: 3px solid #834E35;
}

.table-form td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
}

.align-c {
	text-align: center;
}

.input-s {
	width: 200px;
}


/****フォーム***********************************/
form {
	margin: 0px;
	padding: 0px;
}

/****セレクト・ボタン用***********************************/
.input-m {
	width: auto;
}

/****テキスト用***********************************/
.input-l {
	width: 500px;
}

.point {
	color: #3B6C53;
}

.inp4 {
	width: 80px;
}

.inp2 {
	width: 40px;
}

.message {
	margin: 0px;
	padding: 10px 10px 10px 50px;
}
