﻿

#top-sellers {
  background: url("/content/images/top/top_title_bg.gif");
  color: #fff;
  text-align: center;
  font-size: 2.3em;
  margin: 1em 0;
  font-weight: bold;
  line-height: 1.8em;
}

h1 {
  font-size: 2.4em;
}
#staff-recommendation{
  font-size: 1.2em;
}

#recommended-products {
  font-size: 1.2em;
}
/*オススメ商品*/
#recommended-products li {
    margin-right: 40px;
    width: 265px;
}
#recommended-products li.end{
    margin-right: 0;   
    width: 265px;
}
/*
#recommended-products li:first-child {
  margin-left: 0;
}
*/
#recommended-products li > a {
  /*border: 3px solid #AFA275;
  display: block;
  text-align: center;
  padding: 5px 0;*/
}
#recommended-products li.end > a {
  /*border: 3px solid #AFA275;
  display: block;
  text-align: center;
  padding: 5px 0;*/
}

#recommended-products img
{
  border: 3px solid #AFA275;
  display: block;  
}

#recommended-products .details {
  margin-top: 0.5em;
  font-weight: bold;
}
#recommended-products .price {
  font-size: 1.2em;
  color: #901215;  
}
#recommended-products .price .strike {
  font-size: 0.9em;
  color: #000;
}

#links ul {
  margin: 0 auto;
}
#links ul li {
  margin-left: 4px;
}
#links ul li:first-child {
  margin-left: 0;
}
#links ul li a {
  background: url(/content/images/top/footer.gif) no-repeat;
  display: block;
  height: 64px;
  width: 216px;
  text-indent: -9999px;
}

#links ul li a.supplier {
  background-position: -216px 0;
}
#links ul li a.mp-blog {
  background-position: -432px 0;
}
#links ul li a.ameblo {
  background-position: -648px 0;
  width: 114px;
}
#links ul li a.cosmenet {
  background-position: -762px 0;
  width: 114px;
}

div.rating {
  height: 1.5em;
}
div.rating.star {
  display: inline;
}
div.rating span {
  margin-left: 0.5em;
}
div.rating span:first-child {
  margin-left: 0;
}
