.item-list {
	background-color: #f5f5f5;
	padding: 12px 10px;
	border-radius: 12px;
	margin-top: 10px;
}

.item-list .headline {
	font-size: 17px;
	font-weight: 500;
	margin-top: 10px;
	font-family: 'Noto Sans JP', "���S�V�b�N��", YuGothic, "���S�V�b�N", "Yu Gothic",
		sans-serif;
	color: #7E8692;
}

.item-list a {
	color: #7E8692;
}

.detail a {
	color: rgb(0, 0, 255);
}


.item-list .item-tag {
	background-color: #fff;
	font-size: 13px;
	color: #7E8692;
	padding: 4px 12px;
	border-radius: 9px;
}

.item-list .public-at {
	color: #7E8692;
	font-size: 14px;
	padding: 4px 12px;
}

.other-column {
	font-weight: 600;
}

.comment {
	margin: 30px 0px 40px 0px;
}

.comment .form-item {
	margin: 10px 0px;
}

.comment input,
select {
	margin-left: 10px;
}

.comment .input, .select {
	width: 97px;
	height: 38px;
}

.comment textarea {
	width: 100%;
	resize: none;
	height: 140px;
}

.comment button {
	padding: 10px 5px;
}

.comment .header {
	padding: 10px 4px;
	background-color: #f9f9f9;
	border-bottom: 2px solid rgb(238, 238, 238);
}

.comment-notice {
	font-size: 28px;
	text-decoration: underline;
}

.post {
	background-color: #000;
	color: #fff;
	padding: 7px 10px;
	text-align: right;
}

.comment-item {
	margin: 4px 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #f9f9f9;
}

.comment-item .item-c img {
	border-radius: 100%;
}

.comment-item .item-c .name {
	margin-left: 10px;
}

.comment-item .item-c .date {
	font-size: 14px;
	color: #c39e1c;
}