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

/** for summer */

html {
  background: url(/img/deco/header_back_summer.png) repeat-x left top rgba(147, 192, 231, 0.2);
}

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

a:link {
  color: #009c75;
}

a:visited {
  color: #009c75;
}

a:hover {
  color: #db0029;
}

footer a:link {
  color: #004498;
}

footer a:visited {
  color: #004498;
}

footer .copy-right {
  color: white;
}

section .section-item {
  border:3px solid #006b97;
}

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

#information-list .list-item {
  border: 3px solid #99cad2;
  background-color: floralwhite;
}

.bx-wrapper .bx-caption {
  background: rgba(147, 192, 231, 0.75);
}

/** end for summer */