@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
}
.site-name-text {
	font-size:36px;
    font-weight: 600;
}
#main .entry-header
h1.entry-title {
	padding:0.5em;
}
#main {
	padding-left:10%;
	padding-right:10%;
}
.card-thumb img {
	width:80%;
	height:170Px;
	margin-bottom:0px
}
.entry-card-snippet,
.related-entry-card-snippet {
	margin-top:15px;
	margin-right:20px;
	margin-bottom:0px;
	padding:0;
	font-size:1.0em;
	line-height:1.5;
}
#sidebar h3 {
	padding:1px 2px 1px 10px;
	margin: 10px 0;
}
#sidebar-menu-content h3::after, #sidebar h3::after {
    border-left: solid 0px white;
    border-bottom: solid 0px transparent;
}
.entry-card-info > * {
    font-size: 1em;
}
.entry-category, .post-date, .post-update, .post-author, .amp-back {
    font-size: 0.8em;
}
.entry-title, .archive-title {
    margin-bottom: 5px;
}
.cat-label {
    position:static;
	float:left;
}
.entry-card-thumb, .widget-entry-card-thumb, .related-entry-card-thumb, .carousel-entry-card-thumb {
    margin: 0px;
}
.entry-card-wrap{
}
.entry-card-meta, .related-entry-card-meta {
    position: static;
    text-align: left;
	line-height: 1.2;
}
.entry-card-categorys{
	display: none;
}
.e-card-info {
    display: inline;
	margin-left:5px;
	font-size:1.2em;
}
.date-tags {
	display: inline;
	clear: both;
    text-align: left;
	font-size: 1.2em;
}
.entry-categories-tags {
    display: inline;
	float:left;
    margin-bottom: 0px;
}
.entry-card-content{
	margin-left:0px;
}
.entry-content {
    margin-top: 0em;
}
.entry-content>*, .demo .entry-content p {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}
#pager-post-navi.post-navi-border .prev-post ~ .next-post {
    border-top: solid #66BB6A 1px;
}
/*インデックス*/
.post-comment-count{
	font-size:0.8em;
}
/*コメント欄*/
.related-entry-heading, .comment-title {
    margin: 15px,0;
    font-size: 1.5em;
	color:#66BB6A;
	border-bottom:solid #66BB6A 1px;
}
.commets-list .comment-body, .commets-list .st-comment-body {
	border:solid #66BB6A 1px;
	padding:15px;
    margin-bottom: 1em;
}
cite {
	font-style:normal;
    font-weight: bolder;
	font-size:1.2em;
	margin-right:15px;
	margin-bottom:0px;
}
.commets-list .comment-meta {
	float:clear;	
	text-align:right;
	margin-top:-23px;
	border-bottom:solid #66BB6A 2px;
	font-size:0.8em;
}
#comment, #author, #email, #url {
    border: 1px solid #66BB6A;
    border-radius: 0;
	font-size:1.0em;
	line-height: 1.5;
}
span.says {
	display:none;
}


.comment-content p{
	float:clear;
	margin-top:0.5em;
	margin-bottom:0px;
	line-height:1.5em;
}
.children{
	float:left;
}
.comment-notes{
	display:none; 
}

/*最近のコメント欄*/
dl.mycomment {
	width:100%;
	margin: 0;
	}
dl.mycomment dt{
	text-align: left;
	clear: left;
	float: left;
	width:40px;
	white-space: nowrap;
 	padding-top: 10px;
	}
dl.mycomment dd{
	line-height:1.5em;
	margin-left: 1.0em;
	padding: 10px 0px 10px 0px;
	border-bottom: #C3CDCE 2px dotted;
	}
dl.mycomment dd:last-child{
	border-bottom: #fff 0px dotted;
	}
dl.mycomment dd span.my_author{
	font-weight:  bold;
	}
dl.mycomment dd span.my_comments_content{
	margin-top:10px;
	border-bottom: #66BB6A 1px solid;
	}
dl.mycomment p{
	margin:0.5em 0em 0.5em 1.0em;
	}
dl.mycomment a{
	display: block;
	color: #333;
	text-decoration: none
	}
dl.mycomment a:hover{
	background-color: #E8F5E9;
	}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
