@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


/* ブログカードの文字サイズ */ 
div.related-entry-card-snippet, div.entry-card-snippet {
  font-size: 16px !important;
}

/* 最新のコメント等のリストの行間を詰める */
.widget_recent_comments li {
    padding: 4px 0;
}

/* コメント欄の日時を非表示 */
.commets-list .comment-meta {
    display: none;
}

/* どこかのコメントカスタマイズをコピペ */
.st-comment-content p{
	font-size: 14px;
	line-height: 20px; /* コメント本文のサイズ・行間調整 */
}

.st-comment-meta .avatar{
	float: left !important;
	border-radius: 27.5px; /* アイコンを丸く切り抜く */
	margin-right: 0.5em;
}
.st-comment-meta::after{
	content: '';
	display: block;
	clear: left; /* アイコンの回り込み解除 */
}

.bypostauthor .avatar{
	float: right !important; /* 管理人のアイコンは右寄せ */
}

.comment-author{
	font-style: normal; /* 斜体の解除 */
}

.commets-list .children{
	margin-left: 10px;
	padding-left: 6px !important;
	border-left: 2px solid #eee; /* 入れ子コメントの左側に線を表示 */
} 

.commets-list .comment-body, .commets-list .st-comment-body{
	margin-bottom: .5em; /* コメントの間隔を狭める */
}

.comment-reply-link{
	font-size: .5em; /* 「返信」ボタンを小さく */
}

.comment-content p {
	margin-left: 6px;
}

/* ウィジェットの「カテゴリ」等の行間 */
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
    padding: 2px 0;
}

/* コメント欄のメールアドレス入力非表示 */
.comment-form-email,.comment-form-url,.comment-notes{
	display:none;
}

.balloon1 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 16px;
	/*background: #ff8e9d;*/
	background: #ef5da1;
	border-radius: 15px;
}
.balloon1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	/*border-top: 15px solid #ff8e9d;*/
	border-top: 15px solid #ef5da1;
}
.balloon1 p {
	margin: 0;
	padding: 0;
}

/* 最近の投稿の行間・フォントサイズ */
.no-thumbnail .widget-entry-cards div.widget-entry-card-content {
    margin-bottom: 0em;
    font-size: 17px;
}

/*.ウィジェット同士の間隔をあける */
.widget-sidebar-standard {
	margin-bottom: 30px;
}

/* footer-metaのauthor欄非表示 */
.author-info {
	display:none;
}

.comment-reply-link {
    font-size: 14px;
}

/* コメントのアバター非表示 */
.commets-list .avatar {
    display: none;
}

/* ページ番号枠拡大　30→40 */
.page-numbers {
  width: 40px;
}

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

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

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