/* 大学の校歌：フロントCSS
   ハウスルール：border-radius不使用／二重罫線禁止／モバイル左右余白は
   サイト共通15pxに乗せるだけで独自パディングを追加しない／
   内側のデータ単位（リスト1行）以外に外枠を付けない */

/* サイト共通の自動パンくず（.ks-breadcrumb）は本プラグインのページでは
   中身が空のまま出力されるため非表示にする（このページ専用、他ページには影響しない） */
body.kuk-page .ks-breadcrumb {
	display: none !important;
}

.kuk-wrap {
	max-width: 734px;
}

.kuk-breadcrumb {
	font-size: 13px;
	margin-bottom: 12px;
	color: #555;
}

.kuk-breadcrumb a {
	color: #1a3a6b;
	text-decoration: none;
}

.kuk-crumb-sep {
	margin: 0 6px;
	color: #aaa;
}

.kuk-heading {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 8px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.kuk-top-image {
	width: 100%;
	max-width: 734px;
	margin: 16px 0;
}

.kuk-top-image img {
	width: 100%;
	height: auto;
	display: block;
}

.kuk-lead {
	font-size: 16px;
	font-weight: 700;
	margin: 16px 0 8px;
}

.kuk-body {
	font-size: 15px;
	line-height: 1.9;
	margin: 0 0 16px;
}

/* 設置区分カテゴリボタン（PC横並び／モバイル縦積み） */
.kuk-category-buttons {
	display: flex;
	gap: 12px;
	margin: 24px 0;
}

@media (max-width: 600px) {
	.kuk-category-buttons {
		flex-direction: column;
	}
}

.kuk-cat-btn {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 16px 8px;
	background: #eaf3fb;
	border: 1px solid #cfe2f0;
	color: #222222;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.kuk-cat-btn:hover {
	background: #dcebf7;
}

.kuk-cat-count {
	font-size: 12px;
	font-weight: 400;
	margin-top: 4px;
	color: #555;
	opacity: 0.85;
}

/* 並び順トグル（地域別／校名50音別） */
.kuk-sort-toggle {
	font-size: 13px;
	margin: 16px 0 4px;
}

.kuk-sort-toggle a {
	color: #1a3a6b;
	text-decoration: none;
}

.kuk-sort-toggle a.is-active {
	font-weight: 700;
	text-decoration: underline;
}

.kuk-sort-sep {
	margin: 0 8px;
	color: #ccc;
}

.kuk-note {
	font-size: 12.5px;
	color: #777;
	margin: 8px 0 0;
}

/* 校歌一覧（駅と学校スタイル：外枠なし、破線区切り、余白で構成） */
.kuk-song-list {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}

.kuk-song-item {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding: 12px 4px;
	border-bottom: 1px dashed #ccc;
}

.kuk-song-item:first-child {
	border-top: 1px dashed #ccc;
}

.kuk-song-item a {
	font-size: 15px;
	color: #1a3a6b;
	text-decoration: none;
}

.kuk-song-item a:hover {
	text-decoration: underline;
}

.kuk-song-pref {
	font-size: 12px;
	color: #777;
	white-space: nowrap;
	margin-left: 12px;
}

.kuk-back-to-top {
	margin-top: 36px;
	font-size: 14px;
}

.kuk-back-to-top a {
	color: #1a3a6b;
	text-decoration: none;
	font-weight: 700;
}

.kuk-back-to-top a:hover {
	text-decoration: underline;
}
