#topicPath a{
	text-decoration: none;
}

#content .search-entry h2,
.search-entry h3{
	display: block;
	margin: 10px 0 5px;
	padding: 0;
	height: auto;
	line-height: 1.2;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
}
.search-entry h3{
	margin: 10px 0;
}
.contentTitle .title-top{
	margin-bottom: 12px;
	margin-top: 15px;
	height: 11px;
}

#search-results-title h2{
	float: left;
}

.search-results-header {
	float: left;
	margin: 0;
	padding: 0 0 11px 15px;
	font-size: 24px;
	color: #000;
	border: none;
}
.search-results-header span{
	font-size: 12px;
	color: #c42600;
}

#search-bottom{
	margin-left: 2px;
	width: 658px;
}

.contentTitle:after,
#search-results-title:after,
#search-results:after,
#search-bottom:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}


/*------------pagenavi-------------*/


#search-results #pager-search .current_page{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #fff;
}

/*------------showcase-------------*/

.showCaseWrap{
	padding: 0 0 15px;
}
#showCase{
	margin: 15px 0 0; 
	padding: 6px;
	background:  url(/images/side/bg_side_contents.gif) 0 0;
}
#showCase .search-entry{
	background: #fff;
	padding: 15px;
}
#showCase .search-entry .search-entry-txt{
	float: right;
	width: 500px;
}
#showCase .search-entry .search-img{
	float: left;
	width: 225px;
	height: 165px;
	overflow: hidden;
}
#showCase .search-entry .search-img img{
	height: 100%;
}
#search-results .showcaseContents .search-entry{
	padding: 0;
	margin-top: 0;
}


/*------------list-------------*/


.search-results-container{
	padding: 0;

}

.search-entry .search-entry-txt p{
	font-size: 16px;
	line-height: 22px;
	margin: 6px 0;
}

#search-results .search-entry:hover p{

	color: #ee3229;
	text-decoration: underline;
}
#search-results .search-entry:hover h3{
	color: #ee3229;
}


.search-entry{
	position: relative;
}

.search-entry a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.search-entry .catch{
	color: #ee3229;
	font-weight: bold;
}
/*.search-entry h3{
	color: #000000;
	margin: 10px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}*/
.search-entry .search-img{
	float: left;
	width: 186px;
	height: 137px;
	overflow: hidden;
}
.search-entry .search-entry-txt{
	float: right;
	width: 580px;
}

.search-entry:after{
	content: "";
	display: block;
	visibility: hidden;	
	clear: both;
}

.search-entry .date{
	color: #999;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 5px;
}

.search-entry-inner .search-entry{
	padding: 15px 0;

}
