@import url(https://fonts.googleapis.com/css?family=Linden+Hill);

.modalCookie .modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #B8D722;
  background-image: url(/img/pages/nippon_series2015/index/contentsHeader.png);
  background-size: cover;
  background-position: top;
  font-size: 0.66em;
}
.modalCookie .modal p {
  margin-bottom: 10px;
}
.modalCookie .modal a {
  font-family: 'Linden Hill', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
  width: 33.333333%;
  cursor: pointer;
  padding: 1em 4em;
  background-color: #B8D722;
  display: inline-block;
  float: left;
  text-align: center;
  color: #2E3609;
	transition: all  0.3s ease;
  border-left: 1px solid #2E3609;
  min-height: 6em;
}
.modalCookie .modal a:first-child {
  border-left: 0;
}
.modalCookie .modal a span {
  font-size: 0.5em;
}
.modalCookie .modal a span.num {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
  font-size: 1em;
}
.modalCookie .modal i {
  color: #2E3609;
}
.modalCookie .modalFooter {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 0.24em solid #2E3609;
}
.modalCookie .modalFooter img {
  display: none;
}
.modalCookie .modal a:hover {
  background: #2E3609;
  color: #B8D722;
}
