﻿@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

header {
    font-family: 'Roboto', sans-serif;
}

header h1 {
    color:#454545;
    font-size:calc((112.5% + 0.25vw) * 2);;
    text-align:center;
    margin:10px 0 10px 0;
}

body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 100;
  color: #454545;
  background:#E9E9E9;
}

.top_links{
  margin:10px 10px 10px 10px;
  width: 70px;
  height: 70px;
  padding: 15px 20px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
  background-color:#5DA797;
  color:#E9E9E9;
}


#navi {
    margin-top:40px;
    text-align:center;
}

#about_list {
}

li {
    list-style-type:none;
}

#nyarurato_img {
    border-radius: 35px;
}

#center_word{
    text-align:center;
}