@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* フッター削除 */
#footer {
  display:none;
}
/* フッター削除 */
.breadcrumb.pbp-footer-before {
display: none;
}

/* 位置変更 */
.sns-share.ss-bottom .sns-share-buttons{
	justify-content: end; /* 右に寄せる */
}

/* マークの大きさ変更 */
.sns-share.ss-bottom a .social-icon{
	font-size: 5px;
}

/* ボタンの大きさ */
.sns-share.ss-bottom .sns-buttons a{
	width: 50px;
	height: 15px;
}

/* 文字サイズ変更 */
.sns-share.ss-bottom .sns-share-buttons a .button-caption{
	font-size: 5px;
	margin-left: 3px;	/* アイコンとの境目 */
}

/* ウィジェットのマージン幅調整 */
.widget {
	margin-top:		-20px;
	margin-bottom: 	-20px;
}

/* サイトタイトルの位置調整 */
.header-in .logo {
	text-align: left;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

/* 更新記事一覧の文字サイズ */
.no-thumbnail .widget-entry-cards div.widget-entry-card-content{
	font-size: 12px;
	margin-bottom: 0em;
}