.bg1 {
  background-color: #f5f3ee;
}

h2 {
  margin: 0;
}

.sec-mainVisual {
  position: relative;
  margin: 0 -100px 60px;
  width: 1400px;
}
.sec-mainVisual .flex-direction-nav a {
  opacity: 1;
  width: 21px;
  height: 48px;
}
.sec-mainVisual .flex-direction-nav a:before {
  content: "";
  font-family: "fontAwesome";
  font-size: 35px;
}
.sec-mainVisual .flex-direction-nav a.flex-prev {
  left: 110px;
  background: url(/theme2016/images/main/icoPrev.png) no-repeat;
}
.sec-mainVisual .flex-direction-nav a.flex-prev:before {
  content: " ";
}
.sec-mainVisual .flex-direction-nav a.flex-next {
  right: 110px;
  background: url(/theme2016/images/main/icoNext.png) no-repeat;
}
.sec-mainVisual .flex-direction-nav a.flex-next:before {
  content: " ";
}
.sec-mainVisual .flex-control-nav {
  bottom: -40px;
}

.tabLists ul li a {
  cursor: pointer;
  text-decoration: none;
}
.tabLists ul li.active a, .tabLists ul li a:hover, .tabLists ul li a:focus {
  color: #f33;
}
.tabLists ul li.active a {
  cursor: default;
}

.tabContents .tabContent {
  display: none;
}
.tabContents .tabContent.active {
  display: block;
}

