@charset "UTF-8";

/*パソコン用CSS(501px以上)*/
@media screen and (min-width:501px) {

header {
    position: relative;
	margin-bottom: 100px;
  }
}