@charset "UTF-8";
/* reset css */
main {
  color: #333333;
}
img {
  user-select: none;
}
a {
  display: inline-block;
}
ol, ul {
  margin: 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style-type: none;
}
.newwindowicon {
  display: none;
}
.pdficon {
  display: none;
}
/* utility */
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
.text-bold {
  font-weight: bold !important;
}
.text-center {
  text-align: center !important;
}
.text-red {
  color: #ff313a;
}