.sec-seasons {
  padding: 30px 0 30px;
}
.sec-seasons h2 {
  margin: 0 0 20px;
  width: 409px;
  height: 37px;
  background: url(/theme2016/images/main/titSeason.png) no-repeat;
}
.sec-seasons .tabLists ul li a {
  display: block;
  padding-top: 5px;
  width: 61px;
  height: 35px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: url(/theme2016/images/main/bgSeason.png) no-repeat;
}
.sec-seasons .tabLists ul li.active a, .sec-seasons .tabLists ul li a:hover, .sec-seasons .tabLists ul li a:focus {
  background-image: url(/theme2016/images/main/bgSeasonActive.png);
}
.sec-seasons .tabContents {
  padding-left: 30px;
}
.sec-seasons .tabContents ul li {
  float: left;
  margin: 0 30px 20px 0;
  width: 358px;
}
.sec-seasons .tabContents ul li.last {
  margin-right: 0;
}
.sec-seasons .tabContents ul li a {
  position: relative;
  display: block;
  width: 357px;
  height: 275px;
}
.sec-seasons .tabContents ul li a .inn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.sec-seasons .tabContents ul li a .over {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
.sec-seasons .tabContents ul li a .ribbon {
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 30;
}
.sec-seasons .tabContents ul li a .caption {
  position: absolute;
  z-index: 40;
  display: table;
  bottom: 0;
  padding: 0 10px;
  width: 100%;
  color: #fff;
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
}
.sec-seasons .tabContents ul li a .caption p {
  display: table-cell;
  height: 75px;
  vertical-align: middle;
  text-align: center;
}
.sec-seasons .tabContents ul li a:hover .over {
  visibility: visible;
}
.sec-seasons .tabContents ul li a:hover .caption {
  background-color: transparent;
}
.sec-seasons .tabContents ul li .inn {
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.sec-ranking {
  padding: 0 0 40px;
}
.sec-ranking h2 {
  margin-top: 5px;
  width: 850px;
  height: 37px;
  background: url(/theme2016/images/main/titRanking.png) no-repeat;
}
.sec-ranking .tabLists ul li {
  float: left;
  margin: 0 10px 0 0;
}
.sec-ranking .tabLists ul li a {
  display: block;
  padding-top: 10px;
  width: 150px;
  height: 40px;
  font-weight: bold;
  text-align: center;
  color: #aaa;
  background-color: #f5f3ee;
  border: 2px solid #ddd;
  border-bottom: none;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
}
.sec-ranking .tabLists ul li.active a, .sec-ranking .tabLists ul li a:hover, .sec-ranking .tabLists ul li a:focus {
  color: #fff;
  background-color: #ea7161;
  border-color: #ea7161;
}
.sec-ranking .tabContents {
  margin: 30px 0 0;
}
.sec-ranking .tabContents ul li {
  float: left;
  margin: 0 10px 0 0;
  width: 138px;
}
.sec-ranking .tabContents ul li:last-child {
  margin-right: 0;
}
.sec-ranking .tabContents ul li a {
  position: relative;
  display: block;
  color: #333;
}
.sec-ranking .tabContents ul li .ribbon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 47px;
  height: 47px;
  background: url(/theme2016/images/main/imgRank1.png) no-repeat;
}
.sec-ranking .tabContents ul li img {
  width: auto;
  max-width: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid #fff;
}
.sec-ranking .tabContents ul li span {
  display: inline-block;
  margin: 10px 0 5px;
  padding: 2px 5px 1px;
  color: #fff;
  font-size: 11px;
  background-color: #333;
}
.sec-ranking .tabContents ul li.rank1 .ribbon {
  top: -5px;
  left: -5px;
}
.sec-ranking .tabContents ul li.rank1 img {
  border-color: #ea7161;
}
.sec-ranking .tabContents ul li.rank2 .ribbon {
  background-image: url(/theme2016/images/main/imgRank2.png);
}
.sec-ranking .tabContents ul li.rank3 .ribbon {
  background-image: url(/theme2016/images/main/imgRank3.png);
}
.sec-ranking .tabContents ul li.rank4 .ribbon {
  background-image: url(/theme2016/images/main/imgRank4.png);
}
.sec-ranking .tabContents ul li.rank5 .ribbon {
  background-image: url(/theme2016/images/main/imgRank5.png);
}
.sec-ranking .tabContents ul li.rank6 .ribbon {
  background-image: url(/theme2016/images/main/imgRank6.png);
}
.sec-ranking .tabContents ul li.rank7 .ribbon {
  background-image: url(/theme2016/images/main/imgRank7.png);
}
.sec-ranking .tabContents ul li.rank8 .ribbon {
  background-image: url(/theme2016/images/main/imgRank8.png);
}

.left {
  float: left;
  padding: 40px 0 0;
  width: 910px;
}

.right {
  float: right;
  padding: 40px 0 0;
  width: 243px;
}

.sec-event h2 {
  margin: 0 0 40px;
  width: 338px;
  height: 33px;
  background: url(/theme2016/images/main/titEvent.png) no-repeat;
}
.sec-event ul li {
  float: left;
  margin: 0 10px 10px 0;
  width: 440px;
}
.sec-event ul li a {
  color: #333;
}
.sec-event ul li a .image {
  float: left;
  margin: 0 10px 0 0;
  width: 135px;
}
.sec-event ul li a .text {
  float: left;
  padding: 0 15px 0 0;
  width: 250px;
  height: 100px;
  background: url(/theme2016/images/main/icoEventList.png) no-repeat right 40px;
}
.sec-event ul li a .text time {
  display: inline-block;
  margin: 0 0 10px;
  padding: 3px 10px 2px;
  color: #fff;
  font-size: 11px;
  background-color: #00a591;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.sec-event ul li a .text h3 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}
.sec-event ul li a:hover .text h3 {
  text-decoration: none;
}

.sec-news {
  padding: 40px 0 0;
}
.sec-news h2 {
  margin: 0 0 10px;
  width: 165px;
  height: 35px;
  background: url(/theme2016/images/main/titNews.png) no-repeat;
}
.sec-news .tabLists {
  padding: 10px 0 0;
}
.sec-news .tabLists ul {
  margin: 0 30px 0 0;
}
.sec-news .tabLists ul li a {
  background-color: #fff;
}
.sec-news .tabContents {
  margin: 0 0 0;
  padding: 10px;
  border: 2px solid #ddd;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.sec-news .tabContents dl dt, .sec-news .tabContents dl dd {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}
.sec-news .tabContents dl dt {
  float: left;
  width: 120px;
  color: #ea7161;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.sec-news .tabContents dl dd {
  float: left;
  padding-right: 20px;
  width: 760px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.sec-news .tabContents dl dd a {
  color: #333;
}
.sec-news .tabContents .more {
  display: inline-block;
  padding: 3px 15px 1px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  background-color: #000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.sec-banner ul li {
  margin: 0 0 20px;
}

.sec-info {
  margin: 0 0 30px;
}
.sec-info h2 {
  margin: 0 0 10px;
  width: 115px;
  height: 19px;
  background: url(/theme2016/images/main/titRecommend.png) no-repeat;
}
.sec-info ul {
  padding: 20px;
  background-color: #f5f3ee;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.sec-info ul li {
  margin: 0 0 5px;
}
.sec-info ul li a {
  display: block;
  padding: 0 0 0 20px;
  color: #333;
  font-weight: bold;
  background: url(/theme2016/images/main/icoRecommend.png) no-repeat left center;
}

.sec-tomocchi h2 {
  margin: 0;
  width: 243px;
  height: 89px;
  background: url(/theme2016/images/main/titTomocchi.png) no-repeat;
}
.sec-tomocchi a.tomoTitle:hover h2 {
  background-image: url(/theme2016/images/main/titTomocchi_on.png);
}
.sec-tomocchi .inn {
  padding: 0 10px 10px;
  background: #f7e0e1;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
}
.sec-tomocchi .inn a {
  color: #333;
}
.sec-tomocchi .inn .bg_title {
  padding: 0 0 0 30px;
  font-weight: bold;
  background: url(/theme2016/images/main/icoTomocchi.png) no-repeat;
}
.sec-tomocchi .inn .bg_title span {
  display: block;
  margin: 10px 0;
  padding: 8px 0 0;
  background: url(/theme2016/images/main/icoNew.png) no-repeat;
}
.sec-tomocchi .inn .cont {
  font-size: 12px;
}
.sec-tomocchi .inn .more a {
  text-decoration: underline;
}
.sec-tomocchi .inn .more a:hover {
  text-decoration: none;
}

.sec-pr {
  margin: 60px 0 0;
  padding: 10px 0 0;
  border-top: 2px solid #ddd;
}
.sec-pr strong {
  display: block;
  margin: 0 0 5px;
  width: 115px;
  height: 19px;
  background: url(/theme2016/images/main/titPR.png) no-repeat 15px 0;
}
.sec-pr ul {
  margin: 0 auto;
  width: 930px;
}
.sec-pr ul li {
  float: left;
  margin: 0 15px 10px 0;
  width: 220px;
}
.sec-pr ul li:nth-child(4n) {
  margin-right: 0;
}
