osition: relative;
  margin: 0 auto 20px;
}

#w .d-boxhoverlist ul {
  position: relative;
  min-height: 100px;
  padding-left: 150px;
}

#w .d-boxhoverlist.d-smalltmb ul {
  padding-left: 130px;
}

#w .d-boxhoverlist.d-largetmb ul {
  padding-left: 170px;
}

#w .d-boxhoverlist .d-modtmb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#w .d-boxhoverlist li:first-child .d-modtmb {
  z-index: 10;
}

#w .d-boxhoverlist li > * {
  display: block;
  padding: 4px 6px;
  text-decoration: none;
}

#w .d-boxhoverlist li .d-ttl {
  float: left;
  padding: 0 12px 0 0;
}

#w .d-boxhoverlist li .d-ttl + * {
  display: block;
  overflow: hidden;
}

#w .d-boxhoverlist li > *:hover {
  background: #f0f0f0;
}

#w .d-boxhoverlist li > *:hover .d-modtmb {
  z-index: 20;
}

#w .d-boxhoverlist li.on > * {
  background: #f0f0f0;
}

#w .d-boxhoverlist li.on .d-modtmb {
  z-index: 20;
}

#w .d-boxtbllist li {
  float: left;
  margin: 0 -1px -1px 0;
  border: 1px solid #ccc;
}

#w .d-boxtbllist li div {
  margin: 0 auto;
  text-align: center;
}

#w .d-boxtbllist li .d-img {
  display: block;
  margin: 10px;
}

#w .d-boxtbllist li .d-cont {
  display: block;
  margin: 10px;
  text-align: left;
}

#w .d-boxslidelist {
  position: relative;
  padding: 0 50px;
}

#w .d-boxslidelist.d-boxfixlist {
  padding: 0 4%;
}

#w .d-boxslidelist.d-boxfixlist li > div {
  margin: 20px auto;
}

#w .d-boxslidelist.d-boxfixlist .d-prev,
#w .d-boxslidelist.d-boxfixlist .d-next {
  position: absolute;
  width: 3.8%;
  max-width: 44px;
  top: 0;
  bottom: 0;
}

#w .d-boxslidelist.d-boxfixlist .d-prev > span,
#w .d-boxslidelist.d-boxfixlist .d-next > span {
  width: 100%;
  height: 50px;
  margin: -25px 0 0;
}

#w .d-boxslidelist .d-prev,
#w .d-boxslidelist .d-next {
  position: absolute;
  width: 44px;
  top: 0;
  bottom: 0;
}

#w .d-boxslidelist .d-prev {
  left: 0;
}

#w .d-boxslidelist .d-prev > span {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 50px;
  margin: -25px 10px 0;
  line-height: 40px;
  background: url("http://p.dmm.co.jp/p/common/ico/arrow_slideprev.png") no-repeat scroll 50% 50%;
  color: #fff;
  text-align: center;
}

#w .d-boxslidelist .d-prev.off > span {
  background-image: url("http://p.dmm.co.jp/p/common/ico/arrow_slideprev_off.png");
}

#w .d-boxslidelist .d-next {
  right: 0;
}

#w .d-boxslidelist .d-next > span {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 50px;
  margin: -25px 10px 0;
  line-height: 40px;
  background: url("http://p.dmm.co.jp/p/common/ico/arrow_slidenext.png") no-repeat scroll 50% 50%;
  color: #fff;
  text-align: center;
}

#w .d-boxslidelist .d-next.off > span {
  background-image: url("http://p.dmm.co.jp/p/common/ico/arrow_slidenext_off.png");
}

#w .d-boxslidelist .d-prev:hover,
#w .d-boxslidelist .d-next:hover {
  background: #f3f3f3;
  cursor: pointer;
}

#w .d-boxslidelist .d-prev:hover > span {
  background-image: url("http://p.dmm.co.jp/p/common/ico/arrow_slideprev_on.png");
}

#w .d-boxslidelist .d-next:hover > span {
  background-image: url("http://p.dmm.co.jp/p/common/ico/arrow_slidenext_on.png");
}

#w .d-boxslidelist .d-prev.off:hover,
#w .d-boxslidelist .d-next.off:hover {
  background: #fff;
  cursor: default;
}

#w .d-boxrelatedlist {
  width: 100%;
  border-spacing: 0;
}

#w .d-boxrelatedlist tr th {
  padding: 0 20px;
  border-radius: 12px 0 0 12px;
  background: #eee;
  box-shadow: 10px 0 20px 10px #eee inset, -10px 0 10px -10px #bbb inset;
  vertical-align: middle;
  font-weight: normal;
}

#w .d-boxrelatedlist tr th .d-tmb {
  margin-bottom: 0;
}

#w .d-boxrelatedlist tr td {
  width: 100%;
  padding-left: 30px;
}

#w .d-boxrelatedlist tr td .d-boxcollist > li > .d-tmb {
  margin-bottom: 0;
}

#w .d-boxtable {
  width: 100%;
  border-collapse: collapse;
}

#w .d-boxtable > thead > tr > th {
  padding: 6px 14px;
  background: #242424;
  border-left: 1px #5b5b5b solid;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
}

#w .d-boxtable > thead > tr > th:first-child {
  border-left: 1px solid #242424;
}

#w .d-boxtable > thead + tbody > tr > td,
#w .d-boxtable > thead + tbody > tr > th {
  border-top: 0;
}

#w .d-boxtable > tbody > tr > th,
#w .d-boxtable > tbody > tr > td {
  padding: 12px 14px;
  border: 1px #bbb solid;
}

#w .d-boxstrong {
  background: #faf9e1;
  padding: 12px;
  border: 1px #bbb solid;
}

#w .d-boxnotice {
  background: #eee;
  padding: 12px;
  border: 1px #bbb solid;
}

#w .d-boxerror {
  background: #fff;
  padding: 12px;
  border: 1px #f35b5b solid;
}

#w .d-boxnormal {
  padding: 12px;
  border: 1px #bbb solid;
}

#w .d-boxexp {
  padding: 12px;
  border: 8px #eee solid;
}

#w .d-modtmb {
  display: block;
}

#w .d-tmb {
  display: block;
  margin-bottom: 12px;
  background-color: #fff;
  border: 1px #ddd solid;
  border-radius: 3px;
}

#w .d-tmb > * {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}

#w .d-tmb .d-img {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

#w .d-tmb .d-img img {
  margin: auto;
}

