@charset "UTF-8";
#user-top {
	background: #83644e;
}
#user-top .right .comment {
	background: #f5f0ed;
	background: -moz-linear-gradient(top, #f5f0ed, #f5f3ef);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f0ed), to(#f5f3ef));
}
#shop-list .list-box h4 {
	background: #aa8f81;
	border-color: #624d3e;
}
#shop-list .list-box ul {
	background: #f5f0ed;
	background: -moz-linear-gradient(top, #f5f0ed, #f5f3ef);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f0ed), to(#f5f3ef));
  border-color: #624d3e;
}
#user-communities {
	border: 1px solid #83644e;
	background: #f5f0ed;
	background: -moz-linear-gradient(top, #f5f0ed, #f5f3ef);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f0ed), to(#f5f3ef));
}
.like-comment .comment {
	background: #f5f0ed;
}