@charset "UTF-8";
.blockSearch .boxList section {
	background-image:none;
	background:#e8e8e8;
}
.blockSearch .boxList section a {
	padding: 0!important;
}
.blockSearch .boxList a:not(.hd) {
	border-left-color: #d1d1d1;
}
.blockSearch .boxList section a:not(.hd):after {
	background-image: none;
}
.blockSearch .boxList section h3 {
	background: #e8e8e8;
	margin: 0 0 5px 0;
	padding: 10px 5px;
}
.blockSearch .boxList section h3 span.bkname {
	display: block;
	padding-left: 5px;
	border-left: 3px solid #FFF;
	overflow:hidden;
}
.blockSearch .boxList section h3 span.bkname ul.hdIcon {
	display: block;
}
.blockSearch .boxList section h3 span.bkname ul.hdIcon li.new {
	background-image:linear-gradient(#ea3682, #b80067);
}
.blockSearch .boxList section .inner .intro {
	margin: 0 5px 5px;
}
.blockSearch .boxList section .inner .img,
.blockSearch .boxList section .inner .data {
	display: block;
}
.blockSearch .boxList section .inner .img {
	width:auto;
	height: auto;
	margin-bottom: 5px;
}
.blockSearch .boxList section .inner .img img {
	width:48%;
	height: auto;
	margin-right: 5px;
}
.blockSearch .boxList section .inner .img img:last-child {
	margin-right: 0;
}