﻿* {
   box-sizing: border-box;
}
body {
   margin: 0;
   padding: 0;
   font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
   letter-spacing : 0.2em;
}
header {
   padding: 30px 4% 10px;
   position: fixed;
   top: 0;
   width: 100%;
   background-color: #ff1493;
   display: flex;
   align-items: center;
}
h1 {
   margin: 0; padding: 0;
   font-size: 20px;
}
h2 {
   margin: 0;
   font-size: 30px;
   font-weight: normal;
   color: #fff;
}
a {	
   text-decoration: none;
   color: #fff;
}

nav {
   margin: 0 0 0 auto;
}

ul {
   list-style: none;
   margin: 0;
   display: flex;
}

li {
   margin: 0 0 0 15px;
   font-size: 14px;
}

div.title{
   font-size: 20px;
   padding-top: 100px;
   text-align: center;
}

div.tenji{
   font-size: 14px;
}

tr.tenji-title{
   font-size: 14px;
   background-color: #F5974A;
   text-align: center;
}

td.tenji{
   margin-left: 100px;
}

footer{
    width: 100%;
    height: 40px;
    background-color: #174a5c;
    color: white;
    text-align: center;
}

ul.footer-menu li {
display: inline;
}

p{
   font-size: 11px;
   line-height: 150%;
   margin-left: 10px;
   margin-right: 10px;
}