#contents.shopping {
  color: #000;
  width: 100%;
}

#contents.shopping > header.page-header {
  background-image: url(../img/shopping/head_image.jpg);
}

#contents.shopping > section.introduction header {
  background-image: url(../img/shopping/title_wave.png);
}

#contents.shopping > section.introduction header h2 {
  background-image: url(../img/shopping/title.png);
}

#contents.shopping > section.introduction div {
  background-image: url(../img/shopping/intro_bg.jpg);
}

#contents.shopping > section.introduction span {
  left: 50%;
}

#contents.shopping > section.introduction span.kaban {
  background-image: url(../img/shopping/intro_kaban.png);
  width: 72px;
  height: 81px;
  top: 58px;
  margin-left: -290px;
}

#contents.shopping > section.introduction span.cake {
  background-image: url(../img/shopping/intro_cake.png);
  width: 57px;
  height: 49px;
  top: 8px;
  margin-left: -184px;
}

#contents.shopping > section.introduction span.soup {
  background-image: url(../img/shopping/intro_soup.png);
  width: 81px;
  height: 87px;
  top: 48px;
  margin-left: 140px;
}

#contents.shopping > section.introduction span.beer {
  background-image: url(../img/shopping/intro_beer.png);
  width: 77px;
  height: 85px;
  top: 2px;
  margin-left: 266px;
}

#contents.shopping > section.introduction span.hoku1 {
  background-image: url(../img/shopping/intro_hoku1.png);
  width: 160px;
  height: 169px;
  margin-left: 390px;
  top: -54px;
}

#contents.shopping > section.introduction span.hoku2 {
  background-image: url(../img/shopping/intro_hoku2.png);
  width: 170px;
  height: 150px;
  margin-left: -500px;
  top: 0;
}

#contents.shopping > section.ranking,
#contents.shopping > section.recommend {
  padding: 60px 0 50px;
}

#contents.shopping > section.ranking h3 {
  background-image: url("../img/shopping/ranking_cap.png");
}

#contents.shopping > section.ranking ul {
  *zoom: 1;
}

#contents.shopping > section.ranking ul:after {
  content: "";
  display: table;
  clear: both;
}

#contents.shopping > section.ranking ul li {
  position: relative;
  float: left;
  width: 180px;
}

#contents.shopping > section.ranking ul li:nth-of-type(n + 2) {
  margin-left: 20px;
}

#contents.shopping > section.ranking ul li > span {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 42px;
  height: 42px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #666;
  background-position: center center;
  background-repeat: no-repeat;
}

#contents.shopping > section.ranking ul li:nth-of-type(1) > span {
  background-image: url("../img/shopping/rank_1.png");
  background-color: #d4b72e;
  border-width: 0;
}

#contents.shopping > section.ranking ul li:nth-of-type(2) > span {
  background-image: url("../img/shopping/rank_2.png");
  background-color: #979797;
  border-width: 0;
}

#contents.shopping > section.ranking ul li:nth-of-type(3) > span {
  background-image: url("../img/shopping/rank_3.png");
  background-color: #cf9447;
  border-width: 0;
}

#contents.shopping > section.ranking ul li:nth-of-type(4) > span {
  background-image: url("../img/shopping/rank_4.png");
  background-color: #FFF;
  border-width: 1px;
}

#contents.shopping > section.ranking ul li:nth-of-type(5) > span {
  background-image: url("../img/shopping/rank_5.png");
  background-color: #FFF;
  border-width: 1px;
}

#contents.shopping > section.ranking ul li p {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}

#contents.shopping > section.ranking ul li dl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

#contents.shopping > section.ranking ul li dl span {
  font-size: 13px;
  font-weight: 100;
}

#contents.shopping > section.recommend {
  background: #edf7f0;
  padding-bottom: 60px;
}

#contents.shopping > section.recommend h3 {
  background-image: url("../img/shopping/recommend_cap.png");
}

#contents.shopping > section.recommend ul {
  *zoom: 1;
}

#contents.shopping > section.recommend ul:after {
  content: "";
  display: table;
  clear: both;
}

#contents.shopping > section.recommend ul li {
  position: relative;
  width: 460px;
}

#contents.shopping > section.recommend ul li:nth-of-type(odd) {
  float: left;
}

#contents.shopping > section.recommend ul li:nth-of-type(even) {
  float: right;
}

#contents.shopping > section.recommend ul li:nth-of-type(n + 3) {
  margin-top: 60px;
}

