@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@keyframes flash {
  0% { opacity: 0.3; }
  50% { opacity: 1; }
  100% { opacity: 0.3; }
}

.clearfix:after{
  content: ".";
  clear:both;
  display:block;
  height:0;
  font-size: 0;
}

br { letter-spacing:0; }

body, td, th {
  font-family: YuGothic, '游ゴシック体', sans-serif;
  font-size: 21px;
}

body {
  //min-width: 1200px;
  min-width: 1366px;
  animation: fadeIn 3s ease 0s 1 normal;
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

footer {
  width: 100%;
  margin-top: 50px;
  padding: 0;
  color: #ffffff;
  text-align: center;
}

#footer-link {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  background-color: #397aa0;
}

#footer-link ul {
  list-style-type: none;
  font-size: 0;
}

#footer-link ul:last-of-type {
  margin-top: 10px;
}

#footer-link ul li {
  display: inline-block;
  width: 250px;
}

#footer-link ul li img:hover {
  opacity: 0.7;
}

#footer-jimukyoku-toka {
  width: 100%;
  margin: 0;
  padding: 50px 0 45px 0;
  text-align: center;
  background-color: #105279;
  color: #ffffff;
}

#footer-jimukyoku-toka img:hover {
  opacity: 0.7;
}

#footer-jimukyoku {
  width: 600px;
  margin: 30px auto 0 auto;
  text-align: left;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", YuGothic, '游ゴシック体', sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}

#footer-copyright {
  width: 100%;
  margin: 1.5em auto 0 auto;
  font-size: 17px;
  line-height: 1em;
}
