#top-carousel {
  background-color: #f5f5f5;
  max-height: none;
  overflow: hidden;
  min-height: 500px;
}

#top-carousel .carousel-inner > .item {}

#top-carousel .carousel-inner > .item > img {
  margin: 0 auto;
  width: 100%;
}

a.carousel-control.left,
a.carousel-control.right {
  background-image: none;
  background: none;
  opacity: 0.7;
}

a.carousel-control.left:hover,
#top-carousel > a.carousel-control.right:hover {
  opacity: 1.0;
}

a.carousel-control > .glyphicon-chevron-left:before {
  content: url(images/prev.png);
}

a.carousel-control > .glyphicon-chevron-right:before {
  content: url(images/next.png);
}

.sl-wrapper {
  position: relative;
  top: -52px;
  left: 0;
  right: 0;
}

ul.sections {
  width: 85%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  list-style: none;
}

ul.sections li {
  float: left;
  margin: 0 auto;
}

ul.sections li.entry {
  width: 32%;
  padding-top: 0;
  position: relative;
  max-width: none;
}

ul.sections li.entry-divider {
  height: 1px;
  width: 2%;
}

ul.sections > li.entry .sl-button {
  min-width: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-bottom: 10px solid #ed2214;
  float: left;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

ul.sections > li.entry .arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -2px;
}

.sl-button > .title {
  margin-top: 21px;
  width: 100%;
  text-align: center;
  color: #000000;
  font: 800 20px / 22px Yugo;
  height: 22px;
  letter-spacing: 0.1em;
  padding-left: 0;
  display: inline-block;
  float: left;
}

.sl-button.search-btn > .title {
  font-size: 18px;
}

.sl-button > .sub-title {
  margin-top: 7px;
  width: 100%;
  text-align: center;
  color: #888888;
  font: 500 14px / 16px Montserrat;
  height: 16px;
  letter-spacing: 0.13em;
  padding-left: 3px;
  display: inline-block;
  float: left;
}

#topics,
#news,
#scene {
  min-height: 400px;
  text-align: center;
  padding-bottom: 80px;
  background-color: #ffffff;
}

#main .container {
  max-width: 1080px;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}

#topics {}

#topics .container {
  /*    min-width: 1080px;*/
  padding-top: 30px;
}


ul.topics-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

ul.topics-list > li {
  float: left;
}

ul.topics-list > li.entry-divider {
  width: 2%;
  height: 1px;
}

ul.topics-list > li.entry {
  width: 23%;
  min-height:100px;
  overflow:hidden;
  margin-top: 1%;
  position: relative;
  background-color: #ffffff;
}
ul.topics-list > li.entry:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.topic-poster{}

.topic-poster> img {
  width: 100%;
  vertical-align: bottom;
}
.topic-poster .topic-new-icon {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/label_new.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 35%;
  max-width: 65px;
  height: 100px;
  content: "";

}

.topic-poster+ .overlay-title {
  position: relative;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  /*height: 128px;*/
  height:86px;
}

.topic-poster+ .overlay-title.shadow {
  background: rgba(0,0,0,0.67);
/*  background: -webkit-radial-gradient(transparent, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6));
   Safari 5.1 to 6.0 
  background: -o-radial-gradient(transparent, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6));
   For Opera 11.6 to 12.0 
  background: -moz-radial-gradient(transparent, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6));
   For Firefox 3.6 to 15 
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6));*/
}

.topic-poster+ .overlay-title > .title {
  width: 100%;
  /*margin-top: 55px;*/
  margin-top:10px;
  margin-bottom: 0px;
  padding: 0 10px;
  overflow: hidden;
  color: #ffffff;
  font: 700 14px / 22px YuGo;
  max-height: 66px;
  overflow: hidden;
  display: inline-block;
}

#news {
  background-color: #f5f5f5;
  color: #000000;
}

#news .container {
  height: 290px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  padding: 20px 0;
}

#news .news-table {
  width: 85%;
  margin: 0 auto;
  min-width: 850px;
}

#news .news-table tr {
  border: none;
  border-bottom: 1px solid #dadada;
  cursor: pointer;
}

#news .news-table td {
  border: none;
  padding: 30px 0;
  margin: 0px auto;
  overflow: hidden;
  display: inline-block;
  float: left;
  position: relative;
  font: 500 14px / 20px YuGo;
  text-align: left;
}

#news .news-table td.a-date {
  width: 12%;
}

#news .news-table td.a-category {
  padding-left: 3%;
  width: 15%
}

#news .news-table td.a-title {
  padding-left: 3%;
  width: 70%;
  height: auto;
  overflow: hidden;
}

#scene {
  padding-top: 35px;
}

.sb-table td.scene-td {}

#scene .scene-title {
  margin: 0 auto;
  display: inline-block;
}

#scene .container {
  padding: 0 15px;
}

