@charset "UTF-8";
#user-top {
	background: #4e5361;
}
#user-top .right .comment {
	background: #f1f2f5;
	background: -moz-linear-gradient(top, #f1f2f5, #f2f2f5);
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f2f5), to(#f2f2f5));
}
#shop-list .list-box h4 {
	background: #6f747e;
	border-color: #3c3f49;
}
#shop-list .list-box ul {
	background: #f1f2f5;
	background: -moz-linear-gradient(top, #f1f2f5, #f2f2f5);
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f2f5), to(#f2f2f5));
  border-color: #3c3f49;
}
#user-communities {
	border: 1px solid #4e5361;
	background: #f1f2f5;
	background: -moz-linear-gradient(top, #f1f2f5, #f2f2f5);
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f2f5), to(#f2f2f5));
}
.like-comment .comment {
	background: #f1f2f5;
}