header {

height: 1000px; /* 空の要素なので、高さの定義が必要です。 */

background-image: url("img/top-img.png");
background-repeat: no-repeat;
background-size:100% auto;

}

body {
  background-color: black;
}


@media screen and (max-width: 640px){
    .pcstyle {display:none}

    .snsbnr {
	margin: 30px 30px 10px 30px;
	padding: 0px 10px 10px 20px;
	float: center;
	text-align: center;
	background-color: #fff;
}

}
@media screen and (min-width: 640px){
    .spstyle {display:none}

    .snsbnr {
	margin: 10px 50px 10px 50px;
	padding: 0px 50px 10px 100px;
	float: center;
	text-align: center;
	background-color: #fff;
    }
}