#w .d-tmb .d-img .d-copy {
  display: block;
  height: 3em;
  margin: 10px 10px 0;
  color: #666;
  font-family: '¥á¥¤¥ê¥ª',Meiryo;
  font-size: 8px;
  text-align: left;
  word-wrap: break-word;
}

#w .d-tmb .d-cont {
  display: block;
  margin: 10px 10px 0;
  text-align: left;
}

#w .d-smalltmb .d-modtmb {
  width: 120px;
}

#w .d-smalltmb .d-tmb {
  width: 120px;
}

#w .d-smalltmb .d-tmb .d-img {
  width: 120px;
}

#w .d-largetmb .d-modtmb {
  width: 160px;
}

#w .d-largetmb .d-tmb {
  width: 160px;
}

#w .d-largetmb .d-tmb .d-img {
  width: 160px;
}

#w .d-hugetmb .d-modtmb {
  width: 224px;
}

#w .d-hugetmb .d-tmb {
  width: 224px;
}

#w .d-hugetmb .d-tmb .d-img {
  width: 224px;
}

#w .d-freetmb .d-tmb span {
  padding: 10px;
}

#w .d-tmb a:hover,
#w a:hover .d-tmb {
  background: #f3f3f3;
}

#w .d-1hi,
#w .d-2hi,
#w .d-3hi,
#w .d-4hi {
  overflow: hidden;
}

#w .d-1hi {
  height: 1.6em;
}

#w .d-2hi {
  height: 3.1em;
}

#w .d-3hi {
  height: 4.6em;
}

#w .d-4hi {
  height: 6.1em;
}

#w .d-modrowlink {
  overflow: hidden;
}

#w .d-modrowlink li {
  float: left;
  margin-right: 12px;
  white-space: nowrap;
}

#w .d-modwithlink {
  text-align: right;
}

#w .d-modwithlink > div:first-child {
  float: left;
}

#w .d-modrowselector {
  padding-left: 12px;
  border-left: #bbb 1px dotted;
  overflow: hidden;
}

#w .d-modrowselector li {
  float: left;
  margin-right: 6px;
  white-space: nowrap;
}

#w .d-modrowselector li > a,
#w .d-modrowselector li > span {
  display: block;
  padding: 4px 6px;
  border-radius: 3px;
  line-height: 1;
}

#w .d-modrowselector li > .selected {
  background: #303030;
  color: #fff;
  font-weight: bold;
}

#w [class^="d-modtogglelink"] {
  padding-left: 14px;
  font-size: 10px;
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#w [class^="d-modtogglelink"]:hover {
  text-decoration: underline;
}

#w [class^="d-modtogglelink"][class$="-open"] {
  background-image: url("http://p.dmm.co.jp/p/common/ico/acdn_down.png");
}

#w [class^="d-modtogglelink"][class$="-close"] {
  background-image: url("http://p.dmm.co.jp/p/common/ico/acdn_up.png");
}

#w .d-modlabel {
  margin: -15px auto auto -15px;
  position: absolute;
}

#w table.d-moddatalist th {
  padding-right: 12px;
  white-space: nowrap;
  font-weight: normal;
}

#w table.d-modspec {
  border-top: 1px #ccc dotted;
  font-size: 11px;
}

#w table.d-modspec th,
#w table.d-modspec td {
  border-bottom: 1px #ccc dotted;
}

#w table.d-modspec th {
  padding-right: 12px;
  white-space: nowrap;
  font-weight: normal;
}

#w ul.d-modtxlist li {
  background: url("http://p.dmm.co.jp/p/common/marker.gif") no-repeat scroll 4px 8px transparent;
  padding-left: 12px;
}

#w .d-modhdanchor {
  position: relative;
  display: block;
  border-right: 1px #b2b2b2 dotted;
  height: 16px;
  top: 6px;
}

#w .d-modhdanchor span {
  display: inline-block;
  line-height: 16px;
  height: 16px;
  vertical-align: top;
  padding: 0;
  border-left: 1px #b2b2b2 dotted;
  font-size: 11px;
}

#w .d-modhdanchor span a {
  display: inline-block;
  line-height: 16px;
  height: 16px;
  vertical-align: top;
  color: #000;
  margin: 0;
  padding: 0 20px;
  top: 0;
}

#w .d-modhdanchor span a:hover {
  background: url("http://p.dmm.co.jp/p/common/ico/arrow_hdanchor.png") no-repeat scroll 8px -36px;
  color: #c10000;
  text-decoration: none;
}

#w .d-modhdanchor span.d-on {
  background: url("http://p.dmm.co.jp/p/common/ico/arrow_hdanchor.png") no-repeat scroll 8px 4px;
  padding: 0 20px;
  color: #c10000;
}

#w .d-modhdanchor span.d-on ~ span a:hover {
  background-position: 8px -16px;
}

#w .d-modother {
  border-top: 1px dotted #ccc;
  padding-top: 1em;
}

#w .d-modkeyword {
  margin: -4px 12px 12px;
}

#w .d-modkeyword p {
  float: left;
  line-height: 16px;
  padding-left: 16px;
  background: url("http://p.dmm.co.jp/p/common/ico_attention.gif") no-repeat left top;
  font-family: 'Hiragino Kaku Gothic Pro','¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','¥á¥¤¥ê¥ª',Meiryo,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
  font-size: 11px;
  font-weight: bold;
}

#w .d-modkeyword ul,
#w .d-modkeyword div {
  height: 16px;
  line-height: 16px;
  padding-left: 15px;
  overflow: hidden;
}

#w .d-modkeyword ul li {
  float: left;
  margin-right: 15px;
  white-space: nowrap;
}

div[class^="d-modbabble-"] {
  position: absolute;
  border-radius: 10px;
  z-index: 1;
  opacity: .95;
}

