@charset "utf-8";

/**
 * フォーム
 */

.formArea{
}
.formArea .formFieldSet{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.formArea .formSizeS dt{
	width: 100px;
}
.formArea .formSizeM dt{
	width: 120px;
}
.formArea .formSizeL dt{
	width: 160px;
}

.oneCol .formSizeS dd{
	width: 657px;
}
.oneCol .formSizeM dd{
	width: 737px;
}
.oneCol .formSizeL dd{
	width: 607px;
}

.twoCol .formSizeS dd{
	width: 457px;
}
.twoCol .formSizeM dd{
	width: 537px;
}
.twoCol .formSizeL dd{
	width: 397px;
}

.formField{
	clear: both;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #eeeeee;
}
.oneCol .formField{
	_width:778px;
}
.twoCol .formField{
	_width:578px;
}

.formField dt{
	display: block;
	float: left;
	padding: 5px;
}
.formField dt span{
	font-size: 11px;
	color: #ee0000;
	margin-left: 2px;
}
.formField dd{
	float: left;
	padding: 5px;
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.formField dd input,
.formField dd textarea{
	font-size: 12px;
}
.formArea .formSubmit{
	clear: both;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}
.formArea .submitBtn{
	width: 100px;
}
.formArea .backBtn{
}

.formArea .formField .inputTextS{
	width: 50%;
}
.formArea .formField .inputTextM{
	width: 80%;
}
.formArea .formField .inputTextL{
	width: 99%;
}
.formArea .formField .textAreaS{
	width: 99%;
	height: 50px;
}
.formArea .formField .textAreaM{
	width: 99%;
	height: 100px;
}
.formArea .formField .textAreaL{
	width: 99%;
	height: 200px;
}

.formTextEdit{
	padding: 5px;
	border: 2px solid #CCCCCC;
	margin-bottom: 20px;
}
.formTextEdit textarea{
	width: 100%;
}

/**
 * ボタン関係
 */

.formButton{
	text-align: center;
	padding: 2px;
	margin-top: 10px;
}

/*--送信--*/
input.sbmBtn{
	width: 120px;
}
input.sbmBtnM{
	width: 140px;
}
input.sbmBtnL{
	width: 190px;
}
/*--戻る--*/
input.backBtn{
	margin-right: 2px;
}

/**
 * フォーム要素のサイズ
 */

/*--テキストボックス--*/
input.inputText30{
	width: 30px;
}
input.inputText50{
	width: 50px;
}
input.inputText100{
	width: 100px;
}
input.inputText120{
	width: 120px;
}
input.inputText200{
	width: 200px;
}
input.inputText300{
	width: 300px;
}
input.inputText400{
	width: 400px;
}
input.inputText500{
	width: 500px;
}
input.inputText600{
	width: 600px;
}
input.inputTextMax{
	width: 99%;
}
/*--テキストエリア--*/
textarea.textAreaS{
	width: 400px;
	height: 50px;
}
textarea.textAreaM{
	width: 500px;
	height: 100px;
}
textarea.textAreaL{
	width: 600px;
	height: 200px;
}

/**
 * その他
 */

.buttonArea{
	text-align: center;
	clear: both;
	width: 100%;
}
.buttonArea{
	margin-top: 10px;
}
.sbmBtn,
.sbmBtnM,
.sbmBtnL{
}

/*--フォーム・説明--*/
.inputReg{
	font-size: 11px;
	color: #0066CC;
}
/*--フォーム・注意---*/
.inputAtt{
	font-size: 12px;
	color:#FF0000;
}
