/*-------------------------------------------------------------- Index
*/
/*--------------------------------- Top Image
*/
.Top-Image {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
/*--------------------------------- Info Box（告知バナー）
*/
.Infobox {
  background: url('images/nlove_infobox_bg.gif') repeat-y;
  width: 800px;
  margin: 0 auto 8px;
}
.Infobox-hd {
  display: block;
  background: url('images/nlove_infobox_header.gif') no-repeat;
  width: 800px;
  height: 40px;
  text-indent: -1000em;
  overflow: hidden;
}
.Infobox-ft {
  background: url('images/nlove_infobox_footer.gif') no-repeat;
  width: 800px;
  height: 24px;
}
.Infobox-bn {
  text-align: left;
  background: url('images/nlove_iban_bg.jpg') repeat-y right center;
  margin: 0 16px;
}
.Infobox-bn li {
  margin: 8px 0;
  list-style: none;
}
.Infobox-bn li a {
  display: block;
  background: url('images/nlove_iban_check.gif') no-repeat;
  width: 600px;
  height: 120px;
  padding-left: 56px;
}
/*--------------------------------- News（更新履歴）
*/
.News {
  position: relative;
  background: url('images/nlove_news_frame.gif') repeat-y;
  width: 480px;
  margin-bottom: 8px;
  padding-right: 16px;
  float: right;
}
.News h3 {
  background: url('images/nlove_news_header.gif') no-repeat;
  width: 480px;
  height: 40px;
  text-indent: -1000em;
  overflow: hidden;
}
.News-ft {
  background: url('images/nlove_news_footer.gif') no-repeat;
  width: 480px;
  height: 16px;
  overflow: hidden;
}
.News-List {
  position: relative;
  font-size: 81.8%;
  line-height: 1.4em;
  text-align: left;
  width: 464px;
  height: 536px;
  margin: 0 auto;
/*  overflow: auto;*/
  overflow: scroll;
}
.News ul {
  padding-bottom: 160px;
}
.News li {
  position: relative;
  background: url('images/nlove_news_border01.gif') no-repeat right bottom;
  width: 428px;
  min-height: 22px;
  margin: 8px 0 0 8px;
  padding: 4px 0 8px;
/*  overflow: hidden;*/
}
* html .News li {
  height: 22px;
}
.News li span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url('images/nlove_news_marker01.gif') no-repeat;
  width: 8.5em;
  padding: 4px 0 12px 32px;
  z-index: 11;
}
.News li p {
  position: relative;
  margin-bottom: 2px;
  padding-left: 11em;
  z-index: 12;
}
.News-Img01 {
  position: absolute;
  right: 44px;
  bottom: 16px;
  background: url('images/nlove_news_img01.png') no-repeat;
  width: 171px;
  height: 153px;
  z-index: 14;
}
.News-Img02 {
  position: absolute;
  left: 8px;
  bottom: 16px;
  background: url('images/nlove_news_img02.png') no-repeat;
  width: 444px;
  height: 87px;
  z-index: 13;
}

/*--------------------------------- Details（製品情報）
*/
.Details {
  font-size: 81.8%;
  line-height: 1.5em;
  text-align: left;
  width: 304px;
  padding-left: 16px;
  float: left;
}
.Details h3 {
  display: none;
}
.Dtl-Title {
  background: #fff url('images/nlove_detail_title_bg.jpg') no-repeat right bottom;
  width: 288px;
  margin-bottom: 16px;
  padding: 2px 4px;
  border-left: 8px solid #ff6699;
}
.Dtl-Title h4 {
  display: none;
}
.Dtl-List {
  overflow: hidden;
}
.Dtl-List h4 {
  width: 304px;
  height: 32px;
  margin-top: 0 0 8px;
  text-indent: -1000em;
  overflow: hidden;
}
.Dtl-List h4.Dtl-Ca {background: url('images/nlove_detail_hd_cast.gif') no-repeat;}
.Dtl-List h4.Dtl-St {background: url('images/nlove_detail_hd_staff.gif') no-repeat;}
.Dtl-List h4.Dtl-Rq {background: url('images/nlove_detail_hd_requirement.gif') no-repeat;}
.Dtl-List ul {
  margin: 8px 0;
  list-style: none;
}
.Dtl-List li {
  background: url('images/nlove_detail_marker01.gif') no-repeat 0 0.3em;
  margin-left: 11px;
  padding-left: 21px;
}
.Wrapper {
}

/*--------------------------------- Count Down Voice
*/
.CountDownVoice {
  position: absolute;
  top: 312px;
  left: 64px;
  width: 704px;
  height: 208px;
}
* html .CountDownVoice {
  left: 48px;
}
.NoScript {
  font-size: 90.9%;
  background: white;
  border: 3px double #ff3377;
  padding: 8px;
}

