@charset "UTF-8";
#user-top {
	background: #b13219;
}
#user-top .right .comment {
	background: #f5e7e4;
	background: -moz-linear-gradient(top, #f5e7e4, #f5ede8);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e7e4), to(#f5ede8));
}
#shop-list .list-box h4 {
	background: #e67970;
	border-color: #852f1e;
}
#shop-list .list-box ul {
	background: #f5e7e4;
	background: -moz-linear-gradient(top, #f5e7e4, #f5ede8);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e7e4), to(#f5ede8));
  border-color: #852f1e;
}
#user-communities {
	border: 1px solid #b13219;
	background: #f5e7e4;
	background: -moz-linear-gradient(top, #f5e7e4, #f5ede8);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e7e4), to(#f5ede8));
}
.like-comment .comment {
	background: #f5e7e4;
}