@ charset "Shift-JIS";

/*----------------------------------------------------
	入力
----------------------------------------------------*/


/* ラジオボタン */

.radio {
	float: left;
	margin-right: 5px;
	}


/* セレクトボックス */

.select {
	width: 120px;
	margin: 0 5px;
	}


/* テキストボックス */

.txtbox,
.txtbox-mg {
	height: 20px;
	border: 1px solid #a9a9a9;
	}

.txtbox-mg {
	margin: 0 5px;
	}


/* テキストエリア */

.txtarea {
	border: 1px solid #a9a9a9;
	width: 450px;
	height: 100px;
	margin: 3px 0;
	}


/* フォーカス */

.txtbox: focus,
.txtbox-mg: focus,
.txtarea: focus {
	border: 1px solid #a9a9a9;
	background-color: #ffffe0;
	}


/*----------------------------------------------------
	ボタン
----------------------------------------------------*/


/* 確認・送信ボタン */

.btn input#submit,
.btn input#back {
	display: block;
	margin: 5px auto;
	width: 300px;
	height: 45px;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
	white-space: nowrap;
	color: #ffffff;
	border: 0;
	}

.btn input#submit:hover,
.btn input#back:hover {
	cursor: pointer;
	}

.btn input#submit {
	float: right;
	background: url("../img/btn_contact.gif") 0 0 no-repeat;
	}

.btn input#submit:hover {
	background: url("../img/btn_contact.gif") 0 -45px no-repeat;
	}

.btn input#back {
	float: left;
	background: url("../img/btn_back.gif") 0 0 no-repeat;
	}

.btn input#back: hover {
	background: url("../img/btn_back.gif") 0 -45px no-repeat;
	}