@charset "UTF-8";
#user-top {
	background: #752100;
}
#user-top .right .comment {
	background: #f5e7e1;
	background: -moz-linear-gradient(top, #f5e7e1, #f5ede6);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e7e1), to(#f5ede6));
}
#shop-list .list-box h4 {
	background: #984f3d;
	border-color: #581f09;
}
#shop-list .list-box ul {
	background: #f5e7e1;
	background: -moz-linear-gradient(top, #f5e7e1, #f5ede6);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e7e1), to(#f5ede6));
  border-color: #581f09;
}
#user-communities {
	border: 1px solid #752100;
	background: #f5e7e1;
	background: -moz-linear-gradient(top, #f5e7e1, #f5ede6);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e7e1), to(#f5ede6));
}
.like-comment .comment {
	background: #f5e7e1;
}