@charset "utf-8";
/*
	campaign.css
*/
/* ==========================================================
  campaign
========================================================== */
body {
  min-width: 1000px;
}
/* dvd
========================================================== */
.dvd #wrapper {
  background: url(../images/common/bg.jpg) repeat-y center top;
}
.dvd .page {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.dvd .bg-top {
  line-height: 0;
}
.dvd h1 {
  position: relative;
  width: 100%;
  height: 324px;
  background: url(../images/dvd/title.png) no-repeat center top;
}
.dvd h1 span {
  position: absolute;
  width: 240px;
  height: 120px;
  left: 50%;
  top: 14px;
  margin-left: -120px;
  z-index: 2;
}
.dvd .contents {
  margin: 0 26px 50px;
}
.dvd .inner {
  background: url(../images/dvd/bg_contentsRepeat.png) repeat-y;
  padding: 0 40px 30px;
}
.dvd .inner .stitle {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}
.dvd .shop-list {
  width: 852px;
  margin-bottom: 20px;
}
.dvd .shop-inner {
  padding: 0 10px;
  border-left: 2px solid #ff9cca;
  border-right: 2px solid #ff9cca;
  background: url(../images/dvd/bg_castle.jpg) no-repeat right bottom #ffedfa;
}
.dvd .shop-inner div {
  margin-bottom: 15px;
}
.dvd .icon-heart {
  padding: 0 20px 24px;
}
.dvd .icon-heart li {
  padding-left: 14px;
  margin-top: 5px;
  background: url(../images/dvd/icon_heart.gif) no-repeat left 4px;
}
.dvd .icon-heart li:first-child {
  margin-top: 0;
}

.dvd a:link, .dvd a:visited, .dvd a:hover {
  color: #ff86bf;
}

/* ==========================================================
  footer
========================================================== */
.copyright {
  text-align: center;
  font-size: 12px;
}
.btn-pageTop a {
    position: fixed;
    right: 0;
    bottom: 20px;
    text-indent: -9999px;
    display: block;
    width: 220px;
    height: 204px;
    background: url(../images/common/btn_pagetop.png) no-repeat;
}

/* ==========================================================
  module
========================================================== */
p {
  margin-bottom: 20px;
}
.mB10 {
  margin-bottom: 10px;
}

p.shop{width:337px;margin:0 auto;}


@media screen and (max-width: 670px) {
p.shop{width:90%;margin:20px auto; }
p.shop img{width:100%;}
}