@charset "utf-8";
/* CSS Document */
.jtrMainSliderBt p {
	top: 320px;
}

.jtrMainVisualThumbnail span {
	font-size : 13pt;
}

.jtrMainVisualThumbnail {
/*  width : 800px;*/
	width : 940px;
  margin : 10px 80px 20px 60px !important;
}
.jtrMainSliderBt .prev {
  position : absolute;
  left : 25px !important;
  bottom : 20px;
}
.jtrMainSliderBt .next {
  position : absolute;
  right : 60px !important;
  bottom : 20px;
}
.jtrMainSliderBt .pause {
  position : absolute;
  right : 25px;
  bottom : 20px;
  width: 19px;
  height: 29px;
}
.jtrMainSliderBt .pause a {
  position : relative;
  display: block;
  width: 19px;
  height: 29px;
  text-indent: -10000px;
  overflow: hidden;
}
.jtrMainSliderBt .pause a:before,
.jtrBannerBt .pause a:before {
  content: "";
  position : absolute;
  display: block;
  top: 3px;
  left: 2px;
  width: 10px;
  height: 23px;
  border: 0px solid transparent;
  border-left: 5px solid #a3a3a3;
  transition: 300ms;
}
.jtrMainSliderBt .pause a:after,
.jtrBannerBt .pause a:after {
  content: "";
  position : absolute;
  display: block;
  top: 3px;
  left: 12px;
  width: 5px;
  height: 23px;
  background: #a3a3a3;
  transition: 300ms;
}
.jtrMainSliderBt .pause.paused a:before,
.jtrBannerBt .pause.paused a:before {
  top: 5px;
  width: 0px;
  height: 0px;
  border-width: 10px;
  border-left-width: 16px;
  border-right-width: 0px;
}
.jtrMainSliderBt .pause.paused a:after,
.jtrBannerBt .pause.paused a:after {
  top: 14px;
  width: 0px;
  height: 0px;
}
.jtrBannerBt .prev {
  position : absolute;
  top : 45px;
  left : -30px;
}
.jtrBannerBt .next {
  position : absolute;
  top : 20px !important;
  right : -30px;
}
.jtrBannerBt .pause {
  position : absolute;
  top : 70px;
  right : -30px;
  width: 19px;
  height: 29px;
}
.jtrBannerBt .pause a {
  position : relative;
  display: block;
  width: 19px;
  height: 29px;
  text-indent: -10000px;
  overflow: hidden;
}
.mm-page li[style*="height"] {
  height: auto !important;
}