#areaInfo * {
  box-sizing: border-box !important;
}
#areaInfo {
    margin: 0 auto;
    padding: 10px 0 45px;
    overflow: hidden;
}

/* カルーセル */
#areaInfo .owl-carousel {
  width: 505px;
  height: 296px;
  border: none;
  background-color: transparent;
}
#areaInfo .owl-carousel .owl-stage-outer {
  width: 505px;
  height: 296px;
}
#areaInfo .owl-carousel .owl-controls .owl-dots {
  position: relative;
  bottom: 5px;
  display: block;
  height: 16px;
  margin: 0 auto;
  z-index: 1;
}
#areaInfo .carousel {}
#areaInfo .carousel .item {
  cursor: pointer;
}
#areaInfo .carousel .item a {
  display: table-cell;
  vertical-align: middle;
  height: 270px;
  position: relative;
}
#areaInfo .carousel .item img {
  display: block;
  padding: 3px;
  background: #FFF;
  border: 1px solid #CCC;
}
#areaInfo .carousel .item a:hover img {
  background: #CE2323;
  border: 1px solid #CE2323;
}
#areaInfo .carousel .item .area {
  display: block;
  width: 100%;
  padding: 4px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  background-color: #CE2323;
  color: #FFF;
}
#areaInfo .carousel .item .name {
  display: none;
  padding: 4px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  background-color: #CE2323;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

/* Lightboxのキャプション */
.lightbox-content-caption {
  padding: 13px;
  background-color: #FDF3F3;
  border-top: 6px solid #CE2323;
}
.lightbox-content-caption > * {
  word-break : break-all;
  font-family: sans-serif;
  display: block;
}
.lightbox-content-caption h3 {
  font-size: 24px;
  line-height: 1.15;
  font-weight: bold;
  color: #CE2323;
  text-align: left;
}
.lightbox-content-caption p {
  font-size: 16px;
  line-height: 1.35;
  font-weight: normal;
  color: #333333;
  text-align: left;
  margin-top: 5px;
}
.lightbox-content-caption span {
  font-size: 16px;
  line-height: 1.35;
  font-weight: normal;
  color: #333333;
  text-align: right;
  margin-top: 5px;
}
.lightbox-content-caption span a {
  cursor: pointer;
}

/* LightboxのデフォルトCSSをオーバーライト */
#fancybox-img {
  cursor: pointer !important;
}
#fancybox-overlay {
  background-color: #000 !important;
  opacity: .8 !important;
}
#fancybox-outer {
  background-color: #FAFAFA !important;
  border-radius: 8px !important;
}
#fancybox-content {
  background-color: #FAFAFA !important;
  border-radius: 8px !important;
  border-color:  transparent !important;
}
/* 事前告知用 */
#areaInfo.teaser {
  margin: 10px auto 25px;
  background: transparent url(../../image/pref/teaser_bg.png) no-repeat 0 0;
  width: 505px;
  height: 153px;
}
#areaInfo .message {
  text-align: center;
  position: relative;
	width: 100%;
	height: 100%;
}
#areaInfo .message .box {
  display: inline-block;
  background-color: #FFF;
  padding: 15px 20px;
  border: 1px solid #CCC;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* for Android Browser */
	transform: translate(-50%, -50%);
}
#areaInfo .message .box p {
}
#areaInfo .message .box .countdown {
  margin-top: 8px;
}
#areaInfo .message .box .countdown span {
  display: inline-block;
  font-size: 18px;
  line-height: 13px;
  margin-left: 4px;
}
#areaInfo .message .box .countdown a {
  display: block;
  margin-top: 8px;
}
}
