@charset "UTF-8";
#user-top {
	background: #985120;
}
#user-top .right .comment {
	background: #f5ece6;
	background: -moz-linear-gradient(top, #f5ece6, #f5f0e9);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5ece6), to(#f5f0e9));
}
#shop-list .list-box h4 {
	background: #c68668;
	border-color: #724221;
}
#shop-list .list-box ul {
	background: #f5ece6;
	background: -moz-linear-gradient(top, #f5ece6, #f5f0e9);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5ece6), to(#f5f0e9));
  border-color: #724221;
}
#user-communities {
	border: 1px solid #985120;
	background: #f5ece6;
	background: -moz-linear-gradient(top, #f5ece6, #f5f0e9);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5ece6), to(#f5f0e9));
}
.like-comment .comment {
	background: #f5ece6;
}