div[class^="d-modbabble-"] > div {
  position: relative;
  width: 300px;
  padding: 12px;
  border: 2px solid #303030;
  border-radius: 10px;
  background: #fffac7;
  color: #000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

div[class^="d-modbabble-"] .d-babble-arrow {
  position: absolute;
}

div[class^="d-modbabble-"] .d-babble-arrow:after {
  position: absolute;
}

.d-modbabble-t .d-babble-arrow {
  top: -13px;
  left: 30px;
  border-right: 14px solid transparent;
  border-bottom: 14px #303030 solid;
  border-left: 14px solid transparent;
}

.d-modbabble-t .d-babble-arrow:after {
  content: ' ';
  top: 3px;
  left: -12px;
  border-right: 12px solid transparent;
  border-bottom: 12px #fffac7 solid;
  border-left: 12px solid transparent;
}

.d-modbabble-r .d-babble-arrow {
  top: 17px;
  right: -13px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px #303030 solid;
}

.d-modbabble-r .d-babble-arrow:after {
  top: -12px;
  right: 3px;
  content: ' ';
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px #fffac7 solid;
}

.d-modbabble-b .d-babble-arrow {
  bottom: -13px;
  left: 30px;
  border-top: 14px #303030 solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}

.d-modbabble-b .d-babble-arrow:after {
  content: ' ';
  bottom: 3px;
  left: -12px;
  border-top: 12px #fffac7 solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.d-modbabble-l .d-babble-arrow {
  top: 17px;
  left: -13px;
  border-top: 14px solid transparent;
  border-right: 14px #303030 solid;
  border-bottom: 14px solid transparent;
}

.d-modbabble-l .d-babble-arrow:after {
  content: ' ';
  top: -12px;
  left: 3px;
  border-top: 12px solid transparent;
  border-right: 12px #fffac7 solid;
  border-bottom: 12px solid transparent;
}

#d-ie7 div[class^="d-modbabble-"] .d-babble-arrow {
  border: 0;
}

#d-ie7 .d-modbabble-t .d-babble-arrow {
  height: 15px;
  width: 28px;
  left: 30px;
  top: -13px;
  background: url("http://p.dmm.co.jp/p/common/ico_babble_arrow.png") 0 0;
}

#d-ie7 .d-modbabble-l .d-babble-arrow {
  height: 28px;
  width: 15px;
  left: -13px;
  top: 17px;
  background: url("http://p.dmm.co.jp/p/common/ico_babble_arrow.png") -74px 0;
}

#d-ie7 .d-modbabble-b .d-babble-arrow {
  height: 15px;
  width: 28px;
  left: 30px;
  bottom: -13px;
  background: url("http://p.dmm.co.jp/p/common/ico_babble_arrow.png") -45px 0;
}

#d-ie7 .d-modbabble-r .d-babble-arrow {
  height: 28px;
  width: 15px;
  right: -13px;
  top: 17px;
  background: url("http://p.dmm.co.jp/p/common/ico_babble_arrow.png") -29px 0;
}

div[class^="d-modbabble-"] > .d-close {
  position: absolute;
  top: 12px;
  right: 12px;
}

#w ul.d-modtab {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

#w ul.d-modtab li {
  display: table-cell;
  width: 5%;
  line-height: 1.3;
  overflow: hidden;
  padding: 12px 0;
  border: solid 1px #d6d6d6;
  border-left: 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

#w ul.d-modtab li:first-child {
  border-left: solid 1px #d6d6d6;
}

#w ul.d-modtab li:hover {
  background-color: #f0f0f0;
}

#w ul.d-modtab li a {
  display: block;
  margin: -60px auto;
  padding: 63px 0;
}

#w ul.d-modtab li a:hover {
  display: block;
  margin: -60px auto;
  padding: 63px 0;
}

#w ul.d-modtab li.on {
  border-left: 0;
  border-right: 0;
  background-color: #242424;
  font-weight: bold;
}

#w ul.d-modtab li.on:hover {
  border-left: 0;
  border-right: 0;
  background-color: #242424;
  font-weight: bold;
}

#w ul.d-modtab li.on a {
  color: #fff;
}

#w ul.d-modtab + .d-boxcaptside {
  position: relative;
  margin-top: -1px;
  border-top: solid 3px #242424;
}

#w .d-boxcaptside + ul.d-modtab {
  position: relative;
  margin-top: -1px;
  border-top: solid 3px #242424;
}

#w .d-boxcaptside + ul.d-modtab li {
  border-top: 0;
}

#d-ie7 #w ul.d-modtab {
  display: inline;
  width: auto;
  overflow: hidden;
  border: solid 1px #d6d6d6;
  border-left: 0;
  border-right: 0;
  white-space: nowrap;
  zoom: 1;
}

#d-ie7 #w ul.d-modtab + .d-boxcaptside {
  border: 0;
}

#d-ie7 #w ul.d-modtab li {
  display: inline;
  width: auto;
  margin: -100px auto;
  padding: 112px 0;
  zoom: 1;
}

#d-ie7 #w ul.d-modtab li.on {
  padding-right: 20px;
  padding-left: 20px;
}

#d-ie7 #w ul.d-modtab li.on a {
  margin-right: -20px;
  margin-left: -20px;
}

#d-ie7 #w ul.d-modtab li.on a:hover {
  margin-right: -20px;
  margin-left: -20px;
}

#d-ie7 #w ul.d-modtab li a {
  padding-right: 20px;
  padding-left: 20px;
}

#d-ie7 #w ul.d-modtab li a:hover {
  padding-right: 20px;
  padding-left: 20px;
}

#d-ie7 #w .d-boxcaptside + ul.d-modtab {
  border-top: none !important;
}

#w [class*="d-modsort"] {
  overflow: hidden;
}

#w [class*="d-modsort"] li {
  float: left;
  margin-right: 12px;
  font-weight: bold;
  white-space: nowrap;
}

#w [class*="d-modsort"] li a {
  font-weight: normal;
}

#w .d-modsort-la {
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}

#w .d-modsort-la a {
  font-size: 12px;
}

hr[class*="d-"][class*="line"] {
  height: 1px;
  border-width: 1px 0 0;
  margin: 22px 0;
}

hr[class*="d-"][class*="line-no"] {
  margin: 0;
}

hr[class*="d-"][class*="line-sm"] {
  margin: 12px 0;
}

hr[class*="d-dot"] {
  border-style: dotted;
  border-color: #999;
}

hr[class*="d-solid"] {
  border-style: solid;
  border-color: #bbb;
}

#w [class^="d-btn"] {
  display: inline-block;
  background: url("http://p.dmm.co.jp/p/common/bt/bg_bt.gif") #d2d2d2 0 center no-repeat;
  border-color: #bbb #999 #888;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
}

#w [class^="d-btn"]:hover {
  position: relative;
  top: 1px;
  background-position: -280px center;
  border-color: #aaa #999 #bbb;
  text-decoration: none;
}

#w [class^="d-btn"]:hover > * {
  color: #636363;
  text-decoration: none;
}

