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

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

/*カテゴリページのタイトルデザイン*/
.category h1 {
    background-color: #ffffff;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    color: #333;
    border-left: solid 10px #004e72;
}

.tag h1 {
    background-color: #ffffff;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    color: #333;
    border-left: solid 10px #004e72;
}

/*グローバルメニューの高さを変更*/
#navi .navi-in > ul li{
	height: 50px;
	line-height: 50px;
}

#navi .navi-in>ul>li>a {
    padding: 0 3em;
}

/*グローバルメニュー 文字の大きさを変更*/
#navi .navi-in > .menu-header .item-label{
	font-size: 13px;
}

/*マウスオーバー時のメニューの色を変更*/
#navi .navi-in a:hover{
	background: #006695;
	transition: all 0.5s ease;
	border-bottom: none;
	text-decoration: none;
}

/*1番左と2番目の仕切り線*/
#navi .navi-in > ul li{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

/*左から3番目以降の仕切り線*/
#navi .navi-in > ul li + li{
	border-right: 1px solid #fff;
	border-left: none;
}

/*サブメニューの仕切り線は無し*/
#navi .navi-in > ul ul li{
	border-right: none;
	border-left: none;
}

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

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

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