@charset "UTF-8";
html {
  height: 100%;
  margin-bottom: 1px;
  font-family: "Noto Sans JP", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

*, *::before, *::after {
  margin: 0px;
  padding: 0px;
  word-break: break-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 300;
}

a:link, a:visited {
  cursor: pointer;
  color: #36c;
  text-decoration: none;
}
a:active, a:hover {
  cursor: pointer;
  color: #f66;
  text-decoration: underline;
}

hr {
  display: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

@media print, screen and (min-width: 769px) {
  body {
    background: #f2f2f2;
    line-height: 180%;
  }
  h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  p, td {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
header,
nav.gnav,
main,
.main,
footer {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #ffffff;
}

@media print, screen and (min-width: 769px) {
  header,
  nav.gnav,
  main,
  .main,
  footer {
    width: 900px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 5020;
}
header .eyecatch {
  display: none;
}
header .logo {
  margin-left: 10px;
}
header .logo span {
  display: none;
}
header .telnavi {
  display: none;
}

@media print, screen and (min-width: 769px) {
  header {
    position: static;
    width: 900px;
    height: auto;
    background: #fff url(../common_img/back_header.png) repeat-x;
  }
  header .header {
    margin: 0 15px;
    padding: 18px 0 6px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  header .sitetitle {
    width: 550px;
  }
  header .eyecatch {
    display: block;
  }
  header .eyecatch p {
    font-size: 0.625rem;
    line-height: 150%;
    color: #666666;
  }
  header .logo {
    width: 414px;
    height: 53px;
  }
  header .logo a {
    display: block;
    width: 414px;
    height: 53px;
  }
  header .logo a:hover {
    background: url(../common_img/title_logo_on.png) no-repeat;
  }
  header .logo a:hover img {
    opacity: 0;
  }
  header .telnavi {
    display: block;
    width: 268px;
  }
  header .telephone {
    width: 240px;
    height: 50px;
    margin: auto 0 2px auto;
    background: url(../common_img/back_telephone.png) no-repeat;
  }
  header .telephone p {
    display: none;
  }
  header nav ul {
    list-style: none;
    font-size: 0;
    line-height: 0;
    display: flex;
    flex-direction: row;
  }
  header nav ul li {
    height: 19px;
  }
  header nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header nav ul li a span {
    display: none;
  }
  header nav ul li#navi-inquiry {
    width: 88px;
    background: url(../common_img/navi_inquiry.png) no-repeat;
  }
  header nav ul li#navi-inquiry a:hover {
    background: url(../common_img/navi_inquiry_on.png) no-repeat;
  }
  header nav ul li#navi-privacy {
    width: 108px;
    background: url(../common_img/navi_privacy.png) no-repeat;
  }
  header nav ul li#navi-privacy a:hover {
    background: url(../common_img/navi_privacy_on.png) no-repeat;
  }
  header nav ul li#navi-sitemap {
    width: 72px;
    background: url(../common_img/navi_sitemap.png) no-repeat;
  }
  header nav ul li#navi-sitemap a:hover {
    background: url(../common_img/navi_sitemap_on.png) no-repeat;
  }
}
.spnavi {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 50px;
  height: 50px;
}
.spnavi div {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 5030;
}

.spnavi-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: -2px;
  margin-left: -15px;
  background: #3382b8;
  transition: all 0.5s;
}
.spnavi-icon::before, .spnavi-icon::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #3382b8;
  transition: all 0.5s;
}
.spnavi-icon::before {
  margin-top: -12px;
}
.spnavi-icon::after {
  margin-top: 10px;
}
.spnavi-icon.close {
  background: transparent;
}
.spnavi-icon.close::before, .spnavi-icon.close::after {
  margin-top: 0;
  background: #ffffff;
}
.spnavi-icon.close::before {
  transform: rotate(-45deg);
}
.spnavi-icon.close::after {
  transform: rotate(45deg);
}

