@charset "EUC-JP";

#slider_dvdbox{
  display: block;
  width: 100%;
  min-width: 1680px;
  max-width: 1680px;
  margin: auto;
}

/*** slider ***/
.slider_frame.pie.slider_frame_dvdbox {
  height: 255px;
}

/*** slider-title ***/
.slider_frame.pie.slider_frame_dvdbox .slider_title{
  display: block;
  width: 1000px;
  height: 57px;
  padding-top: 20px;
  margin: auto;
}

/*** slider ***/

#slider_dvdbox_in{
  display: block;
}

#slider_dvdbox{
  display: block;
  /*height: 263px;*/
}

#slider_dvdbox .bx-wrapper{
  margin: 0 auto;
}

#slider_dvdbox .bx-wrapper .bx-viewport{
  border: 0;
  background: none;
  box-shadow: none;
}

#slider_dvdbox_in li > a{
  display: block;
  margin-bottom: 10px;
}

/*
キャンペーンバナー
--------------------------------*/
.banner-area{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.banner-area-inner{
  display: block;
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  margin: auto;
  text-align: center;
  padding: 10px 0;
}

.banner-area-inner .one-banner{
  display: block;
  width: 807px;
  height: 55px;
  margin: auto;
}

.banner-area-inner .two-banner{
  display: block;
  width: 48%;
  max-width: 807px;
}

.banner-area-inner .two-banner img{
  display: block;
  width: 100%;
  height: auto;
}

/*
　インフォメーション
--------------------------------*/
.top_info .info_inner{
  /*min-width: auto;
  max-width: auto;*/
}

.top_info .info_outbox {
  diplay: table;
  table-layout: auto;
  padding: 0px 7px;
}

.top_info .info_outbox .info_tit {
  width: 16%;
  vertical-align: middle;
  text-align: center;
  padding-top: 19px;
  padding-right: 15px;
}

.top_info .info_outbox .text_frame {
  /*width: 56%;*/
  /*width: 72%;*/
  width: 68%;
  display: table-cell;
  padding-left: 15px;
  border-left: 1px solid #999999;
}

.top_info .info_outbox .text_frame .text a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_info .info_outbox .info_list_show{
  display: table-cell;
  width: 14.3%;
  /*width: 120px;*/
  cursor: pointer;
  text-align: right;
  vertical-align: middle;
}

.top_info .info_outbox .info_list_show:hover{
  opacity: .6;
}

.top_info .info_outbox .info_list_show .png_file-list_show_icon{
  display: block;
  float: right;
}

/*
DVD-BOX用価格枠
--------------------------------*/
.productOutFrame02 .product_price {
  width: 100%;
  height: 50px;
  line-height: 25px;
  /*overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
  padding: 0px 3px;
  border-top: 1px solid #ccc;
}

.productOutFrame02 .product_price,
.productOutFrame02 .product_price a{
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: .7rem;
  color: #900;
}

.productOutFrame02 .product_price a > span {
  text-decoration: line-through;
  color: #333;
}

/* 借りるボタン リサイズ */
.boxRental a,
.boxRental.rentalOut,
.boxRental.rentalPrep{
	width:132px;
	height:28px;
}

.boxRental.rentalOut{
	background-position: 0 -28px;
}

.boxRental.rentalPrep{
	background-position: 0 -56px;
}

