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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.sidebar h3 {
  background-color: #F5F6F8;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
table{
  border-collapse: collapse;
	table-layout: fixed;
  width: 100%;
}
.tb01 th{
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
	font-weight:500;
}
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
	  background: #ffffff;
}
.tb01 th {
  background: #3095A3;
  color: #fff;
	width: 16em;   /* セルの横幅：1.8文字分 */
  
}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}