@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トラステック標準WEBサイト PHP + BootStrap
新潟県ゴルフ連盟　カスタム対応
	ver.2025.08.22.n-golfrenmei.com
	採用ページスライドショー　スタイルシート
────────────────────────────────────────
FileName:		/resources/css/recruit-background-slider.css
Editor:			TRUSTEC
Description:	採用ページスライドショー　スタイルシート
────────────────────────────────────────
2025/05/30:		サンプル開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/



/* :::::  [SECTION : BACKGROUND-SLIDESHOW] ::::: */

/* Section
--------- --------- --------- ------- */
#index-slideshow {
}

/* Slideshow Setting
--------- --------- --------- ------- */
.background-slider{
}
.background-slider .slider-item {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
}
.slider-item img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}