/* ----------------------------入力画面でのみ使用するcss--------------------------------*/
	#form{
		width: 841px;
		margin: auto;
	}
	
	#error_area{
		color: red;
		margin: 0px auto 10px;
	}
	
	.koumoku .text{
		text-align: left;
		font-size: 12px;
	}
	
	.ime-on{
	  ime-mode: active;
	}
	
	.ime-off{
	  ime-mode: disabled;
	}
/* ------------------------------------------------------------*/
/* ---------------------------form.php全体で使用するcss---------------------------------*/

	.msg{
		color: red;
		text-align: left;
		padding-left: 40px;
	}
	
	.koumoku{
		margin: 10px 0px;
		clear: both;
	}
	.koumoku_title{
		float: left;
		width: 160px;
		text-align: right;
	}
	.koumoku_input{
		float: left;
		text-align: left;
	}
	#gekirei{
		text-align: left;
		padding-left:150px;
		font-weight: bold;
	}

	
/* --------------------------確認画面でのみ使用するcss----------------------------------*/

	#confirm{
		width: 600px;
		margin: auto;
	}
	
	#confirm .koumoku_input{
		float: right;
		width: 430px;
	}
	#confirm .msg{
		width: 400px;
		margin: auto;
		padding-left: 0px;
	}
	
	.button{
		margin: 20px auto 0px;
		width: 360px;
	}
	
	#trans_button{
		float: right;
	}
	
	#return_button{
		float: left;
	}
	
/* ------------------------------------------------------------*/
/* -------------------------最終画面でのみ使用するcss-----------------------------------*/

	#thanks{
		width: 320px;
		margin: auto;
		background-color: #E8E8FF;
		padding: 5px;
	}
	#thanks p {
		width:300px;
		margin:5px auto;
		border-bottom: 1px dotted;
	}
	#thanks #for{
		text-align: left;
	}
	#thanks #name{
		text-align: right;
	}
	#thanks #thanks_text{
		font-weight: bold;
	}
/* ------------------------------------------------------------*/
