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

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

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

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

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


/************************************
** 特定の固定ページに日時を表示しない
************************************/
.post-41 .date-tags {
display: none;
}

/************************************
** スタンプ投稿ページのテーブル表示の調整
************************************/
.stampinfo ul{
  padding:0; /*デフォルトの指定解除*/
  margin: 0;
}

.stampinfo li{
  padding:0; /*デフォルトの指定解除*/
  list-style: none;
  text-align: left;
}

.stampinfo th{
  width:40%;
}

/************************************
** Search & Filter の検索フォームの調整
************************************/
.searchandfilter{
/*  display: flex; */
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.8em;
}


.searchandfilter ul{
  padding: 0;
  width: 100%;
}

.searchandfilter li{
  list-style:none;
  width: 100%;
  padding-right: 15px;
  padding-bottom: 15px;
}

.searchandfilter h4 {
  display: block;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  unicode-bidi: isolate;
}

.searchandfilter select  {
  margin-top:10px;
  padding: 6px 12px;

}

.searchandfilter input[type="text"] {
/* 	display: inline-block;*/
  padding: 6px 12px;
}

.searchandfilter input[type="submit"] {
 	display: inline-block;
  padding: 6px 12px;
}

