div.main {
  padding-top: 84px;
  overflow: hidden;
}
div.main ul.slides {
  width: 1000%;
}
div.main ul.slides li {
  float: left;
  line-height: 0;
}
div.main ol.flex-control-nav.flex-control-paging {
  text-align: center;
  padding-top: 3px;
}
div.main ol.flex-control-nav.flex-control-paging li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0 8px;
}
div.main ol.flex-control-nav.flex-control-paging li a {
  display: block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #c8beb4;
  text-indent: -9999px;
  overflow: hidden;
}
div.main ol.flex-control-nav.flex-control-paging li a.flex-active {
  background-color: #503715;
}
div.main ul.flex-direction-nav {
  display: none;
}

#top.contents {
  padding: 23px 0 0;
}
div.contents h3 {
  padding: 0 15px 12px 15px;
  overflow: hidden;
  *zoom: 1;
  font-size: 133%;
  font-weight: bold;
}
div.contents h3 span {
  float: left;
}
div.contents h3 a {
  float: right;
  font-size: 75%;
  font-weight: normal;
}
div.contents div.ranking {
  background-color: #f8f5ed;
  padding: 15px 0;
  margin-bottom: 10px;
  overflow-x: scroll;
}
div.contents div.ranking ul {
  width: 610px;
  padding-left: 10px;
}
div.contents div.ranking ul li {
  float: left;
  width: 105px;
  padding-left: 10px;
}
div.contents div.ranking ul li:nth-child(1) p:first-child, div.contents div.ranking ul li:nth-child(2) p:first-child, div.contents div.ranking ul li:nth-child(3) p:first-child {
  color: #aebd00;
  font-size: 125%;
  font-weight: bold;
}
div.contents div.ranking ul li:nth-child(4) p:first-child, div.contents div.ranking ul li:nth-child(5) p:first-child {
  color: #503715;
  font-size: 125%;
  font-weight: bold;
}
div.contents div.ranking ul li:last-child {
  padding-right: 20px;
}
div.contents div.ranking ul li p {
  text-align: center;
  font-size: 92%;
  line-height: 1.4em;
  padding-top:5px;
}
div.contents div.ranking ul li p.img {
  width: 140px;
  margin: 10px 0;
}

div.contents div.pickup {
  margin-bottom: 32px;
}
div.contents div.pickup img {
vertical-align: bottom;
}
div.contents div.pickup div {
  background-color: #f8f5ed;
  padding-bottom: 10px;
}
div.contents div.pickup div dl {
  background-color: #fff;
  padding: 10px 12px;
  font-size: 92%;
}
div.contents div.pickup div dl dt {
  font-size: 116%;
  margin-bottom: 3px;
}
div.contents div.pickup div dl dd {
  line-height: 1.4em;
}
div.contents div.pickup-item dl{
  padding: 10px 12px;
}
div.contents ul.news {
  border-top: solid 1px #614b2c;
}
div.contents ul.news li {
  border-bottom: solid 1px #614b2c;
}
div.contents ul.news li a {
  display: block;
}
div.contents ul.news li a:hover {
  text-decoration: none;
}
div.contents ul.news li p.img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
div.contents ul.news li p.img img {
  width: 140px;
  vertical-align:bottom;
}

div.contents ul.news li p.txt {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 44%;
  padding-left: 20px;
}

/*
ÌÜÅªÊÌ¸¡º÷
*/
div.contents div.ranking {
    margin-bottom: 30px;
}

div.contents div.search {
  margin-bottom: 30px;
  padding: 0 15px;
}

div.contents .search-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}

div.contents .search-list>li {
  width: calc(100% / 2);
  margin-bottom: 10px;
  padding: 0 5px;
  box-sizing: border-box;
}

div.contents .search-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  padding: 10px;
  border-radius: 6px;
  color: #fff;
  background-color: #aebd00;
  box-sizing: border-box;
}

div.contents .search-list a:hover {
  text-decoration: none;
  opacity: 0.8;
}

div.contents .search-list a .icon {
  width: 48px;
  height: 48px;
  border-radius: 3px;
}

div.contents .search-list a .label {
  line-height: 1.4;
  font-size: 14px;
  text-align: left;
}

div.contents .search-list a .icon+.label {
  flex: 1 1 0%;
}

div.contents .search-list a .arrow {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  margin: auto 0;
  height: 1em;
  line-height: 1;
}
