/**
Copyright©金城観光株式会社 All right reserved.
*/

/** for christmas */

html {
  background: url(/img/deco/header_back_christmas.png) repeat-x left top white;
}

footer {
  background: url(/img/deco/footer_bg_christmas.png) repeat-x left bottom;
}

footer a:link {
  color: #910000;
}

footer a:visited {
  color: #910000;
}

section .section-item {
  border:3px solid #00693E;
}

section .section-contents {
  border:3px dashed #910000;
}

#information-list .list-item {
  border: 3px solid #910000;
  background-color: whitesmoke;
}

.bx-wrapper .bx-caption {
  background: rgba(0, 105, 62, 0.75);
}

/** end for christmas */