@charset "utf-8";

/*resultlist
#divResultList {
	display: block;
	position: relative;
	top: 0;
	width: auto;
	height: auto;
	margin-right: 178px;
	min-width: 500px;
}*/
#divResultList {
	width: 100%;
	height: auto;
	margin-left: 0;
	min-width: 670px;
}

* html #divResultList {
	display: block;
	position: static;
	top: 0px;
	width: auto;
	height: auto;
	margin-left: 178px;
	min-width: 670px;
}

#searchOptions {
	display: block;
	width: 100%;
	border-top: 1px solid #A2A6AA;
	background-color: #F3F6F9;
	height: 38px;
}

#leftOptions {
	display: block;
	position: relative;
	top: 8px;
	left: 16px;
	float: left;
}

#rightOptions {
	display: block;
	position: relative;
	top: 8px;
	right: 8px;
	float: right;
}

#searchCnt {
	display: inline;
	text-align: right;
	height: 18px;
}

#divResultList form {
	position: relative;
	top: 10px;
}

#divResultList dl {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: inline-block;
}

#divResultList dd {
	float: left;
	display: block;
	padding: 0 6px 8px 0;
}

/*data simple*/
.briefData {
	min-height: 0px;
	padding: 0 0 0 16px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #d6d6d6;
}

*:first-child+html .briefData {
	min-height: 0px;
	padding: 0 0 0 16px;
	border-bottom: 1px dotted #d6d6d6;
}

*:first-child+html .briefData.first-child {
	margin: 4px 0 12px 0;
}