/*
 Theme Name:   Twenty Sixteen Child
 Theme URI: https://wordpress.org/themes/twentysixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author: the WordPress team
 Author URI: https://wordpress.org/
 Template:     twentysixteen
 Version: 2.9
 Tested up to: 6.2
 Requires at least: 4.4
 Requires PHP: 5.2.4
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
 Text Domain: twentysixteen-child
*/

/*@import url(../twentysixteen/style.css);*/


/*引用部分の文字サイズ*/
blockquote {
	font-size: 90%;
	font-size: 1rem;
	line-height: 1.3;
	}

blockquote cite,
blockquote small {
	font-size: 80%;
	font-size: 0.8rem;
	line-height: 1;
	}

/*投稿者非表示*/
.single .byline,
.group-blog .byline {
	display: none !important;
}
/*.single .post-author{
    display:none !important;
}*/

/*投稿ナビゲーション*/
.post-navigation .post-title {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
}
 .nav-previous a:before,
 .nav-next a:after {
	font-size: 10px;
	font-size: 1rem;
}


.image-unlike {
  content: '';
  display: block;
  background: url(../../uploads/2021/05/icon_17_22.gif) no-repeat;
  /*background-size: contain;
  width: 11px;
  height: 10px;*/
  /*position: absolute;*/
}
.wpulike-robeen .wp_ulike_btn:after {
  content: '';
  background: url(../../uploads/2021/05/icon_17_22.gif) no-repeat;
  background-position: 0 0;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
  width: 11px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*テーブル幅を固定→自動に*/
/*効かないので各TABLEで指定のこと*/
.wp-block-table table {
    table-layout: auto;
}
