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



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

/*グローバルナビのマウスオーバー時の色変更*/
#navi .navi-in a:hover{
	color: #FFFFFF;
	background: #56AAD1;
	transition: all 0.5s ease;
}

.navi-in{
	font-weight:bold;
}

/*グローバルナビメニュー メニュー項目の高さ*/
#navi .navi-in > ul li{
	height: 45px;
	line-height: 45px;
}

/*グローバルナビメニュー メニュー項目の間隔*/
#navi .navi-in>ul>li>a{
padding: 0 1.0em;
}
/*コンテンツとヘッダーの間を詰める*/
.main {
    padding: 0px 10px;
}

/*カテゴリーラベルを消す*/
.cat-label{
	display:none;
}

*/ページネーションのカスタマイズ*/

.pagination-next-link{
background: #839b5c; /*背景色*/
color:#fff; /*文字色*/
font-weight: bold; /*太字*/
}

.pagination-next-link a:hover{ /*オンマウス時*/
background: #fff;
color:#839b5c;
}
.page-numbers{
border-radius: 50%; /*角丸*/
color:#839b5c; /*文字色*/
font-weight: bold; /*太字*/
}
.pagination a:hover { /*オンマウス時*/
background: #839b5c;
color:#fff;
}

/*グローバルナビの下の余白をとる*/
.content-top {
margin: 0px;
padding: 0px;
}

/*カテゴリーの前のフォルダマークを消す*/
.archive-title :before {
display: none;
}

/*コンテンツの上下の隙間をとる*/
.content {
	margin-top: -28px;
	margin-bottom: -20px;
}


.page-id-category .entry-title {
display: none;
} 
/*アピールエリアの画像変更*/










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

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

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