@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*=================================================================================
記事タイトル 下線
=================================================================================*/
h1.c-postTitle__ttl {
	border-bottom: 3px #eee dotted;
	padding: 0 5px 5px;
}

/*=================================================================================
目次
=================================================================================*/
@media (min-width: 960px) {
	#main_content .p-toc {
		width: 100%;
	}
}

#main_content .p-toc {
	max-width: none!important;
}

/*=================================================================================
アフィリボタン
=================================================================================*/
a.wp-block-button__link {
	font-weight: bold;
	font-size: 1.4em;
}

/*=================================================================================
作品解説
=================================================================================*/
blockquote {
	font-size: 15px;
}

blockquote p {
	display: inline-block;
	width: 100%;
	margin: 8px 0important;
}

/*=================================================================================
タグクラウド
=================================================================================*/
.wp-block-tag-cloud {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

@media (min-width: 769px) {
.wp-block-tag-cloud {
	grid-template-columns: repeat(3, 1fr);
}
}

.tag-cloud-link {
	background-color: #ffe7ed!important;
	color: #252525 !important;
	line-height: 2;
	text-align: center;
}

/*=================================================================================
サイドバー ナビゲーション
=================================================================================*/
.c-listMenu a {
	font-size: 1.1em;
	padding: 1.1em 1em 1.1em 1.5em;
}

/*=================================================================================
同人・ブックス ページ 解説文 文字数
=================================================================================*/
.kaisetu-ari .p-postList__excerpt {
	height: 75px;
	overflow: hidden;
}



