@charset "UTF-8";
/*
  Skin Name: バフェット研究オリジナル
  Description: モダンブラックをベースにしたオリジナルスキン
  Skin URI: https://www.buffettkenkyu.com/
  Author: みょこ
  Author URI: http://ukigumo.s68.xrea.com/
  Screenshot URI: 
  Version: 1.0
  Priority: 200100
*/

/************************************
** 基本表示
************************************/
body {
	background:#fff url("https://im-cocoon.net/wp-content/uploads/bg.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
body::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url("https://im-cocoon.net/wp-content/uploads/bg.jpg") center no-repeat;
	background-size: auto;
	background-size: cover;
}
.header-container {
	background-color: transparent;
}
.main {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.sidebar {
	background: rgba(255, 255, 255, 0.7);
	border:10px solid rgba(255,255,255,0);
	border-radius: 15px;
	line-height: 1.2;
}
.carousel-in {
	background-color: rgba(255,255,255,0.7);
}
.notice-area{
	opacity: 0.9;
}
/*インデックスや関連記事で投稿者を表示した際にアイコンを表示しない*/
.post-author-image {
	display: none;
}
.comment-author img {
	width: 55px;
	height: 55px;
}
/*固定ページすべてで非表示*/
.page .eye-catch-wrap {
    display: none;
}

/************************************
** グローバルメニュー
************************************/
.navi {
	background-size: auto auto;
	background-color:transparent;
	font-weight : bold;
	font-size : 160%;
	color : #c87f07;
	text-shadow : 2px  2px 10px #fff ,-2px  2px 10px #fff ,2px -2px 10px #fff ,-2px -2px 10px #fff;
}
.navi-in > ul .sub-menu {
	background-color: #fee8aa;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.3);
}
.navi-in a {
	position : relative ;
	z-index:1;
	color: #c87f07;
}
.navi-in a:hover, .navi-in a:active {
	color: #fff;
	text-shadow : 2px  2px 10px #bb5700 ,-2px  2px 10px #bb5700 ,2px -2px 10px #bb5700 ,-2px -2px 10px #bb5700;
	background: url('https://piffy.tokyo/wp-content/uploads/2019/06/face.png');
	background-repeat:no-repeat;
	background-position:right bottom;
}
.navi-in a:hover::before, .navi-in a:active::before {
	position: absolute;
	z-index:-1;
	font-family: "FontAwesome";
	content: "\f1b0";
	transform: rotate(-15deg);
	font-size: 2em;
	color: #bb5700;
	text-shadow : none;
}
#navi ul li a{
	transition: 0s; /*ポインタを離したとき*/
}
#navi ul li a:hover{
	transition: 0s; /*ポインタを置いたとき*/
}
/************************************
** エントリーカード
************************************/
.a-wrap:hover {
  background-color: #FFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
}
.cat-label {
  top: 0;
  left: 0;
  border: none;
  background-color: #202020;
}

/************************************
** 内容
************************************/
.eye-catch .cat-label {
  top: 0;
  left: 0;
  border: none;
}
.tag-link, .comment-reply-link {
  background-color: #fff;
}

