@charset "UTF-8";
/*
* goods.css
*/
/* ==========================================================
	clearfixまとめ
========================================================== */
.goods-top .container ul, .goods-info, .goods-info table, .localnavi {
  *zoom: 1;
}
.goods-top .container ul:after, .goods-info:after, .goods-info table:after, .localnavi:after {
  content: "";
  display: block;
  clear: both;
}

/* ==========================================================
  h2
========================================================== */
.goods .page-title {
  top: -11px;
  left: 107px;
}

/* ==========================================================
  contents
========================================================== */
.goods-top .container section {
  position: relative;
  margin-top: 76px;
  /*リボンの画像の高さ*/
}
.goods-top .container section:first-child {
  margin-top: 0;
}
.goods-top .container section:first-child, .goods-top .container section x:-moz-any-link {
  margin-top: -76px;
  /*Firefoxハック*/
}
*:first-child + html .goods-top .container section:first-child {
  margin-top: 0;
  /*IE7ハック、Firefoxハックに上書きされるため*/
}
.goods-top .container section .bg-ribbon {
  position: absolute;
  top: -76px;
  left: 353px;
  z-index: 999;
  width: 294px;
  height: 74px;
  padding-top: 18px;
  background: url(../images/common/title_bg_ribbon.png) no-repeat;
  color: #fff;
  font-size: 134%;
  text-align: center;
}
.goods-top .container ul {
  width: 840px;
  margin: 0 auto;
}
.goods-top .container li {
  float: left;
  width: 210px;
}
.goods-top .container li a:link,
.goods-top .container li a:visited,
.goods-top .container li a:hover {
  color: #812a2d;
  text-decoration: none;
}
.goods-top .container li:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  filter: alpha(opacity=70);
  /* ie 6 7 */
  cursor: pointer;
}
.goods-top .container li div {
  padding: 4px 10px;
}
.goods-top .container li div img {
  margin-bottom: 4px;
}

/* ==========================================================
  goods詳細
========================================================== */
.btn-goodsList {
  position: absolute;
  top: -65px;
  left: 76px;
  width: 166px;
  height: 38px;
}
.btn-goodsList a {
  display: block;
  height: 38px;
  background: url(../images/goods/btn_goods_list.png) no-repeat;
  text-indent: -9999px;
}
.btn-goodsList a:hover {
  background-position: 0 -38px;
}

.btn-goods-buy {
  clear: both;
  width: 317px;
  height: 77px;
  margin: 0 auto;
}
.btn-goods-buy a {
  display: block;
  height: 77px;
  background: url(../images/goods/btn_goods_buy.png) no-repeat;
  text-indent: -9999px;
}
.btn-goods-buy a:hover {
  background-position: 0 -77px;
}

.goods-info {
  width: 778px;
  margin: 0 auto;
}
.goods-info .goods-image {
  float: left;
  margin-right: 25px;
}
.goods-info .goods-detail {
  float: left;
  width: 470px;
  margin-bottom: 33px;
  padding-top: 20px;
  background: url(../images/goods/detail_bgTop.png) no-repeat;
}
.goods-info .goods-detailInner {
  padding: 0px 20px;
  background-color: #fff;
}
.goods-info h1 {
  margin: 10px 0 16px 0;
  font-size: 167%;
}
.goods-info table {
  width: 413px;
  margin: 0 auto 20px;
}
.goods-info th,
.goods-info td {
  padding: 4px 10px;
}
.goods-info th {
  vertical-align: top;
  background-color: #ffdef1;
  width: 54px;
  border-top: 2px solid #fff;
  color: #fa1d75;
}
.goods-info td {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  background-color: #ededed;
}
.goods-info p,
.goods-info .list-indent {
  font-size: 117%;
  line-height: 1.7;
  padding-bottom: 5px;
}
.goods-info .icon-star {
  margin: 20px 0 16px 0;
  padding: 4px 0 0 32px;
  background: url(../images/goods/icon_star.gif) no-repeat;
}
.goods-info h2 {
  font-size: 150%;
}
.goods-info .line-border {
  height: 1px;
  border-top: 1px dotted;
}
.goods-info .list-indent li {
  text-indent: -14px;
  padding-left: 14px;
}
.goods-info .color-red {
  color: #ef2b50;
  font-size: 100%;
}

/* ==========================================================
  loalnavi
========================================================== */
.localnavi {
  position: absolute;
  top: 140px;
  right: 42px;
  width: 477px;
  height: 56px;
}
.localnavi li {
  float: left;
}
.localnavi a {
  float: left;
  height: 56px;
  background: url(../images/goods/localnav.png) no-repeat;
  text-indent: -9999px;
}
.localnavi .category-all {
  width: 120px;
  background-position: 0 0;
}
body.category-all .localnavi .category-all, .localnavi .category-all:hover {
  background-position: 0 -56px;
}
.localnavi .category-blu-ray {
  width: 104px;
  background-position: -120px 0;}
body.category-blu-ray .localnavi .category-blu-ray, .localnavi .category-blu-ray:hover {
  background-position: -120px -56px;
}
.localnavi .category-dvd {
  width: 68px;
  background-position: -224px 0;
}
body.category-dvd .localnavi .category-dvd, .localnavi .category-dvd:hover {
  background-position: -224px -56px;
}
.localnavi .category-cd {
  width: 60px;
  background-position: -292px 0;
}
body.category-cd .localnavi .category-cd, .localnavi .category-cd:hover {
  background-position: -292px -56px;
}
.localnavi .category-book {
  width: 125px;
  background-position: -352px 0;
}
body.category-book .localnavi .category-book, .localnavi .category-book:hover {
  background-position: -352px -56px;
}
