@charset "utf-8";

/*
	ラジオ福島　共通CSS

	common2022seika2.css（盛夏ver2）
	create	20190228
*/

/* ---------------------------------------------------------
	約560px未満の画面向けスタイル モバイルファースト
--------------------------------------------------------- */

/* ----------------------- */
/* フッタアイコン */
/* ----------------------- */
span.illust01 {
	background-image: url(../img/seika8.png);
}



@media screen and (min-width: 560px){
	/*	約560px以上の画面向けスタイル second tablet */

	header {
/*		background: url(../img/head_bg560_seika.png) top center no-repeat; */
		background-repeat: no-repeat;
	}
}



@media screen and (min-width: 768px){
	/*	約768px以上の画面向けスタイル（タブレット） */

	header {
/*		background-image: url(../img/head_bg768_seika.png); */
		background-position: center 3px;
	}
}





@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル（PC） */

	header {
/*		background-image: url(../img/head_bg_seika.png); */
		background-position: center -2px;
	}

	/* ----------------------- */
	/* フッタアイコン */
	/* ----------------------- */
/*
	span.illust02 {
		background-image: url(../img/seika9.png);
		background-repeat: no-repeat;
		width: 343px;
		height: 309px;
		display: block;
		position: absolute;
		bottom: 0px;
		left: calc(50% - 516px);
	}
*/
}



@media screen and (min-width: 1280px){
	/*	約1280px以上の画面向けスタイル（PC） */

}
