.cl-dp-net-name {
    margin-top: 16px;
}
.cl-dp-summary {
    font-size: .8rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: .8rem;
    background: rgba(0,0,0,.05);
}
/*.net:nth-child(odd) {
    color: green;
    font-weight: bold;
}*/
.post .commets-list {
	padding: 10px 0 0;
}

#comments li.comment {
	padding: 5px 10px 5px 80px;
	position: relative;
}

.comment-author {
	padding: 0 10px;
	position: absolute;
	left:0;
	top:10px;
}

.comment-author img {
	margin-bottom: 5px;
}

#comments ol > li.comment:nth-child(even){
	background: #fafafa;
}

.comment-author {
	float: left;
	width: 75px;
	box-sizing:border-box;
	margin: 0 auto;
	text-align:center;
	display: block;
}

.vcard .fn,
.comment-author a,
.comment-author {
	font-size: 12px;
	line-height: 1.3;
	font-style: normal;
	color: #757575;
	margin: 0 !important;
}

div.comment-meta a{
	color: #757575;
	text-decoration: none;
}

#comments p a {
	color: #333;
}

.post #comments h3 {
	background-color: transparent;
}

#comments p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	color: #333;
	padding: 5px 0;
}

#comments label {
	display: block;
}

.metadata dd a {
	color: #333;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

#comments {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 20px;
}

.comment-body {
	padding: 10px 10px 10px 0;
	margin-bottom: 20px;
	clear:both;
}

.says { /* よりを非表示 */
	display: none;
}

.commentmetadata {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.3;
	width: 100%;
}

.reply {
	padding: 5px;
	font-size: 13px;
	text-align: right;
}

#comments #respond {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
}

#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}

#comments #commentlist img {
	padding: 10px;
}

#comments .commets-list {
	padding-left: 0px;
	list-style-type: none;
}

ul.sub-menu {
	padding: 0px;
}

.commets-list li {
	list-style-type: none;
}

/*コメントの入れ子*/
.post .commets-list .children {
	padding-left: 20px;
	margin-bottom:0;
	margin-left: 0;
}

.post .commets-list .children .children {
	padding-left: 0px;
}

#comments .children li.comment{
	padding-left: 0;
	padding-right: 0;
}

#comments .children .comment-author {
	left:-80px;
}