#w [class^="d-btn"] > * {
  width: 141px;
  display: inline-block;
  background-image: url("http://p.dmm.co.jp/p/common/bt/bg_bt_arrow.png");
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: 6px center;
  border-color: #fff #fff #f0f0f0;
  border-style: solid;
  border-width: 1px;
  border-radius: 1px;
  text-align: center;
  font-family: '¥á¥¤¥ê¥ª',Meiryo,'£Í£Ó £Ð¥´¥·¥Ã¥¯','Hiragino Kaku Gothic Pro','¥Ò¥é¥®¥Î³Ñ¥´ Pro W3',sans-serif;
  font-weight: bold !important;
  word-break: normal !important;
  color: #333;
  padding: 2px 3px 2px 12px;
  line-height: 12px;
  font-size: 12px;
}

#w [class^="d-btn"] > input {
  white-space: normal;
  cursor: pointer !important;
  line-height: 12px;
  width: 158px;
}

#w [class^="d-btn"][class*="-st"] {
  background-image: url("http://p.dmm.co.jp/p/common/bt/bg_bt_st.gif");
  background-color: #ffc949;
}

#w [class^="d-btn"][class*="-st"] > * {
  border: 1px #ffecb9 solid;
}

#w [class^="d-btn"][class*="-st"]:hover > * {
  border-color: #f8e2a0;
}

#w [class^="d-btn"][class*="-xst"] {
  background-image: url("http://p.dmm.co.jp/p/common/bt/bg_bt_xst.gif");
  background-color: #fc6225;
  border-color: #8f8f8f #808080 #5d5d5d;
}

#w [class^="d-btn"][class*="-xst"] > * {
  background-image: url("http://p.dmm.co.jp/p/common/bt/bg_bt_arrowwhi.png");
  border: 1px #ff874c solid;
  color: #fff;
}

#w [class^="d-btn"][class*="-xst"]:hover > * {
  border-color: #ff9d50;
}

#w [class^="d-btn"][class*="-hi"] > * {
  width: 160px;
  padding: 5px 3px 5px 13px;
  background-position: -274px center;
  line-height: 14px;
  font-size: 14px;
}

#w [class^="d-btn"][class*="-hi"][class*="-sm"] > * {
  width: 100px;
}

#w [class^="d-btn"][class*="-hi"][class*="-la"] > * {
  width: 220px;
}

#w [class^="d-btn"][class*="-xhi"] > * {
  width: 187px;
  padding: 9px 3px 7px 16px;
  background-position: -554px center;
  line-height: 16px;
  font-size: 16px;
}

#w [class^="d-btn"][class*="-xhi"][class*="-sm"] > * {
  width: 127px;
}

#w [class^="d-btn"][class*="-xhi"][class*="-la"] > * {
  width: 247px;
}

#w [class^="d-btn"][class*="-sm"] > * {
  width: 71px;
}

#w [class^="d-btn"][class*="-la"] > * {
  width: 201px;
}

#w [class^="d-btn"][class*="-sm"] > input {
  width: 88px;
}

#w [class^="d-btn"][class*="-la"] > input {
  width: 218px;
}

#w [class^="d-btn"][class*="-hi"] > input {
  width: 178px;
}

#w [class^="d-btn"][class*="-hi"][class*="-sm"] > input {
  width: 118px;
}

#w [class^="d-btn"][class*="-hi"][class*="-la"] > input {
  width: 238px;
}

#w [class^="d-btn"][class*="-xhi"] > input {
  width: 208px;
}

#w [class^="d-btn"][class*="-xhi"][class*="-sm"] > input {
  width: 148px;
}

#w [class^="d-btn"][class*="-xhi"][class*="-la"] > input {
  width: 268px;
}

#d-ie7 [class^="d-btn"] {
  display: inline !important;
}

#d-ie7 [class^="d-btn"] > * {
  display: inline !important;
}

#d-ie7 [class^="d-btn"] > input {
  border: 0 !important;
  margin: 0 !important;
}

#w [class^="d-btn"][class*="-bkm"] > * {
  background-image: url("http://p.dmm.co.jp/p/common/bt/bg_bt_bkm.png");
}

#w [class^="d-btn"][class*="-rev"] > * {
  background-image: url("http://p.dmm.co.jp/p/common/bt/bg_bt_rev.png");
}

#w [class^="d-btn"][class*="-bskt"] > * {
  background-image: url("http://p.dmm.co.jp/p/common/bt/bg_bt_bskt.png");
}

#w [class^="d-btn"][class*="-prev"] > * {
  background-image: url("http://p.dmm.co.jp/p/common/bt/bg_bt_prev.png");
}

#w [class^="d-btn"][class*="-next"] > * {
  padding: 2px 12px 2px 3px;
  background-image: url("http://p.dmm.co.jp/p/common/bt/bg_bt_next.png");
  background-position: 145px center;
}

#w [class^="d-btn"][class*="-sm"][class*="-next"] > * {
  background-position: 75px center;
}

#w [class^="d-btn"][class*="-la"][class*="-next"] > * {
  background-position: 205px center;
}

#w [class^="d-btn"][class*="-hi"][class*="-next"] > * {
  padding: 5px 13px 5px 3px;
  background-image: url("http://p.dmm.co.jp/p/common/bt/bg_bt_next.png");
  background-position: -117px center;
}

#w [class^="d-btn"][class*="-sm"][class*="-hi"][class*="-next"] > * {
  background-position: -177px center;
}

#w [class^="d-btn"][class*="-la"][class*="-hi"][class*="-next"] > * {
  background-position: -57px center;
}

#w [class^="d-btn"][class*="-xhi"][class*="-next"] > * {
  padding: 9px 16px 7px 3px;
  background-image: url("http://p.dmm.co.jp/p/common/bt/bg_bt_next.png");
  background-position: -369px center;
}

#w [class^="d-btn"][class*="-sm"][class*="-xhi"][class*="-next"] > * {
  background-position: -429px center;
}

#w [class^="d-btn"][class*="-la"][class*="-xhi"][class*="-next"] > * {
  background-position: -309px center;
}

#w [class^="d-btn"].d-btn-off {
  opacity: .5;
  cursor: default;
}

#w [class^="d-btn"].d-btn-off:hover {
  top: 0;
  background-position: 0 center;
  border-color: #bbb #999 #888;
  text-decoration: none;
}

