@charset "utf-8";

/*
	ラジオ福島　共通CSS

	common.css
	create	20190228
*/

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

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



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

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



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

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





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

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

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



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

}