ul.scenes {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

ul.scenes li {
  float: left;
}

ul.scenes li.entry-divider {
  width: 2%;
  height: 1px;
}

ul.scenes li.entry {
  width: 23%;
  padding-top: 2%;
}

a.scene {}

a.scene>img {
  width: 100%;
  max-width: 247px;
  /*    max-height: 192px;*/
  vertical-align: bottom;
}

@media (max-width: 750px),
(max-device-width: 750px) {
  /*Iphone portrait and smaller*/
  #top-carousel {
    min-height: 150px;
  }
  #top-carousel .carousel-inner > .item > img {
    margin: 0 auto;
    width: 100%;
  }
  #top-carousel a.carousel-control > .glyphicon-chevron-left:before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(images/prev_s.png) no-repeat 0 0;
    background-size: 100%;
  }
  #top-carousel a.carousel-control > .glyphicon-chevron-right:before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(images/next_s.png) no-repeat 0 0;
    background-size: 100%;
  }
  #top-carousel a.carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    /*        margin-left: -30px;*/
    margin-left: 0;
    left: 0;
    top: 46%;
  }
  #top-carousel a.carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: 0;
    top: 45%;
    right: 0;
  }
  .sl-wrapper {
    position: relative;
    top: -40px;
    left: 0;
    right: 0;
  }
  ul.sections {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
  }
  ul.sections li {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  ul.sections li.entry {
    width: 90%;
    padding-top: 4%;
    position: relative;
  }
  ul.sections li.entry-divider.cr-sp {
    width: 0;
    height: 0;
    clear: both;
  }
  ul.sections > li.entry .sl-button {
    min-width: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #dadada;
    border-bottom: 5px solid #ed2214;
    float: left;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  ul.sections > li.entry .arrow-down {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #ffffff;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -2px;
  }
  .sl-button > .title {
    margin-top: 12px;
    width: 100%;
    text-align: center;
    color: #000000;
    font: 700 15px / 16px Yugo;
    height: 16px;
    letter-spacing: 0.1em;
    padding-left: 0;
    display: inline-block;
    float: left;
  }
  .sl-button.search-btn > .title {
    font-size: 13px;
  }
  .sl-button > .sub-title {
    margin-top: 2px;
    width: 100%;
    text-align: center;
    color: #888888;
    font: 500 11px / 15px Montserrat;
    height: 14px;
    letter-spacing: 0.15em;
    padding-left: 3px;
    display: inline-block;
    float: left;
  }
  #topics,
  #news,
  #scene {
    padding-bottom: 40px;
    background-color: #ffffff;
  }
  #topics .container {
    width: 100%;
    min-width: 0;
    padding: 0 15px;
    padding-top: 20px;
    margin: 0 auto;
  }
  ul.topics-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
  }
  ul.topics-list > li {
    float: left;
  }
  ul.topics-list > li.entry-divider {
    width: 4%;
    height: 1px;
  }
  ul.topics-list > li.entry-divider.cr-sp {
    width: 0;
    height: 0;
    clear: both;
  }
  ul.topics-list > li.entry {
    width: 48%;
    min-height: 75px;
    overflow:hidden;
    margin-top: 4%;
    position: relative;
    background-color: #ffffff;
  }
  .topic-poster{}
  .topic-poster> img {
    width: 100%;
    vertical-align: bottom;
  }
  .topic-poster+ .overlay-title {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    height: 58px;
  }
  .topic-poster+ .overlay-title.shadow {
    background: rgba(0,0,0,0.67);
/*    background: -webkit-radial-gradient(transparent, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6));
    background: -o-radial-gradient(transparent, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6));
    background: -moz-radial-gradient(transparent, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6));*/
  }
  .topic-poster+ .overlay-title > .title {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0 3px;
    overflow: hidden;
    color: #ffffff;
    font: 12px / 16px HiraKakuPro;
    max-height: 48px;
    overflow: hidden;
    display: inline-block;
  }
  #news {
    background-color: #f5f5f5;
  }
  #news .container {
    width: 90%;
    /*        height: 333px;*/
    height: 370px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    margin: 0 auto;
    padding-top: 10px;
  }
  #news .news-table {
    min-width: 0;
    width: 90%;
    margin: 0 auto;
  }
  #news .news-table tr {
    border: none;
    border-bottom: 1px solid #dadada;
  }
  #news .news-table td {
    border: none;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    color: #000000;
    display: inline-block;
    float: left;
    box-sizing: content-box;
    overflow: hidden;
  }
  #news .news-table tr.td-divider {
    display: none;
  }
  #news .news-table td.a-date {
    color: #333333;
    font: 14px / 14px HiraKakuPro;
    height: 14px;
    width: 100px;
    padding-left: 2%;
  }
  #news .news-table td.a-category {
    padding-left: 18px;
    width: 95px;
    height: 14px;
  }
  #news .news-table td.a-title {
    clear: both;
    float: none;
    width: 96%;
    font: 14px / 24px HiraKakuPro;
    padding: 10px 2% 15px;
    height: auto;
    overflow: hidden;
    text-align: left;
  }
  #scene {
    padding: 0;
    padding-bottom: 30px;
  }
  #scene .scene-title {
    margin: 0 auto;
    display: inline-block;
  }
  #scene .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  ul.scenes {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
  }
  ul.scenes li {
    float: left;
  }
  ul.scenes li.entry-divider {
    width: 4%;
    height: 1px;
  }
  ul.scenes li.entry-divider.cr-sp {
    width: 0;
    height: 0;
    clear: both;
  }
  ul.scenes li.entry {
    width: 48%;
    padding-top: 4%;
  }
  a.scene {}
  a.scene>img {
    width: 100%;
    vertical-align: bottom;
  }
}