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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* 全体 */
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap');
body {
	font-family: 'Murecho','ヒラギノ角ゴシック','Hiragino Sans','Verdana',sans-serif;
}
img {
	border-radius: 3px;
}

.main {
	padding-left: 2.8em;
	padding-right: 2.8em;
}

/**** 投稿本文 ****/
/* 目次 */
.toc {
	border: 3px solid;
    display: block;
}
.article ul li, .article ol li {
    margin: 0.4em;
}

/* エントリータイトル */
.entry-title{
	font-size: 1.6em;
}

/* 行間 */
.entry-content p{
	margin-bottom: .8em;
}

/* カテゴリラベル */
.cat-label {
	font-size: .7em;
	padding: 0 5px;
}
.cat-label::before {
	font-family: FontAwesome;
	content: '\f07c';
	padding-right: 3px;
}

.eye-catch .cat-label {
	font-size: 1em;
	padding: 0 10px;
}
.eye-catch .cat-label, .cat-label{
	position: absolute;
	left: 5px;
    top: 5px;
	background-color: rgba(255,255,255,0.9);
	color: #709a9a;
	border: solid 1px #709a9a;
	border-radius: 3px;
}

/* アイキャッチ */
.eye-catch img, .entry-card-thumb img {
	border-radius: 3px;
}

/* AFリンク */
.shoplink {		
	width: 100%;
}
.shoplink .linkstyle {
	border-top: 1px dashed #84E9E8; 
}
.shoplink a {
	text-decoration: none;
}
.azlnk {
	background: #fff352;
	color: #665a1a;
	border-radius: 5px;
	padding: 5px 10px;
}
.shoplink table {
	border: 1px solid #84E9E8;
	/*margin-bottom: 0;*/
}
.shoplink td {
	background: #fff;
	border: none;
}

.shoplink .stylebottom {
	padding-bottom: 10px;
}
.shoplink thead tr th {
	border: none;
}
.shoplink i {
	display: inline-block;
	width: 1.5em;
	text-align: center;
}
.linkpic {
	width: 30%;
	background: #fff;
	text-align: center;
}
.linkpic a img {
	border: none;
	height: 100px;
}

/* 固定ページ日付/目次非表示 */
.post-3 .date-tags, .post-3 .toc, .post-3 .article-footer.entry-footer,
.post-384 .date-tags, .post-384 .article-footer.entry-footer
{
	display: none;
}
/* 固定ページ画像枠非表示 */
.post-2 a img{
	border: none;
}

/**** サイドバー ****/
/* サイドバーカテゴリ */
.widget_categories ul li a{ 
  border-bottom: 1px dashed #CCCCCC; 
}

.widget_categories ul li a::before{
  font-family: FontAwesome;
  content: "\f07b"; 
  color: #1D9192;
  padding-right: 6px;
}

.widget_categories > ul > li > a:first-child{ 
  border-top: none;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
/*必要ならばここにコードを書く*/
	.mobile-menu-buttons {
		background: #bde9e9;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
/*必要ならばここにコードを書く*/
	.entry-card-thumb img {
		border-radius: 5px;
	}
	.cat-label {
	    font-size: .5em;
		padding: 3px 6px;
	}

}
