/*
検索結果ページ（search.php）でのみ使用する独自スタイル
カード型リストの共通スタイルは new-css/component/c-postCard.css を参照。
*/

/* ログインユーザー向けの関連カテゴリ/タグ候補 */
.p_search_hint {
	margin-bottom: 16px;
	padding: 12px 16px;
	background-color: #fff7e6;
	border: 1px solid #f0c36d;
	border-radius: 6px;
	line-height: 1.8;
}

.p_search_hint a {
	color: #003399;
	text-decoration: underline;
}
