@charset"UTF-8";
.inline{
display: flex;
justify-content: center;
}

h1 {
  font-family: "Kokoro";
  text-align: center;
  font-size: 35px;
}
body {
  background-color: #a1e7ff;
  background-image: url(../imags_hire/amoro014.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  }

	/* インフォメーション用レスポンシブ */

.infolog th, .infolog td {
  border: 2px solid #fff;
  background-color: #edf9fa;
  border-radius: 0 15px 15px 0;
  padding: 0.5em;
}
.infolog th {
  background-color: #00c6d4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 15px 0 0 15px;
  width: 20%;
  min-width: 4em;
  position: relative;
}