.spnavi .close + .spnavi-text {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .spnavi {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  nav.gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5010;
    display: none;
    overflow-y: auto;
    background: #0f63b1;
  }
  nav.gnav ul {
    margin: 0;
    padding: 10px;
    padding-top: 50px;
  }
  nav.gnav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  nav.gnav ul li a {
    display: block;
    padding: 0;
    padding-bottom: 1rem;
  }
  nav.gnav ul li a,
  nav.gnav ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 769px) {
  nav.gnav {
    display: block;
  }
  nav.gnav ul {
    list-style: none;
    font-size: 0;
    line-height: 0;
    display: flex;
    flex-direction: row;
  }
  nav.gnav ul li {
    width: 150px;
    height: 43px;
  }
  nav.gnav ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  nav.gnav ul li a span {
    display: none;
  }
  nav.gnav ul li#navi-about {
    background: url(../common_img/navi_about.png) no-repeat;
  }
  nav.gnav ul li#navi-about a:hover {
    background: url(../common_img/navi_about_on.png) no-repeat;
  }
  nav.gnav ul li#navi-info {
    background: url(../common_img/navi_info.png) no-repeat;
  }
  nav.gnav ul li#navi-info a:hover {
    background: url(../common_img/navi_info_on.png) no-repeat;
  }
  nav.gnav ul li#navi-biz {
    background: url(../common_img/navi_biz.png) no-repeat;
  }
  nav.gnav ul li#navi-biz a:hover {
    background: url(../common_img/navi_biz_on.png) no-repeat;
  }
  nav.gnav ul li#navi-jobs {
    background: url(../common_img/navi_jobs.png) no-repeat;
  }
  nav.gnav ul li#navi-jobs a:hover {
    background: url(../common_img/navi_jobs_on.png) no-repeat;
  }
  nav.gnav ul li#navi-hospital {
    background: url(../common_img/navi_hospital.png) no-repeat;
  }
  nav.gnav ul li#navi-hospital a:hover {
    background: url(../common_img/navi_hospital_on.png) no-repeat;
  }
  nav.gnav ul li#navi-works {
    background: url(../common_img/navi_works.png) no-repeat;
  }
  nav.gnav ul li#navi-works a:hover {
    background: url(../common_img/navi_works_on.png) no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .main,
  main:not(.home) {
    margin-top: 60px;
  }
}
main:not(.home) article {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2rem;
}
main:not(.home) aside {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 769px) {
  main:not(.home) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  main:not(.home) article {
    width: 630px;
    margin-right: 30px;
    padding: 0;
    padding-top: 9px;
  }
  main:not(.home) aside {
    width: 220px;
    padding: 0;
    padding-top: 9px;
  }
}
article #breadcrumbs {
  margin: 0 0 9px 0;
}
article #breadcrumbs p {
  font-size: 0.625rem;
  color: #666;
}
article #breadcrumbs a:link, article #breadcrumbs a:visited {
  color: #666;
  text-decoration: none;
}
article #breadcrumbs a:active, article #breadcrumbs a:hover {
  color: #f66;
  text-decoration: underline;
}

article #page-title h1 {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  padding-left: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #777777;
  border-left: 10px solid #56adfe;
}

