@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */

#footer .widget_categories li{
margin-bottom:20px;
font-size:85%;
}
#footer .widget_categories .cat-item a{
text-decoration:none;
}
#footer .widget_categories h4:before{
 margin-right:7px;
 font-family:"FontAwesome";
 content:"\f115";
}

/*全体*/
#comping h3{
	padding:5px;
	margin-top:40px;
	}
#comping p{margin-bottom:15px;}
#comping p.wait{margin:5px; color:#F00;}
#comping .comment-meta,
#comping .comment-meta a{
	margin-bottom:10px;
	color: #999;
	font-size:85%;
	}
#comping .comment-meta a:hover{color: #ccc;}
 
/*コメント用*/
.commentlist{margin-bottom:30px;}
	.commentlist li {
		background: url(images/line.png) no-repeat;
		padding:15px 0 0 55px;
		position:relative;
		}
	.commentlist .avatar {
		background:#fff;
		border:1px solid #ddd;
		left:0;
		margin:0 16px 0 0;
		padding:3px;
		position:absolute;
		top:15px;
		}
	.commentlist .reply a{
		position: absolute;
		top: 15px;
		right: 0;
		padding: 2px 10px 2px 20px;
		background: url(images/icon_com.gif) no-repeat left 7px;
		font-size: 85%;
		color: #333;
		text-decoration: none;
		}
		.commentlist .reply a:hover {color: #f66;}
 
/*トラックバック用*/
.pinglist{margin-bottom:30px;}
	.pinglist li {
		background: url(images/line.png) no-repeat;
		padding:15px 0 0 10px;
		position:relative;
		}