@charset "utf-8";
@import url("reset.css");


/* CSS Document */
html{
  width: 100%;
}
body{
  font: inherit;
  margin: 0 auto;
  box-sizing: border-box;
  inline-height: 0;
  overflow: hideen;
  text-align: center;
  background-color: #567ABD;
}
a{
  text-decoration: none;
}
a:hover{
  font-weight: bold;
}
a:visited{
  color: red;
}
.topcorp{
  font-size: 2.5em;
  color: #ffffff;
  margin-top: 180px;
  line-height: 1.7em;
}
.toptitle{
  font-size: 2.5em;
  color: #ffffff;
  margin-top: 180px;
  line-height: 1.7em;
}
}
