@charset "utf-8";
/* CSS Document */
.module-senior{
	background: #fff;
	padding: 60px;
}
.w:before,.w:after {
	content: ".";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}


.advSearchBox {
	padding-top: 30px;
	/* padding-bottom: 100px; */
	margin: 0 40px;
}

.listBox {
	position: relative;
	padding-left: 170px;
	margin-bottom: 30px;
	clear: both;
}

.listBox h5 {
	position: absolute;
	/* top: 0; */
	left: 0;
	width: 145px;
	font-size: 16px;
	line-height: 28px;
	color: #3B3B3B;
	text-align: right;
	letter-spacing: 2px;
	font-weight: bold;
}

.resourceType {
	/* overflow: hidden; */
}

.resourceType:before,.resourceType:after {
	content: ".";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}

.resourceType p {
	float: left;
	margin-right: 45px;
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	line-height: 28px;
	color: #424242;
	/* overflow: hidden;
	text-overflow: ellipsis; */
	white-space: nowrap;
}

.resourceType p label {
	cursor: pointer;
}

.resourceType p input {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 7px;
	left: 0;
	z-index: 2;
}

.resourceType p input+label {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 7px;
	left: 0;
	background: url(../images/radio.png) no-repeat 0px 0px;
	background: none\9;
	z-index: 1;
}

.resourceType p input:checked+label {
	background-position: 0px -14px;
}

.to {
	float: left;
	display: block;
	line-height: 28px;
	color: #C8C8C8;
	margin-right: 10px;
}

.theme {
	
}

.theme:before,.theme:after {
	content: ".";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}

.titleBox {
	float: left;
	width: 220px;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px;
	padding: 0 5px;
}

.titleBox input {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	font-size: 14px;
	line-height: 100%;
	color: #464646;
}

.titleSelect,.nameSelect {
	float: left;
	height: 28px;
	position: relative;
	border: 1px solid #ddd;
	background-color: #fafafa;
	border-radius: 3px;
	font-size: 12px;
	line-height: 28px;
	color: #373737;
	cursor: pointer;
	margin-right: 10px;
}

.titleSelect {
	width: 100px;
}

.nameSelect {
	width: 210px;
}

.titleSelect p,.nameSelect p {
	float: none;
	padding: 0 16px 0 0;
	text-align: center;
	background: url(../images/menu_show.png) no-repeat right center;
	margin-right: 5px;
	letter-spacing: 1px;
}

.titleSelect ul,.nameSelect ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	z-index: 10;
}

.titleSelect ul {
	min-width: 100%;
}

.nameSelect ul  {
	min-width: 100%;
}

.titleSelect li,.nameSelect li {
	padding-right: 10px;
	text-align: center;
}

.titleSelect li:hover,.nameSelect li:hover {
	background-color: #2173de;
	color: #FFFFFF;
}

.checkboxBox {
	float: left;
	position: relative;
	padding-left: 22px;
	font-size: 12px;
	line-height: 28px;
	color: #424242;
	margin-right: 20px;
}

.checkboxBox input {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: 0;
	opacity: 0;
	z-index: 2;
}

.checkboxBox input+label {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: 0;
	background: url(../images/checkbox.png) no-repeat left center;
	background: none\9;
	z-index: 1;
}

.checkboxBox input:checked+label {
	background-image: url(../images/checked.png);
}

.prompt {
	font-size: 12px;
	line-height: 18px;
	color: #3DB2E8;
	margin-top: 10px;
	clear: both;
}

.editCond {
	line-height: 28px;
	color: #F1722C;
	cursor: pointer;
}

.listBox1 {
	position: relative;
	padding-left: 80px;
	margin-bottom: 6px;
	clear: both;
}

.listBox1 h6 {
	font-size: 12px;
	line-height: 28px;
	color: #424242;
	letter-spacing: 1.5px;
	position: absolute;
	top: 0;
	left: 0;
}

.advSearchBox .list_show {
	display: block;
}

.advSearchBox .list_hide {
	display: none;
}

.advSearchBtnBox {
	padding-top: 15px;
}

.advSearBtn {
	width: 120px;
	text-align: center;
	border: none;
	border-radius: 3px;
	background-color: #2173de;
	font-size: 16px;
	line-height: 38px;
	color: #FFFFFF;
	letter-spacing: 2px;
	margin-right: 25px;
	cursor: pointer;
}

.multi_word{
	margin-bottom: 10px;
}









