@charset "UTF-8";
#shop-top {
	background: #b13219;
}
#shop-top .bottom .left a {
	background: #da472a;
}
#shop-top .bottom .left a.focus {
	background: #cd462b;
}
#shop-top .bottom .left a:hover {
	background: #cd462b;
}
#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: #b13219;
	background: -moz-linear-gradient(top, #b13219, #a82309);
  background: -webkit-gradient(linear, left top, left bottom, from(#b13219), to(#a82309));
  background: -o-linear-gradient(top, #b13219, #a82309);
  background: -ms-linear-gradient(top, #b13219, #a82309);
}
#shop-menu {
	background: #e67970;
	border-top: 1px solid #852f1e;
}
#shop-menu a {
	background: #da472a;
}
#shop-menu a:hover {
	text-decoration: none;
	background: #cd462b;
}
#shop-menu a.focus {
	background: #cd462b;
}
#my-review-count {
	background: #da472a;
}
#my-review-count:hover {
	background: #cd462b;
}
a.btn-more {
	background: #da472a;
	border-color: #c3452c;
}
a.btn-more:hover {
	background: #cd462b;
	border-color: #c3452c;
}
.like-comment .bubble {
	border-bottom: 10px solid #f5e7e4;
}
.like-comment .body {
	background: #f5e7e4;
}