/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
#main .entry {
	border-bottom: 1px dotted #333333;
	padding-bottom: 15px;
}

#sidebar .widget_categories li {
	margin-bottom: 0;
}

/*数字部分を消す*/
.social-count {
	display: none !important;
}

/*バルーンを消す*/
.arrow-box {
	display: none;
}

#sns-group-top .balloon-btn-set {
	width: auto;
}

/*テーブルのレスポンシブ対応*/
.ws_review th {
	width: 30%;
	text-align: left;
}

@media only screen and (max-width:480px) {
	.ws_review {
		margin: 0 -10px;
	}
	
	.ws_review th,
	    .ws_review td {
		width: 100%;
		display: block;
		border-top: none;
	}
	
	.ws_review tr:first-child th {
		border-top: 1px solid #ddd;
	}
}

.mtg-category{
  font-weight: bold;
  border-bottom: 2px solid black;
  margin-bottom: -16px;
}

p {
	margin-bottom: 0px;
}

/*カードを揃えるのＣＳＳ*/
.card-af-box {
  border: 2px solid #333;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  max-width: 700px;
  margin: 5px auto;
  background: #f9f9f9;
}

.card-af-title {
  font-size: 20px;
  font-weight: bold;
	margin-top: 0px;
  margin-bottom: 12px;
}

.card-af-links {
  display: flex;
  flex-direction: column; /* 縦並び */
  align-items: center;
  gap: 12px;
}

/* アイコン風リンク 共通 */
.card-af-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: background 0.3s ease, transform 0.2s ease;
}

/* ボタンごとの色 */
/* 遊々亭（青） */
.card-af-yuyu {
  background: #007bff; /* 通常色 */
}

.card-af-yuyu:hover {
  background: #0056b3; /* 少し濃い青 */
}

/* カーナベル（オレンジ） */
.card-af-kanavel {
  background: #ff8c00; /* 通常色 */
}

.card-af-kanavel:hover {
  background: #e67600; /* 少し濃いオレンジ */
}

/* メルカリ（赤） */
.card-af-mercari {
  background: #ff6b6b; /* 通常色 */
}

.card-af-mercari:hover {
  background: #ff4c4c; /* 少し濃い赤 */
}


/* 枠線つきカード */
.yyt-box {
  border: 2px solid #333;
  border-radius: 8px;
  padding: 16px;
  max-width: 700px;
  margin: 20px auto;
  background: #f9f9f9;
  text-align: left;
}

/* タイトル（太字・左寄せ） */
.yyt-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
	text-align: center;
}

/* aタグのみを箇条書き風に */
.yyt-links a {
  display: block;
  position: relative;
  padding-left: 1.2em; /* マーカー分の余白 */
  margin: 8px 0;
}

/* 先頭の「・」をCSSで付与 */
.yyt-links a::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
  line-height: 1;
}
