/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2026 | 07:42:35 */
/* ============================================================
   ③ Used — 汎用(コメント/関連記事/WPP/フッター等)
   読み込み順: 機能パーツ群の1つ(順不同)
   ============================================================ */

/* ============================================
   YARPP関連記事 — サムネイル付き横並びリスト
   （.umasoku-yarpp- スコープ＝関連記事限定）
   ============================================ */

.umasoku-yarpp-list {
  margin: 0 0 16px;
  padding: 10px !important;
  list-style: none;
  border: 1px solid var(--boader-color-green);
  border-top: none;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.umasoku-yarpp-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.umasoku-yarpp-item:last-child {
  border-bottom: none;
}

/* リンク全体を横並びflexに */
.umasoku-yarpp-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  text-decoration: none;
  transition: var(--transition-all);
}

.umasoku-yarpp-link:hover {
  background: var(--hover-bg-color);
}

/* 左：サムネイル */
.umasoku-yarpp-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
}

.umasoku-yarpp-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  transition: var(--transition-all);
}

.umasoku-yarpp-link:hover .umasoku-yarpp-thumb img {
  transform: var(--transform-scale);
}

/* 右：タイトル */
.umasoku-yarpp-body {
  flex: 1;
  min-width: 0;
}

.umasoku-yarpp-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #1565c0;
  font-family: 'Noto Sans JP';
  font-size: var(--font-size-sm);
  font-weight: 700;
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* ============================================
   カテゴリーリスト
   ============================================ */
li.cat-item {
  display: flex;
  align-items: baseline;
  font-size: 1.4rem;
  list-style: none;
}

#comments input[type=submit] {
  background-color: #f3fff3;
}

/* ============================================
   Auto Republish
   ============================================ */
span.wpar-label,
span.wpar-time {
  font-size: 1.4rem;
}

/* ============================================
   ads表示用
   ============================================ */
.ad-flex{
	display:flex;
	gap:14px;
	margin-bottom:10px;
}

.ad-col{
	flex:1;
	min-width:300px;
}

@media screen and (max-width: 768px){

	.ad-flex{
		flex-direction:column;
	}

	.ad-col{
		width:100%;
		min-width:100%;
	}
}

/* ============================================
   RSSImport
   ============================================ */
.rssimport ul {
  padding: 0 10px !important;
}

.wpra-item-list a,
.rssimport li {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 4px;
  border-bottom: 1px dotted #ccc;
  font-size: var(--font-size-base) !important;
  font-weight: 600;
  line-height: 1.6 !important;
  letter-spacing: -.2px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ============================================
   RSS Aggregator
   ============================================ */
.wprss-feed-meta {
  display: none;
}

.wpra-item-list {
  padding: 0 !important;
}

/* ============================================
   Amazon Auto Link
   ============================================ */
div.asl_w .probox {
  border-radius: 5px !important;
}

.amazon-products-container-list .amazon-product-container {
  margin-bottom: 0.5em !important;
  padding: 2px;
  border-bottom: 1px solid #ccc;
}

.amazon-product-thumbnail {
  width: 150px !important;
}

.amazon-products-container-list .amazon-product-thumbnail {
  margin: 0 !important;
  text-align: left !important;
}

.amazon-products-container-list .amazon-product-thumbnail img {
  width: 300px;
  height: 150px;
  object-fit: cover;
}

.amazon-products-container-list .amazon-auto-links-product-body {
  display: block !important;
  width: auto !important;
  margin: 4px;
}

.side .amazon-products-container-list .amazon-auto-links-product-body {
  display: none;
}

h5.amazon-product-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 5px !important;
  font-size: var(--font-size-base);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entry-content .amazon-products-container-list {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  overflow-y: auto;
}

p.now-retrieving.context-image_set {
  display: none;
}

/* ============================================
   WpDiscuz(コメント)
   ============================================ */
.wc_email-wrapper {
  display: none !important;
}

.wc-comment-header {
  margin-left: 0 !important;
  line-height: 2.0 !important;
}

.comments-area {
  padding: 10px;
  border: 2px solid var(--boader-color-green);
}

.wc-comment-text p {
  font-size: var(--font-size-base) !important;
}

.wc-comment-author {
  font-size: var(--font-size-base) !important;
}

.wc-follow-link {
  font-size: var(--font-size-base) !important;
  line-height: 2.0 !important;
}

.wpd-comment-wrap {
  margin-bottom: 10px;
  padding: 4px 10px;
  background: #fff;
}

.wpd-user-info {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

#wpd-bubble-wrapper #wpd-bubble-all-comments-count {
  font-size: 20px !important;
}

#comments {
  margin: 10px auto;
  background: #fff;
}

#comments p {
  font-size: 1.6rem;
}

#comments,
#respond {
  padding: 0 5px !important;
}

/* ============================================
   WordPress Related Posts (wp_rp)
   ※ 未使用なら丸ごと削除候補
   ============================================ */
