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

main.main,
div.sidebar {
	background-color: #eee;
}

.sidebar h3 {
	font-size: 1em;
}

.front-top-page main > article > div > h2:first-child {
	margin-top: 0;
}

.main h1,
.related-entry-heading,
.comment-title {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}

.date-tags {
	text-align: left;
}

.article h2 {
	font-size: 20px;
	padding: 16px;
}

.article h3 {
	font-size: 18px;
}

.article h4,
.article h5,
.article h6 {
	font-size: 16px;
}

.article h2 a {
  color: #ffffff;
}
.article h2 a:hover {
  background-color: rgba(255,255,255,.2);
}

.widget-entry-card-date {
	display: block;
}
.widget-entry-card-update-date,
article.type-attachment .sns-share {
	display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){

}

/*834px以下*/
@media screen and (max-width: 834px){

}

/*480px以下*/
@media screen and (max-width: 480px){

}
