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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*月別アーカイブリンク*/
.tablecalendar h4 {
	text-align: center;
	font-size: 1.2em;
}

.tablecalendar h4 a {
	color: #333;
}

.tablecalendar h4 a:hover {
	opacity: .5;
}

/*カレンダー枠*/
.tablecalendar {
	border-radius: 15px;
	box-shadow: 0 0 5px 5px #eee;
}

/*カレンダー中身*/
#wp-calendar td, #wp-calendar th {
	text-align: center;
}

#wp-calendar thead th {
	color: #fff;
}

#wp-calendar small {
	font-size: 80%;
}

#wp-calendar {
	border: 5px solid #333;
}

#wp-calendar tr, #wp-calendar td, #wp-calendar th {
border: 3px solid #333;
}

#wp-calendar {
	background: white;
	border-color: #333;
	width: 100%;
}

#wp-calendar td {
	height: 4em;
}

#wp-calendar td.today{
	background: #3f9;
}

/*日別アーカイブリンク*/
.marker {
    font-size: 1.2rem;
	background: linear-gradient(transparent 50%, pink 50%);
}

#menu-item-284, li.menu-item-284 {
	display: none;
}

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

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

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