@charset "utf-8";
/* CSS Document */


#contens h2:before {
	/*		content: url(../img/icon_h2.png);
	margin-right:10px;
	vertical-align:middle;*/
	background: url(../img/common/icon_h2.png)no-repeat scroll 0 0;
	background-size: 22px 25px;
	width: 22px;
	height: 25px;
	position: absolute;
	content: "";
	margin-right: 50px;
}

/* newsList*/


.searches{
	padding:10px;
}


.count {
    border: 1px solid #dcdbd7;
    clear: both;
    margin: 20px 0 20px 0;
    padding: 15px 30px;
}

.count span{
	font-weight: bold;
	font-size:1.1em;}


.searchesList {
	border-top:1px dashed #DDD;
	margin:0 0 20px 0;}
	
.searchesList li{
	border-bottom:1px dashed #DDD;
	padding:20px 0;}
	
.searchesList li a{
	margin-bottom:10px;
	display:block;
	font-size:1.1em;
	font-weight:bold;}	