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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.list-new-entries{
	display: none;	
}
.author-info,.date-tags{
	display: none;
}
.pagination-next ,.pagination{
	display: none;
}
.staff_list{
	margin-bottom: 5vw;
	border-bottom: solid 1px rgb(185, 184, 226);
}
.staff_list:last-of-type{
	margin-bottom: 0vw!important;
}
.xoxo{
	list-style:none;
	padding-left: 0!important;
}
.xoxo li{
	padding-bottom: 5px;
}
.widget-index-bottom .main-widget-label ,.mycode_title{
	text-align: center;
	font-weight: bold;
	margin-top: 3vw;
	margin-bottom: 3vw;
	border-top: solid 1px rgb(185, 184, 226);
	border-bottom: solid 1px rgb(185, 184, 226);
}
.access_table tr td:first-of-type{
	width: 30%;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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