@charset "UTF-8";
.kuchikomi {
	border: 1px solid #d9d9d9;
	padding: 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #f6f4f2;
	background:-moz-linear-gradient(top, #f6f4f2, #fbf9f7);
  background:-webkit-gradient(linear, left top, left bottom, from(#f6f4f2), to(#fbf9f7));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.kuchikomi:last-child {
	margin-bottom: 0;
}
.kuchikomi .title {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
.kuchikomi .comment {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e2e2e2;
	-moz-box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin-bottom: 5px;
	background: #fff;
	word-wrap: break-word;
	text-align: justify;
}
.kuchikomi .foot {
	font-size: 11px;
	text-align: right;
}
.kuchikomi .foot img {
	vertical-align: middle;
	margin-right: 2px;
	width: 16px;
	height: 16px;
	border-radius: 3px;
}
.kuchikomi .foot .left {
	float: left;
}
.kuchikomi .foot .right {
	float: right;
}
.kuchikomi .foot .category {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 4px 6px;
	margin-right: 10px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	color: #929292;
}