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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*コメント欄「メールアドレスが公開されることはありません」非表示*/
.comment-notes { display: none; }
/*コメント欄「コメントをどうぞ」非表示*/
#reply-title { display: none; }

.avatar { border-radius: 50% }

input[type=submit] {
	background-color: #9a8866;
	border-radius: 4px;
	font-weight: bold;
}

.navi .item-label {
	font-weight: bold;
}


.antenna_container{
	background-color:#FFFFFF;
	padding:1rem;
}
ul.rss-aggregator {
	padding:0px;
}
li.tarsokuantenna{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom:solid 1px #BFBFBF;
}
li.tarsokuantenna a{
	text-decoration:none;
	color:inherit;
}
p.antenna_link{
	text-align:right;
	margin-bottom:0
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	
	/*ヘッダーメニューの横スクロール*/
	ul.menu-mobile{
	  overflow-x: auto;
	  overflow-y: hidden;
	  display: flex !important;
	  font-size: 9pt;
	  flex-wrap: nowrap !important;
	  justify-content: flex-start;
	-webkit-overflow-scrolling: touch;
	  padding: 0 1em;
	  position: relative;
	}
	ul.menu-mobile > li{
	  padding-right: 1em;
	  white-space: nowrap;
	}
	ul.menu-mobile　.item-label{
	  white-space: nowrap;
	  font-size: 1px;
	}
	}
}

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

	
}

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


}
