@charset "utf-8";

/*-----------PC-----------*/
@media screen and (min-width: 768px){
	body {
		background: #000000; /* 【更新箇所】 */
	}
	.jackPc {
		background: url(./ad_background.jpg) center 65px no-repeat;
	}
}

/*-----------SP-----------*/
@media screen and (max-width: 767px){
	.background{
		background: #000000; /* 【更新箇所】 */
	}
	.jackSp{
		background: url(./ad_background_sp.jpg) center top no-repeat;
		background-size: 415px;
	}
	#header{
	}
}