@charset "UTF-8";


	/* ここにPCサイズのcssを記述 */
body{
	background-color:#F4FAFF\9; /* IE8 and below */ ;
	background-image:url(//www.nhk.or.jp/matsue/bg-images/bg1920_shimanet.png),url(//www.nhk.or.jp/matsue/bg-images/bg.gif);
	background-image:url(//www.nhk.or.jp/matsue/bg-images/bg1920_shimanet.png)\9; /* IE8 and below */ ;
	background-position:50% 0;
	background-repeat:no-repeat,x-repeat;
}

/******************************************************************************************

	tablet size

******************************************************************************************/
@media only screen and (max-width:840px) {

	/* ここにタブレットサイズのcssを記述 */

}





/******************************************************************************************

	sp size

******************************************************************************************/
@media only screen and (max-width:690px) {

	/* ここにスマホサイズのcssを記述 */

}