/************************************
** 投稿・固定ページ
************************************/
/*h2*/
.article h2 {
	position:relative;
	padding:0.5em 1.5em;
	color:#474747;
border:dashed 2px #fff;
box-shadow:0 0 0 4px #dfefff;
background:-moz-linear-gradient(to right,rgb(194,234,240),#dfefff);
background:-webkit-linear-gradient(to right,rgb(194,234,240),#dfefff); background:linear-gradient(to right,rgb(194,234,240),#dfefff);
text-shadow:1px 1px 1px #fff;
}
.article h2::after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid transparent;
}

/*h3*/
.article h3 {
	background: -webkit-repeating-linear-gradient(-45deg,#f0f8ff,#f0f8ff 3px,#e9f4ff 3px,#e9f4ff 7px);
    background: repeating-linear-gradient(-45deg,#f0f8ff,#f0f8ff 3px,#e9f4ff 3px,#e9f4ff 7px);	position:relative;
	padding:0.25em 0 0.25em 2.5em;
	border: none;
}
.article h3::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);
}
.article h3:before {
	position: absolute;
	font-family: FontAwesome;
content:"\f00c";
color:#24ade2;
font-size:1.4em;
width:35px;
height:35px;
top:0;
left:17px;
}

/*h4*/
.article h4 {
  position: relative;/*相対位置*/
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #7b6459;/*文字色*/
border:none;
box-shadow:none;
background:none;
}
h4:before{
  font-family: "FontAwesome";
  content: "\f1b0";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #6ad1c8; /*アイコン色*/
}
h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

main img{
    max-height: 60vh;
    width: auto;
}

/************************************
** 本文下
************************************/
.article-footer,
.entry-footer {
	background: repeating-linear-gradient(90deg, #feedbb, #feedbb 10px, #fef1cc 0, #fef1cc 20px);
	background-color: #feedbb;
	margin-bottom: 20px;
  margin-right: -30px;
  margin-left: -30px;
  padding: 20px 30px;
}
@media screen and (max-width: 834px) {
  .article-footer, .entry-footer {
    margin-right: -10px;
    margin-left: -10px;
    padding: 20px 10px;
  }
}

.article-footer .sns-share-message,
.article-footer .sns-follow-message,
.entry-footer .sns-share-message,
.entry-footer .sns-follow-message {
  margin-right: 20px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.author-box .author-follows .sns-follow-message{
  display: none;
}
.article-footer .sns-share-message:before,
.article-footer .sns-follow-message:before,
.entry-footer .sns-share-message:before,
.entry-footer .sns-follow-message:before {
  margin-right: 10px;
  border-top: 1px solid #202020;
  content: "";
  flex-grow: 1;
}
.article-footer .sns-share-message:after,
.article-footer .sns-follow-message:after,
.entry-footer .sns-share-message:after,
.entry-footer .sns-follow-message:after {
  margin-left: 10px;
  border-top: 1px solid #202020;
  content: "";
  flex-grow: 1;
}

#custom_html-3{
	margin-top: -74px;
}

.widget-single-content-bottom{
	background-color: #fff;
	margin-right: -30px;
	margin-left: -30px;
	padding: 20px 10px;
}
@media screen and (max-width: 834px) {
  .widget-single-content-bottom {
    margin-right: -10px;
    margin-left: -10px;
	padding-left: 10px;
	padding-right: 10px;
  }
}

.entry-categories-tags{
	margin-top: 20px;
}

/************************************
** 引用（blockquote）
************************************/
blockquote {
  background-color: #fff;
  border-color: #ccc;
  border-left-width: 5px;
  padding: 10px 10px 10px 50px;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 12px;
  vertical-align: middle;
  font-family: FontAwesome;
  content: "\f10d";
  color: #e0e0e0;
  font-size: 30px;
  line-height: 1;
}
blockquote::after {
  content: none;
}

/************************************
** ブログカード
************************************/
.blogcard {
  border: 1px solid #202020;
  border-radius: 0;
}

/************************************
** 目次
************************************/
.toc {
	background: repeating-linear-gradient(90deg, #feedbb, #feedbb 10px, #fef1cc 0, #fef1cc 20px);
	background-color: #feedbb;
	padding: 0;
	border: none;
	color: #c87f07;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 3em;
	margin-bottom: 1em;
	border-radius: 10px;
}
.toc .toc-title::before{
	font-family: FontAwesome;
	content: '\f0f6';
	margin-right: .5em;
}
.toc div {
	margin:0 10px;
}
.toc ul.toc-list>li, .toc ol.toc-list>li {
	margin-top: 0.4em;
}
.toc ul.toc-list>li>a, .toc ol.toc-list>li>a {
	border-bottom: 2px solid #fff;
	font-weight: bold;
	color: #c87f07;
}
.toc ul li a, .toc ol li a {
	display: block;
	border-bottom: 2px dotted #fff;
	margin-left: -20px;
	padding-left: 20px;
	color: #c87f07;
}

/************************************
** サイドバー
************************************/
.sidebar h3 {
  padding: 6px;
  font-size: 0.95em;
  letter-spacing: .4px;
  border-bottom: 1px solid #595857;
  background-color: transparent;
}

#sidebar ul {
  font-size:0.9em;
}
#sidebar ul li {
  margin:0 0 0 0.6em;
  padding:0;
}
#sidebar ul#recentcomments li {
  margin:0 0 0.6em 0.6em;
  padding:0;
}
/* カテゴリー 親 */
.widget_categories ul li a{
	text-decoration: none;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding: 4px 4px 2px 10px;
	border-bottom: 1px dashed #dbdbdb;
}
.widget_categories ul li a::before{
	font-family: FontAwesome;
	content: "\f07c";
	color: #949494;
	padding-right: 6px;
	font-weight: 500;
}
.widget_categories > ul > li > a:first-child{ 
	border-top: none;
}
/* カテゴリー 子 */
.widget_categories ul li ul li a{
	text-decoration: none;
	color: #333;
	display: block;
	padding: 4px 4px 2px 10px;
	border-bottom: 1px dashed #dbdbdb;
}
.widget_categories ul li ul li a::before{
	font-family: FontAwesome;
	content: "\f115";
	color: #949494;
	padding: 0px 6px 0px 2px;
}
/* カテゴリー 記事数 */
.widget_categories ul li a .post-count{
	font-family: Arial,sans-serif;
	display: inline-block;
	float: right;
	margin-left: 8px;
	color: #949494;
	background: #eaeaea;
	font-weight: bold;
	font-style: oblique;
	font-size: 14px;
	white-space: nowrap;
	line-height: 1.4;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	border-radius: 2px;
}
/* カテゴリー マウスホバー */
.widget_categories ul li a:hover{
	background: #eaeaea;
	color: #333;
	transition: all 0.8s ease;
}
.widget_categories ul li a:hover .post-count{
	background: #949494;
	color: #fff;
	transition: all 0.8s ease;
}