#contents.shopping > section.recommend ul li > a {
  display: block;
  float: left;
  width: 210px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

#contents.shopping > section.recommend ul li > div {
  float: left;
  width: 220px;
  margin-left: 28px;
  text-align: center;
}

#contents.shopping > section.recommend ul li > div dl {
  height: 168px;
  line-height: 1.6;
  text-align: left;
}

#contents.shopping > section.recommend ul li > div dl dt {
  font-weight: bold;
}

#contents.shopping > section.recommend ul li > div dl dd {
  margin-top: 6px;
  font-size: 14px;
}

#contents.shopping > section.online {
  height: 400px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 36px 0 0;
  text-align: center;
  color: #FFF;
  background-position: center top;
  background-image: url("../img/shopping/online_bg.jpg");
}

#contents.shopping > section.online h3 {
  margin-bottom: 34px;
}

#contents.shopping > section.online p {
  margin-bottom: 34px;
}

#contents.detail {
  color: #000;
  width: 100%;
}

#contents.detail > section {
  padding: 60px 0;
}

#contents.detail > section.item {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

#contents.detail > section.item > p {
  float: left;
  width: 470px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

#contents.detail > section.item > div {
  float: right;
  width: 460px;
  text-align: center;
}

#contents.detail > section.item > div dl {
  margin-bottom: 54px;
  line-height: 1.6;
  text-align: left;
}

#contents.detail > section.item > div dl dt {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}

#contents.detail > section.item > div dl dd {
  margin-bottom: 18px;
}

#contents.detail > section.item > div dl dd strong {
  display: block;
  font-weight: bold;
}

#contents.detail > section.item > div dl dd span {
  font-size: 15px;
  font-weight: 100;
}

#contents.detail > section.story {
  background: #edf7f0;
}

#contents.detail > section.story h3 {
  background-image: url("../img/shopping/story_cap.png");
}

#contents.detail > section.story ul {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

#contents.detail > section.story ul li {
  float: left;
}

#contents.detail > section.story ul li p {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

#contents.detail > section.story ul li div {
  padding-top: 26px;
  font-size: 14px;
  line-height: 1.6;
}

#contents.detail > section.story ul li:first-of-type {
  width: 100%;
  margin-bottom: 20px;
}

#contents.detail > section.story ul li:nth-of-type(n + 2) {
  width: 307px;
}

#contents.detail > section.story ul li:nth-of-type(n + 3) {
  margin-left: 29px;
}

#contents.detail > section.itemlist {
  background: #b6e0c1;
  padding: 20px 0 10px;
}

#contents.detail > section.itemlist ul {
  width: 100%;
  min-width: 980px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents.detail > section.itemlist ul li {
  float: left;
  width: 33.3333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px 10px;
}

#contents.detail > section.itemlist ul li a {
  display: block;
  height: 130px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 55px;
  padding-left: 168px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  background-color: #FFF;
  background-position: 0 0, 96% center;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#contents.detail > section.itemlist ul li a span {
  display: inline-block;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: scaleX(0.94);
  -ms-transform: scaleX(0.94);
  -webkit-transform: scaleX(0.94);
  transform: scaleX(0.94);
}

#contents.detail > section.itemlist ul li.soup a {
  background-image: url("../img/shopping/item_soup_thumb.jpg"), url("../img/shopping/item_arr.png");
}

#contents.detail > section.itemlist ul li.dressing a {
  background-image: url("../img/shopping/item_dressing_thumb.jpg"), url("../img/shopping/item_arr.png");
}

#contents.detail > section.itemlist ul li.beer a {
  background-image: url("../img/shopping/item_beer_thumb.jpg"), url("../img/shopping/item_arr.png");
}

#contents.detail > section.itemlist ul li.takeyan a {
  background-image: url("../img/shopping/item_takeyan_thumb.jpg"), url("../img/shopping/item_arr.png");
}

#contents.detail.soup > header.page-header.image {
  background-image: url("../img/shopping/soup/head_image.jpg");
}

#contents.detail.dressing > header.page-header.image {
  background-image: url("../img/shopping/dressing/head_image.jpg");
}

#contents.detail.beer > header.page-header.image {
  background-image: url("../img/shopping/beer/head_image.jpg");
}

#contents.detail.takeyan > header.page-header.image {
  background-image: url("../img/shopping/takeyan/head_image.jpg");
}

@media screen and (max-width: 1260px) {
  #contents.detail > section.itemlist ul li {
    width: 50%;
  }
}
