@charset "utf-8";

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #bbbbbb;
  color: #020202;

}
h1 {
  font-size: 28px;
  color: lightskyblue;
}
h3{
  font-size: 16px;
  margin-bottom:10px;
  margin-top: 40px;
}
p{
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}
img{
  max-width: 100%;
  max-height: 100%;
  background-color: #000000;
}
.wrapper{
  width: 960px;
  margin:0 auto;/*１つ目の値：上下共通 ２つ目の値：左右共通*/
  padding:20px 100px 50px;/*1つ目の値：上 ２つ目の値：左右 ３つ目の値：下*/
  background-color: #ffffff
}
.mainvisual{
  margin-bottom: 40px;
}
.images{
  width: 600px;
  margin:0 auto;
  text-align: center;
}
footer{
  margin-top: 100px;
  text-align: right;
}