@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
/* RSS部分 */
.blogroll-channel a.blogroll-link {
	font-size:14px;
	font-weight: bold;
}
.blogroll-wrapper {
	height: 200px;
	width: 100%;
	margin-bottom: 15px;
	background-color: #fff;
	overflow-y: scroll;
}
.blogroll-innner {
	width: 50%;
	float: left;
}
.blogroll-channel .blogroll-list {
    list-style-type: none;
	border-bottom: 1px dotted #ccc;
	font-size:18px;
}
.blogroll-ad-default{
font-size:13px;
}
.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
    margin-top:-25px;
    list-style-type: none;
    padding: 0;
}
.blogroll-channel .blogroll-ad-text {
    display: none !important;
    margin-top: 5px;
visibility:hidden;
}
.rss-top-blog .blogroll-list{
  font-size: 13px;
  word-wrap: break-word;
  text-overflow:ellipsis;
  border-bottom: 1px dashed #ccc;
  padding: 2px 5px;
}
.rss-top-blog_wrapper{
  width: 100%;
  overflow-y:scroll;
  background-color: #fff;
  margin-bottom: 15px;
}
.rss-top-blog_innner{
  width: 100%;
  height: 285px;
  float: left;
}
.rsswidget {
	font-weight: bold;
}
.rss-article .blogroll-channel{
  height: 620px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10px 0;
}
.rss-article .blogroll-list{
  font-size: 15px;
  font-weight: bold;
  word-wrap: break-word;
  text-overflow:ellipsis;
  border-bottom: 1px dashed #ccc;
  padding: 8px 5px;
}
.rss-article .blogroll-list a{
color:#444;
}
/* サイト主要部分の大きさ */
#header-in, #navi-in, #body-in, #footer-in{
  width: 1170px;
}
#main {
  width: 820px;
}
#sidebar-widget{
	width: 325px;
}
/* サムネイルサイズ指定 */
.entry-thumb img {
    width: 350px;
    height: 250px;
    margin-bottom: 10px;
}


/* サイドバー装飾 */
#sidebar h3{
 text-align:center;
 position: relative;
 font-size: 1.143em;
 font-weight: bold;
 margin: 0 0 1.5em;
 padding: 0.5em 0.5em 0.5em 1.5em;
 border-bottom: 2px solid #3888c6;
}
 
#sidebar h3:before{
 content: "○";
 font-size: 120%;
 position: absolute;
 color: #77c14f;
 top: -0.3em;
 left: 0.3em;
 height: 12px;
 width: 12px;
}
 
#sidebar h3:after{
 content: "◎";
 font-size: 120%;
 position: absolute;
 color: #faa932;
 top: -0.5em;
 left: 0;
 height: 12px;
 width: 12px;
}
/* コメントの吹き出し */
.hukidashi2 {
    padding:5px;
    margin-top:-5px;
    background:#77c14f;
    margin-top:30px;
    height:30px;
    width:80px;
    text-align:center;
    font-size:20px;
    float:right;
    position: relative;
}
.hukidashi2 a{
    color:#fff 
}

.comment-count2 {
	color:#fff !important;
}

.hukidashi1 {
	background:#77c14f;
    height: 22px;
    width:80px;
	font-size:17px;
    text-align:center;
	float:right;
	position: relative;
}
.hukidashi1 a{
	color: #fff !important;
}

.comment-count1::after {
    content: "コメ";
	text-align:center;
	color:#fff!important;
}

.comment-count2::after {
    content: "コメ";
	text-align:center;
	color:#fff!important;
}

/* スマホ表示のエントリーの情報カスタマイズ*/
@media screen and (max-width: 1025px){
	.post-meta {
		line-height: 170% !important;
		margin-bottom: 1px !important;
		color:#fff!important;
	}
	.post-date {
		color:#000
	}
	
}

/* 投稿記事整形カスタマイズ */
.entry h2{
	margin-top: 30px;
}

.entry h2 a {
	font-size: 22px;
}

.entry-snippet {
    display: none;
}
.entry-read {
    display: none;
}
/* 枠線 */
#main {
	background: transparent;
	border: none;
}
.single #main, .page #main {
	border: 1px solid #000;
	border-radius: 0;
	background:#FFF;
}
.home #main, .archive #main, .search #main {
	padding: 0 !important;
}
.entry {
	border: 1px solid #000;
	padding: 10px;
	background: #FFF;
	box-shadow: 7px 7px 0 #ccc; /* 影付けと影色 */
}
#sidebar{
	border:none;
	background: transparent;
	padding: 0;
}
#sidebar .widget {
	border: 1px solid #000;
	padding: 10px;
	background: #FFF;
}
/************************************
** コメントエリア（Comments Area）
************************************/

.commets-list,
.trackback-list{
  margin-top: -20px;
  margin-bottom: 40px;
  padding-right:40px;
}

.commets-list li,
.trackback-list li{
  margin-top: -1px;
  padding: 20px 0 20px;
  width: 100%;
  border-bottom: 1px dashed transparent;
}

.commets-list p{	
font-size: 14px;	
/*line-height: 20px;*/	
/*font-family: "Mona","IPA MONAPGOTHIC","MS PGothic","ＭＳ Ｐゴシック","MS Pｺﾞｼｯｸ","MS Pゴシック",sans-serif;*/	
}

.comment-info{
font-size:12px;	
color:#777;	
}

.comment-notes{
display:none;
}

.comment-author{
	color: green;
}

.children{
  padding-left: 0.5em;
  list-style-image: url('http://kaigain.com/wp-content/uploads/2018/05/a9208268b5e9d3d751e5ee93dba998bb-e1526381193278.png');
  background-color: #fafafa;
  border-left: solid 3px #3888c6;
}

#comments,
#reply-title{
  font-size: 18px;
}

/*空白行など投稿設定;*/	
.mb1{
   margin-bottom: 1em;
}
.mb2{
   margin-bottom: 2em;
}
.mb3{
   margin-bottom: 3em;
}
.mb4{
   margin-bottom: 4em;
}
.mb5{
   margin-bottom: 5em;
}
blockquote {
position: relative;
margin: 2em 0;
padding: 1.2em;
font-size: .9em;
border: 1px solid #1B5E20;
background: #FFF;
}
blockquote:before{
position: absolute;
top: 15px;
left: 20px;
content: '“';
font-size: 2em;
color: #1B5E20;
font-family:"ＭＳ Ｐゴシック",sans-serif;
}
blockquote:after{
position: absolute;
bottom: 15px;
right: 20px;
content: '“';
font-size: 2em;
color: #1B5E20;
font-family:"ＭＳ Ｐゴシック",sans-serif;
}
/* コメント欄カスタマイズ */
.comment-form-comment label{
font-size:0;
}
.comment-form-comment label:before {font-size: 14px; content: "内容";}
 
.comment-form-author label{
font-size:0;
}
 
.comment-form-author label:before {font-size: 14px; content: "コテハン";}
