@charset "UTF-8";
#shop-top {
	background: #985120;
}
#shop-top .bottom .left a {
	background: #e47a30;
}
#shop-top .bottom .left a.focus {
	background: #ff700d;
}
#shop-top .bottom .left a:hover {
	background: #ff700d;
}
#shop-top.closed .bottom .left a, #shop-top.closed .bottom .left a.focus, #shop-top.closed .bottom .left a:hover {
	background: #c4c4c4;
}
#shop-top.closed .bottom .left a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
#shop-head {
	background: #985120;
	background: -moz-linear-gradient(top, #985120, #904613);
  background: -webkit-gradient(linear, left top, left bottom, from(#985120), to(#904613));
  background: -o-linear-gradient(top, #985120, #904613);
  background: -ms-linear-gradient(top, #985120, #904613);
}
#shop-menu {
	background: #c68668;
	border-top: 1px solid #724221;
}
#shop-menu a {
	background: #e47a30;
}
#shop-menu a:hover {
	text-decoration: none;
	background: #ff700d;
}
#shop-menu a.focus {
	background: #ff700d;
}
#my-review-count {
	background: #e47a30;
}
#my-review-count:hover {
	background: #ff700d;
}
a.btn-more {
	background: #e47a30;
	border-color: #a76130;
}
a.btn-more:hover {
	background: #ff700d;
	border-color: #a76130;
}
.like-comment .bubble {
	border-bottom: 10px solid #f5ece6;
}
.like-comment .body {
	background: #f5ece6;
}