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

/*ランキング・検索結果の設定*/

.rank_box{
	height: 100px;
	padding: 15px 0;
	position:relative;
	list-style-type: none;
}


h3,h4,h5{

}

#ranking h3,h4,h5{
font-weight:normal;
}

.rank_box h4{
	margin:8px 0 0 0;

}
.style_icon{
vertical-align:-5px;


}
.rank_box:hover{
border-left:3px solid #FFF;/*click_boxとセット*/
}
#ranking a:hover,#results a:hover{
	text-decoration:none !important;
}
.rank_box .bt_maru_pink{
	position:absolute;
	top:50px;
	right: 20px;
}

	

/*音楽ニュース*/



.news_box{
	padding:10px 0 0 0;
	
}
.article{
	width:210px;
	
}
.article h5{
font-weight:normal;
}
.news_box:hover{
background-color:#FCDEE0;/*click_boxとセット*/
}
/*検索結果、次へボタン*/
#results_count{
	padding:15px 0;


	font-size:16px;
}
#results_count p{
		line-height:30px;
}
#results_count ol a{
font-size:18px;
	margin-right:8px;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	float:left;
}
#results_count ol a:not(:last-child):not(:first-child){
	border:1px solid #DFF0DD;
	}
#results_count ol a:hover{

background-color:#DFF0DD;
}
.number_focus{
	background-color:#CC0000;
	color:#FFFFFF;
	}