﻿/* IMPORT RESET */
@import url("reset.css");
/*	STYLES */
* {
  box-sizing: border-box;
}

main {
  max-width: 980px;
  margin: 0 auto;
}

p {
  margin: 0;
  padding: 0;
}

p img{
  vertical-align: bottom;
  width:100%;
  height: auto;
}
/*ページトップスクロール*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 77%;
  width: 20%;
  max-width: 50px;
}
#page-top img {
  width: 100%;
}
/* ▲ページトップスクロールここまで▲ */
