/*This is a custom stylesheet.*/
* {
  font-family: 'Noto Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
body {
  background: url("../img/bg.jpg") no-repeat 50% fixed;
  background-size: cover;
  padding-top:5rem;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
article {
  background-color: white;
  position: relative;
  border-radius: 0.5rem;
  border:1px solid #dee2e6;
  box-shadow:.125rem .25rem .5rem rgba(0, 0, 0, .075), -.125rem -.125rem .5rem rgba(0, 0, 0, .075);
  padding: 3rem;
  margin: 10vh auto 10vh;
  z-index: 5;
}
.css-articletitle {
  padding-top: 1rem;
}
.css-newsevent {
  height: 300px;
	overflow-y: scroll;
}
.css-icon {
  max-height: 20px;
  margin-left: 6px;
}
ul{
  list-style-type: none;
  padding-left: 0px !important;
}
dt {
  color: #089ebc;
}
/*
footer {
    background-color: #5E3B69;
}
footer a {
    color: #240537;
}
footer a:hover, a:focus {
    color: #f5f5f5!important;
}
footer li {
    padding-bottom: 6px;
}
footer small {
  font-family: sans-serif;
}
.pagetopMobile {
  max-width: 50px;
  position: absolute;
  bottom: -40px;
  right: 0px;
  margin: 0 auto;
  z-index: 200;
  -webkit-transition: bottom 0.5s linear;
  transition: bottom 0.5s linear;
}
.pagetop {
  position: fixed;
  bottom: -200px;
  right: 24px;
  margin: 0 auto;
  z-index: 200;
  -webkit-transition: bottom 0.5s linear;
  transition: bottom 0.5s linear;
}
.pagetop.visible {
  bottom: -40px;
}
@media screen and (max-width: 600px) {
  .pagetop {
  max-width: 50px;
  right: 12px;
}
.pagetop.visible {
  bottom: -20px;
}
}
*/