@charset "Shift_JIS";
@import url(bottom.css);


/* @group inqForm */
#inqForm{
	border: solid 1px #ccc;
}
#inqForm dl{
	margin: 20px;
}
#inqForm dl dt{
	border-left: 6px solid #329e2c;
	line-height: 100%;
	padding-left: 5px;
}
#inqForm dl dt strong{
	color: #e52017;
}
#inqForm dl dd{
	margin: 5px 0 20px 0;
	border-bottom: dotted 1px #ccc;
	padding: 0 0 5px 12px;
}
#inqForm dl dd ul{
	margin: 0 ;
	list-style: none;
	padding: 0;
}
#inqForm dl dd ul li{
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 5px;
}
#btnSubmit{
	text-align: center;
}
#btnSubmit input{
	width: 6em;
	margin: 0 10px;
}
#inqOption{
	list-style: none;
	margin: 20px ;
	padding: 0 ;
}
#thankYouMsg{
	text-align: center;
	font-weight: bold;
}

/* @end */