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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  /*#main {
    padding-top: 0px;
    padding-bottom: 0px;
}*/
  main.main,
  div.sidebar {
    padding: 0px 16px;
    margin: 12px 0;
    border-width: 0;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  /*#main {
    padding-top: 0px;
    padding-bottom: 0px;
}*/
  main.main,
  div.sidebar {
    padding: 0px 16px;
    margin: 12px 0;
    border-width: 0;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  /*#main {
    padding-top: 0px;
    padding-bottom: 0px;
}*/
  main.main,
  div.sidebar {
    padding: 0px 16px;
    margin: 12px 0;
    border-width: 0;
  }
}

/************************************
** 追加CSS不可だったので別枠に子テーマスタイル
************************************/
.logo-image {
  padding: 0px 0;
  font-size: inherit;
}
/*img:hover:not(.b){
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: “alpha( opacity=80 )”;
}
img:not(.b){
  border: 2px dotted #000;
  padding: 0px;
  box-shadow: 0px 0px #000;
}*/
img.bdt{
  border: 2px dotted #000;
  padding: 0px;
  box-shadow: 0px 0px #000;
}
img.bdt:hover{
  opacity:0.6;
  filter:alpha(opacity=60);
  -ms-filter: “alpha( opacity=60 )”;
}
.example {
  display    : inline-block;
  position   : relative;
}
/* 重ねる文字 */
.textlogo {
  margin   : 0px;
  padding   : 0px;
  position   : relative;                   /* 親要素からの絶対位置 */
  box-sizing : border-box;
  white-space: nowrap;                     /* 折返しなし */
  display    : block;                      /* ブロック要素にする */
  color      : #fff;    /* 文字色（透明度） */
  background : #000;  /* 背景色（透明度） */
  top        : -1px;                        /* 親要素からの上位置 */
  left       : 0%;                          /* 親要素からの左位置 */
  text-align : center;                     /* 文字位置 */
  width   : 132px;                       /* 親要素の幅に合わせる */
  transform  : translateY(-50%);           /* 文字BOXの位置ずらし */
  padding    : 0px;                         /* BOX内の余白 */
  font-size  : 1;                       /* 文字サイズ */
  font-weight: normal;                       /* 太字 */
  line-height: 1em;                        /* 1行の高さ */
}
.textlogo:hover{
  opacity:0.6;
  filter:alpha(opacity=60);
  -ms-filter: “alpha( opacity=60 )”;
}
.logo-image span, 
.logo-image a, 
.logo-image img {
  display: block !important;
}
.logo-header img {
    width: 150px;
}
.pager-links.pager-numbers {
  display: none;
}
.pgntn-page-pagination-block {
	display: none;
}
div.hen {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #f5f6f7 !important;
	border-radius: 2px !important;
	background: #f5f6f7 !important;
	text-decoration: underline;
}
.hen:hover {
	background-color: #f5f6f7 !important;
	text-decoration: underline;
}
.hen:active {
	text-decoration: underline;
}
.hen2 {
	text-decoration: underline;
}
.hen2:visited {
	text-decoration: underline;
}
.hen2:active {
	text-decoration: underline;
}
.index-tab-buttons {
    display: none;
}
.article h6 {
    border-bottom: 1px none #f5f6f7;
}
td.imgnoborder.imgnoborder {
	border-color: #fff;
	background-color: #fff;
	text-align: right;
	margin-bottom: 0px;
}
td.noborder.noborder {
	border-color: #fff;
	background-color: #fff;
	text-align: left;
	margin-bottom: 0px;
}
p.index0 {
	margin-bottom:0px;
}
#post_views_counter_list_widget-5 li {
	list-style-type:decimal;		/*リストマーカー改変*/
}
hr {
	border: none;
	background-color: ;
	border-width: 1px 0 0 0;
	border-top: dotted;
	border-color: #eee;
}
hr.dot {
	border: none;
	background-color: ;
	border-width: 1px 0 0 0;
	border-top: dotted;
	border-color: black;
}
hr.dotr {
	border: none;
	background-color: ;
	border-width: 1px 0 0 0;
	border-top: dotted;
	border-color: red;
}
.copyright,.footer-bottom,.footer {
    margin-top: 0px;
}
#block-35,#text-2 {
    margin-bottom: 0px;
}
#navi .navi-in a:hover {
	background-color: #F5F8FA;
}
#post-43100 > div > figure.wp-block-image.aligncenter.size-full.is-resized.my-image-class {
	margin-bottom: 10px;
}
#post-43100 > div > figure:nth-child(10) > figcaption {
	margin-top: 10px;
}
#main .button-caption {
  display: none;
}
/*テーブルを均等配分*/
.equal_table {
  table-layout: fixed;
  width: 30px;
}
/*ツイート埋め込みカスタム用
.twitter-tweet {
  display: inline-block !important;
}
*/
.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
}
/*引用文の中身liの左寄せ*/
.li-inner {
  max-width: 1000px;
  width: 100%;
}
.li-text-left-margin-auto {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
/*YARPP*/
.article ol {
  padding: 0px;
  margin-bottom: 0px;
}
div.entry-content.cf {
  margin-top: 27px;
}

.sidebar h2, .sidebar h3 {
	font-size: 14px;
	text-align: center;
}
.entry-title, .archive-title, .related-entry-heading, .comment-title {
    font-size: 14px;
}
.item-label {
	font-weight: 700;
}
.related-entry-card-title, .entry-card-title {
  font-size: 14px;
  margin: 0 0 5px 0;
  line-height: 1.4;
  font-weight: bold;
}
.widget-sidebar-title, .widget-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.no-thumbnail .widget-entry-cards div.widget-entry-card-content {
  font-size: 14px;
  margin-bottom: 0.6em;
}
.related-entry-card-title, .entry-card-title {
  font-size: 14px;
  margin: 0 0 0 0;
  line-height: 19.5px;
  font-weight: normal;
}
.entry-content > * {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  line-height: 19.5px;
}
body {
  line-height: 19.5px;
}
.carousel-entry-card-title {
  margin-bottom: 0.6em;
  font-size: 14px;
  margin-top: 4px;
  height: 3.2em;
  overflow: hidden;
}
.item-label, .navi .item-description {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rect-mini-card .related-entry-card-title {
  font-size: 14px;
}
:root {
  --cocoon-default-text-size: 14px;
}
.pagination-next-link, .comment-btn {
    background-color: #f9f9f9;
    border: 1px solid var(--cocoon-thin-color);
    color: var(--cocoon-text-color);
    display: block;
    font-size: 14px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 10px;
    display: block;
}
.site-name-text {
	font-size: 14px;
}
.logo-text {
	padding: 20px 0 0px;
}
.appeal, .header, body {
	background-color: #ffffff;
}
.site-name-text {
	font-size: 14px !important;
	font-weight: 700 !important;
	text-decoration: underline !important;
}
.sidebar h3 {
	font-size: 14px;
	text-align: center;
	display: none;
}
.sga-ranking {
	padding-left: 20px;
}
.lkc-title-text {
	text-decoration: underline;
}
.tag-cloud-link {
	font-size: 14px !important;
}
.lkc-thumbnail {
	display: flex;
	display: block;
	margin: 0 0 0 0;
}
.lkc-thumbnail-img {
	border: 1px dashed rgba(51,51,51) !IMPORTANT;
}
.pagination-next {
  margin-top: 24px;
  margin-bottom: 36px;
}
.breadcrumb {
  margin: 8px 0.4em;
  color: var(--cocoon-x-pallid-text-color);
  font-size: 13px;
}

/*rankletcss*/

.ranklet {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: dashed 1px black !important;
}

.ranklet-item {
  border-bottom: dashed 1px black !important;
	
  a {
    display: flex;
    align-items: stretch;
    padding: 10px 4px;
    text-decoration: none;
    color: inherit;

    &:hover {
      background-color: #F5F8FA !important;
    }
  }

  i {
    flex: 0 0 24px;
    display: grid;
    place-content: center;
    width: 24px;
    height: 24px;
    font-size: 1.0rem;
	color: #000 !important;
    background-color: #e9e9ed !important;
    border-radius: 50%;
	font-size: 0.6rem !important;
    font-style: normal;
	font-weight: normal !important;
  }

  picture {
    display: none;
  }

  div {
    margin-left: 8px;
  }

  b {
    font-size: 1.0rem;
    font-weight: normal;
  }
}

.ranklet-count {
  padding: 2px 4px;
  font-size: 0.6rem !important;
  background: #e9e9ed !important;
  color: #000 !important;
}

.ranklet-credit {
  margin-top: 8px;
  margin-left: auto;
  font-size: 0.75rem;
  text-align: right;

  a {
    padding: 2px 4px;
    background: #ddd;
    color: #fff;
    text-decoration: none;
    transition: .2s background ease-out;

    &:hover {
      background: #a2a2a2;
    }

    &::after {
      content: '▶︎';
      margin-left: 3px;
      font-size: 0.675rem;
    }
  }
}

img.banana {
	border: 1px dashed;
	border-radius: 6px;
}
div.banana {
	font-size: 12px;
	a,a:hover,a:visited{
    color: inherit;
	}
}
#a2a_share_save_widget-5 {
	text-align: center;
	margin-bottom: 1.0em;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
	font-size: 14px;
	line-height: 19.5px;
	margin-bottom: 1.8em;
}

.yarpp-related {
  font-size: 12px;
  line-height: 19.5px;
}

.footer {
  display: none;
  margin-top: 20px;
  padding: 8px 0;
}