#w [class^="d-btn"].d-btn-off:hover > * {
  color: #333;
}

#w [class^="d-btn"].d-btn-off > input {
  cursor: default !important;
}

#w [class^="d-btn"][class*="-xst"].d-btn-off:hover {
  border-color: #8f8f8f #808080 #5d5d5d;
}

#w [class^="d-btn"][class*="-xst"].d-btn-off:hover > * {
  color: #fff;
  border-color: #ff874c;
}

#w [class^="d-btn"][class*="-st"].d-btn-off:hover > * {
  border-color: #ffecb9;
}

#w input[type="text"][class*="d-modform"] {
  padding: 2px;
  font-size: 14px;
  vertical-align: middle;
}

#w input[type="text"].d-modform-5 {
  width: 6em;
}

#w input[type="text"].d-modform-10 {
  width: 11em;
}

#w input[type="text"].d-modform-15 {
  width: 16em;
}

#w input[type="text"].d-modform-20 {
  width: 21em;
}

#w [class^="d-zoomimg"] a img {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}

#w [class^="d-zoomimg"] a img:hover {
  z-index: 2;
  -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
}

#sample-image-block[class^="d-zoomimg"] a[name] img:hover {
  z-index: 2;
  -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
}

#w [class^="d-zoomimg"] a img:hover:not(:target), :root #w [class^="d-zoomimg"] a img:hover {
  -ms-transform: scale(1) \9;
      transform: scale(1) \9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #w [class^="d-zoomimg"] a img:hover:not(:target),
  :root #w [class^="d-zoomimg"] a img:hover {
    -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
  }
}

#sample-image-block[class^="d-zoomimg"] a img:hover {
  -ms-transform: scale(1);
      transform: scale(1);
}

#sample-image-block[class^="d-zoomimg"] a img:hover:not(:target) {
  -ms-transform: scale(1) \9   !important;
      transform: scale(1) \9   !important;
}

:root #sample-image-block[class^="d-zoomimg"] a img:hover {
  -ms-transform: scale(1) \9   !important;
      transform: scale(1) \9   !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #sample-image-block[class^="d-zoomimg"] a[name] img:hover:not(:target),
  :root #sample-image-block[class^="d-zoomimg"] a[name] img:hover {
    -ms-transform: scale(1.2, 1.2) !important;
        transform: scale(1.2, 1.2) !important;
  }
}

#sample-image-block[class^="d-zoomimg"] a[name] {
  display: inline-block;
}

#sample-image-block[class^="d-zoomimg"] a[name] img {
  position: absolute;
}

#sample-image-block.d-zoomimg-sm a[name] {
  width: 120px;
  height: 90px;
}

#sample-image-block.d-zoomimg-sm a[name] img {
  width: 120px;
  height: 90px;
}

#w .d-btn-hi-st-bskt-orange,
#w .d-btn-hi-st-bskt-blue,
#w .d-btn-hi-st-bskt-pink,
#w .d-btn-hi-st-bskt-red {
  border-color: #787878 #666 #4b4b4b !important;
}

#w .d-btn-hi-st-bskt-orange:hover,
#w .d-btn-hi-st-bskt-blue:hover,
#w .d-btn-hi-st-bskt-pink:hover,
#w .d-btn-hi-st-bskt-red:hover {
  border-color: #8c8c8c #7d7d7d #666 !important;
}

#w .d-btn-hi-st-bskt-orange > *,
#w .d-btn-hi-st-bskt-blue > *,
#w .d-btn-hi-st-bskt-pink > *,
#w .d-btn-hi-st-bskt-red > * {
  background-image: url("http://p.dmm.co.jp/p/common/bt/test_bg_bt_bskt.png") !important;
  border-color: #787878 #666 #4b4b4b !important;
  color: #fff;
}

#w .d-btn-hi-st-bskt-orange {
  background-image: url("http://p.dmm.co.jp/p/common/bt/test_bg_bt_orange.gif") !important;
  background-color: #fc4b06 !important;
}

#w .d-btn-hi-st-bskt-orange > * {
  border: 1px #fead8e solid !important;
}

#w .d-btn-hi-st-bskt-orange:hover > * {
  border-color: #fec6a3 !important;
  color: #fff !important;
}

#w .d-btn-hi-st-bskt-blue {
  background-image: url("http://p.dmm.co.jp/p/common/bt/test_bg_bt_blue.gif") !important;
  background-color: #1366cd !important;
}

#w .d-btn-hi-st-bskt-blue > * {
  border: 1px #91b8e8 solid !important;
}

#w .d-btn-hi-st-bskt-blue:hover > * {
  border-color: #a6cdef !important;
  color: #fff !important;
}

#w .d-btn-hi-st-bskt-pink {
  background-image: url("http://p.dmm.co.jp/p/common/bt/test_bg_bt_pink.gif") !important;
  background-color: #f41b5d !important;
}

#w .d-btn-hi-st-bskt-pink > * {
  border: 1px #fa92b1 solid !important;
}

#w .d-btn-hi-st-bskt-pink:hover > * {
  border-color: #fba7c8 !important;
  color: #fff !important;
}

#w .d-btn-hi-st-bskt-red {
  background-image: url("http://p.dmm.co.jp/p/common/bt/test_bg_bt_red.gif") !important;
  background-color: #e50000 !important;
}

#w .d-btn-hi-st-bskt-red > * {
  border: 1px #ef6161 solid !important;
}

#w .d-btn-hi-st-bskt-red:hover > * {
  border-color: #f7a6a6 !important;
  color: #fff !important;
}

.page-detail .area-headline * {
  margin: 0;
  padding: 0;
}

.page-detail .area-headline {
  margin-bottom: 12px;
  padding-bottom: 2px;
  border-bottom: 2px #3d3d3d solid;
  text-align: right;
}

.page-detail .area-headline .hreview {
  display: inline;
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}

.page-detail h1 {
  display: inline;
}

.page-detail .journal-comment {
  margin: 20px 0 30px;
}

