@charset "UTF-8";
.text-takamatsu, .txt-takamatsu {
  color: #ed945c;
}

.text-eastern, .txt-eastern {
  color: #a4cf3a;
}

.text-central, .txt-central {
  color: #6ba6d1;
}

.text-western, .txt-western {
  color: #e6c300;
}

.text-shodoshima, .txt-shodoshima {
  color: #60c76e;
}

.lineLink, table.base1 tr td a:not(.btn) {
  color: #428bca;
  text-decoration: underline;
}
.lineLink:hover, table.base1 tr td a:hover:not(.btn) {
  color: #357ebd;
  text-decoration: none;
}

.mainslider {
  padding: 3px;
  height: 400px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.mainslider .flex-direction-nav a {
  display: block;
  width: 40px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.mainslider .flex-direction-nav a:before {
  color: #004ea2;
  font-size: 20px;
  margin-top: 30px;
}
.mainslider .flex-direction-nav .flex-prev {
  left: 15px;
  -moz-border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0;
  border-radius: 0 40px 40px 0;
}
.mainslider .flex-direction-nav .flex-prev:before {
  padding-right: 10px;
}
.mainslider .flex-direction-nav .flex-next {
  right: 15px;
  -moz-border-radius: 40px 0 0 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px 0 0 40px;
}
.mainslider .flex-direction-nav .flex-next:before {
  padding-left: 10px;
}
.mainslider .bannerContent img {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}

@media print {
  .noPrint {
    display: none;
  }

  .printPagebreak {
    page-break-after: always;
  }

  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }
}
* {
  outline: 0;
}

a
, button
, input[type=submit]
, input[type=button]
, input[type=cancel] {
  -moz-transition: ease-in-out 0.15s;
  -o-transition: ease-in-out 0.15s;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}

body {
  display: block !important;
}

body
 {
  font-size: 16px;
}

/*==========================================
= Footer吸着
===========================================*/
.btn {
  white-space: normal;
}

.txt-centered,
.text-centered {
  text-align: center;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.blockLink, header.siteHeader .logo a, header.siteHeader .gNavi .nav1 ul > li a, header.siteHeader .gNavi .nav2 ul > li a {
  display: block;
  text-decoration: none;
  background: url(/images/common/dummy.png) no-repeat;
}
.blockLink span, header.siteHeader .logo a span, header.siteHeader .gNavi .nav1 ul > li a span, header.siteHeader .gNavi .nav2 ul > li a span {
  display: block;
  visibility: hidden;
  height: 0;
  text-indent: -9999em;
  text-decoration: none;
}

.error-message {
  padding-top: 5px;
  color: #f33;
}
.error-message:before {
  font-family: "FontAwesome";
  margin-right: 3px;
  content: "";
}

.pageContainer > .container {
  padding: 0 !important;
  width: 100% !important;
}

/*==========================================
= header
===========================================*/
.modal-header {
  color: #fff;
  background-color: #4d4d4d;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
.modal-header .close {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.modal-header .close:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.modal-header .modal-title {
  font-size: 24px;
  font-weight: bold;
}

/*==========================================
= header
===========================================*/
header.siteHeader {
  position: relative;
  margin: 0 0 86px;
  padding: 1px 0 0;
  background: #fff url(/images/common/imgBgHead0.png) no-repeat center 0;
}
header.siteHeader .headContent {
  position: relative;
  margin: 10px auto 0;
  width: 1024px;
  height: 115px;
}
header.siteHeader .headContent ul {
  margin: 0;
}
header.siteHeader .logo {
  display: block;
  margin: 0 25px 0 0;
  width: 530px;
  height: 75px;
}
header.siteHeader .logo a {
  width: 100%;
  height: 100%;
  background: url(/images/common/logo.png) no-repeat;
  -moz-transition: ease-in-out 0.15s;
  -o-transition: ease-in-out 0.15s;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}
header.siteHeader .logo2 {
  display: none;
}
header.siteHeader .desc {
  float: left;
  font-size: 16px;
  font-weight: bold;
}
header.siteHeader .links {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 605px;
}
header.siteHeader .links a {
  float: left;
  margin-left: 5px;
}
header.siteHeader .links a.active:hover {
  cursor: default;
}
header.siteHeader .links a.main, header.siteHeader .links a.photo, header.siteHeader .links a.fc, header.siteHeader .links a.sns {
  width: 84px;
  height: 62px;
}
header.siteHeader .links a.wifi {
  width: 116px;
  height: 62px;
}
header.siteHeader .links a.wifi:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
header.siteHeader .links a.udonken {
  width: 123px;
  height: 62px;
}
header.siteHeader .links a.udonken:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
header.siteHeader .links a.udonken2 {
  width: 116px;
  height: 62px;
}
header.siteHeader .links a.udonken2:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
header.siteHeader .links a.main {
  background: url(/images/common/headTab_default.png) no-repeat;
}
header.siteHeader .links a.main.active, header.siteHeader .links a.main:hover {
  background-image: url(/images/common/headTab_default_active.png);
}
header.siteHeader .links a.photo {
  background: url(/images/common/headTab_photo.png) no-repeat;
}
header.siteHeader .links a.photo.active, header.siteHeader .links a.photo:hover {
  background-image: url(/images/common/headTab_photo_active.png);
}
header.siteHeader .links a.fc {
  background: url(/images/common/headTab_fc.png) no-repeat;
}
header.siteHeader .links a.fc.active, header.siteHeader .links a.fc:hover {
  background-image: url(/images/common/headTab_fc_active.png);
}
header.siteHeader .links a.sns {
  background: url(/images/common/headTab_sns.png) no-repeat;
}
header.siteHeader .links a.sns.active, header.siteHeader .links a.sns:hover {
  background-image: url(/images/common/headTab_sns_active.png);
}
header.siteHeader .links a.wifi {
  background: url(/images/common/imgWifi.png) no-repeat;
}
header.siteHeader .links a.udonken {
  background: url(/images/common/imgAinikite.png) no-repeat;
}
header.siteHeader .links a.udonken2 {
  background: url(/images/common/imgAinikite2.png) no-repeat;
}
header.siteHeader .tools {
  float: right;
  width: 400px;
}
header.siteHeader .tools .cse {
  float: right;
  margin-top: 20px;
  width: 260px;
}
header.siteHeader .tools .cse .keywordSearchBox dl {
  clear: both;
  overflow: hidden;
  margin: 0;
}
header.siteHeader .tools .cse .keywordSearchBox dl dt, header.siteHeader .tools .cse .keywordSearchBox dl dd {
  float: left;
  height: 30px;
}
header.siteHeader .tools .cse .keywordSearchBox dl dt {
  width: 0;
  text-indent: -9999px;
}
header.siteHeader .tools .cse .keywordSearchBox dl dd.text {
  width: 200px;
}
header.siteHeader .tools .cse .keywordSearchBox dl dd.text input {
  margin: 0;
  padding-left: 7px !important;
  padding-right: 7px !important;
  width: 200px;
  height: 30px;
  border: 1px solid #e0d5d0 !important;
  border-right: none !important;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  background-position: 7px center !important;
}
header.siteHeader .tools .cse .keywordSearchBox dl dd.button {
  width: 60px;
  overflow: hidden;
}
header.siteHeader .tools .cse .keywordSearchBox dl dd.button input {
  height: 30px;
}
header.siteHeader .tools .language {
  float: right;
}
header.siteHeader .tools .language ul {
  background-color: #fff;
}
header.siteHeader .tools .language ul li {
  font-size: 14px;
}
header.siteHeader .tools .favoriteBox {
  float: right;
  margin-top: 10px;
  width: 400px;
  text-align: right;
}
header.siteHeader .gNavi {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
header.siteHeader .gNavi .inner {
  position: relative;
  margin: 0 auto;
  width: 1024px;
}
header.siteHeader .gNavi .nav1 {
  background: url(/images/common/loop/loop_menu01.jpg);
}
header.siteHeader .gNavi .nav1 ul {
  clear: both;
  overflow: hidden;
  margin: 0;
}
header.siteHeader .gNavi .nav1 ul > li {
  float: left;
  width: 128px;
  height: 45px;
}
header.siteHeader .gNavi .nav1 ul > li a {
  width: 100%;
  height: 100%;
  background: url(/images/common/float/dummy.png) center center no-repeat;
}
header.siteHeader .gNavi .nav1 ul > li:hover a, header.siteHeader .gNavi .nav1 ul > li.active a {
  background-color: rgba(255, 255, 255, 0.4);
}
header.siteHeader .gNavi .nav1 ul > li.feature {
  width: 112px;
}
header.siteHeader .gNavi .nav1 ul > li.feature a {
  background-image: url(/images/common/imgNav_feature.png);
}
header.siteHeader .gNavi .nav1 ul > li.course {
  width: 167px;
}
header.siteHeader .gNavi .nav1 ul > li.course a {
  background-image: url(/images/common/imgNav_course.png);
}
header.siteHeader .gNavi .nav1 ul > li.spot {
  width: 163px;
}
header.siteHeader .gNavi .nav1 ul > li.spot a {
  background-image: url(/images/common/imgNav_spot.png);
}
header.siteHeader .gNavi .nav1 ul > li.event {
  width: 127px;
}
header.siteHeader .gNavi .nav1 ul > li.event a {
  background-image: url(/images/common/imgNav_event.png);
}
header.siteHeader .gNavi .nav1 ul > li.gourmet {
  width: 204px;
}
header.siteHeader .gNavi .nav1 ul > li.gourmet a {
  background-image: url(/images/common/imgNav_gourmet.png);
}
header.siteHeader .gNavi .nav1 ul > li.stay {
  width: 120px;
}
header.siteHeader .gNavi .nav1 ul > li.stay a {
  background-image: url(/images/common/imgNav_stay.png);
}
header.siteHeader .gNavi .nav1 ul > li.access {
  width: 131px;
}
header.siteHeader .gNavi .nav1 ul > li.access a {
  background-image: url(/images/common/imgNav_access.png);
}
header.siteHeader .gNavi .nav1 ul > li.favorite {
  display: none;
}
header.siteHeader .gNavi .nav2 {
  background: url(/images/common/loop/loop_menu02.jpg);
}
header.siteHeader .gNavi .nav2 ul {
  clear: both;
  overflow: hidden;
  margin: 0;
}
header.siteHeader .gNavi .nav2 ul > li {
  float: left;
  width: 128px;
  height: 40px;
}
header.siteHeader .gNavi .nav2 ul > li a {
  width: 100%;
  height: 100%;
  background: url(/images/common/float/dummy.png) center center no-repeat;
}
header.siteHeader .gNavi .nav2 ul > li:hover a, header.siteHeader .gNavi .nav2 ul > li.active a {
  background-color: rgba(138, 109, 59, 0.2);
}
header.siteHeader .gNavi .nav2 ul > li.about {
  width: 198px;
}
header.siteHeader .gNavi .nav2 ul > li.about a {
  background-image: url(/images/common/imgNav_about.png);
}
header.siteHeader .gNavi .nav2 ul > li.ieyasu {
  width: 198px;
}
header.siteHeader .gNavi .nav2 ul > li.ieyasu a {
  background-image: url(/images/common/imgNav_ieyasu.png);
}
header.siteHeader .gNavi .nav2 ul > li.miso {
  width: 153px;
}
header.siteHeader .gNavi .nav2 ul > li.miso a {
  background-image: url(/images/common/imgNav_miso.png);
}
header.siteHeader .gNavi .nav2 ul > li.tokusen {
  width: 230px;
}
header.siteHeader .gNavi .nav2 ul > li.tokusen a {
  background-image: url(/images/common/imgNav_tokusen.png);
}
header.siteHeader .gNavi .nav2 ul > li.photo {
  width: 245px;
}
header.siteHeader .gNavi .nav2 ul > li.photo a {
  background-image: url(/images/common/imgNav_photo.png);
}
header.siteHeader .gNavi .nav2 ul > li.favorite {
  display: none;
}
header.siteHeader.fixed {
  margin-bottom: 90px;
}
header.siteHeader.fixed .gNavi {
  position: fixed;
  top: 0;
  height: 87px;
  z-index: 500;
  border-color: #ccc;
}
header.siteHeader.fixed .gNavi .nav1 {
  height: 45px;
}
header.siteHeader.fixed .gNavi .nav1 ul > li {
  margin: 15px 0 0;
  height: 20px;
}
header.siteHeader.fixed .gNavi .nav1 ul > li.logo2 {
  display: block;
  margin: 8px 19px 0 0;
  width: 144px;
  height: 30px;
}
header.siteHeader.fixed .gNavi .nav1 ul > li.logo2 a {
  background-image: url(/images/common/fixed/logo.png);
}
header.siteHeader.fixed .gNavi .nav1 ul > li.logo2:hover a, header.siteHeader.fixed .gNavi .nav1 ul > li.logo2.active a {
  background-color: transparent;
}
header.siteHeader.fixed .gNavi .nav1 ul > li.feature {
  width: 88px;
}
header.siteHeader.fixed .gNavi .nav1 ul > li.feature a {
  background-image: url(/images/common/fixed/imgNav2_feature.png);
}
header.siteHeader.fixed .gNavi .nav1 ul > li.course {
  width: 144px;
}
header.siteHeader.fixed .gNavi .nav1 ul > li.course a {
  background-image: url(/images/common/fixed/imgNav2_course.png);
}
header.siteHeader.fixed .gNavi .nav1 ul > li.spot {
  width: 139px;
}
header.siteHeader.fixed .gNavi .nav1 ul > li.spot a {
  background-image: url(/images/common/fixed/imgNav2_spot.png);
}
header.siteHeader.fixed .gNavi .nav1 ul > li.event {
  width: 104px;
}
header.siteHeader.fixed .gNavi .nav1 ul > li.event a {
  background-image: url(/images/common/fixed/imgNav2_event.png);
}
header.siteHeader.fixed .gNavi .nav1 ul > li.gourmet {
  width: 181px;
}
header.siteHeader.fixed .gNavi .nav1 ul > li.gourmet a {
  background-image: url(/images/common/fixed/imgNav2_gourmet.png);
}
header.siteHeader.fixed .gNavi .nav1 ul > li.stay {
  width: 96px;
}
header.siteHeader.fixed .gNavi .nav1 ul > li.stay a {
  background-image: url(/images/common/fixed/imgNav2_stay.png);
}
header.siteHeader.fixed .gNavi .nav1 ul > li.access {
  width: 109px;
}
header.siteHeader.fixed .gNavi .nav1 ul > li.access a {
  background-image: url(/images/common/fixed/imgNav2_access.png);
}
header.siteHeader.fixed .gNavi .nav1 ul > li.favorite {
  margin: 7px 0 0 12px;
  width: 180px;
  height: 30px;
}
header.siteHeader.fixed .gNavi .nav1 ul > li.favorite a {
  background-image: url(/images/common/imgNav_favorite.png);
}
header.siteHeader.fixed .gNavi .nav2 ul > li.about {
  width: 144px;
}
header.siteHeader.fixed .gNavi .nav2 ul > li.about a {
  background-image: url(/images/common/fixed/imgNav2_about.png);
}
header.siteHeader.fixed .gNavi .nav2 ul > li.ieyasu {
  width: 175px;
}
header.siteHeader.fixed .gNavi .nav2 ul > li.ieyasu a {
  background-image: url(/images/common/fixed/imgNav2_ieyasu.png);
}
header.siteHeader.fixed .gNavi .nav2 ul > li.miso {
  width: 116px;
}
header.siteHeader.fixed .gNavi .nav2 ul > li.miso a {
  background-image: url(/images/common/fixed/imgNav2_miso.png);
}
header.siteHeader.fixed .gNavi .nav2 ul > li.tokusen {
  width: 201px;
}
header.siteHeader.fixed .gNavi .nav2 ul > li.tokusen a {
  background-image: url(/images/common/fixed/imgNav2_tokusen.png);
}
header.siteHeader.fixed .gNavi .nav2 ul > li.photo {
  width: 196px;
}
header.siteHeader.fixed .gNavi .nav2 ul > li.photo a {
  background-image: url(/images/common/fixed/imgNav2_photo.png);
}
header.siteHeader.fixed .gNavi .nav2 ul > li.favorite {
  display: block;
  margin: 5px 0 0 12px;
  width: 180px;
  height: 30px;
}
header.siteHeader.fixed .gNavi .nav2 ul > li.favorite a {
  background-image: url(/images/common/imgNav_favorite.png);
}

/*==========================================
= footer
===========================================*/
footer.siteFooter {
  width: 100%;
  font-size: 14px;
}
footer.siteFooter a {
  color: inherit;
}
footer.siteFooter .paragraph {
  width: 100%;
}
footer.siteFooter .paragraph1 {
  padding: 25px 0;
  color: #333;
  background: #f4eac6 url("/images/common/loop/loop_bg02.jpg");
}
footer.siteFooter .columns .column {
  float: left;
  padding: 0 0 0 20px;
  width: 255px;
  border-left: 1px solid #ccc;
}
footer.siteFooter .columns .column section:last-child ul {
  margin-bottom: 0;
}
footer.siteFooter .columns .column h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
}
footer.siteFooter .columns .column ul {
  margin: 0 0 30px;
}
footer.siteFooter .columns .column ul li {
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  font-size: 12px;
  background: url("/images/common/imgFooterSitemapIcon.png") no-repeat 3px 4px;
}
footer.siteFooter .paragraph2 {
  padding: 30px 0;
  color: #fff;
  background-color: #cf9000;
}
footer.siteFooter .paragraph3 {
  padding: 20px 0;
  color: #fff;
  background-color: #1a1a1a;
  text-align: center;
}
footer.siteFooter .footerInfo {
  width: 770px;
}
footer.siteFooter .footerInfo h4 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 500;
}
footer.siteFooter .footerInfo p {
  margin: 0 0 0;
}
footer.siteFooter .footerTooles a {
  display: block;
  padding: 10px 0 0 50px;
  width: 250px;
  height: 40px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  background: #666 url(/images/common/imgIconDefault.png) no-repeat 10px center;
}
footer.siteFooter .footerTooles a.pamphlet {
  margin-top: -15px;
  margin-bottom: 10px;
  background-color: #eb7434;
  background-image: url(/images/common/imgIconFooterPamphlet.png);
}
footer.siteFooter .footerTooles a.contact {
  background-color: #b82b2b;
  background-image: url(/images/common/imgIconFooterContact.png);
}
footer.siteFooter .device {
  margin: 0 0 5px;
}
footer.siteFooter .device a {
  text-decoration: underline;
}
footer.siteFooter .device a:hover {
  text-decoration: none;
}

/*==========================================
= フロントエンド コンテンツ共通
===========================================*/
.btn-bg-up,
.btn-bg-down,
.btn-bg-right,
.btn-bg-left {
  padding-right: 45px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px auto;
}

.btn-bg-up {
  background-image: url(/images/common/bgButtonUp.png) !important;
}

.btn-bg-left {
  background-image: url(/images/common/bgButtonLeft.png) !important;
}

.btn-bg-right {
  background-image: url(/images/common/bgButtonRight.png) !important;
}

.btn-bg-down {
  background-image: url(/images/common/bgButtonDown.png) !important;
}

.btn-white.btn-bg-up {
  background-image: url(/images/common/bgButtonUpInverse.png) !important;
}
.btn-white.btn-bg-left {
  background-image: url(/images/common/bgButtonLeftInverse.png) !important;
}
.btn-white.btn-bg-right {
  background-image: url(/images/common/bgButtonRightInverse.png) !important;
}
.btn-white.btn-bg-down {
  background-image: url(/images/common/bgButtonDownInverse.png) !important;
}

.btn-lg.btn-bg-up, .btn-lg.btn-bg-down, .btn-lg.btn-bg-right, .btn-lg.btn-bg-left {
  background-size: 20px auto;
}

.btn-premark {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 14px auto;
  background-image: url(/images/common/bgBtnLeft1.png);
  letter-spacing: 2px;
}

.commonContentBox {
  margin: 0;
  padding: 0;
  min-height: 300px;
}
.commonContentBox .page-header-wrapper {
  padding: 20px 0;
  color: #fff;
  background: #cf9102;
}
.commonContentBox .page-header-wrapper .page-header {
  margin-bottom: 0;
  padding: 0;
  width: 1024px;
}
.commonContentBox .page-header-wrapper .page-header .inn {
  padding: 0;
}
.commonContentBox .page-header {
  margin: 0 auto 30px;
  padding: 0;
  width: 1024px;
  letter-spacing: 2px;
  background: transparent;
  border: 0;
}
.commonContentBox .page-header .inn {
  padding: 30px 30px 25px;
}
.commonContentBox .page-header .inn .title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .1em;
}
.commonContentBox .page-header h1, .commonContentBox .page-header h2, .commonContentBox .page-header h3, .commonContentBox .page-header h4, .commonContentBox .page-header h5, .commonContentBox .page-header h6, .commonContentBox .page-header .title {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 500;
}
.commonContentBox .page-header h1 small, .commonContentBox .page-header h2 small, .commonContentBox .page-header h3 small, .commonContentBox .page-header h4 small, .commonContentBox .page-header h5 small, .commonContentBox .page-header h6 small, .commonContentBox .page-header .title small {
  color: #333;
  font-size: 16px;
  line-height: inherit;
}
.commonContentBox .page-header.beta {
  display: table;
  color: #fff;
  border: 0;
  background: #c9461e;
}
.commonContentBox .page-header.beta small {
  color: inherit;
}
.commonContentBox .page-header.beta .titIcon, .commonContentBox .page-header.beta .inn {
  display: table-cell;
}
.commonContentBox .page-header.beta .titIcon {
  width: 100px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.commonContentBox .page-header.beta .inn {
  padding: 30px 30px 25px;
  background: transparent;
}
.commonContentBox .commonContentStyle, .commonContentBox > .content,
.commonContentBox > article > .content,
.commonContentBox > section > .content {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 1024px;
}
.commonContentBox .commonContentStyle .inn, .commonContentBox > .content .inn {
  margin: 0 0 2em;
}
.commonContentBox.staticContent > .content,
.commonContentBox.staticContent > article > .content,
.commonContentBox.staticContent > section > .content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.commonContentBox.staticContent > .content .intro,
.commonContentBox.staticContent > article > .content .intro,
.commonContentBox.staticContent > section > .content .intro {
  display: block;
  margin: 0 auto 10px;
  font-size: 28px;
  font-weight: 500;
}
.commonContentBox > .content,
.commonContentBox > article > .content,
.commonContentBox > section > .content {
  padding-top: 35px;
  /* = グリッド
  ===========================================*/
}
.commonContentBox > .content > .main,
.commonContentBox > article > .content > .main,
.commonContentBox > section > .content > .main {
  float: left;
  margin: 0;
  width: 785px;
}
.commonContentBox > .content > .side,
.commonContentBox > article > .content > .side,
.commonContentBox > section > .content > .side {
  float: left;
  margin: 0 20px 0 0;
  width: 195px;
}
.commonContentBox > .content > .side .menuBox,
.commonContentBox > article > .content > .side .menuBox,
.commonContentBox > section > .content > .side .menuBox {
  padding: 3px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.commonContentBox > .content > .side .menuBox ul,
.commonContentBox > article > .content > .side .menuBox ul,
.commonContentBox > section > .content > .side .menuBox ul {
  margin: 0;
  padding: 0;
}
.commonContentBox > .content > .side .menuBox ul li,
.commonContentBox > article > .content > .side .menuBox ul li,
.commonContentBox > section > .content > .side .menuBox ul li {
  list-style: none;
  border-bottom: #FFF 1px solid;
}
.commonContentBox > .content > .side .menuBox ul li a,
.commonContentBox > article > .content > .side .menuBox ul li a,
.commonContentBox > section > .content > .side .menuBox ul li a {
  display: block;
  line-height: 35px;
  padding: 0 10px;
  background-color: #f8f8f8;
  color: #333;
  font-size: 12px;
}
.commonContentBox > .content > .side .menuBox ul li a:before,
.commonContentBox > article > .content > .side .menuBox ul li a:before,
.commonContentBox > section > .content > .side .menuBox ul li a:before {
  display: inline-block;
  padding-right: 5px;
  width: 20px;
  color: #222;
  text-align: center;
  font-family: "FontAwesome";
  margin-right: 0;
  content: "";
}
.commonContentBox > .content > .side .menuBox ul li a:hover, .commonContentBox > .content > .side .menuBox ul li a.active,
.commonContentBox > article > .content > .side .menuBox ul li a:hover,
.commonContentBox > article > .content > .side .menuBox ul li a.active,
.commonContentBox > section > .content > .side .menuBox ul li a:hover,
.commonContentBox > section > .content > .side .menuBox ul li a.active {
  background-color: #ddd;
  text-decoration: none;
}
.commonContentBox > .content > .side .menuBox ul li a.main,
.commonContentBox > article > .content > .side .menuBox ul li a.main,
.commonContentBox > section > .content > .side .menuBox ul li a.main {
  padding: 0 0 0 10px;
  line-height: 50px;
  font-size: 14px;
}
.commonContentBox > .content > .side .menuBox ul li a.main:before,
.commonContentBox > article > .content > .side .menuBox ul li a.main:before,
.commonContentBox > section > .content > .side .menuBox ul li a.main:before {
  font-family: "FontAwesome";
  margin-right: 0;
  content: "";
}
.commonContentBox > .content > .side .menuBox ul li a.main:hover, .commonContentBox > .content > .side .menuBox ul li a.main.active,
.commonContentBox > article > .content > .side .menuBox ul li a.main:hover,
.commonContentBox > article > .content > .side .menuBox ul li a.main.active,
.commonContentBox > section > .content > .side .menuBox ul li a.main:hover,
.commonContentBox > section > .content > .side .menuBox ul li a.main.active {
  background-color: #999;
  color: #FFF;
}
.commonContentBox > .content > .side .menuBox ul li.two-rows a,
.commonContentBox > article > .content > .side .menuBox ul li.two-rows a,
.commonContentBox > section > .content > .side .menuBox ul li.two-rows a {
  line-height: 1.4;
  padding: 15px 0 15px 10px;
}
.commonContentBox > .content > .side .menuBox ul li.two-rows a.main:before,
.commonContentBox > article > .content > .side .menuBox ul li.two-rows a.main:before,
.commonContentBox > section > .content > .side .menuBox ul li.two-rows a.main:before {
  display: block;
  float: left;
  margin-bottom: 10px;
}
.commonContentBox > .content h1.subTitle, .commonContentBox > .content h2.subTitle, .commonContentBox > .content h3.subTitle, .commonContentBox > .content h4.subTitle, .commonContentBox > .content h5.subTitle, .commonContentBox > .content h6.subTitle {
  margin: 0 0 .5em;
  padding: 0;
  padding-left: .3em;
  border-left: 0.3em solid #4d4d4d;
  color: #343434;
  font-weight: 500;
  letter-spacing: .1em;
}
.commonContentBox > .content h1.subTitle a, .commonContentBox > .content h2.subTitle a, .commonContentBox > .content h3.subTitle a, .commonContentBox > .content h4.subTitle a, .commonContentBox > .content h5.subTitle a, .commonContentBox > .content h6.subTitle a {
  color: inherit;
  text-decoration: underline;
}
.commonContentBox > .content h1.subTitle a:hover, .commonContentBox > .content h2.subTitle a:hover, .commonContentBox > .content h3.subTitle a:hover, .commonContentBox > .content h4.subTitle a:hover, .commonContentBox > .content h5.subTitle a:hover, .commonContentBox > .content h6.subTitle a:hover {
  text-decoration: none;
}
.commonContentBox > .content h1.bdr, .commonContentBox > .content h2.bdr, .commonContentBox > .content h3.bdr, .commonContentBox > .content h4.bdr, .commonContentBox > .content h5.bdr, .commonContentBox > .content h6.bdr {
  margin: 0 0 5px;
  padding: 8px 10px 5px;
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
  border-bottom-color: #b8b8b8;
}
.commonContentBox > .content h2.subTitle {
  font-size: 28px;
}
.commonContentBox > .content h3.subTitle {
  font-size: 24px;
}
.commonContentBox > .content h4.subTitle {
  font-size: 20px;
}
.commonContentBox > .content h5.subTitle {
  font-size: 18px;
}
.commonContentBox > .content h6.subTitle {
  font-size: 16px;
}
.commonContentBox > .content.footerContent {
  font-size: 15px;
}
.commonContentBox > .content.footerContent h2 {
  font-size: 24px;
}
.commonContentBox > .content.footerContent h3 {
  font-size: 22px;
}
.commonContentBox > .content.footerContent h4 {
  font-size: 20px;
}
.commonContentBox > .content.footerContent h5 {
  font-size: 18px;
}
.commonContentBox > .content.footerContent h6 {
  font-size: 16px;
}
.commonContentBox > .content.footerContent section.inn > p,
.commonContentBox > .content.footerContent section.inn > .innerContent {
  margin-left: 1em;
}
.commonContentBox > .content.footerContent section.inn ul.list-inline li {
  width: 32%;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.commonContentBox > .content.footerContent section.inn ul.list-inline li:before {
  font-family: "FontAwesome";
  margin-right: 0.5em;
  content: "";
}
.commonContentBox > .content.footerContent section.inn ul li, .commonContentBox > .content.footerContent section.inn ol li {
  margin: 0 0 10px;
}
.commonContentBox > .content.footerContent section.inn ul li > strong, .commonContentBox > .content.footerContent section.inn ol li > strong {
  display: block;
}
.commonContentBox > .content.footerContent section.inn ul li > p, .commonContentBox > .content.footerContent section.inn ol li > p {
  margin: 5px 0 0;
}
.commonContentBox > .content.footerContent > section.inn section.inn {
  margin-left: 1em;
}

.modal-body h2 {
  font-size: 26px;
}
.modal-body h3 {
  font-size: 22px;
}
.modal-body h4 {
  font-size: 18px;
}
.modal-body h5 {
  font-size: 16px;
}
.modal-body h6 {
  font-size: 14px;
}

section.sns {
  text-align: center;
}
section.sns a.twitter {
  color: #00a0d1;
}
section.sns a.facebook {
  color: #5e8ab7;
}
section.sns a.rss {
  color: #fd7e26;
}

.nav-tabs.tabs {
  padding-left: 20px;
}
.nav-tabs.tabs .hover, .nav-tabs.tabs > li > a:hover, .nav-tabs.tabs > li.active > a,
.nav-tabs.tabs > li.active > a:hover,
.nav-tabs.tabs > li.active > a:focus {
  color: #fff;
  border: 4px solid #928f1a;
  background-color: #928f1a;
  font-weight: bold;
}
.nav-tabs.tabs > li {
  text-align: center;
  letter-spacing: 2px;
}
.nav-tabs.tabs > li > a {
  margin-top: 4px;
  margin-right: 10px;
  color: #fff;
  border: 4px solid #5a5537;
  background-color: #5a5537;
}
.nav-tabs.tabs > li > a .fa {
  float: left;
  margin-top: 1px;
}
.nav-tabs.tabs > li > a .fa:before {
  content: "\f138";
}
.nav-tabs.tabs > li > a:hover .fa:before {
  content: "\f13a";
}
.nav-tabs.tabs > li.active > a,
.nav-tabs.tabs > li.active > a:hover,
.nav-tabs.tabs > li.active > a:focus {
  margin-top: 0;
  padding-top: 14px;
}
.nav-tabs.tabs > li.active > a .fa:before,
.nav-tabs.tabs > li.active > a:hover .fa:before,
.nav-tabs.tabs > li.active > a:focus .fa:before {
  content: "\f13a";
}

.tab-content.tabs .inner {
  padding: 20px 15px 15px;
  background-color: #FFF;
  line-height: 20px;
}

.contentWideTab {
  margin: 20px auto 0;
  width: 100%;
  border-bottom: 4px #928f1a solid;
}
.contentWideTab .nav-tabs.tabs {
  margin: 0 auto;
  width: 1024px;
  padding: 0;
}

.form-group .input-data {
  padding-top: 7px;
}
.form-group .error-message {
  font-weight: normal;
  font-size: 100%;
}

table.areaSearch {
  width: 984px;
  margin-bottom: 20px;
}
table.areaSearch th, table.areaSearch td {
  border: #BFD1D5 1px solid;
}
table.areaSearch th {
  height: 40px;
  text-align: center;
}
table.areaSearch th.col1 {
  background-color: #FFD1AF;
}
table.areaSearch th.col2 {
  background-color: #E1C8B0;
}
table.areaSearch th.col3 {
  background-color: #F2BBC1;
}
table.areaSearch th.col4 {
  background-color: #FFE3AA;
}
table.areaSearch td {
  padding: 10px;
  vertical-align: top;
}
table.areaSearch td.map {
  width: 299px;
  padding: 0;
  vertical-align: middle;
  background-color: #F0F4FB;
}
table.areaSearch td label {
  display: block;
  font-weight: normal;
}
table.areaSearch td .btn-web4 {
  margin-top: 10px;
  padding: 0 10px;
  background-color: #547D9E;
}
table.areaSearch td .btn-web4:before {
  font-family: "FontAwesome";
  margin-right: 0.5em;
  content: "";
}

.alert > p {
  display: inline-block;
}

/* = バナー
===========================================*/
.banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner ul li {
  margin: 0;
  padding: 0;
}

.common-pr-banner {
  display: none;
}

/* = パンくず
===========================================*/
.breadlist {
  margin: 0 0 0;
  padding: 12px 0 8px;
  background: #fff;
  border-top: 1px solid #decb87;
  border-bottom: 1px solid #ab9655;
}
.breadlist ul {
  margin: 0 auto;
  width: 1024px;
}
.breadlist ul li {
  color: #4d4d4d;
  font-size: 13px;
  font-weight: bold;
}
.breadlist ul li a {
  color: inherit;
  text-decoration: underline;
}
.breadlist ul li a:hover {
  text-decoration: none;
}
.breadlist ul li:last-child a {
  text-decoration: none;
}

/* = ページング
===========================================*/
.paging {
  margin: 0 0 10px;
}
.paging .count {
  margin: 8px 10px 0 0;
}
.paging .pagination {
  margin-top: 0;
  margin-bottom: 0;
}

/* = カルーセル
===========================================*/
.flex-viewport ul li {
  position: relative;
}

.flex-direction-nav a {
  top: 50%;
  margin-top: -34px;
  opacity: .7;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  width: 32px;
  height: 68px;
}
.flex-direction-nav a:hover {
  opacity: 1;
}
.flex-direction-nav .flex-prev {
  left: 40px;
}
.flex-direction-nav .flex-next {
  right: 40px;
}

.flex-control-nav {
  bottom: 0;
  z-index: 3;
}

.flex-control-paging li a {
  width: 15px;
  height: 15px;
  background-color: #ccc;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
  background-color: #fff082;
}

.pagination > li > a,
.pagination > li > span {
  padding: 3px 8px;
  color: #fff;
  margin-right: 7px;
  background-color: #547d9e;
  border-color: #547d9e !important;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #547d9e;
  background-color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span, .pagination > li:last-child > a,
.pagination > li:last-child > span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-right: 0;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #547d9e;
  background-color: #fff;
}
.pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  color: #547d9e;
  background-color: #fff;
}
.pagination > .disabled > a,
.pagination > .disabled > span {
  color: #547d9e;
  background-color: #fff;
}
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus {
  cursor: default;
  color: #547d9e;
  background-color: #fff;
}

.flow {
  margin: 0 auto 20px;
  width: 700px;
}
.flow ul li {
  margin-right: 22px;
  width: 150px;
  color: #555;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.flow ul li span {
  display: block;
  position: relative;
  padding: 10px 0;
}
.flow ul li span:after {
  position: absolute;
  display: block;
  top: 10px;
  right: -25px;
  width: 0;
  content: "";
  border: 10px solid transparent;
  border-left-color: #ddd;
  border-right-width: 0;
}
.flow ul li.active {
  color: #fff;
  background-color: #d5e9ff;
  background-color: #004ea2;
}
.flow ul li:last-child span:after {
  border: none;
}

.buttonArea {
  margin: 0 auto 30px;
}

.txtRequired {
  color: #f33;
}

.requiredField > label:before {
  content: "* ";
  color: #f33;
}

.pagenate {
  padding-bottom: 30px;
  text-align: center;
}
.pagenate .pagenateInner {
  display: inline-block;
}
.pagenate .pagenate-active, .pagenate ul li a:hover, .pagenate ul li.active a {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
}
.pagenate .pagenate-disabled, .pagenate ul li.disabled a {
  border-color: #ccc;
  background-color: #f8f8f8;
  color: #ccc;
}
.pagenate ul {
  margin: 0 auto;
  padding: 0;
}
.pagenate ul li {
  float: left;
  margin: 0 5px;
  list-style: none;
  line-height: 43px;
  text-align: center;
}
.pagenate ul li a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border: #ddd 2px solid;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.pagenate ul li.prev a, .pagenate ul li.next a {
  width: 90px;
  letter-spacing: 3px;
}
.pagenate ul li.prev i.fa {
  margin-right: 8px;
}
.pagenate ul li.next i.fa {
  margin-left: 8px;
}
.pagenate ul li.disabled a {
  cursor: default;
}
.pagenate ul li.active a {
  cursor: default;
}

.figure {
  position: relative;
  z-index: 1;
}
.figure img {
  width: auto;
  max-width: 100%;
}
.figure .figcaption, .figure .figCaption {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
  color: #fff;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.7);
}

.sideAffix {
  position: relative;
}
.sideAffix .inner {
  position: absolute;
  width: 230px;
}
.sideAffix .inner.fixed {
  position: fixed;
}

.commonMainBox {
  float: right;
  width: 660px;
}

.snsShareBox {
  clear: both;
  height: 30px;
}
.snsShareBox.vertical {
  height: 70px;
}
.snsShareBox ul li {
  float: left;
  margin-right: 10px;
}
.snsShareBox ul li:last-child {
  margin-right: 0;
}

table.base1 {
  width: 100%;
}
table.base1 tr th, table.base1 tr td {
  padding: 7px 10px;
  font-weight: normal;
  border: 1px solid #999999;
}
table.base1 tr th {
  width: 15%;
  color: #fff;
  background: #999999;
  border-bottom-color: #fff;
}
table.base1 tr td {
  background: #fff;
}
table.base1 tr:last-child th, table.base1 tr:last-child td {
  border-bottom: 1px solid #999999;
}
table.base1.table-block thead, table.base1.table-block tbody, table.base1.table-block tr, table.base1.table-block th, table.base1.table-block td {
  display: block !important;
  width: 100% !important;
}
table.base1.table-block td {
  border-top: none;
}

ul.circle li {
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  font-size: 15px;
  background: url(/images/common/icoUListRight.png) no-repeat;
}
ul.circle li span {
  display: inline-block;
  margin-right: 5px;
}
ul.circle li span:before {
  font-family: "FontAwesome";
  margin-right: 8px;
  content: "";
}
ul.circle li span:first-child:before {
  content: "";
  margin: 0;
}
ul.circle li a {
  text-decoration: underline;
}
ul.circle li a:hover {
  text-decoration: none;
}
ul.circle.list-inline {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
ul.circle.list-inline li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0 0 0 25px;
}

.google-marker-dialog {
  width: 270px;
}
.google-marker-dialog .dialog-title {
  margin: 10px 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.google-marker-dialog .dialog-photo {
  margin: 5px 0 0;
}
.google-marker-dialog .dialog-photo img {
  width: auto;
  max-width: 100%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.google-marker-dialog .dialog-copy {
  margin: 0 0 5px;
  width: 270px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.google-marker-dialog .dialog-buttons .dialog-button {
  float: left;
  margin-right: 10px;
  width: 130px;
}
.google-marker-dialog .dialog-buttons .dialog-button.detail {
  margin-right: 0;
}

.commonTopNaviSw {
  position: fixed;
  top: 146px;
  right: 0;
  z-index: 110;
}

.commonTopNavi {
  position: fixed;
  top: 146px;
  right: -100%;
  z-index: 100;
  transition: .5s ease-in-out;
}
.commonTopNavi .inner {
  margin: 8px 0 0;
  padding: 0 50px 0 0;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
.commonTopNavi .inner ul {
  margin: 0;
}
.commonTopNavi .inner ul li {
  border-bottom: 1px solid #ddd;
}
.commonTopNavi .inner ul li:last-child {
  border: none;
}
.commonTopNavi .inner ul li a {
  display: block;
  padding: 8px 20px 8px 30px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  background: url(/images/common/imgCommonLinkIcon1.png) no-repeat 10px center;
}
.commonTopNavi .inner ul li a:hover {
  background-color: #f0f0f0;
}
.commonTopNavi .inner ul li a.site1 {
  background-image: url(/images/common/imgCommonLinkIcon1.png);
}
.commonTopNavi .inner ul li a.site2 {
  background-image: url(/images/common/imgCommonLinkIcon2.png);
}
.commonTopNavi .inner ul li a.site3 {
  background-image: url(/images/common/imgCommonLinkIcon3.png);
}
.commonTopNavi .inner ul li a.site4 {
  background-image: url(/images/common/imgCommonLinkIcon4.png);
}
.commonTopNavi .inner ul li a.site5 {
  background-image: url(/images/common/imgCommonLinkIcon5.png);
}
.commonTopNavi .inner ul li a.site6 {
  background-image: url(/images/common/imgCommonLinkIcon6.png);
}
.commonTopNavi .inner ul li a.site7 {
  background-image: url(/images/common/imgCommonLinkIcon7.png);
}

.tabCommon {
  position: relative;
}
.tabCommon ul {
  clear: both;
  overflow: hidden;
}
.tabCommon ul li {
  float: left;
  color: #333;
  text-align: center;
  font-weight: bold;
  border-width: 0;
  border-color: #ccc;
  border-style: solid;
  border-left-width: 2px;
}
.tabCommon ul li.last, .tabCommon ul li:last-child {
  border-right-width: 2px;
}
.tabCommon ul li a {
  display: block;
  padding: 3px 10px 0;
  min-width: 50px;
  color: inherit;
  text-decoration: none;
  line-height: 1.2;
}
.tabCommon ul li a.active, .tabCommon ul li a:hover {
  background-color: #eee;
}

.calendarListForm .calendarList {
  position: relative;
  margin: 0 auto;
  width: 790px;
  height: auto;
}
.calendarListForm .calendarList .jcarousel {
  overflow: hidden;
}
.calendarListForm .calendarList .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.calendarListForm .calendarList .jcarousel ul li {
  float: left;
  margin: 0 20px 0 0;
  width: 250px;
}
.calendarListForm .calendarList .jcarousel ul li table {
  width: 100%;
  background-color: #fff;
}
.calendarListForm .calendarList .jcarousel ul li table tr th, .calendarListForm .calendarList .jcarousel ul li table tr td {
  padding: 0;
  text-align: center;
  border: 1px solid #e0d5d0;
}
.calendarListForm .calendarList .jcarousel ul li table tr th label, .calendarListForm .calendarList .jcarousel ul li table tr td label {
  display: block;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
}
.calendarListForm .calendarList .jcarousel ul li table tr th label.today, .calendarListForm .calendarList .jcarousel ul li table tr td label.today {
  font-weight: bold;
}
.calendarListForm .calendarList .jcarousel ul li table tr th input, .calendarListForm .calendarList .jcarousel ul li table tr td input {
  display: none;
}
.calendarListForm .calendarList .jcarousel ul li table tr th {
  color: #fff;
  background-color: #b19982;
}
.calendarListForm .calendarList .jcarousel ul li table tr td {
  cursor: pointer;
}
.calendarListForm .calendarList .jcarousel ul li table tr td.active, .calendarListForm .calendarList .jcarousel ul li table tr td:hover {
  color: #fff;
  background-color: #4d4d4d;
}
.calendarListForm .calendarList .jcarousel ul li table tr td.past {
  color: #ccc;
}
.calendarListForm .calendarList .jcarousel ul li table tr td.none {
  background-color: #f8f8f8;
  cursor: default;
}
.calendarListForm .calendarList .jcarousel ul li table tr td.none:hover {
  color: inherit;
  background-color: #f8f8f8;
}
.calendarListForm .calendarList .jcarousel ul li table tbody tr th {
  border-right: 1px solid white;
}
.calendarListForm .calendarList .jcarousel ul li table tbody tr th.last {
  border-right: 1px solid #e0d5d0;
}
.calendarListForm .calendarList .jcarousel-control-prev,
.calendarListForm .calendarList .jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -34px;
  width: 32px;
  height: 68px;
  text-indent: -9999em;
}
.calendarListForm .calendarList .jcarousel-control-prev {
  left: -85px;
  background: url(/images/common/imgPrev.png) no-repeat;
  outline: none;
}
.calendarListForm .calendarList .jcarousel-control-next {
  right: -85px;
  background: url(/images/common/imgNext.png) no-repeat;
  outline: none;
}

/*# sourceMappingURL=common.css.map */
