@charset "utf-8";
@import url(general.css);
@import url(blog.css);

#comments {
	padding: 20px 15px 20px;
}

#comments a {
	color: #36f;
}

#comments a:hover {
	text-decoration: none;
}

#comments h4 {
	padding-bottom: 10px;
	font-size: 1.2em;
}

#comments div.comments-content {
	padding-bottom: 10px;
}

#comments div.comment-header {
	padding-bottom: 5px;
}

#comments div.comment-header a {
	color: #36f;
}

#comments div.comment-content {
	padding-bottom: 10px;
}

#comments div.comment-content p {
	padding-bottom: 10px;
}

#comments-open label {
	display: block;
}

#comments-open-data div {
	padding-bottom: 10px;
}

/* 返信のチェックボックス */

#comment-form-reply {
	padding-bottom: 5px;
}

#comment-form-reply input {
	float: left;
	margin-right: 5px;
}


