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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 偶数行に背景色を付ける */
table tr:nth-child(odd) {
    background-color: #fafbfc;
}
.navi-in > ul li {
    border: 1px solid #f5f6f7;
    border-right: none;
}

.navi-in > ul li:last-child {
 border-right: 1px solid #f5f6f7;
}

div.custom-html-widget ul {
list-style-type: none;
padding: 0;
}


div.custom-html-widget li {
list-style-type: none;
}

div.custom-html-widget a {
text-decoration: none;
padding: 10px 4px;
display:block;
}

div.custom-html-widget a:hover {
background-color: #f5f8fa;
transition: all 0.3s ease-in-out;
}

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

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

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