﻿body {
  background-color: #CCCCCC;
  font-family:"MS P明朝", "Comic Sans", serif;
}

.title {
  text-align: center;
}

.skip-link {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  left: -999px;
  top: -999px;
  margin: 0;
  border: 1px solid #000000;
  text-decoration: none;
  padding: 15px 20px;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 2147483647;
}

.skip-link:focus {
  left: 0;
  top: 0;
}

ul li a, button, ul li span {
  padding: 2px;
  border: 3px ridge #000000;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
}

button:disabled:hover, button:disabled:focus {
  color: #FF0808 !important;
}

ul li span, ul li a:hover, ul li a:focus, button:hover, button:focus {
  border: 3px groove #000000;
  color: #7CFC00;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: auto;
  border: 1px solid #000000;
  background-color: rgba(173, 173, 173, 0.8);
  padding: 15px;
  text-align: center;
  transition: width 0.8s ease-in-out;
}

.cookie-consent a {
  color: #003C99;
  border: none;
  text-decoration: none;
}

.cookie-detail {
  font-size: 85%;
}

input[type="checkbox"] {
  border: 1px solid #000000;
  color: #FFFFFF;
  background-color: #000000;
}

li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
}

ul li {
  margin-bottom: 16px;
}

.access-counter-container {
  position: relative;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}

.access-counter {
  margin: 2px;
  padding: 3px;
  border: 1px solid #000000;
  color: #FFFFFF;
  background-color: #000000;
}

marquee {
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #000000;
  color: #7CFC00;
  background-color: #000000;
}

.msg-a {
  color: #EB7070;
}

.msg-b {
  color: #FF8C00;
}

div[role="progressbar"] {
  height: 20px;
  border: 1px solid #000;
  background-color: #000;
  transition: all 0.5s ease-in-out;
}

div[role="progressbar"] div {
  height: 100%;
  background-color: #fff8dc;
  transform-origin: left;
  transition: all 0.5s ease-in-out;
}

