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

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

/* === 景品表示法対応 === */
/* Cocoon設定メインカラム左上のPR表記 */
.pr-label-s {
  display: inline-block;
  position: absolute;
  top: -6px; /* メインカラム上端からの位置調整 */
  left: 7px; /* メインカラム左端からの位置調整 */
  margin: 0;
  padding: 6px 5px 0;
  width: 50px;
  text-align: center;
  color: #f5f5f5; /* 文字の色 */
  font-size: 11px;
  background: #2a83a2; /* ラベルの色 */
  border-radius: 3px 0 0 0;
  border: none;
  }
.pr-label-s:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #666;
  border-right: solid 6px transparent;
}

/* === 景品表示法対応 === */
/* Cocoon設定本文上のPR表記 */
.pr-label-l {
    border-top: 1px dotted #333; /* 上の点線 */
    border-bottom: 1px dotted #333; /* テキスト下の点線 */
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-size: 13px; /* 文字サイズ */
    color: #333; /* 文字の色 */
    text-align: center; /* テキスト中央揃え */
    background: #fff;
    padding: 8px 0 6px;
    margin-bottom: 2.5em;
	margin-top: 0;
}


/* === 景品表示法対応 === */
/* Cocoon設定本文上のPR表記 */
.pr-label-l {
    border-top: 1px dotted #333; /* 上の点線 */
    border-bottom: 1px dotted #333; /* テキスト下の点線 */
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-size: 13px; /* 文字サイズ */
    color: #333; /* 文字の色 */
    text-align: center; /* テキスト中央揃え */
    background: #fff;
    padding: 8px 0 6px;
    margin-bottom: 2.5em;
	margin-top: 0;
}

/*サイドバー人気記事のタイトル*/
.sidebar div.popular-entry-card-content.widget-entry-card-content.card-content{/*タイトル*/
  font-size: 14px;
  line-height: 1.5em;
}

/*フッターロゴサイズ*/
.footer-bottom-logo .logo-image {
	padding: 0;
	max-width: 200px;
}

.footer-bottom-logo img {
	height: auto;
}

/*パンくずリスト*/
.breadcrumb-home{
	color: #777;
	font-size: 16px;
}

.breadcrumb-item{
	color: #777;
	font-size: 14px;
}

.breadcrumb-caption{
	color: #777;
	font-size: 14px;

}

.mycontainer span img:nth-child(2){
	height: 0;
}

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

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

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