/* 入力フォーム
---------------------------------------------*/
#orderForm {width: 700px;}

#orderForm fieldset {
	margin-top: 8px;
	border: 1px solid #ccc;
	background: #f7f9f9;
}
#orderForm legend {
	padding-top: 2px;
	color: #333333;
	font-weight: bold;
}
#orderForm dl {
	padding: 0px 20px 0px 20px;
	margin: 10px 20px 10px 10px;
}
#orderForm dt {
	margin-top: 0px;
}

#orderForm .Hissu {
	padding: 0px 0 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	background: #f7f9f9 url(./check.gif) left center no-repeat;
	margin-left: 10px;
}
#orderForm dd {
	padding: 0px 0 5px 0;
	border-bottom: 1px solid #CCCCCC;
	margin-left: 30px;
}

#orderForm em {
	color: #ef7310;
	font-style: normal;
}
#orderForm .submit {
	margin-top: 5px;
	text-align: center;
}
#orderForm select {
	background: #F7F7F7;
}
#orderForm .assist {
	color: #666666;
	font-size: 95%;
	background: #FFFFFF;
}
#orderForm .text1 {
	width: 150px;
	margin-left: 20px;
	
}
#orderForm .text2 {
	width: 4em;
}
#orderForm .text3 {
	width: 200px;
}
#orderForm .text4 {
	width: 3em;}
#orderForm .text1,#orderForm .text2,#orderForm .text3, #orderForm .text4{
	border: 3px double #CCCCCC;
	padding: 2px;
}
#orderForm li {display: inline;
               margin-left: 5px;
			  }
#orderForm p {margin: 0 20px 0 20px;}

.legehelp {margin-left: 50px;}
#com dd,dt {display:inline;}

#orderForm  h2{
    padding: 1px 30px 1px 10px;
    background-color: #f7f9f9;
	border-left: 7px solid #1ca53d;
	}
.h1 { font-size: 80%; color: #666666;}