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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* SNSボタン開始 */
#main .button-caption {
  display: none;
}
#main .sns-share a {
  width: 2.5em;
  margin-left: 0.2em;
}
.sns-share-buttons {
  justify-content: center;
}
#main .social-icon {
  font-size: 25px;
}
/* SNSボタン終了 */


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

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

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

.widget_archive ul li a .post-count{/*アーカイブ記事数*/
border:1px solid #333333;/*囲線*/
border-radius: 5px;/*丸み*/
padding:1px 10px;/*囲いの大きさ*/
}

.widget_archive ul li{/*アーカイブ上線*/
padding-left: 10px; /*上線位置*/
border-top: 1px dotted #333333;/*上線の種類&色*/
}

/*アーカイブの行間とフォントを小さくする*/
.widget_archive ul li a{
	line-height: 1.3;
	font-size: 14px;
}


/*カテゴリの行間とフォントを小さくする*/
.widget_categories ul li a{
	line-height: 1.3;
	font-size: 14px;
}

.widget_categories ul li{/*カテゴリ上線*/
padding-left: 10px; /*上線位置*/
border-top: 1px dotted #333333;/*上線の種類&色*/
}