/* アーカイブ */
#sidebar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  border-radius: 40px; /* 角丸の指定 */
  padding: 6px 14px; /* 余白の指定 */
  font-size: 14px; /* 文字サイズ */
}
#sidebar select::-ms-expand {
  display: none;
}
#sidebar .widget_archive {
  position: relative;
}
#sidebar .widget_archive::after {
  font-family: FontAwesome;
  content: '\f0d7'; /* アイコンの指定 */
  position: absolute;
  bottom: 0px; /* アイコンの位置 */
  right: 12px; /* アイコンの位置 */
  color: #333; /* アイコンの色 */
}

/************************************
** ボックス
************************************/
.information-box,
.question-box,
.alert-box,
.memo-box,
.comment-box,
.ok-box,
.ng-box,
.good-box,
.bad-box,
.profile-box {
  margin-top: 2em;
  padding: 16px;
  line-height: 2;
  border-width: 4px 4px 4px 60px;
  background-color: #fff;
}
.information-box:before,
.question-box:before,
.alert-box:before,
.memo-box:before,
.comment-box:before,
.ok-box:before,
.ng-box:before,
.good-box:before,
.bad-box:before,
.profile-box:before {  left: -52px;
  padding: 0;
  font-size: 40px;
  color: #fff;
  border-right: none;
}
.information-box p,
.question-box p,
.alert-box p,
.memo-box p,
.comment-box p,
.ok-box p,
.ng-box p,
.good-box p,
.bad-box p,
.profile-box p {
	margin: 0;
}
.information-box p + p,
.question-box p + p,
.alert-box p + p,
.memo-box p + p,
.comment-box p + p,
.ok-box p + p,
.ng-box p + p,
.good-box p + p,
.bad-box p + p,
.profile-box p + p {
  margin-top: 10px;
}
@media screen and (max-width: 440px) {
	.information-box,
	.question-box,
	.alert-box,
	.memo-box,
	.comment-box,
	.ok-box,
	.ng-box,
	.good-box,
	.bad-box,
	.profile-box {
		padding: 6px;
		border-width: 40px 4px 4px 4px;
	}
	.information-box::before,
	.question-box::before,
	.alert-box::before,
	.memo-box::before,
	.comment-box::before,
	.ok-box::before,
	.ng-box::before,
	.good-box::before,
	.bad-box::before,
	.profile-box::before {
		padding: 0;
		top: -20px;
		left: 50%;
		margin-left: -0.5em;
		font-size: 30px;
		color: #FFF;
	}
}

