
.search-box {
	overflow:auto;
	height:auto;
	min-height:150px;
	padding-bottom:20px;
	margin-bottom:40px;
	border-bottom:2px dotted #ddd;
}
.search-box:last-child {
	border-bottom:none;
}

.search-box a[target="_blank"]:after {
    display: inline-block;
    content: "\e980";
    font-family: "xeicon";
    vertical-align: -1px;
    margin-left: 0.25rem;
}

.search-box .paging-area {
	margin-top:4rem;
}
.search-box .category {
	font-size:2.4rem;
	height:auto;
	margin-bottom:0;
}
.search-box .result {
	display:inline-block;
	font-size:1.8rem;
	position:absolute;
	top:-3.2rem;
	right:0px;
}
.search-box .search_empty {
	padding:1rem 0;
	font-size:1.5rem;
}
.search-box .search_lists {
	margin-top:1rem;
}
.search-box .search_lists li {
	padding:.5rem 0;
	border-top: 1px solid #ddd
}
.search-box .search_lists li:first-child {
	border-top: 0;
}
.search-box .search_lists li .title {
	display:block;
	margin-bottom:5px;
	font-size:2rem;
	font-weight: 800;
}
.search-box .search_lists li .rescue {
	margin-bottom:.5rem;
}
.search-box .search_lists li .rescue a {
	font-weight:normal;
	font-size:1.8rem;
	color: #19428b;
}
.search-box .search_lists li .contents {
	color:#888;
	display: -webkit-box; 
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height: 1.2;
}
.search-box .search_lists li .link {
	color:#888;
	margin-top:.5rem;
}
