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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.sidebar {
font-size: 0.9em;
}


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

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

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


/************************************
** マーカーの色
************************************/

.marker { /*黄色マーカー*/
 background-color: #eabd00;
}
.marker-red { /*赤色マーカー*/
 background-color: #ff8d82;
}
.marker-blue { /*青色マーカー*/
  background-color: #cfe6d7;
}
.marker-under { /*黄色アンダーラインマーカー*/
 background: linear-gradient(transparent 70%, #eabd00 70%);
}
.marker-under-red { /*赤色アンダーラインマーカー*/
 background: linear-gradient(transparent 70%, #ff8d82 70%);
}
.marker-under-blue { /*青色アンダーラインマーカー*/
 background: linear-gradient(transparent 80%, #cfe6d7 80%);
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/************************************
** マーカーの色
************************************/
 
.marker-blue { /*青色マーカー*/
 background-color: #bee0cc;
}
.marker-under-blue { /*青色アンダーラインマーカー*/
 background: linear-gradient(transparent 50%, #bee0cc 80%);
}


/*フォントの設定 */
body {
font-family: "メイリオ", Meiryo;
}

#navi .navi-in > .menu-header .item-label{
	font-size: 16px;
}

.sidebar {
font-size: 0.9em;
}