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

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

/* H2見出しの疑似要素をリセット*/
.entry-content h2 > span::before {
    content: none;
}
/* カテゴリラベル*/
.cat-label {
    top: 5.5px;
    left: 6px;
    padding: 1px 10px;
    font-size: 10px;
    border: 0;
    border-radius: 1em;
}

/* アイキャッチ画像*/
.eye-catch {
    box-shadow:0px 0px 11px 10px rgba(0, 0, 0, 0.3);
}
/* 検索ボックス*/
.search-box {
    margin: 0 !important;
}
.search-edit{
	padding:0 !important;
}
/* メニュー枠線*/
#navi .navi-in > ul > li{
border-right: 1px solid #d3d3d3;
}
#navi .navi-in > ul > li:last-child{
border-right-width: 0;
}
.navi-in > ul > .menu-item-has-children > a::after{
right: 20px;
}
.item-label{
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.b-tbl th {
	background:gray;
	color:white;
}

.txt-right {
	text-align:right;
	
}
.txt-left {
	text-align:left;	
}
.txt-center {
	text-align:center;	
}

/* 選択禁止 */
.no-copy-wrap .tablepress {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* 右クリック禁止 */
.no-copy-wrap .tablepress {
  -webkit-touch-callout: none; /* iOS用 */
  pointer-events: auto;
}

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

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

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

