@charset "UTF-8";

.avatar {
	border-radius: 50%;
	border: 1px solid #eee;
	margin-right: 10px;
}
.comments-area {
	text-align: left;
	padding-top: 30px;
}
.says {
	display: none;
}
.comment-author {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
.commentmetadata {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
	font-size: 0.8em;
	font-weight: normal;
}
.commentmetadata a{
	text-decoration: none;	
	color: #666;
}
.fn {
	font-style: normal;
}
.comment-body {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 3%;
	padding-right: 3%;
}
.comment-body p{
	display: block;
	width: 100%;
	line-height: 1.5;
}
.attachment-thumbnail {
	border: 3px solid #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
}
.comment-edit-link {
	display: none;
}
.reply {
	font-size: 0.8em;
	margin: 10px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding-bottom: 5px;
}
.reply a::before{
	content: '';
	background-image: url(../img/bbs/ico_bbs_rip.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.reply a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #666;
}
/*
.comment-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}*/
.comment-list .comment {
	background-color: #fff;
	margin: 0 0 15px 0;
	list-style: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px 3% 0px 3%;
	/*width: 49%;*/
}
.comments-title {
	display: none;
}
.logged-in-as {
	display: none !important;
}
#commentform label {
	margin-bottom: 0;
}
#commentform p {
	font-size: 1rem;
}
label + br {
	display: none;
}
input[type="checkbox"] {
	width: auto;
}
.content-bbs {
	text-align: left;
}
.kochira {
	text-align: center;
	width: 100%;
}
.link_pagetop {
	margin-bottom: 1em;
}
.comment-list .children .comment {
	border: none;
	background-color: #f2f2f2;
	font-size: 0.95em;
	padding: 15px 3% 5px 3%;
}
.comment-list .children .comment-author {
	margin-bottom: 5px;
}
.comment-list .children .commentmetadata {
	margin-bottom: 5px;
}
.comment-list .children .comment p{
	font-size: 0.95em;
}
.comment-list .children .comment-body {
	padding-left: 2%;
	padding-right: 2%;
}

@media screen and (max-width:640px){
	.art_comments {
		width: 100%;
	}
	.box_content{
		width: 90%;
		margin: 0 auto;
	}
	.comment-list .comment {
		margin: 0 0 5px 0;
		border:none;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0;
    padding: 10px 3% 0px 3%;
	}
	.comment-list .children .comment {
    border-radius: 5px;
	}
	.comment-list {
		background-color: #fff;
	}
	.comment-respond {
		width: 90%;
		margin: 0 auto;
	}

}
.addtoany_content_bottom { display:none; }