@media print, screen and (min-width: 769px) {
  article #page-title {
    width: 630px;
    height: 55px;
    margin: auto auto 12px auto;
    background: url(../common_img/back_pagetitle.png) no-repeat;
    overflow: hidden;
  }
  article #page-title h1 {
    margin: 0;
    margin-left: 1.5rem;
    padding: 0;
    line-height: 180%;
    line-height: 210%;
    font-size: 1.5rem;
    font-weight: 500;
    color: #777;
    border: none;
  }
}
main:not(.home) article section h2 {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
main:not(.home) article section h2::before {
  content: "■";
  color: #fbc15c;
  margin-right: 5px;
}

@media print, screen and (min-width: 769px) {
  main:not(.home) article section {
    width: 600px;
    margin: auto auto 9px auto;
    padding: 1px 0;
    padding: 15px;
    background: #f5f5f5;
  }
  main:not(.home) article section h2 {
    padding-left: 0;
    text-indent: 0;
    margin-bottom: 6px;
    background: url(../common_img/page_headlineicon.png) no-repeat 0 9px;
    border-bottom: 1px dashed #bababa;
  }
  main:not(.home) article section h2::before {
    margin: 0;
    content: none;
  }
  main:not(.home) article section h2 span {
    display: block;
    margin-left: 20px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 180%;
    color: #777;
  }
  main:not(.home) article section p {
    margin-bottom: 15px;
    font-size: 0.875rem;
    line-height: 180%;
    color: #333;
  }
}
.photo-box ul {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 500px;
}
.photo-box ul li {
  list-style: none;
  margin-right: 15px;
  width: calc((100% - 20px) / 3);
}
.photo-box ul li:last-of-type {
  margin-right: 0;
}
.photo-box ul li .photo-frame .text p {
  font-size: 0.875rem;
}

@media print, screen and (min-width: 769px) {
  .photo-box ul {
    margin: 0;
    max-width: 570px;
  }
  .photo-box ul li {
    width: 176px;
    margin-right: 9px;
  }
  .photo-box ul li:last-of-type {
    margin-right: 9px;
  }
  .photo-box ul li .photo-frame {
    background: url(../common_img/back_photoframe_text.png) repeat-y;
  }
  .photo-box ul li .photo-frame .photo {
    height: 130px;
    margin-bottom: 3px;
    background: url(../common_img/back_photoframe.png) no-repeat;
  }
  .photo-box ul li .photo-frame .photo img {
    margin: 7px 0 0 8px;
  }
  .photo-box ul li .photo-frame .text {
    margin-bottom: 0;
  }
  .photo-box ul li .photo-frame .text p {
    margin-bottom: 3px;
    font-size: 0.75rem;
    color: #666;
    text-align: center;
  }
  .photo-box ul li .photo-frame .photo-footer {
    height: 15px;
    background: url(../common_img/back_photoframe_footer.png) no-repeat;
  }
}
#pdf-list {
  margin-top: 15px;
  margin-bottom: 15px;
}
#pdf-list ul {
  margin: 0;
  padding: 0;
}
#pdf-list ul li {
  list-style: none;
  background: url(../common_img/pdficon.png) no-repeat;
  padding-left: 36px;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 769px) {
  #pdf-list {
    width: 560px;
    margin: auto auto 30px auto;
  }
  #pdf-list ul li {
    margin-bottom: 12px;
    background: url(../common_img/back_pdflist.png) no-repeat;
    border-bottom: 1px dashed #bababa;
  }
  #pdf-list ul li a {
    display: block;
    width: 500px;
    height: 100%;
  }
  #pdf-list ul li a span {
    display: block;
    padding: 9px 0 3px 0;
    font-size: 0.875rem;
    line-height: 150%;
    font-weight: 400;
  }
  #pdf-list ul li span {
    font-size: 0.875rem;
    margin: 0 0 6px 48px;
  }
  #pdf-list ul li em {
    font-style: normal;
    font-weight: 300;
    font-size: 0.75rem;
    margin-left: 12px;
  }
  #pdf-list ul li.category-title {
    margin: 15px 0 9px 0;
    background: url(../common_img/page_categoryicon.png) no-repeat 0 9px;
    border-bottom: 1px solid #bababa;
    color: #666;
  }
  #pdf-list ul li.category-title span {
    display: block;
    margin-left: 20px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 180%;
  }
}
.event-area {
  margin-top: 15px;
  margin-bottom: 15px;
}
.event-area h2 {
  font-size: 1.125rem;
  font-weight: 400;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.event-area h2::before {
  content: "■";
  color: #56adfe;
  margin-right: 5px;
}
.event-area table {
  width: 100%;
}
.event-area table th {
  padding: 0.3rem;
  width: 5.5rem;
  font-weight: 300;
  vertical-align: top;
}
.event-area table td {
  padding: 0.3rem;
  vertical-align: top;
}

@media print, screen and (min-width: 769px) {
  .event-area {
    width: 560px;
    margin: auto auto 30px auto;
  }
  .event-area h2 {
    margin-bottom: 3px;
    background: url(../common_img/page_categoryicon.png) no-repeat 0 9px;
    border-bottom: 1px solid #bababa;
    padding-left: 0;
    text-indent: 0;
  }
  .event-area h2::before {
    content: none;
    margin-right: 0;
  }
  .event-area h2 span {
    display: block;
    margin-left: 20px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 180%;
    color: #333;
  }
  .event-area table {
    width: 560px;
    margin: auto;
  }
  .event-area table th {
    border-bottom: 1px dashed #ccc;
    white-space: nowrap;
    color: #666;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    width: 120px;
    padding: 0;
  }
  .event-area table td {
    border-bottom: 1px dashed #ccc;
    color: #333;
    padding: 0;
  }
  .event-area table th span,
  .event-area table td span {
    display: block;
    padding: 12px 6px 2px 6px;
    text-align: left;
  }
}
.microchip {
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}

.map {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.map::before {
  content: "";
  display: block;
  padding-top: min(100%, 425px);
}

.map-in {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.mapfukui {
  margin: auto auto 30px auto;
  text-align: center;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: auto;
  margin-bottom: 30px;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.list-set {
  margin-top: 15px;
  margin-bottom: 15px;
}
.list-set ul {
  margin: 0;
  padding: 0;
}
.list-set ul li {
  list-style: none;
}
.list-set ul li.category-title {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.list-set ul li.category-title::before {
  content: "■";
  color: #56adfe;
  margin-right: 5px;
}
.list-set ul li.category-list {
  position: relative;
  padding-left: 14px;
  margin-left: 1rem;
  margin-top: 0.5rem;
}
.list-set ul li.category-list::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 1px;
  height: 1px;
  border: 6px solid transparent;
  border-left: 8px solid #999fa5;
}
.list-set ul li em {
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
  margin-left: 12px;
}

@media print, screen and (min-width: 769px) {
  .list-set {
    width: 600px;
    margin: auto auto 30px auto;
  }
  .list-set ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .list-set ul li em {
    font-style: normal;
    font-weight: 300;
    font-size: 0.75rem;
    margin-left: 12px;
  }
  .list-set ul li.category-title {
    margin: 15px 0 9px 0;
    background: url(../common_img/page_categoryicon.png) no-repeat 0 9px;
    border-bottom: 1px solid #bababa;
    color: #666;
    padding-left: 0;
    text-indent: 0;
  }
  .list-set ul li.category-title::before {
    content: none;
    margin-right: 0;
  }
  .list-set ul li.category-title span {
    display: block;
    margin-left: 20px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 180%;
  }
  .list-set ul li.category-title a:link, .list-set ul li.category-title a:visited {
    color: #666;
    text-decoration: none;
  }
  .list-set ul li.category-title a:active, .list-set ul li.category-title a:hover {
    color: #f66;
    text-decoration: underline;
  }
  .list-set ul li.category-list {
    margin: 0 15px 6px 24px;
    background: url(../common_img/list_icon_gray.png) no-repeat 0 3px;
    border-bottom: 1px dotted #ccc;
    padding-left: 0;
  }
  .list-set ul li.category-list::after {
    content: none;
  }
  .list-set ul li.category-list span {
    display: block;
    margin-left: 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.pagetop {
  position: fixed;
  right: 0;
  bottom: -80px;
  width: 80px;
  height: 80px;
  z-index: 99;
  transition: bottom 0.5s;
}
.pagetop a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  width: 80px;
  height: 80px;
  background: #fbaa1d;
  position: relative;
}
.pagetop a::before {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-top: 12px solid #ffffff;
  border-left: 12px solid #ffffff;
  transform: rotate(45deg);
}
.pagetop a span {
  display: none;
}
.pagetop.show {
  bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .pagetop {
    position: static;
    width: 148px;
    height: 21px;
    margin: auto auto 24px 464px;
    background: url(../common_img/btn_pagetop.png) no-repeat;
  }
  .pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
  }
  .pagetop a::before, .pagetop a::after {
    content: none;
  }
}
aside.sidenon {
  display: none;
}

@media print, screen and (min-width: 769px) {
  aside.sidenon {
    display: block;
  }
}
aside #menu {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 2rem;
  display: flex; /* これをするとulやpがいい感じに文字幅になる */
  flex-direction: column; /* アイテムは縦並び */
  align-items: center;
}
aside #menu #menu-title h2 {
  font-size: 1.125rem;
  font-weight: 400;
}
aside #menu ul {
  margin: 0;
  padding: 0;
}
aside #menu ul li {
  list-style: none;
  position: relative;
  padding-left: 14px;
  margin-top: 0.5rem;
}
aside #menu ul li::after {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 2px solid #3382b8;
  border-bottom: 2px solid #3382b8;
  transform: rotate(-45deg);
}

