@charset "utf-8";
@import url('smoj_aip_top_artistImage.css');
@import url('smoj_aip_top_latestRelease.css');
@import url('smoj_aip_top_panel.css');


/* hack */

/* socialArea */
.socialArea {
	position:absolute;
	width:300px;
	top:36px;
	right:0px;
	white-space:nowrap;
	overflow:hidden;
}

.hot_topic {
	background:#FFF;
	padding:15px;
	color:#444546;
	margin-top:20px;
	position:relative;
}

.hotTopicBtn {
	display: inline-block;
	padding: 10px;
	padding-left: 14px;
	cursor: pointer;
	background: #0f5fb8;
	color: white;
	font-size: 12px;
	padding-right: 30px;
	position: relative;
	zoom: 1;
	
	position:absolute;
	right:15px;
	top:15px;
}

.hotTopicBtn .listArrow {
	color:#fff;
	margin-top:-7px;
}

