@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

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

/*ヘッダー背景写真(Cocoon設定でうまくいかないのでここに書いた)ノーマルな空のurl→/wp-content/uploads/2018/07/P8050165-m.jpg　紅葉→/wp-content/uploads/2018/03/PB250566-m.jpg*/
#header-container{
  background-image: url("/wp-content/uploads/2018/07/P8050165-m.jpg");
  background-attachment: fixed;
  background-position: center bottom;
  background-size: cover;
}
/*サイトキャッチコピーを太字・影付きに*/
div.tagline{
font-weight: bold;
text-shadow: 0 2px 4px rgba(0,0,0,0.3); /* 影 */
}
/*ヘッダーナビのカテゴリー説明を非表示に*/
#navi .sub-caption{
  display:none;
}
.toc{
	border: none;
}

/*「関連記事」とかの色とサイズをスキンに合わせる*/
/*.ref{
	background-color: #24ade2;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 3px;
}*/

/*目次(餅サイトのスキンを参考に)*/
.toc-center {
    margin: 15px auto;
	padding: 1em;
    background-color: #fff;
	box-shadow: 0 0 0 10px #d5ebff;
    border: dashed 3px #d5ebff;
    border-radius: 5px;
    max-width: 500px;
	width: 100%;
}
.toc-center a{
	color: #333;
	text-decoration: none;
}

.toc-title {
  border-bottom: 2px dotted #444;
	text-align: center;
}
.toc-checkbox{
	font-size: .8em;
	margin-left: .5em;
	cursor: pointer;
}
.toc_checkbox a{
	color: #333;
	text-decoration: none;
}
.toc-center ul, .toc-center ol{
	color: #acb7af; /*グレー*/
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	padding: 0;
	border: none;
}
.toc-center li{
  font-size: 14px;
	padding: 2px!important;
}
@media screen and (max-width: 480px){
.toc-center li {
		font-size: .8rem;
		line-height: 1.1rem;
	}
}
.toc-center li a:hover{
  color: #cf712c; /*赤茶*/
	text-decoration: underline;
  transition: .3s;
}
.toc-center li a{
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	display: block;
	margin: 10px 0;
	font-weight: bold;
}
.toc-center li:before{
	display: none;
}
.toc-center li li a{
	color: #333;
	text-decoration: none;
	border: none;
	margin: 0;
	font-weight: normal;
}

/*記事中の画像の幅が大きくなりすぎないように(特にタブレットで)*/
.size-full,
.size-large{
	width: auto;
	max-width: 100%;
}

/*TOPのエントリーカードのサムネイルを大きくし過ぎない*/
.entry-card-thumb{
	max-width: 250px;
}
.entry-card-content {
margin-left: 260px;
}
/*サイトマップのリストの枠をなくす*/
#sitemap_list,
#sitemap_list ul{
	background: none;
	box-shadow: none;
	border: none;
}
/*フッターの色(スキンCSSから必要部分だけコピペして変更)*/
#footer {
  background-color: rgba(0, 164, 234, 0.5);
  color: #fff;
}
#footer a{
  color: #fff;
}
#footer a:hover{
  color: #333;
}

/*ヨメレバカエレバの古いフォーマットの、店ロゴ打消し*/
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom, .shoplinkseven, .shoplinkrakukobo{
	background:#fff !important;
	padding:10px 0px !important;
}
/*ヨメレバカエレバに「広告」表示（2023.10〜ステマ規制対応）*/
/*通知エリアに広告を含む旨を記載したので、一旦非表示に
div.kaerebalink-box, div.booklink-box{
    position: relative;
}
div.kaerebalink-footer:after, div.booklink-footer:after{
    width: 50px;
    height: 27px;
    background: rgb(160,224,240);
    position: absolute;
    bottom: 0;
    right: 0;
    color: #333;
    font-size: 80%;
    content: "広告";
    text-align: center;
}
*/

/*記事下部の関連記事やカテゴリー新着のタイトルをh5仕様に(m-soraスキンCSSからのコピー)*/
#related-entries h2,
#category-new-entries h2,
#random-entries h2,
#comment-title{
	font-size: 22px; /*h2だと24px, h5は20px*/
	position:relative;
	padding:0.25em 0 0.25em 2.5em;
	border: none;
}
#related-entries h2::after,
#category-new-entries h2::after,
#random-entries h2::after,
#comment-title::after {
	content:"";
	display: block;
	height:4px;
	margin-left:-2.5em;
background:-moz-linear-gradient(to right,rgb(160,224,240),#dfefff); background:-webkit-linear-gradient(to right,rgb(160,224,240),#dfefff); background:linear-gradient(to right,rgb(160,224,240),#dfefff);
}
#related-entries h2::before,
#category-new-entries h2::before,
#random-entries h2::before,
#comment-title::before{
	position: absolute;
	font-family: FontAwesome;
content:"\f00c";
color:#24ade2;
font-size:1.4em;
width:35px;
height:35px;
top:0;
left:17px;
}

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

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

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
/*TOPのエントリーカード本文のマージン調整*/
.entry-card-content {
  margin-left: 40%;
}
/*サイトマップのリストの幅を調整*/
#sitemap_list,
#sitemap_list ul{
	padding-right: 0;
}
#sitemap_list ul{
	padding-left: 0;
}
#sitemap_list ul li:before{
	font-size: 1em;
    left: 0;
}
#sitemap_list ul li{
	padding-right: 0;
}

}

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