@media print, screen and (min-width: 769px) {
  aside #menu {
    width: 217px;
    margin: 0 0 30px 0;
    background: none;
    display: block;
  }
  aside #menu #menu-title {
    width: 217px;
    height: 30px;
    background: url(../common_img/menu_title.png) no-repeat;
  }
  aside #menu #menu-title h2 {
    margin: 0 0 0 30px;
    font-size: 1rem;
    line-height: 180%;
    font-weight: 400;
    color: #fff;
    background: none;
  }
  aside #menu ul {
    width: 205px;
    padding-top: 12px;
    background: #f8f8f8;
    list-style: none;
  }
  aside #menu ul li {
    margin: 0 6px 12px 6px;
    padding-left: 0;
    padding-bottom: 6px;
    padding-right: 6px;
    border-bottom: 1px dashed #bababa;
    background: url(../common_img/menu_listicon.png) no-repeat 0 6px;
    font-size: 0.875rem;
    font-weight: 400;
  }
  aside #menu ul li::after {
    content: none;
  }
  aside #menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 12px;
  }
  aside #menu ul li a:link, aside #menu ul li a:visited {
    color: #666;
    text-decoration: none;
  }
  aside #menu ul li a:active, aside #menu ul li a:hover {
    color: #f66;
    text-decoration: underline;
  }
}
aside .side-banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
aside .side-banner ul {
  margin: 0;
  margin-left: -10px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 410px;
  width: 100%;
}
aside .side-banner ul li {
  list-style: none;
  text-align: center;
  width: min(50% - 10px, 200px);
  margin-left: 10px;
}

