@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.2
*/

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

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

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

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

/** 2020/11/03 **/
.sidebar h3 {
    margin-bottom: 0;
    background: #d7000f url(/wp-content/uploads/2020/11/menubarafter.png) right bottom no-repeat;
    background-size: 72px 65px;
}
#main .button-caption {
	display: none; /*キャプション非表示*/
}
/*SNSシェアボタン*/
.sns-share-message{
	font-weight: bold; /*太字*/
	color: #875d5b; /*文字色*/
}
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: flex-end; /*右寄せ*/
}
.sns-share-buttons a {
 	border-radius: 10%; /*丸くする*/
	font-size: 16px; /*アイコンのサイズ*/
	margin: 0 5px; /*ボタン同士の間隔*/
	
}
#main .sns-share a {
	width: 32px; /*ボタンの横幅*/
	height: 32px; /*ボタンの高さ*/
}
/*ブックマークのリスト*/
ul.xoxo.blogroll {
	padding : 0;
}
ul.xoxo.blogroll li {
    list-style: none;
}
ul.xoxo.blogroll li a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}