div.main {
  position: relative;
  min-width: 980px;
  height: 420px;
  padding: 0 10px;
  overflow: hidden;
}
div.main div.img {
  position: absolute;
  left: 50%;
  margin-left: -1500px;
  height: 420px;
}
div.main div.img a {
  display: block;
  float: left;
}
div.main div.img a.no_link img:hover {
  opacity: 1.0;
}
div.main ul {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 71px;
}
div.main ul li.arrowL {
  position: absolute;
  top: 0px;
  left: 54px;
}
div.main ul li.arrowR {
  position: absolute;
  top: 0px;
  right: 54px;
}
div.main ul li.arrowL img,
div.main ul li.arrowR img {
	padding: 175px 0 174px;
}

div.news {
  background-color: #f8f5ed;
}
div.news dl {
  width: 980px;
  margin: 0 auto;
  padding: 14px 10px;
  overflow: hidden;
  *zoom: 1;
}
div.news dl dt {
  float: left;
  padding-right: 20px;
}
div.news dl dd {
  float: left;
}

div.contents.top {
  padding-top: 40px;
}
div.contents.top div.rightArea {
  width: 695px;
  float: right;
}
div.contents.top div.rightArea h3 {
  margin-bottom: 10px;
}
div.contents.top div.rightArea div.pickup {
  padding-bottom: 35px;
}

div.contents.top div.rightArea div.pickup_lf{
  float: left;
  margin-right: 10px;
  position: relative;
}

div.contents.top div.rightArea div.pickup_lf .recipePanel{
  position: absolute;
  top:10px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .8;
}

div.contents.top div.rightArea div.pickup ul {
  overflow: hidden;
  *zoom: 1;
}
div.contents.top div.rightArea div.pickup ul li {
  float: left; 
  height: 180px;
  padding: 0 10px 10px 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
/* 20150525 chrome対応 */
  font-size: 0;
}

/*
div.contents.top div.rightArea div.pickup ul li:nth-child(2){
  padding-right: 10px;
}*/

div.contents.top div.rightArea div.pickup ul li img.recipePanel {
  position: absolute;
  left: 10px;
  bottom: 0;
  display: none;
}

div.contents.top div.rightArea div.pickup ul li.side {
  padding-right: 0;
}

div.contents.top div.rightArea div.pickup ul li.wide_side {
  padding-right: 0;
}

div.contents.top div.rightArea div.pickup ul li.wide img.recipePanel {
  left: 217px;
  bottom: 10px;
}
div.contents.top div.rightArea div.pickup ul li.wide_side img.recipePanel {
  left: 224px;
  bottom: 10px;
}


div.contents.top div.rightArea div.pickup ul li a img:hover {
  opacity: 1.0;
}
div.contents.top div.rightArea div.ranking {
  margin-bottom: 35px;
}
div.contents.top div.rightArea div.ranking ul {
  background-color: #f8f5ed;
  padding: 30px 0 10px;
  overflow: hidden;
  *zoom: 1;
}
div.contents.top div.rightArea div.ranking ul li {
  float: left;
  text-align: center;
  width: 115px;
  padding-left: 20px;
}
div.contents.top div.rightArea div.ranking ul li p {
  margin-bottom: 10px;
}
div.contents.top div.rightArea div.ranking ul li p a {
  font-size: 92%;
  line-height: 1.4em;
}
div.contents.top div.rightArea div.ranking ul li p a:hover {
  text-decoration: underline;
}
div.contents.top div.rightArea div.ranking ul li:hover a img {
  opacity: 0.8;
}
div.contents.top div.rightArea div.ranking ul li:hover > p a {
  text-decoration: underline;
} 
div.contents.top div.rightArea div.membership ul {
  background-color: #f8f5ed;
  overflow: hidden;
  *zoom: 1;
  padding: 5px 0 0 5px;
  *padding-bottom: 5px;
}
div.contents.top div.rightArea div.membership ul li {
  float: left;
  width: 340px;
  height: 120px;
  margin: 0 5px 5px 0;
  background-color: #fff;
}
div.contents.top div.rightArea div.membership ul li.btm {
  height: 100px;
}
div.contents.top div.rightArea div.membership ul li dl {
  width: 200px;
  padding: 15px 0 0 20px;
  float: left;
}
div.contents.top div.rightArea div.membership ul li dl dt {
  font-weight: bold;
  font-size: 116%;
  margin-bottom: 5px;
}
div.contents.top div.rightArea div.membership ul li dl dd {
  font-size: 86%;
  line-height: 1.4em;
}
div.contents.top div.rightArea div.membership ul li p {
  float: left;
}
div.contents.top div.rightArea div.membership ul li p.point {
  padding: 27px 0 0 12px;
}
div.contents.top div.rightArea div.membership ul li p.shipping {
  padding: 42px 0 0 10px;
}
div.contents.top div.rightArea div.membership ul li p.mail {
  padding: 25px 0 0 25px;
}
div.contents.top div.rightArea div.membership ul li p.gift {
  padding: 12px 0 0 30px;
}
div.TopRightArea{
  padding-top: 0 !important;
}


.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

/*
トップ改修
*/
div.contents.top div.rightArea {
  width: auto;
  float: none;
}

div.contents.top div.point-banner {
  margin-bottom: 40px;
  text-align: center;
}

div.contents.top div.banner img {
  width: 100%;
}

div.contents.top div.rightArea div.ranking {
  margin-bottom: 60px;
}

div.contents.top div.rightArea div.ranking ul {
  display: flex;
  padding: 30px 10px 10px;
}

div.contents.top div.rightArea div.ranking ul li {
  width: calc(100% / 5);
  padding: 0 10px;
  box-sizing: border-box;
}

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

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

div.contents.top .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.top .search-list a:hover {
  text-decoration: none;
  opacity: 0.8;
}

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

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

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

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