@charset "UTF-8";
#shop-top {
	background: #7a5112;
}
#shop-top .bottom .left a {
	background: #b7791b;
}
#shop-top .bottom .left a.focus {
	background: #d68100;
}
#shop-top .bottom .left a:hover {
	background: #d68100;
}
#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: #7a5112;
	background: -moz-linear-gradient(top, #7a5112, #744907);
  background: -webkit-gradient(linear, left top, left bottom, from(#7a5112), to(#744907));
  background: -o-linear-gradient(top, #7a5112, #744907);
  background: -ms-linear-gradient(top, #7a5112, #744907);
}
#shop-menu {
	background: #9f784d;
	border-top: 1px solid #5c4015;
}
#shop-menu a {
	background: #b7791b;
}
#shop-menu a:hover {
	text-decoration: none;
	background: #d68100;
}
#shop-menu a.focus {
	background: #d68100;
}
#my-review-count {
	background: #b7791b;
}
#my-review-count:hover {
	background: #d68100;
}
a.btn-more {
	background: #b7791b;
	border-color: #865e1f;
}
a.btn-more:hover {
	background: #d68100;
	border-color: #865e1f;
}
.like-comment .bubble {
	border-bottom: 10px solid #f5eee4;
}
.like-comment .body {
	background: #f5eee4;
}