.page-detail .journal-comment p {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.page-detail .journal-comment dl + p {
  margin-top: 20px;
}

.page-detail .journal-comment dl {
  border-top: 1px #bbb dotted;
  border-bottom: 1px #bbb dotted;
  margin: 3px 0 0;
  padding: 10px 6px;
}

.page-detail .journal-comment dl + dl {
  border-top: none;
  margin: 0;
}

.page-detail .journal-comment dt {
  margin-bottom: 3px;
  font-weight: bold;
}

.page-detail .journal-comment dd {
  margin: 0;
  padding: 0;
}

.area-review {
  zoom: 1;
  line-height: 1.4em;
  border: 1px #ff7101 solid;
  text-align: left;
}

.area-review ul {
  list-style: none;
  padding: 0;
}

.area-review li {
  display: inline;
  margin: 0;
  padding: 0 0 0 4px;
}

.parts-review * {
  margin: 0;
  padding: 0;
}

.parts-review ul {
  list-style: none;
}

#review-list {
  padding: 0 6px 12px;
  border: 1px #f81 solid;
}

#review-list .chapter {
  margin: 0 -6px 12px;
  padding: 0.2em 6px;
  background: #f81;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

#review-list .overall {
  margin-bottom: 12px;
}

#review-list .review-nav {
  line-height: 1.5em;
  padding: 3px;
  background: #e5e5e5;
}

#review-list .review-nav.second {
  margin-top: 12px;
  background: #f2f2f2;
}

#review-list .first .review-nav.second {
  margin-top: 0;
  border-top: 1px #bbb solid;
}

#review-list .review-nav li {
  margin-right: 3px;
  padding-right: 3px;
  border-right: 1px #666 solid;
  font-weight: bold;
}

#review-list .list-nav li {
  padding-left: 3px;
  border-right: 0;
}

#review-list .review-nav li.last {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

#review-list .review-nav li a {
  font-weight: normal;
}

#review-list .review-nav ul, #review-list .review-nav ul li,
#review-list .review-nav dt, #review-list .review-nav dd {
  display: inline;
}

#review-list .hreview {
  margin-top: 18px;
}

#review-list .summary {
  margin-left: 9px;
  padding-left: 6px;
  border-left: 3px #666 solid;
  font-weight: bold;
}

#review-list .bg-yel {
  line-height: 1.65em;
  padding: 3px;
}

#review-list .bg-yel p img {
  margin: 0.4em 0;
  vertical-align: middle;
}

#review-list .wrap-desc {
  margin: 6px 6px 12px;
}

#review-list .wrap-desc p {
  margin-bottom: 12px;
}

#review-list .wrap-desc .note {
  margin-bottom: 3px;
  color: #666;
}

[class^="d-rating"] {
  display: inline-block;
  width: 66px;
  height: 13px;
  line-height: 13px;
  overflow: hidden;
  background: #fff url(http://p.dmm.co.jp/p/ms/review/ico_stars.png) no-repeat;
}

[class^="d-rating"] span {
  position: absolute;
  z-index: -1;
}

.d-rating-00 {
  background-position: 0 0;
}

.d-rating-05 {
  background-position: 0 -15px;
}

.d-rating-10 {
  background-position: 0 -30px;
}

.d-rating-15 {
  background-position: 0 -45px;
}

.d-rating-20 {
  background-position: 0 -60px;
}

.d-rating-25 {
  background-position: 0 -75px;
}

.d-rating-30 {
  background-position: 0 -90px;
}

.d-rating-35 {
  background-position: 0 -105px;
}

.d-rating-40 {
  background-position: 0 -120px;
}

.d-rating-45 {
  background-position: 0 -135px;
}

.d-rating-50 {
  background-position: 0 -150px;
}

[class^="d-rating"].la {
  width: 105px;
  height: 19px;
  background: url(http://p.dmm.co.jp/p/ms/review/ico_stars_la.png) no-repeat;
}

.d-rating-00.la {
  background-position: 0 0;
}

.d-rating-05.la {
  background-position: 0 -20px;
}

.d-rating-10.la {
  background-position: 0 -40px;
}

.d-rating-15.la {
  background-position: 0 -60px;
}

.d-rating-20.la {
  background-position: 0 -80px;
}

.d-rating-25.la {
  background-position: 0 -100px;
}

.d-rating-30.la {
  background-position: 0 -120px;
}

.d-rating-35.la {
  background-position: 0 -140px;
}

.d-rating-40.la {
  background-position: 0 -160px;
}

.d-rating-45.la {
  background-position: 0 -180px;
}

.d-rating-50.la {
  background-position: 0 -200px;
}

#review .d-boxcaptside + .d-boxcaptside {
  border: 0;
}

#review {
  border: 6px #222 solid;
}

#review h2 {
  line-height: 1.4em;
  color: #fff;
  background: #222;
}

#review .capt {
  background: #eee;
}

#review .overview {
  overflow: hidden;
  margin: 6px 0 0;
  padding: 6px 6px 10px;
  border-bottom: 1px #ccc dotted;
  font-size: 14px;
  text-align: right;
}

#review .review-list li {
  margin: 18px 12px 0;
  padding: 18px 0 0;
  border-top: 1px #bbb solid;
}

#review .review-list li:first-child {
  margin-top: 0;
  border-top: 0;
}

#review .review-list p {
  margin-bottom: 12px;
}

.rotation img {
  vertical-align: bottom;
}

.bnr-rotate-caption {
  margin: 3px 6px;
  text-align: right;
}

#w .btn-eroine {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  text-decoration: none;
}

#d-ie7 #w .btn-eroine {
  display: inline;
  zoom: 1;
}

#w .btn-eroine > span:first-child {
  display: inline-block;
  line-height: 14px;
  padding: 2px 2px 2px 4px;
  border: 1px #c1c1c1 solid;
  border-radius: 3px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #f3f3f3);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
  color: #fd5e80;
  font-weight: bold;
  text-decoration: none;
}

#w .btn-eroine:hover > span:first-child {
  border: 1px #e35070 solid;
  background: #fd6686;
  background: -moz-linear-gradient(top, #fd6686, #f15a7b);
  background: -webkit-gradient(linear, left top, left bottom, from(#fd6686), to(#f15a7b));
  color: #fff;
}

#w .btn-eroine > span:first-child > span {
  margin: 0 2px 0 0;
  background: none;
}

#w .btn-eroine > span.ico-lip {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 29px;
  height: 14px;
  margin-top: -7px;
  background: url(http://p.dmm.co.jp/p/common/ico/sns_eroine.png) no-repeat 0 0;
}

#w .btn-eroine:hover > span.ico-lip {
  background-position: 0 -30px;
}

#w .d-sns-button li {
  float: left;
  list-style: none;
  margin: 3px 10px 0 0;
}

#d-ie7 .d-sns-button .plusone {
  display: none;
}

