@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

img.climg {
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width:800px) {
  img.climg {
    image-rendering: auto;
  }
}

.test {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.onmouse {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.onmouse:hover {
  opacity: 0.6;
}

html {
  overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

img {
  border: 0;
  vertical-align: bottom;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 14px;
  /*
  font-family: 'Noto Sans JP', BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  */
  font-family: "Noto Serif JP", serif;
  text-align: left;
  line-height: 160%;
  color: #333;
  font-feature-settings: "palt";
}

.clearfix {
  zoom: 1;
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

/* link_nomal */
a {
  text-decoration: none;
  color: #333;
}

a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:active {
  text-decoration: none;
  color: #333;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/**テキスト揃え**/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

.sp_only_inline {
  display: none;
}

@media screen and (max-width:800px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .pc_only_inline {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
}
/**scss共通***/
img {
  width: 100%;
}

img.climg {
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width:800px) {
  img.climg {
    image-rendering: auto;
  }
}

.test {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.onmouse {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.onmouse:hover {
  opacity: 0.6;
}

.fade__up {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 30px);
}
.fade__up.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 0px);
}
.fade__in.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.delay1 {
  transition-delay: 0s;
}

.delay2 {
  transition-delay: 0.3s;
}

.delay3 {
  transition-delay: 0.6s;
}

.delay4 {
  transition-delay: 0.9s;
}

.delay5 {
  transition-delay: 1.2s;
}

/*****************************************/
.f60 {
  font-size: 60px;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  .f60 {
    font-size: 7.2vw;
  }
}

.f50 {
  font-size: 50px;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  .f50 {
    font-size: 8vw;
  }
}

.f40 {
  font-size: 40px;
  line-height: 135%;
}
@media screen and (max-width:800px) {
  .f40 {
    font-size: 7.5vw;
  }
}

.f38 {
  font-size: 38px;
  line-height: 115%;
}
@media screen and (max-width:800px) {
  .f38 {
    font-size: 7vw;
  }
}

.f36 {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width:800px) {
  .f36 {
    font-size: 6.5vw;
  }
}

.f34 {
  font-size: 34px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f34 {
    font-size: 6vw;
  }
}

.f32 {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f32 {
    font-size: 5.7vw;
  }
}

.f30 {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f30 {
    font-size: 5vw;
  }
}

.f28 {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f28 {
    font-size: 4.9vw;
  }
}

.f26 {
  font-size: 26px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f26 {
    font-size: 4.8vw;
  }
}

.f24 {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f24 {
    font-size: 4.6vw;
  }
}

.f22 {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f22 {
    font-size: 4.5vw;
  }
}

.f20 {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f20 {
    font-size: 4.4vw;
  }
}

.f18 {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f18 {
    font-size: 4.2vw;
  }
}

.f16 {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f16 {
    font-size: 3.6vw;
  }
}

.f15 {
  font-size: 15px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f15 {
    font-size: 3.5vw;
  }
}

.f14 {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f14 {
    font-size: 3.4vw;
  }
}

.f12 {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  .f12 {
    font-size: 2.8vw;
  }
}

.f10 {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  .f10 {
    font-size: 2.4vw;
  }
}

/*****************************************/
@media print {
  body {
    min-width: 1200px;
  }
  .fade__up {
    opacity: 1;
  }
  .fade__in {
    opacity: 1;
  }
}
#head_SP {
  width: 100%;
  height: 94px;
}
@media screen and (max-width:800px) {
  #head_SP {
    height: 60px;
  }
}

header {
  width: 100%;
  background-color: #373737;
  height: 94px;
  position: fixed;
  z-index: 9999;
}
@media screen and (max-width:800px) {
  header {
    height: 60px;
  }
}
header .head__in {
  width: 100%;
  height: 94px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:800px) {
  header .head__in {
    height: 60px;
  }
}
header .title {
  width: 194px;
  margin-left: 25px;
  position: relative;
  z-index: 19999;
}
@media screen and (max-width:800px) {
  header .title {
    width: 140px;
    margin-left: 15px;
  }
}
header .menubt {
  width: 68px;
  height: 68px;
  margin-right: 25px;
  position: relative;
  z-index: 19999;
}
header .menubt:hover {
  cursor: pointer;
}
@media screen and (max-width:800px) {
  header .menubt {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
header .menubt .menubt_txt {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media screen and (max-width:800px) {
  header .menubt .menubt_txt {
    bottom: 0;
  }
}
header .menubt.active .line01 {
  opacity: 0;
}
header .menubt.active .line02 {
  transform: rotate(-30deg);
  top: 31px;
}
@media screen and (max-width:800px) {
  header .menubt.active .line02 {
    top: 25px;
  }
}
header .menubt.active .line03 {
  transform: rotate(30deg);
  background-color: #000;
  top: 31px;
}
@media screen and (max-width:800px) {
  header .menubt.active .line03 {
    top: 25px;
  }
}
header .menubt.active .line04 {
  opacity: 0;
}
header .menubt .line01 {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 22px;
  left: 0;
  background-color: #fff;
  transition: all 0.4s ease-out;
}
@media screen and (max-width:800px) {
  header .menubt .line01 {
    top: 16px;
  }
}
header .menubt .line02 {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 28px;
  left: 0;
  background-color: #000;
  transition: all 0.4s ease-out;
}
@media screen and (max-width:800px) {
  header .menubt .line02 {
    top: 22px;
  }
}
header .menubt .line03 {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 34px;
  left: 0;
  background-color: #fff;
  transition: all 0.4s ease-out;
}
@media screen and (max-width:800px) {
  header .menubt .line03 {
    top: 28px;
  }
}
header .menubt .line04 {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #000;
  transition: all 0.4s ease-out;
}
@media screen and (max-width:800px) {
  header .menubt .line04 {
    top: 34px;
  }
}

nav::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

nav {
  width: 100%;
  height: 100vh;
  max-width: 400px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -420px;
  transition: all 0.4s ease-out;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media screen and (max-width:800px) {
  nav {
    max-width: 800px;
    right: -110vw;
  }
}
nav.active {
  right: 0px;
}
nav ul {
  padding-top: 100px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media screen and (max-width:800px) {
  nav ul {
    padding-top: 60px;
  }
}
nav ul li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: 500;
}
nav ul a.link_a {
  display: inline-block;
  padding: 19px 0;
  text-align: center;
  color: #000 !important;
  line-height: 100%;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  nav ul a.link_a {
    font-size: 4.2vw;
  }
}
nav ul a.link_b {
  display: inline-block;
  padding: 14px 0 14px 1.2em;
  text-align: left;
  color: #000 !important;
  line-height: 100%;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  nav ul a.link_b {
    font-size: 4.2vw;
  }
}
nav ul a.link_c {
  display: inline-block;
  width: 80%;
  margin: 8px auto 8px auto;
  padding: 12px 0 14px 0;
  text-align: left;
  color: #fff !important;
  background-color: #373737;
  line-height: 100%;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width:800px) {
  nav ul a.link_c {
    font-size: 4.2vw;
  }
}
nav ul a.link_c i {
  font-size: 130%;
  margin-left: 8px;
}
nav ul .textcenter {
  text-align: center;
  padding: 15px 0;
}
nav ul .textcenter .linkin {
  display: inline-block;
  text-align: left;
}
nav ul .icon01 {
  position: relative;
}
nav ul .icon01::before {
  content: "";
  width: 1em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../images/icon_nav_map.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
nav ul .icon02 {
  position: relative;
}
nav ul .icon02::before {
  content: "";
  width: 1em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../images/icon_nav_outline.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
nav ul .icon03 {
  position: relative;
}
nav ul .icon03::before {
  content: "";
  width: 1em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../images/icon_nav_company.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
nav ul .icon04 {
  position: relative;
}
nav ul .icon04::before {
  content: "";
  width: 1em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../images/icon_nav_guide.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

footer {
  width: 100%;
  background-color: #373737;
  color: #fff;
}
footer .foot_link {
  width: 100%;
  padding: 40px 0 30px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width:800px) {
  footer .foot_link {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 20px;
    display: none;
  }
}
footer .foot_link ul.footlist1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
footer .foot_link ul.footlist1 li {
  margin: 0 20px;
}
@media screen and (max-width:800px) {
  footer .foot_link ul.footlist1 li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
  }
}
footer .foot_link a {
  color: #fff;
}
footer .foot_link ul.footlist2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .foot_link ul.footlist2 li {
  margin: 0 20px;
}
@media screen and (max-width:800px) {
  footer .foot_link ul.footlist2 li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
  }
}
footer .foot_link a {
  color: #fff;
}
footer .foot_link .icon01 {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
}
footer .foot_link .icon01::before {
  content: "";
  width: 1em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../images/icon_map.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
footer .foot_link .icon02 {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
}
footer .foot_link .icon02::before {
  content: "";
  width: 1em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../images/icon_outline.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
footer .foot_link .icon03 {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
}
footer .foot_link .icon03::before {
  content: "";
  width: 1em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../images/icon_company.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
footer .foot_link .icon04 {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
}
footer .foot_link .icon04::before {
  content: "";
  width: 1em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../images/icon_guide.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
footer .foot_contena {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
@media screen and (max-width:800px) {
  footer .foot_contena {
    padding: 28px 0 28px 0;
  }
}
footer .foot_contena .subt {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  footer .foot_contena .subt {
    font-size: 5vw;
    line-height: 1em;
    margin-bottom: 40px;
  }
}
footer .foot_contena .text01 {
  text-align: center;
}
footer .foot_contena .text02 {
  text-align: center;
  padding-bottom: 10px;
}
footer .foot_contena .text02 a {
  color: #fff;
}
@media screen and (max-width:800px) {
  footer .foot_contena .text02 .tellink {
    font-size: 10vw;
    margin-top: 8px;
    display: inline-block;
  }
}
footer .foot_contena .text03 {
  text-align: center;
  padding-bottom: 50px;
}
footer .foot_comp {
  width: 100%;
  padding: 30px 0 80px 0;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  footer .foot_comp {
    padding: 66px 0 60px;
  }
}
footer .foot_comp .footin {
  width: 84%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  footer .foot_comp .footin {
    max-width: 800px;
    display: block;
  }
}
footer .foot_comp .footin .footin_item {
  display: flex;
  align-items: center;
  color: #000;
}
footer .foot_comp .footin .footin_item.footin_item--1 {
  width: 55%;
}
@media screen and (max-width:800px) {
  footer .foot_comp .footin .footin_item.footin_item--1 {
    width: 100%;
  }
}
footer .foot_comp .footin .footin_item.footin_item--1 .f16 {
  min-width: 60px;
}
@media screen and (max-width:800px) {
  footer .foot_comp .footin .footin_item.footin_item--1 .f16 {
    min-width: 52px;
  }
}
footer .foot_comp .footin .footin_item.footin_item--2 {
  width: 41%;
}
@media screen and (max-width:800px) {
  footer .foot_comp .footin .footin_item.footin_item--2 {
    width: 100%;
    margin-top: 60px;
  }
}
footer .foot_comp .footin .footin_item.footin_item--2 .f16 {
  min-width: 90px;
}
@media screen and (max-width:800px) {
  footer .foot_comp .footin .footin_item.footin_item--2 .f16 {
    min-width: 76px;
  }
}
footer .foot_comp .footin .fl01 {
  width: 73%;
  display: block;
}
@media screen and (max-width:800px) {
  footer .foot_comp .footin .fl01 {
    width: 83%;
  }
}
footer .foot_comp .footin .fl02 {
  display: block;
}
@media screen and (max-width:800px) {
  footer .foot_comp .footin .fl02 {
    width: 75%;
  }
}
footer .attention {
  line-height: 140%;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
  margin: 0px 0 0px 0;
}

#cboxTopLeft {
  display: none;
  width: 21px;
  height: 0px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  display: none;
  width: 21px;
  height: 0px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  display: none;
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  display: none;
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 0px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 0px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  display: none;
  height: 0px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  display: none;
  height: 0px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent { /*background:#fff*/
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 0px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}/*# sourceMappingURL=style.css.map */