@charset "UTF-8";


.elem_text_list ul li {
    margin: 0 0 5px;
    background: url(/library/new/common/img/ico_dotted.png) no-repeat left 0.4em;
    padding: 0 0 0 15px;
    line-height: 1.5;
}

/*-----------Main Menu-------------*/
.bmenu_title {
  background-color : #434343;
  color : #FFFFFF;
  padding : 20px 5px 16px;
}
.bmenu_title h2, .bmenu_title h3{
  text-align : center;
  font-size : 1.125em;
  line-height : 1.2;
}

.bmenu_title h2 a,
.bmenu_title h2 a:hover,
.bmenu_title h2 a:visited,
.bmenu_title h2 a:active,
.bmenu_title h3 a,
.bmenu_title h3 a:hover,
.bmenu_title h3 a:visited,
.bmenu_title h3 a:active{
  color : #FFFFFF;
}

.bmenu_items{
  padding:10px;
  background-color: #F0F0F0;
}
.bmenu_items .elem_linkBox_list li.full {
  display: block;
}
.bmenu_items .elem_linkBox_list li .linkBox {
    padding: 0 0 3px 0;
}
.bmenu_items .elem_linkBox_list li .w_half1 {
    width: 135px;
    min-height:90px;
}
.bmenu_items .elem_linkBox_list li .w_half {
    width: 122px;
}
.bmenu_items .elem_text_list ul.col2 li {
    padding-right: 15px;
    width: 115px;
}

/*-----------Main Banner Slider-------------*/

.jtrMainSlider {
  width : 960px;
  margin : 1px auto 0;
  position : relative;
  background : #282828;
}

.jtrMainVisual ul {
  width : 960px;
  height : 300px;
  overflow : hidden;
  margin : 0;
  padding : 0;
  list-style : none;
  line-height : 0.5;
}
.jtrMainVisual ul li {
  float : left;
  width : 960px;
  height : 300px;
}
/* add 20171130*/
.jtrMainVisual ul li a img {
  transition: transform 600ms;
  opacity: 1 !important;
}
.jtrMainVisual ul li a:hover img {
  transform: scale(1.02);
}
/* end */
.jtrMainVisualThumbnail {
  width : 800px;
  height : 50px;
  margin : 10px auto;
  padding : 0;
  overflow : hidden;
}
.jtrMainVisualThumbnail ul {
  margin : 0;
  padding : 0;
}
.jtrMainVisualThumbnail ul li {
  width : 190px;
  height : 50px;
  float : left;
  margin : 0 5px;
  list-style : none;
  background : url("/library/new/top/img/bg_thumbnail.png") no-repeat left top;
  color : #C5C5C8;
  line-height : 1.3;
  font-size : 14px;
  text-align : center;
}
.jtrMainVisualThumbnail ul li:hover {
  cursor : pointer;
  background : #243FA1;
}
.jtrMainVisualThumbnail ul li.selected {
  background : #243FA1;
}
.jtrMainVisualThumbnail ul li span {
  width : 190px;
  height : 38px;
  padding : 6px;
  display : table-cell;
  vertical-align : middle;
}

.jtrMainSliderBt {
  overflow : visible;
  line-height : 0.5;
}
.jtrMainSliderBt p:hover {
  cursor : pointer;
  /*opacity : 0.7;*/
  zoom : 1;
}
/* add 20171130*/
.jtrMainSliderBt p {
  transition: transform 600ms;
  opacity: 1 !important;
}
.jtrMainSliderBt p:hover {
  transform: scale(1.05);
}
/* end */
.jtrMainSliderBt .prev {
  position : absolute;
  left : 55px;
  bottom : 20px;
}
.jtrMainSliderBt .next {
  position : absolute;
  right : 55px;
  bottom : 20px;
}

/*-----------Small Banner Slider-------------*/
.jtrBannerImg .caroufredsel_wrapper {
  margin : 0!important;
}
.jtrBannerImg ul {
  padding : 0;
  line-height : 0.5;
  list-style : none;
  overflow : hidden;
}
.jtrBannerImg ul li {
  float : left;
  margin : 0 1px 0 0;
  width : 239px;
  height : 120px;
  overflow: hidden;
}
/* add 20171130*/
.jtrBannerImg ul li a img {
  transition: transform 600ms;
  opacity: 1 !important;
}
.jtrBannerImg ul li a:hover img  {
  transform: scale(1.05);
}
/* end */
.jtrBannerBt p:hover {
  cursor : pointer;
  /*opacity : 0.8;*/
  zoom : 1;
}
.jtrBannerBt .prev {
  position : absolute;
  top : 45px;
  left : -30px;
}
.jtrBannerBt .next {
  position : absolute;
  top : 45px;
  right : -30px;
}

.jtrSlidBannerArea {
  width : 960px;
  margin : 50px auto 0;
  position : relative;
  overflow : visible;
}