.announcement {
  margin: 20px 0;
  text-align: center;
}

.announcement dl {
  width: 90%;
  margin: 0 auto;
}

.announcement dl dt {
  padding: 3px;
  background: #00c;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
}

.announcement dl dd {
  margin: 0;
  padding: 10px;
  border: 1px #00c solid;
}

.announcement dl dd p {
  margin: 0 0 10px;
}

.announcement dl dd p.bold {
  padding: 3px;
  background: #cdf;
}

.mail-mobile form {
  margin: 0;
}

.mail-mobile form input {
  vertical-align: middle;
}

.mail-mobile form input.area-tx {
  width: 88px;
  height: 20px;
  margin: 0 3px 0 0;
  color: #666;
}

#w .d-announcement {
  margin: 15px 0 20px;
  text-align: left;
}

#w .d-announcement dl {
  padding: 6px 12px 12px;
  border: 3px #E1E1E1 solid;
}

#w .d-announcement dl dt {
  margin-bottom: 6px;
  font-family: 'Hiragino Kaku Gothic Pro','¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','¥á¥¤¥ê¥ª',Meiryo,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
}

#w .d-announcement dl dt span {
  display: table-cell;
  height: 23px;
  vertical-align: middle;
  font-weight: bold;
}

#w .d-announcement dl dt span.mark {
  padding-right: 12px;
  border-right: 1px #bbb solid;
  color: #c00;
  font-size: 14px;
  white-space: nowrap;
}

#w .d-announcement dl dt span.ttl {
  padding-left: 12px;
  font-size: 14px;
}

#w .d-announcement dl dd {
  color: #666;
}

#w .d-recommend {
  margin-bottom: 10px;
  border-top: #1b1b1b 2px solid;
}

#w .d-recommend .contents-list .capt {
  width: 100%;
  display: table;
  margin: 0 0 10px;
  border-top: #ddd 1px dotted;
  vertical-align: top;
}

#d-ie7 #w .d-recommend .contents-list .capt {
  position: relative;
}

#w .d-recommend .contents-list:first-child .capt {
  border-top: none;
}

#w .d-recommend .contents-list .capt div:first-child {
  xwidth: 100%;
  padding: 4px 20px 0 0;
  display: table-cell;
}

#d-ie7 #w .d-recommend .contents-list .capt div:first-child {
  display: block;
  width: auto;
}

#w .d-recommend .contents-list .capt div:first-child p {
  float: left;
  margin: 0 10px -5px 0;
  font-weight: bold;
}

#w .d-recommend .contents-list .capt div:first-child ul.rowlink,
#w .d-recommend .contents-list .capt div:first-child ul.rowselecter {
  overflow: hidden;
  font-size: 11px;
  line-height: 19px;
}

#w .d-recommend .contents-list .capt div:first-child ul.rowlink li,
#w .d-recommend .contents-list .capt div:first-child ul.rowselecter li {
  display: inline;
  margin: 0 3px 0 0;
}

#w .d-recommend .contents-list .capt div:first-child ul.rowlink li a,
#w .d-recommend .contents-list .capt div:first-child ul.rowselecter li a {
  padding: 3px 3px 1px;
  white-space: nowrap;
}

#w .d-recommend .contents-list .capt div:first-child ul.rowselecter li span {
  padding: 3px 5px 1px;
  border-radius: 2px;
  background: #1b1b1b;
  color: #fff;
  font-weight: bold;
}

#w .d-recommend .contents-list .capt .sub {
  display: table-cell;
  width: 1%;
  padding: 15px 0 0;
  white-space: nowrap;
}

#d-ie7 #w .d-recommend .contents-list .capt .sub {
  position: absolute;
  top: 5px;
  right: 0;
}

#w .d-recommend .contents-list .capt .sub .pagenum {
  display: inline-block;
  width: 70px;
  white-space: nowrap;
  text-align: right;
}

#w .d-recommend .contents-list .sect {
  margin: 0 0 0;
  padding: 0 0 6px;
}

#w .d-recommend .contents-list .sect .tmb-actress-large {
  width: 143px;
  background: #fff;
  border: #ddd 1px solid;
  text-align: left;
}

#w .d-recommend .contents-list .sect .tmb-actress-large > a {
  display: block;
  padding: 8px;
}

#w .d-recommend .contents-list .sect .tmb-actress-large > a .img {
  display: block;
  margin: 0 0 8px;
}

#w .d-recommend .contents-list .sect .tmb-actress-large > a .img img {
  display: block;
}

#w .d-recommend .contents-list .sect .tmb-actress-large > a .ttl {
  display: block;
  height: 3em;
}

#w .d-recommend .contents-list .sect .list-main {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}

#w .d-recommend .contents-list .sect .list-main ul li {
  float: left;
  width: 20%;
  margin: 0 0 6px;
}

#w .d-recommend .contents-list .sect .d-boxrelatedlist .list-main ul li {
  float: left;
  width: 25%;
}

#w .d-recommend .contents-list .sect .list-main ul li > div {
  width: 106px;
  margin: 0 auto;
  border: #ddd 1px solid;
  border-radius: 4px;
}

#w .d-recommend .contents-list .sect .list-main .loading {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -30px -30px 0 0;
}

#w .d-recommend .contents-list .sect .list-main ul li > div > a {
  display: block;
  padding: 8px 0;
}

#w .d-recommend .contents-list .sect .list-main ul li > div > a:hover {
  text-decoration: none;
}

#w .d-recommend .contents-list .sect .list-main ul li > div > a > .img {
  display: table-cell;
  width: 106px;
  height: 122px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  zoom: 1;
  text-align: center;
}

#d-ie7 #w .d-recommend .contents-list .sect .list-main ul li > div > a > .img {
  display: block;
}

#w .d-recommend .contents-list .sect .list-main ul li > div > a > .img > span {
  display: block;
  width: 90px;
  margin: 0 auto;
}

#w .d-recommend .contents-list .sect .list-main ul li > div > a .img > span > img {
  max-width: 90px;
  max-height: 122px;
  height: auto;
}

#w .d-recommend .contents-list .sect .list-main ul li > div > a:hover .img span img {
  opacity: 0.7;
}

#w .d-recommend .contents-list .sect .list-main ul li > div > a .img > span > .copy {
  display: block;
  height: 50px;
  margin: 5px 0 0;
  color: #666;
  font-family: '¥á¥¤¥ê¥ª',Meiryo;
  font-size: 8px !important;
  line-height: 10px !important;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
}