.wp_rp_wrap .related_post_title {
  padding: 10px !important;
}

ul.related_post {
  display: table-cell !important;
}

ul.related_post li {
  width: 22.5% !important;
  border: 1px solid #ccc;
}

ul.related_post li a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 !important;
  font-size: 1.25rem !important;
  font-weight: 700;
  overflow: hidden;
}

ul.related_post li img {
  width: 100% !important;
  object-fit: cover;
}

ul.related_post li small {
  font-size: var(--font-size-base);
}

.wp_rp_publish_date {
  padding: 4px;
  color: #aaa;
}

a.wp_rp_title {
  padding: 4px;
}

/* ============================================
   Advanced Related Posts (arpw)
   ※ WPPと併用していないなら削除候補
   ============================================ */
.arpw-ul {
  counter-reset: ranking;
  padding: 2px 5px !important;
  list-style-type: none;
}

.arpw-ul li {
  clear: both;
  position: relative;
  margin: 0 !important;
  padding: 4px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: var(--font-size-base) !important;
  font-weight: 700;
  line-height: 1.5 !important;
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition-all);
}

.arpw-ul li:hover {
  background-color: var(--hover-bg-color);
}

a.arpw-title {
  text-decoration: none;
}

.arpw-time {
  font-size: var(--font-size-base) !important;
}

img.arpw-thumbnail {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

img.arpw-thumbnail:hover {
  transform: var(--transform-scale);
}

/* ============================================
   BWP Recent Comments
   ============================================ */
.bwp-rc-ulist {
  padding: 0 !important;
}

ul.recent-comment-group {
  padding: 0 5px !important;
}

li.recent-comment {
  margin-bottom: 20px;
  list-style: none;
  transition: var(--transition-all);
}

li.recent-comment:hover {
  background-color: var(--hover-bg-color);
}

.recent-comment-avatar {
  display: none !important;
}

.recent-comment-single {
  margin-left: 0;
}

.recent-comment-single a {
  padding: 0.25em 0.5em;
  border-left: 5px solid #f44336;
  background: #f9fbe7;
  font-size: var(--font-size-base);
  text-decoration: none;
}

.recent-comment-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-left: 5px;
  color: #333;
  font-size: var(--font-size-base);
  overflow: hidden;
}

.recent-comment-text::before {
  content: "\f075";
  margin-right: 5px;
  color: #1b5e20;
  font-weight: 900;
}

.recent-comment a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0.25em 0.5em;
  color: #333;
  font-size: var(--font-size-base);
  text-decoration: none;
  overflow: hidden;
}

/* ============================================
   パンくずリスト
   ============================================ */
#breadcrumb {
  margin: 20px 0;
  padding: 5px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

/* ============================================
   共通(リンク・画像・ヘッダー説明)
   ============================================ */
@font-face {
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* a {
  color: var(--link-indigo);
  text-decoration: none;
  transition: var(--transition-all);
}

* a:visited {
  color: var(--link-blue);
}

a:hover::after {
  width: 100%;
}

img {
  cursor: pointer;
  transition: var(--transition-all);
}

header .descr {
  padding: 5px;
  background: #99999977;
  color: #fff !important;
  font-weight: 700;
  text-shadow: 2px 1px 0 #388E3D !important;
}

.blog-parts-content {
  margin: 20px 0 !important;
}

/* ============================================
   フッター
   ============================================ */
.footer-wbox .lbox {
  border-top-color: #7cb342;
  background: #f0f7e9;
}

.footer-wbox .rbox,
.footer-wbox .lbox {
  color: #fff !important;
  text-shadow: var(--text-shadow);
}

#footer p {
  font-size: var(--font-size-base);
  line-height: 1.4;
}

#footer p.copyr {
  text-shadow: var(--text-shadow);
}


/* ============================================
   スクロールバー
   ============================================ */
::-webkit-scrollbar {
  width: 8px;
  background: #eee;
}

::-webkit-scrollbar:horizontal {
  height: 10px;
}

::-webkit-scrollbar-piece,
::-webkit-scrollbar-piece:start {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #666;
  box-shadow: inset 0 0 0 2px #fff;
}

::-webkit-scrollbar-corner {
  background: #333;
}

::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
  background: #999;
}

/* ============================================
   ページナビ
   ============================================ */
.p-navi dl {
  margin-top: 15px;
}

.p-navi dl dt {
  float: left;
  width: 80px;
  color: #666;
  font-size: large !important;
  font-weight: bold;
}

.p-navi dl dd a {
  font-size: large !important;
}


/* ============================================================
   スマホ・タブレット
   ============================================================ */
@media only screen and (max-width: 499px) {
  ul.related_post li {
    width: 46% !important;
  }
  ul.related_post li img {
    height: 120px !important;
  }
}

@media print, screen and (max-width: 599px) {
  #wpd-bubble-wrapper {
    bottom: 80px;
  }
}