@media print, screen and (min-width: 769px) {
  aside .side-banner {
    flex-direction: column;
    justify-content: flex-start;
  }
  aside .side-banner ul {
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 4px;
  }
  aside .side-banner ul li {
    width: 100%;
    text-align: left;
  }
}
footer {
  background: #0f63b1;
  color: #ffffff;
  padding: 15px;
}
footer nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer nav ul li {
  list-style: none;
  margin-bottom: 0.3rem;
  margin-right: 1rem;
}
footer nav ul li a:link, footer nav ul li a:visited, footer nav ul li a:active, footer nav ul li a:hover {
  color: #ffffff;
  font-weight: 300;
}
footer .copyright {
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: 0.75rem;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer {
    height: 60px;
    padding: 0;
    background: #fff url(../common_img/back_footer.png) repeat-x;
  }
  footer nav ul {
    justify-content: center;
  }
  footer nav ul li {
    margin: 0;
    font-size: 0.75rem;
  }
  footer nav ul li:not(:last-of-type) {
    margin-right: 10px;
  }
  footer nav ul li a:link, footer nav ul li a:visited {
    color: #666;
    text-decoration: none;
  }
  footer nav ul li a:active, footer nav ul li a:hover {
    color: #f66;
    text-decoration: underline;
  }
  footer .copyright {
    margin: 0;
    color: #666;
    text-align: center;
    font-size: 0.75rem;
  }
}
.nodata {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 769px) {
  .nodata {
    width: 600px;
    margin: auto auto 9px auto;
    font-size: 0.875rem;
    line-height: 180%;
    color: #333;
  }
}
#date {
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  #date {
    width: 600px;
    margin: auto auto 9px auto;
  }
}/*# sourceMappingURL=style.css.map */