@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいグループ(C)FureaiGroup 2021

File name:      search.scss
Last Update:    2024/09/14
Style Info:     「検索」ページ用。
------------------------------------------------------------->
 0.初期設定
 1.共通フォーマット上書き処理
 2.汎用スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.初期設定
=========================================================== */
/* 変数読込
----------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいグループ(C)FureaiGroup 2021

File name:      _variable.scss
Last Update:    2021/03/22
Style Info:     ふれあいグループ（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/* テキストカラー */
/* メインカラー */
/* カテゴリーカラー */
/* フォント */
/* 蛍光カラー */
/* 背景 */
/* リンクカラー */
/* アンチエイリアス処理 */
/* section-title-h2  */
/* グラデ背景 */
/* スマホナビ用シャドウ */
/* メディアクエリ
----------------------------------------------------------- */
/* ===========================================================
 1.共通フォーマット上書き処理
=========================================================== */
/* ===========================================================
 2.汎用スタイル
=========================================================== */
/* Googleサイト内検索
----------------------------------------------------------- */
/* ページャー */
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: 2px 8px !important;
}

/* ページャー（アクティブ時） */
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #4593d0 !important;
  text-decoration: none !important;
}

/* 検索結果間 */
.gsc-webResult.gsc-result + .gsc-webResult.gsc-result {
  border-top: none !important;
}

/* 検索結果サムネイル画像のアイコン解除 */
a.gs-image[target=_blank], a.gs-image[href$=".pdf"], a.gs-image[href$=".doc"], a.gs-image[href$=".docx"],
a.gs-image[href$=".xls"], a.gs-image[href$=".xlsx"], a.gs-image[href$=".zip"] {
  background: none !important;
  padding-right: 0 !important;
}

/* 検索結果見出し（ホバー時） */
a.gs-title:hover {
  text-decoration: underline;
}

/* 検索結果URL */
.gs-webResult div.gs-visibleUrl {
  color: #777 !important;
}

@media screen and (min-width: 769px), print {
  /* PCスタイルはここに記載 */
}
/*# sourceMappingURL=search.css.map */