@charset "UTF-8";
#shop-top {
	background: #274a78;
}
#shop-top .bottom .left a {
	background: #3a6fb4;
}
#shop-top .bottom .left a.focus {
	background: #2871d2;
}
#shop-top .bottom .left a:hover {
	background: #2871d2;
}
#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: #274a78;
	background: -moz-linear-gradient(top, #274a78, #1d4272);
  background: -webkit-gradient(linear, left top, left bottom, from(#274a78), to(#1d4272));
  background: -o-linear-gradient(top, #274a78, #1d4272);
  background: -ms-linear-gradient(top, #274a78, #1d4272);
}
#shop-menu {
	background: #5d7d9c;
	border-top: 1px solid #233b5a;
}
#shop-menu a {
	background: #3a6fb4;
}
#shop-menu a:hover {
	text-decoration: none;
	background: #2871d2;
}
#shop-menu a.focus {
	background: #2871d2;
}
#my-review-count {
	background: #3a6fb4;
}
#my-review-count:hover {
	background: #2871d2;
}
a.btn-more {
	background: #3a6fb4;
	border-color: #345684;
}
a.btn-more:hover {
	background: #2871d2;
	border-color: #345684;
}
.like-comment .bubble {
	border-bottom: 10px solid #e8edf5;
}
.like-comment .body {
	background: #e8edf5;
}