@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){
  /*必要ならばここにコードを書く*/
}

/************************************
** 2021/10/28 追加 Shige
************************************/
nav#navi, .menu-header .sub-menu{
    font-weight: bold;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.2);
}

.menu-header .sub-menu .item-label{
    font-size: 80%;
}
.menu-header .item-label{
    color: #b5b5b5 !important;
}
.menu-header .current-menu-item,
.menu-header .current-post-item,
.menu-header .current-menu-ancestor,
.menu-header .current-post-ancestor,
.menu-header .menu-item:hover {
    color: #333 !important;
    border-bottom: 3px solid #FDD835;
    transition: all .2s ease;
}

.menu-header .sub-menu .menu-item,
.menu-header .sub-menu .menu-item:hover{
    border-bottom: none;
}
.menu-header .current-menu-item>a .item-label,
.menu-header .current-post-item>a .item-label,
.menu-header .current-menu-ancestor>a .item-label,
.menu-header .current-post-ancestor>a .item-label,
.menu-header .item-label:hover{
    color: #333 !important;
    transition: all .2s ease;
}
/* ヘッダメニューフォントサイズ */
#navi .navi-in > .menu-header .item-label{
	font-size: 15px;
}
/* カレンダーデザイン */
#wp-calendar {
border-collapse: collapse;
border-top-width: 1px;
border-right-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-top-color: #999;
border-right-color: #999;
width: 300px;
margin-left: 0px;
}
#wp-calendar thead tr th {
border-bottom-width: 1px;
border-left-width: 1px;
border-bottom-style: solid;
border-left-style: solid;
border-bottom-color: #999;
border-left-color: #999;
}

/*土曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(6){
background-color: #C0DDF9;
}


/*日曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(7){
background-color: #F5D0D3;
}

/*月曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(1){
background-color: #FFFFFF;
}

/*火曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(2){
background-color: #FFFFFF;
}

/*水曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(3){
background-color: #FFFFFF;
}

/*木曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(4){
background-color: #FFFFFF;
}

/*金曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(5){
background-color: #FFFFFF;
}

#wp-calendar td {
text-align: center;
padding: 0px;
border-bottom-width: 1px;
border-left-width: 1px;
border-bottom-style: solid;
border-left-style: solid;
border-bottom-color: #999;
border-left-color: #999;

}
#wp-calendar caption {
font-weight: bold;
text-align: left;
}
#wp-calendar tbody tr #today {
font-weight: bold;
background-color: #FFE5FF;
}


.mobile-menu-buttons {
	font-size:15px;
}

/* wp statisticsカスタマイズ  */
.widget_wp_statistics_widget ul{
	list-style-type: none;
	padding-left:10px;
}
.widget_wp_statistics_widget li{
    font-size: 16px;
    border-bottom: solid 1px #dcdddd;
    text-align:right;
    padding-right:10px;
}
.widget_wp_statistics_widget label{
    float:left;
    padding-left:10px;
}


/* WP Poplar post */
/*ランキング順位表示*/
ul.wpp-list li {
    border-bottom: 1px dashed #77776E;
    position: relative;
    list-style: none;
}
/*記事タイトル*/
ul.wpp-list li a.wpp-post-title {
    display: block;
    text-decoration: none;
    font-size: 15px;
    margin: 10px 10px 10px 0px;
}
ul.wpp-list li a.wpp-post-title:hover {
    color: #3fa3ff;
}
/*アイキャッチ*/
ul.wpp-list li img {
    margin: 10px;
}
/*ランキングカウンター*/
ul.wpp-list li:before {
    content: counter(wpp-count);
    display: block;
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #555;
    padding: 3px 10px;
    border-radius:50%;
    z-index: 1;
}
/*カウント数*/
ul.wpp-list li {
    counter-increment: wpp-count;
}
/*ランキング1〜3の色変更*/
ul.wpp-list li:nth-child(1):before{
    background-color: #EFAF00;
}
ul.wpp-list li:nth-child(2):before{
    background-color: #9EACB4;
}
ul.wpp-list li:nth-child(3):before{
    background-color: #BA6E40;
}

.gsc-selected-option-container .gsc-selected-option {
	font-size:16px;
	font-weight:normal;
}
.gsc-option-menu-container .gsc-inline-block {
	width:100px;
}

/* Rinker */
.yyi-rinker-title a{color:#007bbb !important;}
.yyi-rinker-title a:hover{color:#ba2636 !important;}
