/* jungle999 端末/USER認証 中継ページ専用 — body.auth-portal-page スコープに限定 */
body.auth-portal-page {
  text-align: center;
  line-height: 1.4em;
}
body.auth-portal-page > table {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
body.auth-portal-page table td {
  width: 300px;
  padding-bottom: 20px;
}
body.auth-portal-page a {
  text-decoration: none;
}
body.auth-portal-page .title1 {
  background: #003366;
  color: #fff;
  padding: 5px;
  font-size: 10pt;
}
body.auth-portal-page .title2 {
  background: #333;
  color: #fff;
  padding: 5px;
  font-size: 10pt;
  margin-top: 10px;
}
body.auth-portal-page .link {
  border: 1px solid #003366;
  line-height: 1.8em;
  text-align: center;
  padding: 4px 12px;
  display: block;
}
body.auth-portal-page .link a {
  display: block;
}
body.auth-portal-page .comment {
  font-size: 10pt;
  line-height: 1.2em;
}
