/*
Theme Name: 21hashimoto
Description:
Theme URI: 
Author: l-panning
Author URI: http://l-planning.jp/
Version: 
License: 
License URI: 
*/

@charset "UTF-8";

.comments_author{
	width:30%;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:5%;
	float:left;
}
.comments_email{
	width:30%;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:5%;
	float:left;
}
.comments_url{
	width:30%;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:0;
	float:left;
}
.comments_author input , .comments_email input , .comments_url input{
	width:100%;
}

.blogComments{
	margin:30px 0;
}
.blogComments label{
	display:block;
}
.blogComments textarea{
	width:100%;
}
.blogComments ol , .blogComments ul{
	list-style:none;
}
.blogComments ul{
	list-style:none;
}
.blogComments .comment-body{
	padding:10px;
	border-bottom:1px dashed #fff;
	margin-bottom:15px;
}
.blogComments .children{
	margin-left:20px;
}
.blogComments .children .comment-body{
	padding:10px;
	border-bottom:1px dashed #fff;
	margin-top:-15px;
	margin-bottom:15px;
}