/* 入力フォーム
---------------------------------------------*/
#orderForm fieldset {
    margin:20px 0 20px 20px;
	border: 1px solid #ccc;
	font-size: 110%;
	width:700px;
}
#orderForm legend {
	padding-top: 3px;
	padding-top: 2px;
	color: #333333;
	font-weight: bold;
	border-top: 2px solid #61657B;
	margin:20px 0 0 20px;
}
#orderForm dl {
	padding: 10px 20px 20px 20px;
}
#orderForm dt {
	margin-top: 10px;
	font-weight:bold;
}
#orderForm dd {
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
#orderForm em {
	color: #DC0101;
	font-style: normal;
}
#orderForm .submit {
	margin: 10px 0 10px 0;
	text-align: center;
}
.submit2 {
	width:300px;
	margin: 10px 0 10px 200px;
	text-align: center;
}
#orderForm select {
	background: #F7F7F7;
}
#orderForm .assist {
	color: #666666;
}
#orderForm .text1 {
	width: 200px;
}
#orderForm .text2 {
	width: 4em;
}
#orderForm .text3 {
	width: 330px;
}
#orderForm .text4 {
	width: 530px;
}
#orderForm .text1,#orderForm .text2,#orderForm .text3,#orderForm .text4{
	background: #FFFFFF;
	border: 2px solid #CCCCCC;
	padding: 2px;
	margin:5px 0;
}