@charset "UTF-8";
.review-shop {
  margin-bottom: 10px;
}
.review-shop .head {
	border-radius: 4px 4px 0 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #f7f6f5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	padding: 10px;
}
.review-shop .body {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: none;
	background: #fff;
	border-radius: 0 0 4px 4px;
}
.wrap .review-shop .head {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wrap .review-shop .solid {
	border: none;
}
.review-shop .score {
	font-size: 24px;
	font-family: 'Ubuntu', arial, sans-serif;
	border-radius: 4px;
	background: #ffecc6;
	color: #ff9210;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(200, 100, 0, 0.1);
	width: 68px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: bottom;
}
.review-shop .score .unit {
	font-size: 10px;
	margin: 0 -5px -10px 1px;
	vertical-align: bottom;
	font-family: sans-serif;
	position: relative;
	top: 3px;
}
.review-shop .head .title .props img {
	vertical-align: middle;
	margin-right: 2px;
	width: 16px;
	height: 16px;
	border-radius: 2px;
}
.review-shop .comment {
	padding: 10px;
	word-wrap: break-word;
	color: #0e0e0e;
}
.review-shop .comment p {
	margin-bottom: 5px;
	font-size: 12px;
}
.review-shop .comment img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-height: 200px;
	max-width: 220px;
}
.review-shop .foot {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	background: rgba(0, 0, 0, 0.025);
	font-size: 11px;
	padding: 5px;
}
.review-shop .foot .left {
	float: left;
}
.review-shop .foot .right {
	float: right;
	line-height: 20px;
}
.review-shop .foot img {
	line-height: 0;
	margin: 0;
}
.review-shop .foot .btn {
	display: inline-table;
	line-height: 20px;
	height: 20px;
	font-size: 11px;
	border-radius: 3px;
	padding: 0 6px;
	color: #fff;
	vertical-align: middle;
	background: #b5495b;
}
.review-shop .foot .edit {
	background: #3ca527;
}
.review-shop .foot .twitter {
	background: #55acee;
}
.review-shop .foot .twitter:before {
	content: "e";
	font-family: nantoka2;
	display: inline-block;
	width: 14px;
	text-align: left;
	line-height: 18px;
	vertical-align: bottom;
}
.review-shop .foot .btn, .review-shop .foot .iine {
	margin-right: 2px;
}
.review-shop .attention {
	background: #f2f2f2;
	padding: 6px 0;
	color: #666;
	margin-bottom: 10px;
	font-size: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

.review-shop:last-child {
	margin-bottom: 0;
}
.review-shop .mark {
	position: relative;
	top: -24px;
	left: -32px;
}
.review-shop .mark img {
	position: absolute;
	z-index: 120;
	line-height: 0;
}
.review-shop .head .title {
	display: inline-block;
	vertical-align: bottom;
}
*:first-child+html .review-shop .head .title {
	display: inline;
	zoom: 1;
}
.review-shop .head .title .menu {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 100%;
}
.review-shop .head .title .menu a {
	color: inherit;
}
.review-shop .head .title .menu .style {
	font-weight: normal;
	font-size: 12px;
	margin-left: 4px;
}
.review-shop .head .title .props {
	font-size: 11px;
}
.review-shop .head .title .props label {
	vertical-align: middle;
	margin-right: 5px;
}
.review-shop.unabled .head .score {
	background: #d2d2d2;
	color: #f8f8f8;
	border: 1px solid rgba(0, 0, 0, 0.15);
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.review-shop.unabled .comment {
	color: #666;
}
.review-shop.unabled .head .title .menu {
	color: #616161;
}
.foot-pages {
	margin: 0;
	padding: 0;
}
#contents-basic .tabs {
	padding-left: 10px;
}
.filter .formbtn {
	font-size: 12px;
	margin: 0;
	padding: 2px 6px;
	font-weight: normal;
}