.blank-box.sticky {
	position: relative;
	box-shadow: 0 1px 0 rgba(0,0,0,.15);
	display: table;
	min-width: 350px;
}
.blank-box.sticky:after {
	content: '';
	display: block;
	border-top: 5px solid rgba(0,0,0,.15);
	border-right: 200px solid transparent;
	position: absolute;
	bottom: -5px;
	left: -1px;
}
.tb-yellow .toggle-button::before,
.tb-red .toggle-button::before,
.tb-blue .toggle-button::before,
.tb-green .toggle-button::before {
	color: #fff;
}

/************************************
** 関連記事
************************************/
.related-entry-heading,
.comment-title {
  text-align: center;
  letter-spacing: .5em;
  border-top: 2px solid #202020;
  border-bottom: 2px solid;
}

/************************************
** ページネーション
************************************/
.page-numbers {
	border: none;
	border-radius: 50px;
	background: #fee8aa;
	color: #c87f07;
}
a.page-numbers:hover,
a.page-numbers:active{
	background: #fbba03;
	color: #fff;
}
.pagination .current {
    opacity: 0.6;
    background-color: #fee8aa;
}
.page-numbers.dots{
    opacity: 0.6;
    background-color: #fee8aa;
}

/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next-link {
	border: none;
	border-radius: 35px;
	background-color: #fee8aa;
	color: #c87f07;
}
.pagination-next-link:hover,
.pagination-next-link:active {
	background-color: #fbba03;
	color: #fff;
}

/************************************
** マルチページのページャーリンク
************************************/
.pager-links a {
  text-decoration: none;
}
.pager-links span {
    background-color: #fff6dc;
}
.pager-links a span {
    background-color: #fee8aa;
}
.pager-links a span:hover,
.pager-links a span:active {
	background-color: #fbba03;
	color: #fff;
}

/************************************
** 投稿ナビ
************************************/
.pager-post-navi {
	background-color: transparent;
  margin-right: -30px;
  margin-left: -30px;
}
.pager-post-navi a {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
.pager-post-navi a + a {
  margin-top: 1px;
}
.pager-post-navi a.prev-post::before,
.pager-post-navi a.next-post::before {
}
.pager-post-navi .card-thumb img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .pager-post-navi a {
  }
}
@media screen and (max-width: 834px) {
  .pager-post-navi {
    margin-right: -10px;
    margin-left: -10px;
  }
}

/************************************
** プロフィールボックス
************************************/
.author-box {
  border: 1px solid #ff8843;
  border-radius: 10px;
  background-color: #fff;
}
.author-box .sns-follow-buttons a.follow-button {
  border: none;
}
.author-box .sns-follow-buttons a.follow-button:hover {
	background-color: #ff8843;
	color: #fff;
}
.author-widget-name {
  margin-bottom: 1.4%;
  padding: 2px 0;
  text-align: center;
  background-color: #ff8843;
  color: #fff;
}
.author-description {
  margin-top: 10px;
  font-size: 14px;
}