#w .d-recommend .contents-list .sect .list-main ul li > div > a .ttl {
  display: block;
  height: 4em;
  margin: 6px 8px;
  line-height: 16px;
  word-break: break-all;
  overflow: hidden;
}

#w .d-recommend .contents-list .sect .list-main ul li > div > a .service {
  display: block;
  margin: 0 8px;
  color: #666;
  font-size: 11px;
  line-height: 11px;
}

#w .d-recommend .contents-list .sect .list-main ul li > div > a .price {
  display: block;
  margin: 0 8px;
}

#w .d-recommend .contents-list .sect .list-main ul li > div > a .price .normal {
  color: #c00;
}

#w .d-recommend .contents-list .sect .list-main .prev,
#w .d-recommend .contents-list .sect .list-main .next {
  position: absolute;
  top: 70px;
  display: block;
  width: 20px;
  height: 90px;
  border: #eaeaea 1px solid;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: url(http://p.dmm.co.jp/p/common/ico/arrow_recommend.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

#w .d-recommend .contents-list .sect .list-main .prev {
  left: 0;
  background-position: -50px 50%;
}

#w .d-recommend .contents-list .sect .list-main .next {
  right: 0;
  background-position: -170px 50%;
}

#w .d-recommend .contents-list .sect .list-main .prev:hover {
  background-color: #eee;
  background-position: -90px 50%;
}

#w .d-recommend .contents-list .sect .list-main .next:hover {
  background-color: #eee;
  background-position: -130px 50%;
}

#w .d-recommend .contents-list .sect .list-main .prev.off {
  border-color: transparent;
  background-color: transparent;
  background-position: -10px 50%;
  cursor: default;
}

#w .d-recommend .contents-list .sect .list-main .next.off {
  border-color: transparent;
  background-color: transparent;
  background-position: -210px 50%;
  cursor: default;
}

#w .d-recommend .contents-list .sect .list-main.actress ul li > div > a .img {
  height: 90px;
  padding: 0 0 10px;
}

#w .d-recommend .contents-list .sect .list-main.actress ul li > div > a .ttl {
  height: 3em;
}

#w .d-recommend .contents-list .sect .list-main.actress .prev,
#w .d-recommend .contents-list .sect .list-main.actress .next {
  top: 30px;
}

#w .d-recommend .contents-list .sect .list-main.bandai ul li > div > a .img {
  height: 110px;
  vertical-align: top;
}

#w .d-recommend .contents-list .sect .list-main.bandai .prev,
#w .d-recommend .contents-list .sect .list-main.bandai .next {
  top: 50px;
}

#welcome {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 740px;
  line-height: 1.5;
  padding-top: 150px;
  color: #fff;
  text-align: center;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.5s;
  font-family: Arial;
}

#welcome div.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

#welcome div.content {
  float: none;
  width: 720px;
  margin: 0 auto;
  padding: 40px 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5000000, endcolorstr=#e5000000, gradienttype=0);
}

#welcome p.ttl {
  font-size: 54px;
  font-weight: bold;
}

#welcome ul {
  margin-top: 30px;
}

#welcome ul li {
  display: inline;
}

#welcome ul li a {
  display: inline-block;
}

#welcome ul li a:hover {
  background: url(http://p.dmm.co.jp/p/welcome/bg_on.png) no-repeat;
}

.chnavi_search_size {
  width: 115px;
}

.navi_videoc_select {
  width: 100px;
}

.no-bn {
  display: block;
  height: 75px;
  width: 100px;
}

.no-pb {
  display: block;
  height: 96px;
  width: 60px;
}

.no-pt {
  display: block;
  height: 144px;
  width: 90px;
}

.no-s-all {
  display: inline;
  float: left;
  height: 90px;
  margin: 4px;
  width: 120px;
}

.no-sample {
  display: inline;
  float: left;
  height: 90px;
  margin: 0px 2px 4px;
  width: 120px;
}

.t_24px_019235 {
  color: #019235;
  font-size: 24px;
  font-weight: bold;
}

.t_24px_C80000 {
  color: #c00;
  font-size: 24px;
  font-weight: bold;
}

.txlistfwhite {
  padding: 2px;
}

#formlayout {
  margin: 0px 0px 2px 0px;
}

.hbline {
  border-bottom: 1px #666 solid;
  line-height: 15px;
  text-align: center;
}

.header_basket {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.header_basket2 {
  color: #fff;
  font-weight: bold;
  line-height: 20px;
}

.header_large {
  font-size: 15px;
  font-weight: bold;
}

.header_search {
  color: #ff7800;
  font-weight: bold;
}

.header_search_l {
  color: #ff7800;
  font-size: 16px;
  font-weight: bold;
}

.header_sys {
  color: #669;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
}

.large {
  color: #c00;
  font-size: 16px;
  font-weight: bold;
}

.navi {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
}

.notice {
  color: #c00;
  line-height: 15px;
}

.notice2 {
  color: #c00;
  font-weight: bold;
  line-height: 15px;
}

.review_campaign {
  background: #FF7101;
}

.bold1 {
  line-height: 14px;
}

.bold_red1 {
  line-height: 14px;
}

.sub_red {
  color: #c00;
  font-size: 10px;
}

.bold_red {
  color: #f00;
  font-weight: bold;
  line-height: 14px;
}

.header,
.mono_price2 {
  font-weight: bold;
  line-height: 15px;
}

.header2 {
  color: #fff;
  font-weight: bold;
}

.strong {
  color: #c00;
  font-weight: bold;
}

.sub {
  font-size: 10px;
}

.text {
  line-height: 14px;
}

.text3 {
  color: #c00;
  font-size: 15px;
  font-weight: bold;
}

.text5,
.title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.txlistfgreen {
  background-color: #e6f5f5;
  padding: 2px;
}

.announce {
  background-color: white;
  border: 1px solid blue;
  color: blue;
  margin: 10px;
  position: relative;
  top: -8px;
  width: 600px;
}

.announce td,
.announce3 td {
  text-align: center;
}

.announce2 {
  background-color: white;
  border: 1px solid red;
  font-size: 13px;
  margin: 5px;
  width: 100%;
}

.announce3 {
  background-color: white;
  border: 1px solid blue;
  margin: 10px;
  position: relative;
  top: -8px;
}

.announce3 legend {
  color: blue;
}

0

