

/* ///////////// */
/* index */
/* ///////////// */
body {
  background-color: black;
}
/* ///////////// */
/* header */
/* ///////////// */

header ul {
  padding-left: 20px;
}

 /* SP表示で、画像が一瞬大きく表示される現象への対処 */
#vanish-head{
	display:none;
}

#vanish-cont{
	display:none;
}

/* ///////////// */
/* main */
/* ///////////// */


.slider img {
  width: 100%;
  height: auto;
}


/* ///////////// */
/* contents */
/* ///////////// */

.container {
  width: 90%;
  margin: 0 auto;
}

/* 画像の隙間を埋める */
.contents {
  font-size:0;
}

.cont {
  display: inline-block;
  width: 25%;
  height: auto;
}

.icon {
  width: 100%;
  height: auto;
  border: 2px solid white;
}


/* ///////////// */
/* footer */
/* ///////////// */

.copy {
  color:gray;
  text-align: center;
}


/*///////////////////////////////////// small screens */


@media (max-width: 990px){

  header a {
    font-size: 20px;
  }

  .contents {
    margin-top: 20px;
  }

  .cont {
    display: block;
    width: 100%;
  }

  .icon {
    width: 100%;
    height: auto;
  }


}
