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

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

/*Youtubeよりすべてをまとめて非表示*/
.home.page	.entry-title,
.home.page	.date-tags,
.home.page	.author-info{
	display:	none;
}





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

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

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

/* --------------------------------------------------- */
/*    スマホ表示の時は左右の余白が狭くなるように変更   */
/* --------------------------------------------------- */
@media screen and (max-width:768px){
	main.main{
		padding-left: 0.5%;padding-right: 0.5%;
	}

}

/* --------------------------------------------------- */
/*   　　　ヘッダー上の余白が狭くなるように変更  　　　 */
/* --------------------------------------------------- */
.content { 
margin-top: 0; 
}

.entry-content {
  margin-top: 0;
}

.date-tags {
  margin-bottom: 0;
}

.main {
  border-top: none;
}

/* ブロック新着情報の文字に下線を引く */
.archive-new-entry-title {
  border-bottom: 1px solid #ccc;
}

/*ブロック新着情報の余白を狭くしたい*/
.archive-news-list {
  margin-bottom: 1px; /* 記事間の下余白を調整 */
}

.archive-news-item {
  margin-bottom: 1px; /* 記事間の下余白を調整 */
  padding: 1px; /* 記事内の余白を調整 */
}

.archive-news-item .post-date {
  margin-bottom: 1px; /* 投稿日とタイトル間の余白を調整 */
}