/************************************
** モバイルフッターバー
************************************/
.mobile-menu-buttons {
    background:  linear-gradient(to left, rgba(255, 136, 67, 0.85), rgba(255, 167, 39, 0.85));
    box-shadow: 0px 2px 3px 3px #041329;
    font-size: 1.2em;
}
.mobile-menu-buttons .menu-icon::before {
    font-size: 1.3em;
    color: #fff;
}
.mobile-menu-buttons .menu-caption {
    font-size: 10px;
    margin-top: -2px;
	color: #fff;
}
.mobile-menu-buttons .menu-icon {
    margin-top: 0px;
	color: #fff;
}
.mobile-menu-buttons .menu-button:hover {
	background-color: #ffffff4d;
	color: #2f3438;
}
.search-menu-content {
	top: 50%;
}
/*メニュー*/
.navi-menu-content {
	background-color: #fee8aa;
}
.navi-menu-content .menu-drawer a {
	color: #c87f07;
	border-bottom: 1px solid #fdd667;
}
.navi-menu-content .menu-drawer .sub-menu {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.navi-menu-content .menu-drawer .sub-menu a {
	padding-left: 2.2em;
}
.navi-menu-content .menu-drawer .sub-menu a::before {
	display: block;
	position: absolute;
	top: 0.5em;
	left: 1.4em;
	width: 1em;
	content: "-";
}
.navi-menu-content .menu-drawer a {
	position: relative;
	padding: 10px;
}
.navi-menu-content .menu-drawer a:hover {
	background-color: #fef1cc;
}
.navi-menu-content .menu-drawer a::after {
	position: absolute;
	right: 0;
	padding-right: 8px;
	color: #c87f07;
	font-family: FontAwesome;
	content: "\f054";
}

/************************************
** フッター
************************************/
.footer {
	clear: both;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #333;
}
@media screen and (max-width: 834px){
.navi-footer-in > .menu-footer li.menu-item a {
    padding: 0;
    width: 100%;
}
}

/*フッターロゴのサイズ調整*/
.footer-bottom-logo .logo-image {
	max-width: 300px;
}
.footer-bottom-logo img {
	height: auto;
}

/************************************
** トップへ戻るボタン
************************************/
.go-to-top-button {
  background-color: #595857;
  color: #ccc;
}
.go-to-top-button:hover {
  background-color: #807e7d;
  color: #fff;
}

/************************************
** カルーセル
************************************/
.carousel {
  margin-bottom: 30px;
}

.carousel-entry-card-title {
  font-size: 14px;
}

/************************************
** ボタン
************************************/
/*
.ranking-item-link-buttons a,
.btn-wrap > a,
.wp-block-freeform .btn-wrap > a,
.appeal-button,
.wp-block-button > a ,*/
#comment-reply-btn,
input.submit {
	border: none;
	border-radius: 35px;
	box-shadow: 0 7px 10px -5px rgba(0,0,0,0.5);
	background-color: #f39800;
	color: #fff;
}

/************************************
** 水平線
************************************/
hr {
    border: 0;
	height: 1px;
	background: #F1F2B5;
	background-image: -webkit-linear-gradient(left, #F1F2B5, #4BC0C8, #F1F2B5);
	background-image: -moz-linear-gradient(left, #F1F2B5, #4BC0C8, #F1F2B5);
	background-image: -ms-linear-gradient(left, #F1F2B5, #4BC0C8, #F1F2B5);
	background-image: -o-linear-gradient(left, #F1F2B5, #4BC0C8, #F1F2B5);
}
hr.dot {
	background:transparent;
    margin: 2rem auto;
    width: 7rem;
    border-top: 0.5rem dotted #cce5ff;
}

/************************************
** 人気記事ランキング
************************************/
.widget-entry-cards.ranking-visible .widget-entry-card-thumb::before{
	top: -10px;
	left: -4px;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	font-style: oblique;
}
.popular-entry-card-title.widget-entry-card-title.card-title{
	display: flex;
	align-items: center;
}
/*フォントサイズ*/
.popular-entry-card-title{
	font-weight: bold;
	font-size: 14px;
}
/*モバイル表示のフォントサイズ*/
@media screen and (max-width: 480px){
	.popular-entry-card-title{
		font-size: 12px;
	}
}
/*本文下の人気記事ランキング*/
#main .main-widget-label{
	margin: -10px -10px 10px -10px;
	padding: 1em;
	display: flex;
	align-items: center;
	text-align: center;
}
.article-footer .main-widget-label:before {
    margin-right: 10px;
    border-top: 1px solid #202020;
    content: "";
    flex-grow: 1;
}
.article-footer .main-widget-label:after {
    margin-left: 10px;
    border-top: 1px solid #202020;
    content: "";
    flex-grow: 1;
}
#main .widget_popular_entries{
	background: rgba(255, 255, 255, 0.7);
	padding: 10px;
	border-radius: 15px;
}

/************************************
** 検索案内
************************************/
.search-form div.sform {
    border: 1px solid #555;
    border-radius: 8px;
    padding: 5px;
    margin-left: 10px;
    display: inline-block;
}
.search-form div.sbtn {
    border: none;
    border-radius: 8px;
    padding: 5px;
    margin-left: 10px;
    display: inline-block;
    background-color: #4e92df;
    color: #fff;
    padding-left: 20px;
    padding-right: 30px;
    position: absolute;
}
.search-form div.sbtn:hover {
    border: none;
	background: #71b9ff;
	color: #fff;
}

/************************************
** タイムライン
************************************/
.timeline-item:before {
	background: #ff8843;
}
.timeline-item-content {
	border-left: 3px #ffea97 solid;
}
@media screen and (max-width: 480px){
	.timeline-item-content {
		border-left: none;
	}
	.timeline > li.timeline-item {
		overflow: visible;
		border-left: 3px #ffea97 solid;
	}
}

/************************************
** 吹き出し
************************************/
@media screen and (max-width: 480px){
	.speech-name {
		font-size: 9px;
	}
}
.speech-icon img, .speech-icon amp-img ,
div.speech-balloon {
	border: 2px solid #cce5ff;
}
.speech-balloon::before {
	border-right: 12px solid #cce5ff;
}
.sbp-r .speech-balloon::before {
	border-left: 12px solid #cce5ff;
}
.sbs-flat .speech-balloon {
	background-color: #cce5ff;
    border-color: #cce5ff;
}
.sbs-flat .speech-balloon::before, .sbs-flat .speech-balloon::after {
    border-right-color: #cce5ff;
    border-left-color: #cce5ff;
}
div.sbs-think .speech-balloon::before ,
div.sbs-think .speech-balloon::after {
	border: 2px solid #cce5ff;
	background-color: #fff;
}

/************************************
** キャラプロフ
************************************/
.wp-block-image.profile img{
	border-radius: 50%;
}
.wp-block-image.profile figcaption {
	margin-top: -13px;
	position: relative;
	color: #aaa;
	font-size: 15px;
}

div .ccchildpage img{
	border-radius: 50%;
}
div .threecol .ccchildpage {
	width: 150px;
	margin: 0;
	padding: 0;
}
.article h3.ccpage_linked_title {
	background: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	text-align: center;
}
.article h3.ccpage_linked_title:before,
.article h3.ccpage_linked_title:after {
	content: none;
}


/************************************
** ブログランキング
************************************/
div.manga-button-A {
	background: url("https://piffy.tokyo/wp-content/uploads/2019/08/side1-B-1.png") no-repeat;
	background-size:contain;
}
div.manga-button-A a {
	display: inline-block;
} 
div.manga-button-A a:hover {
	background-color: transparent; /* IE6対応 */
}
div.manga-button-A a:hover img {
	visibility: hidden;
}
div.manga-button-B {
	background: url("https://piffy.tokyo/wp-content/uploads/2019/08/side2-B-1.png") no-repeat;
	background-size:contain;
	margin-top:-10px;
}
div.manga-button-B a {
	display: inline-block;
} 
div.manga-button-B a:hover {
	background-color: transparent; /* IE6対応 */
}
div.manga-button-B a:hover img {
	visibility: hidden;
}
@media screen and (min-width:437px) and (max-width: 1023px){
	div.manga-button-A {
		background-size:auto;
	}
	div.manga-button-B {
		background-size:auto;
	}
}
