@charset "UTF-8";
#user-top {
	padding: 10px;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
#user-top .left {
	float: left;
	width: 160px;
}
#user-top .right {
	float: right;
	width: 545px;
}
#user-top .left img {
	width: 150px;
	height: 150px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#user-top .right .comment {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
#user-top .right .comment.null {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
#user-top .infotable {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
#user-top .infotable td {
	vertical-align: top;
}
#user-top .site-icons {
	text-align: right;
}
#user-top .site-icons img {
	margin-left: 2px;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
}
#user-top .site-icons img.disabled {
	opacity: 0.25;
	background: #929292;
	filter: alpha(opacity=25);
	-ms-filter: "alpha(opacity=25)";
}
#user-top .buttons {
	margin-bottom: 10px;
}
#user-photos {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
#user-photos li {
	display: table-cell;
	text-align: center;
}
#user-photos img {
	width: 101px;
	height: 101px;
}
h2 {
	margin-bottom: 4px;
	line-height: 110%;
	font-size: 18px;
}
#user-top .state {
	color: #fff;
	font-size: 12px;
	line-height: 100%;
}
.graph {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	background: #fff;
}
.graph nav {
	margin-bottom: 2px;
}
.graph .canvas {
	height: 118px;
	width: 100%;
}
.graph .title {
	font-size: 11px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 2px 7px;
	background: #d6c092;
	display: inline-block;
	margin-bottom: 1px;
}
#spec table.key-value th, #spec table.key-value td {
	height: 18px;
}
#shop-list .list-box {
	width: 351px;
}
#shop-list .list-box h4 {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	padding: 3px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	font-size: 11px;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
	border: 1px solid #000;
	border-bottom: none;
}
#shop-list .list-box ul {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	padding: 5px;
	border: 1px solid #000;
}
#shop-list .list-box ul li {
	height: 18px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 225px;
}
#user-communities {
	padding: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding-right: 5px;
}
#user-communities .title {
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}
#user-communities ul li {
	float: left;
	margin-right: 5px;
	background: #fff;
	padding: 6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#user-communities ul li .photo {
	margin-bottom: 5px;
}
#user-communities ul li .name {
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 100px;
}
.like-comment {
	margin-bottom: 10px;
}
.like-comment .shop {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	color: #fff;
}
.like-comment .shop img {
	width: 24px;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
}
.like-comment .shop a {
	color: #fff;
}
.like-comment .comment {
	padding: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.like-comment .no-comment:before {
	color: rgba(0, 0, 0, 0.5);
	content: "このお店がスキ";
}
#filter-control {
	margin-bottom: 10px;
}
#filter-control .left {
	float: left;
}
#filter-control .right {
	float: right;
}