@charset "utf-8";

h2#inquiry_entry1{
	margin:20px 0 10px 10px;
	text-indent:-9898px;
	background:url("../img/inquiry_entry.gif") no-repeat;
	height:30px;
}

h2#inquiry_entry2{
	margin:20px 0 10px 10px;
	text-indent:-9898px;
	background:url("../img/inquiry_entry.gif") no-repeat 0 -30px;
	height:30px;
}

form{
	border-top:1px solid #999;
	height:400px;
}

form dl{
	width:600px;
	height:360px;
	margin:20px 35px;
	clear:left;
}

form dl#short{
	height:180px;
}

form dt{
	width:100px;
	color:#000;
	margin:0;
	float:left;
	clear:left;
}

form dd{
	margin:0;
	margin-left:10px;
	height:40px;
}

form dd input{
	border:1px solid #ccc;
	width:400px;
}

form dd textarea{
	border:1px solid #ccc;
	width:500px;
	height:10em;
	font-size:12px;
}

form dt.other{
	width:600px;
	clear:both;
	height:30px;
}

form dd.other{
	margin:0;
}

form dd span{
	margin-left:20px;
	font-size:10px;
	color:#999;
}

form#check dt{
	color:#999;
}

form#check dd input,form#check dd textarea{
	color:#666;
}

#privacy{
	color:#000;
	text-align:center;
	margin-bottom:20px;
}

input#submit{
	margin-left:215px;
	cursor:pointer;
}

/*thanks*/
#thanks{
	margin-top:100px;
	text-align:center;
}

#thanks p{
	line-height:24px;
}