@charset "UTF-8";

/***************************************************/
/*                       init                      */
/***************************************************/
body, p, div, blockquote, pre, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section,
form, fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: break-all;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ul, ol, li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  color: #333333;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  padding-top:75px;
}

a {
  color: #0068b7;
  text-decoration: none;
}

a:link {
  color: #0068b7;
}

a:hover {
  color: #0099b7;
  text-decoration: underline;
}

a:hover img {
  cursor: pointer;
  filter: alpha(opacity=90);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=90)";
  /* ie 8 */
  -moz-opacity: 0.8;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
}

/*
box-sizing
----------------------*/
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

/*
floatのみ
--------------------------*/
.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

/*
共通のスタイル
-----------------------------*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-2_4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}

.col-xs-1, .col-xs-2, .col-xs-2_4, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10_5 {
  width: 87.49999999%;
}

.col-xs-10_2 {
  width: 84.99999999%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2_4 {
  width: 20%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.dis_block {
  display: block;
}

.dis_inlineblock {
  display: inline-block;
}

.font10 {
  font-size: 10px;
  font-size: 1.0rem;
}

.font11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.font12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.font14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.font16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.font17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.font18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.font20 {
  font-size: 20px;
  font-size: 2.0rem;
}

.text_left {
  text-align: left !important;
}

.text_center {
  text-align: center;
}

.text_red {
  color: #FF0000;
}

.text_gray {
  color: #999999;
}

.clear_b {
  clear: both;
}

.line_height1 {
  line-height: 1;
}

.line_height15 {
  line-height: 1.5;
}

.padding0{
	padding: 0px;
}

.padding10 {
  padding: 10px;
}

.pa_left1em {
  padding-left: 1em;
}

.pa_left5 {
  padding-left: 5px;
}

.pa_left10 {
  padding-left: 10px;
}

.pa_tb15 {
  padding: 15px 0px;
}

.pa_tb25 {
  padding: 25px 0px;
}

.pa_lr20 {
  padding: 0 20px;
}

.mar0 {
  margin: 0px !important;
}

.mar_auto {
  float: none;
  margin: 0 auto;
}

.mar_top5 {
  margin-top: 5px;
}

.mar_bottom20 {
  margin-bottom: 20px !important;
}

.mar_bottom30 {
  margin-bottom: 30px !important;
}

.mar_left15 {
  margin-left: 15px;
}

.mar_right20 {
  margin-right: 20px;
}

.align_top {
  vertical-align: top;
}

.bg_ff {
  background: #FFF;
}

.bg_ee {
  background: #EEE;
}

.align_bottom {
  vertical-align: bottom;
}

.checkbox_size20 {
  width: 20px;
  height: 20px;
}

.zip_btn.pie {
	border-radius: 3px;
	background: #ECBA23;
	background: linear-gradient(to bottom, #F9CC3B 0%,#EE9E2A 100%);
	
	color: #000;
	display: inline-block;
	padding: 1px 10px 0 10px;
}
.zip_btn.pie:hover {
	opacity: 0.7;
	color: #000;
	text-decoration: none;
}

/*sprite_create
-----------------------------*/
.png_file-sprite, .png_file-blank_icon, .png_file-blank_icon02, .png_file-bluray_icon, .png_file-book_icon, .png_file-book_tit_icon, .png_file-border_duble, .png_file-cd_icon, .png_file-cd_tit_icon, .png_file-check_icon, .png_file-close_button, .png_file-danger, .png_file-details_button, .png_file-dvd_icon, .png_file-dvd_tit_icon, .png_file-first_icon, .png_file-list_show_icon, .png_file-month_icon, .png_file-movie_tit_icon, .png_file-mypage_gol_side_camp, .png_file-mypage_gol_side_coupon, .png_file-mypage_gol_side_menu, .png_file-mypage_gol_side_sale, .png_file-mypage_gol_side_search, .png_file-mypage_gol_side_tit, .png_file-mypage_tit_icon, .png_file-nav_add_game, .png_file-new_icon, .png_file-new_release_icon, .png_file-newtit_icon, .png_file-recent_icon, .png_file-safefree, .png_file-side_buy_close, .png_file-side_movie_close, .png_file-side_takuren_close, .png_file-new_info_icon, .png_file-side_btn, .png_file-side_btn_close {
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
}

.png_file-blank_icon {
  background-position: 0 0;
  height: 13px;
  width: 13px;
}

.png_file-blank_icon02 {
  background-position: 0 -3302px;
  height: 11px;
  width: 13px;
}

.footer_service .sub_contents .png_file-blank_icon {
  margin-top: 3px;
}

.png_file-bluray_icon {
  background-position: 0 -13px;
  height: 16px;
  width: 57px;
}

.png_file-book_icon {
  background-position: 0 -29px;
  height: 13px;
  width: 60px;
}

.png_file-book_tit_icon {
  background-position: 0 -42px;
  height: 24px;
  width: 26px;
}

.png_file-border_duble {
  background-position: 0 -66px;
  height: 16px;
  width: 5px;
}


.png_file-cd_icon {
  background-position: 0 -336px;
  height: 14px;
  width: 44px;
}

.png_file-cd_tit_icon {
  background-position: 0 -350px;
  height: 24px;
  width: 26px;
}

.png_file-check_icon {
  background-position: 0 -374px;
  height: 20px;
  width: 19px;
}

.png_file-close_button {
  background-position: 0 -394px;
  height: 26px;
  width: 22px;
}

.png_file-danger {
  background-position: 0 -420px;
  height: 24px;
  width: 60px;
}

.png_file-details_button {
  background-position: 0 -444px;
  height: 30px;
  width: 95px;
}

.png_file-dvd_icon {
  background-position: 0 -474px;
  height: 14px;
  width: 50px;
}

.png_file-dvd_tit_icon {
  background-position: 0 -488px;
  height: 24px;
  width: 26px;
}

.png_file-first_icon {
  background-position: 0 -512px;
  height: 46px;
  width: 34px;
}





.png_file-list_show_icon {
  background-position: 0 -1282px;
  height: 20px;
  width: 116px;
}




.png_file-member_text {
  background-position: 0 -1560px;
  height: 44px;
  width: 265px;
}


.png_file-month_icon {
  background-position: 0 -1604px;
  height: 14px;
  width: 47px;
}

.png_file-movie_tit_icon {
  background-position: 0 -1790px;
  height: 24px;
  width: 26px;
}

.png_file-mypage_gol_side_camp {
  background-position: 0 -1814px;
  height: 29px;
  width: 146px;
}
.png_file-mypage_gol_side_camp:hover {
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.png_file-mypage_gol_side_coupon {
  background-position: 0 -1872px;
  height: 29px;
  width: 146px;
}
.png_file-mypage_gol_side_coupon:hover {
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.png_file-mypage_gol_side_menu {
  background-position: 0 -1930px;
  height: 29px;
  width: 146px;
}
.png_file-mypage_gol_side_menu:hover {
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.png_file-mypage_gol_side_sale {
  background-position: 0 -1988px;
  height: 29px;
  width: 146px;
}
.png_file-mypage_gol_side_sale:hover {
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.png_file-mypage_gol_side_search {
  background-position: 0 -2046px;
  height: 29px;
  width: 146px;
}
.png_file-mypage_gol_side_search:hover {
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.png_file-mypage_gol_side_tit {
  background-position: 0 -2104px;
  height: 36px;
  width: 146px;
}

.png_file-mypage_tit_icon {
  background-position: 0 -2140px;
  height: 29px;
  width: 24px;
}

.png_file-nav_add_game {
  background-position: 0 -2751px;
  height: 38px;
  width: 221px;
}
.png_file-nav_add_game:hover {
  background-position: 0 -2789px;
}

.png_file-new_icon {
  background-position: 0 -2827px;
  height: 10px;
  width: 31px;
}

.png_file-new_release_icon {
  background-position: 0 -2837px;
  height: 12px;
  width: 25px;
}

.png_file-newtit_icon {
  background-position: 0 -2853px;
  height: 18px;
  width: 25px;
}

.png_file-recent_icon {
  background-position: 0 -2884px;
  height: 13px;
  width: 36px;
}

.png_file-safefree {
  background-position: 0 -2897px;
  height: 24px;
  width: 60px;
}

.png_file-new_info_icon {
  background-position: 0 -3290px;
  height: 11px;
  width: 23px;
}

.png_file-side_btn {
  background-position: 0 -3742px;
  height: 33px;
  width: 148px;
  margin-left: 3px;
}

.png_file-side_btn_close {
  background-position: 0 -3775px;
  height: 33px;
  width: 148px;
  margin-left: 3px;
}

.png_file-free_icon {
  background:url('/smartphone/img/icon/free_icon.png') no-repeat;
  background-size:100%;
  height: 14px;
  width: 49px;
}

.png_file-one_icon {
  background:url('/smartphone/img/icon/tanpin_icon.png') no-repeat;
  background-size:100%;
  height: 14px;
  width: 49px;
}

/*
globalheader
-----------------------------*/
#globalHeader {
  margin-bottom: 15px;
}

.headerTopBg {
  background-color: #000;
  width: 100%;
  min-height: 40px;
}

.headerTop {
  width: 100%;
  min-width: 1000px;
  max-width: 1300px;
  margin: 0 auto;
}

.mainLogo {
  width: auto;
  padding: 7px 0px 0px 10px;
  color: #ECBA23;
}

.mainLogo h1,
.mainLogo p,
.mainLogo a {
  float: left;
}

.mainLogo h1,
.mainLogo p {
  padding-top: 5px;
  padding-left: 20px;
}

.userFrame {
  width: 37%;
}

.userFrame ul,
.userFrame li {
  float: left;
}

.inLoginFrame li {
  margin-left: 15px;
  padding-top: 12px;
}

.inLoginFrame li img {
  display: inline;
  padding-right: 10px;
  vertical-align: top;
}

.inLoginFrame li a {
  color: #FFF;
}

.inLoginFrame li a:hover {
  color: #0099b7;
  text-decoration: underline;
}

.inSnsFrame {
  padding-top: 9px;
}

.inSnsFrame li img {
  margin-left: 9px;
}

.headerTabBg {
  background: url(../img/common/commonnavi_bg.jpg) repeat-x left top;
  width: 100%;
  min-height: 35px;
}

.headerTab {
  width: 100%;
  min-width: 1000px;
  max-width: 1300px;
  margin: 0 auto;
}

.headerTab form {
  padding-top: 4px;
  width: 33%;
}

	.headerTab form ul {}
		.headerTab form li {
		  display: inline-block;
		  *display: inline;
		}
		.text_search {
		  width: 40%;
		}
	.headerTab form select {
	  border: 1px solid #999;
	  width: 120px;
	  vertical-align: middle;
	  height: 25px;
	  text-indent: 2px;
	}
	
	#headerSearchKey {
	  height: 26px;
	  line-height: 26px;
	  vertical-align: middle;
	  width: 100%;
	  padding-left: 4px;
	  height: 25px;
	}
	
	#headerSearchBtn {
	  background-color: #FFF;
	  vertical-align: middle;
	}
	
	#headerSearchBtn:hover {
	  opacity: 0.8;
	  border: none;
	  outline: none;
	}

.headerCategoryFrame {
  border: 1px solid #444444;
  border-top: none;
}

.headerBigCtegory ul {
  border-bottom: 1px solid #444444;
}

.headerBigCtegory li,
.headerSmallCtegory li {
  float: left;
  border-right: 1px solid #444444;
}

.headerBigCtegory li.last,
.headerSmallCtegory li.last {
  border: none;
}

.headerBigCtegory li img,
.headerSmallCtegory li img {
  display: block;
}

.headerBigCtegory li {
  background-color: #ECBA23;
}

.headerBigCtegory li img {
  margin: 0 auto;
}

.headerBigCtegory li.headerCtegoryRental {
  width: 233px;
  height: 12px;
  padding: 3px 0px;
}

.headerBigCtegory li.headerCtegoryMovie {
  width: 155px;
  height: 12px;
  padding: 3px 0px;
}

.headerBigCtegory li.headerCtegorySale {
  width: 155px;
  height: 12px;
  padding: 3px 0px;
}

.headerBigCtegory li.headerCtegoryReuse {
  width: 139px;
  height: 12px;
  padding: 3px 0px;
}

.headerBigCtegory li.headerCtegoryShop {
  width: 155px;
  height: 12px;
  padding: 3px 0px;
}

.headerSmallCtegory li.headerCategoryDvd.active,
.headerSmallCtegory li.headerCategoryDvd:hover {
  background: url(../img/common/s_category_dvd_on.jpg) no-repeat left top;
  width: 77px;
  height: 44px;
}

.headerSmallCtegory li.headerCategoryDvd.active img,
.headerSmallCtegory li.headerCategoryDvd img:hover {
  opacity: 0;
}

.headerSmallCtegory li.headerCategoryCd.active,
.headerSmallCtegory li.headerCategoryCd:hover {
  background: url(../img/common/s_category_cd_on.jpg) no-repeat left top;
  width: 77px;
  height: 44px;
}

.headerSmallCtegory li.headerCategoryCd.active img,
.headerSmallCtegory li.headerCategoryCd img:hover {
  opacity: 0;
}

.headerSmallCtegory li.headerCategoryBook.active,
.headerSmallCtegory li.headerCategoryBook:hover {
  background: url(../img/common/s_category_book_on.jpg) no-repeat left top;
  width: 77px;
  height: 44px;
}

.headerSmallCtegory li.headerCategoryBook.active img,
.headerSmallCtegory li.headerCategoryBook img:hover {
  opacity: 0;
}

.headerSmallCtegory li.headerCategorySingleMovie.active,
.headerSmallCtegory li.headerCategorySingleMovie:hover {
  background: url(../img/common/s_category_singlemovie_on.jpg) no-repeat left top;
  width: 77px;
  height: 44px;
}

.headerSmallCtegory li.headerCategorySingleMovie.active img,
.headerSmallCtegory li.headerCategorySingleMovie img:hover {
  opacity: 0;
}

.headerSmallCtegory li.headerCategoryMonthMovie.active,
.headerSmallCtegory li.headerCategoryMonthMovie:hover {
  background: url(../img/common/s_category_monthmovie_on.jpg) no-repeat left top;
  width: 77px;
  height: 44px;
}

.headerSmallCtegory li.headerCategoryMonthMovie.active img,
.headerSmallCtegory li.headerCategoryMonthMovie img:hover {
  opacity: 0;
}

.headerSmallCtegory li.headerCategorySalegame.active,
.headerSmallCtegory li.headerCategorySalegame:hover {
  background: url(../img/common/s_category_salegame_on.jpg) no-repeat left top;
  width: 77px;
  height: 44px;
}

.headerSmallCtegory li.headerCategorySalegame.active img,
.headerSmallCtegory li.headerCategorySalegame img:hover {
  opacity: 0;
}

.headerSmallCtegory li.headerCategorySalesp.active,
.headerSmallCtegory li.headerCategorySalesp:hover {
  background: url(../img/common/s_category_salesp_on.jpg) no-repeat left top;
  width: 77px;
  height: 44px;
}

.headerSmallCtegory li.headerCategorySalesp.active img,
.headerSmallCtegory li.headerCategorySalesp img:hover {
  opacity: 0;
}

.headerSmallCtegory li.headerCategoryFashion.active,
.headerSmallCtegory li.headerCategoryFashion:hover {
  background: url(../img/common/s_category_fashion_on.jpg) no-repeat left top;
  width: 139px;
  height: 44px;
}

.headerSmallCtegory li.headerCategoryFashion.active img,
.headerSmallCtegory li.headerCategoryFashion img:hover {
  opacity: 0;
}

.headerSmallCtegory li.headerCategoryInformation.active,
.headerSmallCtegory li.headerCategoryInformation:hover {
  background: url(../img/common/s_category_information_on.jpg) no-repeat left top;
  width: 77px;
  height: 44px;
}

.headerSmallCtegory li.headerCategoryInformation.active img,
.headerSmallCtegory li.headerCategoryInformation img:hover {
  opacity: 0;
}

.headerSmallCtegory li.headerCategorySearch.active,
.headerSmallCtegory li.headerCategorySearch:hover {
  background: url(../img/common/s_category_search_on.jpg) no-repeat left top;
  width: 77px;
  height: 44px;
}

.headerSmallCtegory li.headerCategorySearch.active img,
.headerSmallCtegory li.headerCategorySearch img:hover {
  opacity: 0;
}

.right_topnav_frame ul {}

.right_topnav_frame .bottom_nav {
  display: block;
  float: left;
  border-left: 1px solid #797979;
  box-sizing: content-box;
}

.right_topnav_frame .bottom_nav.bor_none {
  border: none;
}

.right_bottomnav_frame ul {}

.right_bottomnav_frame .bottom_nav {
  display: block;
  float: left;
  border-left: 1px solid #797979;
  box-sizing: content-box;
}

.right_bottomnav_frame .bottom_nav.last {
  border-right: 1px solid #797979;
}

.attentionKeywordFrame {
  background-color: #F0F0F0;
  border-bottom: 1px solid #AAAAAA;
  min-width: 1000px;
}

.inAttentionKeyword {
  width: 100%;
  min-width: 1000px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 7px 0px;
}

.inAttentionKeyword li.first {
  margin-left: 7px;
}

.inAttentionKeyword li {
  float: left;
  margin-left: 15px;
}

/*
メガメニュー
------------------------------*/
.head_mega_menu {
  position: relative;
}
  .head_mega_menu li {
    float: left;
  }

.nav_add {
  display: none;
  position: absolute;
}

.nav_add i {
  display: block;
  float: left;
}

.nav_add.top_nav_addrental {
  width: 674px;
}

.nav_add.top_nav_addrental {
  top: 30px;
  left: 0;
}

.nav_add.top_nav_addgame {
  width: 680px;
  top: 33px;
  left: 0px;
}

.nav_add.top_nav_addchannel{
  width: 276px;
  top: 30px;
  left: 118px;
}

.nav_add.top_nav_addmovie {
  width: 403px;
  top: 30px;
  left: 164px;
}



.nav_member_frame .button_frame_bg {
  background: url(../img/common/button_frame_bg.png) no-repeat left top;
  width: 265px;
  height: 60px;
  padding: 13px 0;
  text-align: center;
}

.nav_member_frame .button_frame_bg a {
  display: inline-block;
}

header {
  width: 100%;
  background: #FFF;
}

#header_fix_wrap{
	width:100%;
	position:fixed;
	top:0;
	z-index:9999;
}

.headerTopBg.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.headerTabBg.fixed {
  position: fixed;
  top: 40px;
  left: 0;
  /*z-index: 9999;*/
  z-index: 9998;
  /*box-shadow: 0 8px 12px -8px #222;*/
  box-shadow: 0 3px 8px 0px #999;
}

/*
first_use
-------------------------------------------*/
.first_use_wrapper.pie {
  width: 100%;
  padding: 5px 0px;
  -webkit-box-shadow: 3px 3px 3px #666;
  -moz-box-box-shadow: 3px 3px 3px #666;
  /*
  margin-top: 7px;
  */
  box-shadow: 0px 3px 3px #666;
  background: -moz-linear-gradient(left, #8CC041 0%, #76B12D 20%, #62A21D 80%, #62A21D 100%);
  background: -ms-linear-gradient(left, #8CC041 0%, #76B12D 20%, #62A21D 80%, #62A21D 100%);
  background: -o-linear-gradient(left, #8CC041 0%, #76B12D 20%, #62A21D 80%, #62A21D 100%);
  background: -webkit-linear-gradient(left, #8CC041 0%, #76B12D 20%, #62A21D 80%, #62A21D 100%);
  background: linear-gradient(left, #8CC041 0%, #76B12D 20%, #62A21D 80%, #62A21D 100%);
  -pie-background: linear-gradient(left, #8CC041 0%, #76B12D 20%, #62A21D 80%, #62A21D 100%);
  zoom: 1;
  position: relative;
}

.first_use .use_inner {
  width: 1000px;
  margin: 0 auto;
  color: #FFF;
}

.first_use .first_tit {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 10px;
  padding-top: 15px;
  line-height: 1;
}

.first_use .first_text {
  margin-left: 12px;
  padding-top: 7px;
}

.first_use .details_button {
  margin-left: 80px;
  margin-top: 10px;
}

.first_use .details_button:hover,
.first_use .png_file-close_button:hover {
  opacity: 0.8;
}

.first_use .details_button i {
  display: block;
}

.first_use .png_file-close_button {
  margin-top: 10px;
  cursor: pointer;
}

/*
main_contents
------------------------------------------*/
.main_contents {
  width: 100%;
  padding-right: 188px;
  margin-right: -188px;
  margin-bottom: 15px;
  /*background: #000;*/
}

.main_contents .inner_padding {
  padding-left: 20px;
}


/*
left_side
-------------------------------------------*/
.left_side {
  width: 188px;
  /*background: #EBEBEB;*/
  border: 1px solid #D1D1D1;
  border-bottom: none;
  padding: 20px 16px;
}

.left_side a {
  display: block;
}

.left_side .submenu {
  background: #fff;
  margin-bottom: 15px;
  padding: 10px 4px;
  width: 156px;
}
.left_side .submenu_tit {
  border-bottom: 3px solid #ccc;
  margin: 0 -4px;
  padding-bottom: 10px;
  text-align: center;
}

.left_side .submenu_list {}
  .left_side .submenu_list li {
    margin-top: 10px;
  }
  .left_side .submenu_btn {
    color: #000;
    display: block;
    line-height: 33px;
    text-align: center;
  }
    .left_side .submenu_btn:hover {
      text-decoration: none;
      opacity: 0.7;
    }
  .left_side .submenu_content {
    border: 1px solid #A8A8A8;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
    .left_side .submenu_content dt {
      background: #f5f5f6;
      border-bottom: 3px solid #A8A8A8;
      margin-bottom: -1px;
      padding: 7px;
      text-align: center;
    }
    .left_side .submenu_content dd {
      border-top: 1px dotted #A8A8A8;
    }
      .left_side .submenu_content dd a {
        background: #F5F5F6 url(../img/common/side_arr.png) 99% 50% no-repeat scroll;
        color: #000;
        padding: 7px 10px;
      }
      .left_side .submenu_content dd a:hover {
        opacity: 0.7;
        text-decoration: none;
      }

#side_nav > *:first-child {
  margin-top: 0px;
}

#side_nav > *:last-child {
  margin-bottom: 0px;
}

/*** navi_look_for ***/
#side_nav .navi_look_for{
  display: block;
  width: 156px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#side_nav .navi_look_for > li.side_look_for_tit{
/*  width: 164px;*/
  width: 156px;
  height: 38px;
  padding: 0 1em;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border-bottom: 3px solid #d1d1d1;
}

#side_nav .navi_look_for > li > a{
  display: block;
  width: 156px;
  min-height: 29px;
  line-height: 29px;
  text-align: left;
  /*text-indent: 12px;*/
  padding: 0 1em;
  color: #000;
  background-color: #fff;
  background-image: url(../img/icon/side_genre_arrow.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  border-bottom: 1px dashed #d1d1d1;
}

#side_nav .side_genre_l {
  display: block;
  position: relative;
}

#side_nav .side_genre_navi_outer > li > a > span {
  /* position: absolute;
  top: 0;
  left: 5;
  width: 164px;
  width: 160px;*/
  display: block;
  padding-top: 7px;
}

#side_nav .navi_look_for > li > a > span{
  /*position: absolute;
  top: 0;
  left: 5;
  width: 160px;*/
  display: block;
  padding: 7px 0px;
}

#side_nav .side_genre_navi_outer > li > a.side-row2 {
  line-height: 1.1;
}

#side_nav .side_genre_navi_outer > li > a.side-row2 > span {
  top: 5px;
}

#side_nav .navi_look_for > li > a:hover,
#side_nav .navi_look_for > li > a.active{
  background: #888;
  color: #fff;
  text-decoration: none;
}

#side_nav .navi_look_for > li > a:hover span,
#side_nav .navi_look_for > li > a.active span{
  color: #fff;
}

#side_nav .navi_look_for li:last-child > a{
  border-bottom: none;
}

/*
container
------------------------------------------*/
#container {
  width: 100%;
  min-width: 1000px;
  max-width: 1300px;
  margin: 0 auto;
}

#container.hasSideMenu {
  background: url(../img/common/left_sidebg.gif) repeat-y left top;
  overflow:hidden;
}

/*
indexMainColumn
-----------------------------------------*/
#indexMainColumn {
  width: 994px;
}

@media screen and (min-width: 1300px) {
  #searchGenre {
    width: 39%;
  }
  .text_search {
    width: 61%;
  }
}


/*
infomation
-------------------------------*/
.png_file-list_show_icon {
  background-position: 0 -1282px;
  height: 20px;
  width: 116px;
}

.info_list_show .png_file-list_show_icon{
  display: block;
  position:absolute;
  top:5px;
  right:5px;
}

.top_info.pie {
  background: #EBEBEB;
  border-radius: 7px;
  margin-bottom: 15px;
}

.top_info .info_inner {
  min-width: 1000px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 7px 15px;
  /* position:relative; */
}

.info_table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
  .info_table .info_tit {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    border-right: 1px solid #999;
    width: 130px;
  }

  .info_table .text_frame {
    display: table-cell;
    padding-left: 15px;
  }
  .info_table .text_frame .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .info_table .text_frame .text p .png_file-new_info_icon {
    display: inline-block;
    margin-right: 10px;
  }


/* inquiry */
	.red {
		color: #F00;
	}

	#alertBox{
		margin:10px auto 20px;
		border:1px solid #d23727;
		-webkit-border-radius:8px;
		border-radius:8px;
		background:url("/img/cmn/alert_icon.png") no-repeat 10px center;
	}

    #alertBox ul{
		margin-left:55px;
		border-left:1px solid #d23727;
		padding:10px;
		list-style-type:none;
	}

    #alertBox li{
		line-height:150%;
		list-style-type:none;
		text-align: left;
	}

	span.cap{
		font-size:95%;
		line-height:150%;
		color:#aaa;
	}

/* global */
	a.anchor {
		display: block;
		height: 80px;
		margin-top: -80px;
		visibility: hidden;
	}

	.first_use {
		display: none;
    }

    #forSmartphoneSite {
		display:none;
		width:994px;
		height:40px;
		margin:0 auto;
		background:#e7e7e7;
		text-align:center;
		font-size:24px;
		line-height:40px;
		font-weight:bold;
	}

/* login */
    #loginAlert {
		width:700px;
		margin:0 auto;
		padding:5px 10px;
		font-size:14px;
		text-align:center;
		line-height:150%;
		font-weight:bold;
		color:#f00;
		background:#fff1f1;
	}

    #loginUnder {
		margin-top:10px;
		border-top:1px solid #ccc;
		padding-top:10px;
		text-align:center;
		list-style-tyle:none;
	}

    #loginUnder li {
		display:inline;
		padding:0 10px;
	}

/* faq */
	#side_nav .navi_look_for.catFaq7  li,
	#side_nav .navi_look_for.catFaq8  li,
	#side_nav .navi_look_for.catFaq10 li,
	#side_nav .navi_look_for.catFaq7  li a,
	#side_nav .navi_look_for.catFaq8  li a,
	#side_nav .navi_look_for.catFaq10 li a {
		background-color: #FFFCF0;
	}

/* v1style */
	.v1style * {
		box-sizing: content-box;
	}
	.v1style ul {
		padding-left: 40px;
	}
    #container .v1style {
		margin-bottom: 15px;
    }

/* form */
	input.textBtn {
		display:inline-block;
		min-width:200px;
		height:32px;
		margin:10px auto;
		border-radius:2px;
		font-size:16px;
		line-height:32px;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		-webkit-appearance:none;
		cursor:pointer;
		margin-bottom:3px;
		line-height:28px;

		-moz-box-shadow:
			0px 1px 1px rgba(000,000,000,0.5),
			inset 0px 0px 4px rgba(255,255,255,0.6);
		-webkit-box-shadow:
			0px 1px 1px rgba(000,000,000,0.5),
			inset 0px 0px 4px rgba(255,255,255,0.6);
		box-shadow:
			0px 1px 1px rgba(000,000,000,0.5),
			inset 0px 0px 4px rgba(255,255,255,0.6);

		color:#000;
		background: #fbfbfb; /* Old browsers */
		background: -moz-linear-gradient(top,  #fbfbfb 0%, #e4e5e7 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e4e5e7)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e4e5e7 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fbfbfb 0%,#e4e5e7 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fbfbfb 0%,#e4e5e7 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fbfbfb 0%,#e4e5e7 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e4e5e7',GradientType=0 ); /* IE6-9 */
	}

	/* 
	 *     薄い    濃い
	 * v1: #5757a1 #24246f
	 * v2: #fbfbfb #e4e5e7
	 *
	 * s/#5757a1/#fbfbfb/g
	 * s/#24246f/#e4e5e7/g
	 * s/#fff/#000/g
	 *
	 */
	input.btBack.textBtn, 
	input.backBtn.textBtn {
	}

	/* 
	 *     薄い    濃い
	 * v1: #5757a1 #24246f
	 * v2: #ffc926 #f59c11
	 *
	 * s/#5757a1/#ffc926/g
	 * s/#24246f/#f59c11/g
	 * s/#fff/#000/g
	 *
	 */
	input.btChange.textBtn,
	input.btNext.textBtn,
	input.btRegister.textBtn,
	input.btResign.textBtn,
	input.btSearch.textBtn,
	input.btSend.textBtn,
	input.btServiceStop.textBtn,
	input.nextBtn.textBtn,
	input.submitBtn.textBtn {
		-moz-box-shadow:
			0px 1px 1px rgba(000,000,000,0.5),
			inset 0px 0px 4px rgba(255,255,255,0.6);
		-webkit-box-shadow:
			0px 1px 1px rgba(000,000,000,0.5),
			inset 0px 0px 4px rgba(255,255,255,0.6);
		box-shadow:
			0px 1px 1px rgba(000,000,000,0.5),
			inset 0px 0px 4px rgba(255,255,255,0.6);

		color:#000;
		background: #ffc926; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffc926 0%, #f59c11 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc926), color-stop(100%,#f59c11)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffc926 0%,#f59c11 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffc926 0%,#f59c11 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffc926 0%,#f59c11 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffc926 0%,#f59c11 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc926', endColorstr='#f59c11',GradientType=0 ); /* IE6-9 */
	}

	.btnWrapper input.textBtn {
		margin-left: 10px;
		margin-right: 10px;
	}

	.errorWrapper{
		margin:20px 5px;
		padding:8px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		background:#ffeaef;
	}

	.errorWrapper li{
		font-size:14px;
		line-height:21px;
		padding-bottom:2px;
		color:#f00;
	}

	a.linkBtn {
		position: relative;
		display: inline-block;
		padding: 0.35em 0.5em 0.25em 0.5em;
		vertical-align: middle;
		min-width:225px;
		margin:10px auto;
		border-radius:4px;
		font-size:19px;
		/* letter-spacing: 0.05em; */
		transform:scale(0.9,1);
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		-webkit-appearance:none;
		cursor:pointer;
		margin-bottom:3px;
		line-height:28px;

		-moz-box-shadow:
			0px 1px 1px rgba(000,000,000,0.5),
			inset 0px 0px 4px rgba(255,255,255,0.6);
		-webkit-box-shadow:
			0px 1px 1px rgba(000,000,000,0.5),
			inset 0px 0px 4px rgba(255,255,255,0.6);
		box-shadow:
			0px 1px 1px rgba(000,000,000,0.5),
			inset 0px 0px 4px rgba(255,255,255,0.6);

		color:#000;
		/* border:1px solid #e4e5e7; */
		background: #fbfbfb; /* Old browsers */
		background: -moz-linear-gradient(top,  #fbfbfb 0%, #e4e5e7 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e4e5e7)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e4e5e7 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fbfbfb 0%,#e4e5e7 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fbfbfb 0%,#e4e5e7 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fbfbfb 0%,#e4e5e7 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e4e5e7',GradientType=0 ); /* IE6-9 */
	}
	a.linkBtn i.right-arrow {
		position: absolute;
		display: block;
		background: transparent url("/pc/img/store/info/store_info_sale_btn_arrow.png") no-repeat scroll right center;
		width: 5px;
		height: 12px;
		right: 5px;
		top: 14px;
	}
	a.linkBtn:hover {
		cursor: pointer;
		filter: alpha(opacity=90);
		/* ie lt 8 */
		-ms-filter: "alpha(opacity=90)";
		/* ie 8 */
		-moz-opacity: 0.8;
		/* FF lt 1.5, Netscape */
		-khtml-opacity: 0.8;
		/* Safari 1.x */
		opacity: 0.8;
	}

/* /html/geoid.html */
	.v1style #title04 {
		margin-top: 2em;
		margin-left: auto;
		margin-right: auto;
	}

/* store_info_campaign */

	.store_info_campaign {
	    max-width: 1080px;
	    min-width: 830px;
	    width: 97%;
	    margin: 0 auto;
	}
	.store_info_campaign_units {
	    margin: 0 0 1% -1%;
	}
	.store_info_campaign_unit {
	    float: left;
	    width: 24%;
	    position: relative;
	    margin: 0 0 0 1%;
	}
	.store_info_campaign_unit img {
		width: 100%;
		height: auto;
	}
	.store_info_campaign_unit .store_info_campaign_unit_title {
		text-align: center;
	}
	/*
	.store_info_campaign_unit .store_info_campaign_name a {
	    font-size: 16px;
	    text-decoration: underline;
	    display: block;
	    margin: 10px 0 15px 0;
	}
	.store_info_campaign_txt {
	    font-size: 15px;
	}
	*/

/* left side nav for store */

    #side_nav .navi_look_for > .store2 a {
      line-height: 1.5;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    
    #side_nav .navi_look_for > li > a {
      background-image: url(/pc/img/store/side_genre_arrow.png);
    }
    .store_nav1 {
      background: url(/pc/img/store/store_nav1.gif) no-repeat;
      width: 158px;
      height: 33px;
      display: block;
      margin: 0 0 10px 0;
    }
    .store_nav1_current, .store_nav1:hover {
      background: url(/pc/img/store/store_nav1_on.gif) no-repeat;
    }
    .store_nav2 {
      background: url(/pc/img/store/store_nav2.gif) no-repeat;
      width: 158px;
      height: 33px;
      display: block;
      margin: 0 0 10px 0;
    }
    .store_nav2_current, .store_nav2:hover {
      background: url(/pc/img/store/store_nav2_on.gif) no-repeat;
    }
    .store_nav3 {
      background: url(/pc/img/store/store_nav3.png) no-repeat;
      width: 158px;
      height: 33px;
      display: block;
      margin: 0 0 10px 0;
    }
    .store_nav3_current, .store_nav3:hover {
      background: url(/pc/img/store/store_nav3_on.png) no-repeat;
    }
    .store_nav4 {
      background: url(/pc/img/store/store_nav4.gif) no-repeat;
      width: 158px;
      height: 33px;
      display: block;
      margin: 0 0 10px 0;
    }
    .store_nav7 {
      background: url(/pc/img/store/store_nav7.png) no-repeat;
      width: 158px;
      height: 33px;
      display: block;
      margin: 0 0 10px 0;
    }
    .store_nav7_current, .store_nav7:hover {
      background: url(/pc/img/store/store_nav7_on.png) no-repeat;
    }
    
    .side_cat_navi_outer {
    	margin-top: 10px;
    	margin-bottom: 10px;
    }
    
    #side_nav .side_cat_navi_outer li {
      position: relative;
    }
    #side_nav .current_cat::after {
      content: url("/pc/img/store/current_cat_after.png");
      display: block;
      height: 16px;
      left: 162px;
      position: absolute;
      top: 10px;
      width: 7px;
    }

/* 宅レンから */
	#headerSearchKey {
		height: 26px;
		line-height: 26px;
		vertical-align: middle;
		width: 100%;
		padding-left: 4px;
		height: 25px;
	}
	
	#altForm {
	    padding: 0px;
	}

/* リマーケティングタグによる余白の削除 */

.copyrightFrame {
	margin-bottom: -6px;
}

.copyrightInFrame {
	padding-bottom:0;
}


/* ヘッダのマイページを名前に */
a#headerMyPageLink{
	display:block;
	width:191px;
	height:39px;
	background:#ecba23;
	color:#000;
}

a#headerMyPageLink .icon{
	display:block;
	float:left;
	width:10px;
	height:14px;
	margin:12px 0 0 5px;
	background-image:url(/pc/img/png_file-s4be5f85eca.png);
	background-repeat:no-repeat;
	background-position:-52px -3676px;
	text-indent:-100px;
	overflow:hidden;
}


a#headerMyPageLink .arrow{
	display:block;
	float:right;
	width:8px;
	height:14px;
	margin:12px 5px 0 0;
	background-image:url(/pc/img/png_file-s4be5f85eca.png);
	background-repeat:no-repeat;
	background-position:-173px -3676px;
	text-indent:-100px;
	overflow:hidden;
}

a#headerMyPageLink .textArea{
	display:block;
	margin:0 17px 0 19px;
	font-size:10px;
	line-height:39px;
	text-align:center;
}

a#headerMyPageLink .textAreaInner{
	display:inline-block;
	text-align:left;
}

a#headerMyPageLink .name{
	display:inline-block;
	font-size:14px;
}


a#headerMyPageLink:hover{
	background:#888;
	color:#fff;
}

a#headerMyPageLink:hover .icon{
	background-position:-52px -3715px;
}

a#headerMyPageLink:hover .arrow{
	background-position:-173px -3715px;
}



/* 新sprite */
.png_file-head_ques,
.png_file-head_cart,
.png_file-head_login,
.png_file-head_mypage,
.png_file-cart_nav_rental,
.png_file-cart_nav_buy,
.png_file-cart_nav_movie,
.png_file-cart_nav_channel,
.png_file-member_rental,
.png_file-member_channel,
.png_file-member_single,
.png_file-member_monthly,
.png_file-member_movie,
.png_file-member_buy,
.png_file-member_text,
.png_file-signup_rental,
.png_file-signup_channel,
.png_file-signup_movie,
.png_file-mypage_rental,
.png_file-mypage_channel,
.png_file-mypage_movie,
.png_file-mypage_single,
.png_file-mypage_monthly,
.png_file-mypage_buy,
.png_file-mypage_logout,
.png_file-head_top,
.png_file-head_takuhai,
.png_file-head_channel,
.png_file-head_movie,
.png_file-head_buy,
.png_file-head_sp,
.png_file-head_shop,
.png_file-head_search,
.png_file-nav_add_dvd,
.png_file-nav_add_box,
.png_file-nav_add_cd,
.png_file-nav_add_book,
.png_file-nav_add_18,
.png_file-single_movie,
.png_file-month_movie,
.png_file-single_movie_18,
.png_file-month_movie_18,
.png_file-nav_add_normal,
.png_file-nav_add_other {
	
	background-image : url("/pc/img/sprite_v3.png") ;
	background-repeat : no-repeat ;
}

.png_file-head_ques {
	width : 141px ;
	height : 39px ;
	background-position : 0 0 ;
}

.png_file-head_ques:hover {
	background-position : 0 -39px ;
}


.png_file-head_cart {
	width : 143px ;
	height : 39px ;
	background-position : -141px 0 ;
}

.png_file-head_cart:hover {
	background-position : -141px -39px ;
}

.png_file-head_login {
	width : 191px ;
	height : 39px ;
	background-position : -284px 0 ;
}

.png_file-head_login:hover {
	background-position : -284px -39px ;
}

.png_file-head_mypage {
	width : 191px ;
	height : 39px ;
	background-position : -475px 0 ;
}

.png_file-head_mypage:hover {
	background-position : -475px -39px ;
}

.png_file-cart_nav_rental {
	background-position : -530px -208px ;
}

.png_file-cart_nav_buy {
	background-position : -1060px -208px ;
}

.png_file-cart_nav_channel{
	background-position : -1144px 0 ;
}

.png_file-cart_nav_movie {
	background-position : -795px -208px ;
}

.png_file-member_rental {
	background-position : 0 -79px ;
}

.png_file-member_channel {
	background-position : -265px -79px ;
}

.png_file-member_single {
	background-position : -1060px -79px ;
}

.png_file-member_monthly {
	background-position : -795px -79px ;
}

.png_file-member_movie {
	background-position : -530px -79px ;
}

.png_file-member_buy {
	background-position : 0 -208px ;
}

.png_file-member_text {
	background-position : -795px -165px ;
}

.png_file-signup_rental {
	background-position : 0 -122px ;
}

.png_file-signup_channel {
	background-position : -265px -122px ;
}

.png_file-signup_movie {
	background-position : -530px -122px ;
}

.png_file-mypage_rental {
	background-position : 0 -165px ;
}

.png_file-mypage_channel {
	background-position : -265px -165px ;
}

.png_file-mypage_movie {
	background-position : -530px -165px ;
}

.png_file-mypage_single {
	background-position : -1060px -122px ;
}

.png_file-mypage_monthly {
	background-position : -795px -122px ;
}

.png_file-mypage_buy {
	background-position : -265px -208px ;
}

.png_file-mypage_logout {
	background-position : -1060px -165px ;
}

.nav_cart_frame,
.nav_member_frame,
.nav_mypage_frame {
	max-width: 276px;
	background: #888888;
	padding: 5px;
	display: none;
	position: absolute;
	top: 36px;
	left: 283px;
	z-index: 9999;
	border-radius: 7px;
}

.nav_member_frame,
.nav_mypage_frame {
	left: 476px;
}

.nav_cart_frame li,
.nav_member_frame li,
.nav_mypage_frame li {
	border-bottom: 1px solid #888888;
}

.nav_cart_frame li:last-child,
.nav_member_frame li:last-child,
.nav_mypage_frame li:last-child {
	border: none;
}

.nav_cart_frame a,
.nav_member_frame a,
.nav_mypage_frame a{
	display:block;
}

.nav_cart_frame i,
.nav_member_frame i,
.nav_mypage_frame i{
	display:block;
	width : 265px ;
	height : 43px ;
}

.nav_cart_frame a:hover,
.nav_mypage_frame a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.png_file-head_top,
.png_file-head_takuhai,
.png_file-head_channel,
.png_file-head_movie,
.png_file-head_buy,
.png_file-head_sp,
.png_file-head_shop,
.png_file-head_search {
	width : 94px ;
	height : 35px ;
}

.png_file-head_top {
	background-position : 0 -251px ;
}

.png_file-head_takuhai {
	background-position : -94px -251px ;
}

.png_file-head_channel {
	background-position : -188px -251px ;
}

.png_file-head_movie {
	background-position : -282px -251px ;
}

.png_file-head_buy {
	background-position : -376px -251px ;
}

.png_file-head_sp {
	background-position : -471px -251px ;
}

.png_file-head_shop {
	background-position : -660px -251px ;
}

.png_file-head_search {
	background-position : -565px -251px ;
}

.png_file-head_top:hover {
	background-position : 0 -286px ;
}

.png_file-head_takuhai:hover {
	background-position : -94px -286px ;
}

.png_file-head_channel:hover {
	background-position : -188px -286px ;
}

.png_file-head_movie:hover {
	background-position : -282px -286px ;
}

.png_file-head_buy:hover {
	background-position : -376px -286px ;
}

.png_file-head_sp:hover {
	background-position : -471px -286px ;
}

.png_file-head_shop:hover {
	background-position : -659px -286px ;
}

.png_file-head_search:hover {
	background-position : -566px -286px ;
}

.png_file-nav_add_dvd {
	width : 136px ;
	height : 43px ;
	background-position : 0 -321px ;
}

.png_file-nav_add_dvd:hover {
	background-position : 0 -364px ;
}

.png_file-nav_add_box {
	width : 133px ;
	height : 43px ;
	background-position : -136px -321px ;
}

.png_file-nav_add_box:hover {
	background-position : -136px -364px ;
}

.png_file-nav_add_cd {
	width : 133px ;
	height : 43px ;
	background-position : -269px -321px ;
}

.png_file-nav_add_cd:hover {
	background-position : -269px -364px ;
}

.png_file-nav_add_book {
	width : 133px ;
	height : 43px ;
	background-position : -402px -321px ;
}

.png_file-nav_add_book:hover {
	background-position : -402px -364px ;
}

.png_file-nav_add_18 {
	width : 139px ;
	height : 43px ;
	background-position : -535px -321px ;
}

.png_file-nav_add_18:hover {
	background-position : -535px -364px ;
}

.png_file-nav_add_normal {
	width : 137px ;
	height : 43px ;
	background-position : -674px -337px ;
}

.png_file-nav_add_normal:hover {
	background-position : -811px -337px ;
}

.png_file-nav_add_other {
	width : 139px ;
	height : 43px ;
	background-position : -948px -337px ;
}

.png_file-nav_add_other:hover {
	background-position : -1087px -337px ;
}

.png_file-single_movie {
	width : 167px ;
	height : 43px ;
	background-position : -754px -251px ;
}

.png_file-single_movie:hover {
	background-position : -754px -295px ;
}

.png_file-month_movie {
	width : 166px ;
	height : 43px ;
	background-position : -921px -251px ;
}

.png_file-month_movie:hover {
	background-position : -921px -294px ;
}

.png_file-single_movie_18 {
	width : 167px ;
	height : 43px ;
	background-position : -1087px -251px ;
}

.png_file-single_movie_18:hover {
	background-position : -1087px -294px ;
}

.png_file-month_movie_18 {
	width : 171px ;
	height : 43px ;
	background-position : -1254px -251px ;
}

.png_file-month_movie_18:hover {
	background-position : -1254px -294px ;
}

/*ゲオパティオ追加*/
.png_file-head_patio {
	background-position : 0 0 ;
	width : 124px ;
	height : 30px ;
	background-image : url("/pc/img/common/header_patio.png?v=2") ;
	background-repeat : no-repeat ;
	margin: 4px 2px 0 0;
	border-left: none!important;
}
.png_file-head_patio:hover {
	background-position: 0 -30px;
}

/*クチコ追加*/
.png_file-head_kuchico {
	background-position : 0 0 ;
	width : 124px ;
	height : 30px ;
	background-image : url("/pc/img/common/header_kuchico.png") ;
	background-repeat : no-repeat ;
	margin: 4px 10px 0 13px;
	border-left: none!important;
}
.png_file-head_kuchico:hover {
	background-position: 0 -30px;
}

/*ゲオすゲーム縁日追加*/
.png_file-head_geosgame {
	background-position : 0 0 ;
	width : 124px ;
	height : 30px ;
	background-image : url("/pc/img/common/header_geosgame.png") ;
	background-repeat : no-repeat ;
	margin: 4px 10px 0 13px;
	border-left: none!important;
}
.png_file-head_geosgame:hover {
	background-position: 0 -30px;
}

/*ゲオゲッチュ追加*/
.png_file-head_geochu {
	background-position : 0 0 ;
	width : 124px ;
	height : 30px ;
	background-image : url("/pc/img/common/header_geochu.png") ;
	background-repeat : no-repeat ;
	margin: 4px 2px 0 0;
	border-left: none!important;
}
.png_file-head_geochu:hover {
	background-position: 0 -30px;
}

/* media Query */
@media screen and (max-width: 1250px) {
	body{
		padding-top:112px;
	}
	.mainLogo{
		width: auto;
	}
	.mainLogo h1{
		display:none;
	}
	.headerTop{
		min-width: 0;
	}
	
	.headerTabBg {
		min-height:72px;
		background: url(/pc/img/common/commonnavi_bg_bottom.jpg) left bottom;
	}
	#searchGenre{
		display:block;
		width:100%;
		float:none !important;
		padding-bottom:6px;
		border-bottom:1px solid #a9a9a9;
	}
	
	.right_bottomnav_frame {
		float:none !important;
	}

}

/* 追加 & 上書き movie BTS:0436 */
/*sprite_create
-----------------------------*/
.logoImage,
#geoLogoSingle,
.logoCursor,
.png_file-head_ques,
.png_file-head_cart,
.png_file-head_login,
.png_file-head_mypage,
.png_file-head_top,
.png_file-head_takuhai,
.png_file-head_movie,
.png_file-head_buy,
.png_file-head_sp,
.png_file-head_shop,
.png_file-head_search,
.png_file-nav_add_dvd,
.png_file-nav_add_box,
.png_file-nav_add_cd,
.png_file-nav_add_book,
.png_file-nav_add_18,
.png_file-channel_basic,
.png_file-free_movie,
.png_file-single_movie,
.png_file-single_movie_18,
.png_file-cart_nav_rental,
.png_file-cart_nav_channel,
.png_file-cart_nav_buy,
.png_file-member_rental,
.png_file-member_channel,
.png_file-member_single,
.png_file-member_buy,
.png_file-signup_rental,
.png_file-signup_channel,
.png_file-signup_single,
.png_file-mypage_rental,
.png_file-mypage_channel,
.png_file-mypage_single,
.png_file-mypage_buy,
.png_file-member_text,
.png_file-mypage_logout,
.png_file-blank_icon,
.png_file-blank_icon02,
.png_file-border_duble,
.bottomsubtitbar,
.bottomtitbar,
.logoImage,
.logoCursor,
#headerSearchBtn,
.png_file-side_btn,
.png_file-side_btn_close,
.png_file-list_show_icon,
.png_file-rank_50_icon{
  background-image: url('/pc/img/commonSprite.png'); /* CommonHeader & CommonFooter */
  background-repeat: no-repeat;
}

.png_file-blank_icon {
  background-position:-674px 0;
  width:13px;
  height:13px;
}

.png_file-blank_icon02 {
  background-position:-696px 0;
  width:11px;
  height:11px;
}

.png_file-border_duble {
  display:inline-block;
  background-position:-689px 0;
  width:5px;
  height:16px;
  margin: 0 5px 0 0;
}

.bottomsubtitbar {
  background-position:-716px 0;
  width:2px;
  height:16px;
  margin: 0 10px -4px -10px;
  float: none!important;
}

.bottomtitbar {
  display: inline-block;
  background-position:-709px 0;
  width:5px;
  height:16px;
  margin: 0 5px 0 0;
}

.png_file-head_ques {
  background-position:0 0;
  width:141px;
  height:39px;
}
.png_file-head_ques:hover, .png_file-head_ques.head_ques-hover {
  background-position:0 -41px;
}

.png_file-head_cart {
  background-position:-143px 0;
  height: 39px;
  width: 143px;
}
.png_file-head_cart:hover, .png_file-head_cart.head_cart-hover {
  background-position:-143px -41px;
}

.png_file-head_login {
  background-position:-288px 0;
  height: 39px;
  width: 191px;
}
.png_file-head_login:hover, .png_file-head_login.head_login-hover {
  background-position:-288px -41px;
}

.png_file-head_mypage {
  background-position:-481px 0;
  height: 39px;
  width: 191px;
}
.png_file-head_mypage:hover, .png_file-head_mypage-hover {
  background-position:-481px -41px;
}

.png_file-head_top {
  background-position:0 -82px;
  height: 35px;
  width: 94px;
}
.png_file-head_top:hover, .png_file-head_top.head_top-hover {
  background-position:0 -119px;
}

.png_file-head_takuhai {
  background-position:-96px -82px;
  height: 35px;
  width: 94px;
}
.png_file-head_takuhai:hover, .png_file-head_takuhai.head_takuhai-hover {
  background-position:-96px -119px;
}

.png_file-head_movie {
  background-position:-192px -82px;
  height: 35px;
  width: 94px;
}
.png_file-head_movie:hover, .png_file-head_movie.head_movie-hover {
  background-position:-192px -119px;
}

.png_file-head_buy {
  background-position:-288px -82px;
  height: 35px;
  width: 94px;
}
.png_file-head_buy:hover, .png_file-head_buy.head_buy-hover {
  background-position:-288px -119px;
}

.png_file-head_sp {
  background-position:-384px -82px;
  height: 35px;
  width: 94px;
}
.png_file-head_sp:hover, .png_file-head_sp.head_sp-hover {
  background-position:-384px -119px;
}

.png_file-head_shop {
  background-position:-480px -82px;
  height: 35px;
  width: 94px;
}
.png_file-head_shop:hover, .png_file-head_shop.head_shop-hover {
  background-position:-480px -119px;
}

.png_file-head_search {
  background-position:-576px -82px;
  height: 35px;
  width: 94px;
}
.png_file-head_search:hover, .png_file-head_search.head_search-hover {
  background-position:-576px -119px;
}

.png_file-nav_add_dvd {
  background-position:0 -156px;
  height: 43px;
  width: 136px;
}
.png_file-nav_add_dvd:hover, .png_file-nav_add_dvd.nav_add_dvd-hover {
  background-position:0 -201px;
}

.png_file-nav_add_box {
  background-position:-136px -156px;
  height: 43px;
  width: 133px;
}
.png_file-nav_add_box:hover, .png_file-nav_add_box.nav_add_box-hover {
  background-position:-136px -201px;
}

.png_file-nav_add_cd {
  background-position:-269px -156px;
  height: 43px;
  width: 133px;
}
.png_file-nav_add_cd:hover, .png_file-nav_add_cd.nav_add_cd-hover {
  background-position:-269px -201px;
}

.png_file-nav_add_book {
  background-position:-402px -156px;
  height: 43px;
  width: 133px;
}
.png_file-nav_add_book:hover, .png_file-nav_add_book.nav_add_book-hover {
  background-position:-402px -201px;
}

.png_file-nav_add_book.noAdult{
  background-position:-702px -156px;
  width: 137px;
}

.png_file-nav_add_book.noAdult:hover{
  background-position:-702px -201px;
}

.png_file-nav_add_18 {
  background-position:-541px -156px;
  height: 43px;
  width: 135px;
}
.png_file-nav_add_18:hover, .png_file-nav_add_18.nav_add_18-hover {
  background-position:-541px -201px;
}

.png_file-channel_basic {
  background-position:0 -248px;
  width:135px;
  height:48px;
}
.png_file-channel_basic:hover {
  background-position:0 -296px;
}

.png_file-free_movie {
  background-position:-132px -248px;
  width:135px;
  height:48px;
}
.png_file-free_movie:hover {
  background-position:-132px -296px;
}

.png_file-single_movie {
  background-position:-267px -248px;
  height: 48px;
  width: 132px;
}
.png_file-single_movie:hover, .png_file-single_movie.single_movie-hover {
  background-position:-267px -296px;
}

.png_file-single_movie_18 {
  background-position:-400px -248px;
  height: 48px;
  width: 136px;
}
.png_file-single_movie_18:hover, .png_file-single_movie_18.single_movie_18-hover {
  background-position:-400px -296px;
}

.png_file-cart_nav_rental {
  background-position:0 -346px;
  height: 43px;
  width: 265px;
}

.png_file-cart_nav_channel {
  width : 265px ;
  height : 43px ;
  background-position:-267px -346px;
}

.png_file-cart_nav_buy {
  background-position:-534px -346px;
  height: 43px;
  width: 265px;
}

.png_file-member_rental {
  background-position:0 -391px;
  height: 43px;
  width: 265px;
}

.png_file-member_channel {
	width : 265px ;
	height : 43px ;
	background-position:0 -481px;
}

.png_file-member_single {
  background-position:0 -526px;
  height: 43px;
  width: 265px;
}

.png_file-member_buy {
  background-position:0 -436px;
  height: 43px;
  width: 265px;
}

.png_file-signup_rental {
  background-position:-267px -391px;
  width:265px;
  height:43px;
}

.png_file-signup_channel {
  background-position:-267px -481px;
  width:265px;
  height:43px;
}

.png_file-signup_single {
  background-position:-267px -526px;
  width:265px;
  height:43px;
}

.png_file-mypage_rental {
  background-position:-534px -391px;
  height: 43px;
  width: 265px;
}

.png_file-mypage_channel {
  background-position:-534px -481px;
  width:265px;
  height:43px;
}

.png_file-mypage_single{
  background-position:-534px -526px;
  height: 43px;
  width: 265px;
}

.png_file-mypage_buy {
  background-position:-267px -436px;
  height: 43px;
  width: 265px;
}

.png_file-mypage_logout {
  background-position:-267px -571px;
  height: 43px;
  width: 265px;
}

.png_file-side_btn{
	width:148px;
	height:33px;
	background-position:-148px -623px;
}

.png_file-side_btn_close{
	width:148px;
	height:33px;
	background-position:0px -623px;
}

.png_file-list_show_icon{
	display:block;
	height: 20px;
	width: 116px;
	background-position:-743px 0;
}

.png_file-list_show_icon{
	display:block;
	height: 20px;
	width: 116px;
	background-position:-743px 0;
}

.png_file-rank_50_icon{
	display:block;
	height: 20px;
	width: 116px;
	background-position:-743px -22px;
}

#headerSearchBtn{
	display:block;
	width:46px;
	height:26px;
	border:0;
	text-indent:-9999px;
	overflow:hidden;
	background-position:-524px -630px;
	cursor:pointer;
}

.png_file-cart_nav_rental:hover,
.png_file-cart_nav_channel:hover,
.png_file-cart_nav_buy:hover,
.png_file-member_rental:hover,
.png_file-member_channel:hover,
.png_file-member_single:hover,
.png_file-member_buy:hover,
.png_file-mypage_rental:hover,
.png_file-mypage_channel:hover,
.png_file-mypage_single:hover,
.png_file-mypage_buy:hover,
.png_file-signup_rental:hover,
.png_file-signup_channel:hover,
.png_file-signup_single:hover,
.png_file-mypage_logout,
.png_file-side_btn:hover,
.png_file-side_btn_close:hover,
#headerSearchBtn:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.png_file-member_text {
  background-position:0 -571px;
  height: 43px;
  width: 265px;
}

/*
left_side
-------------------------------------------*/
.left_side {
  width: 188px;
  /*background: #EBEBEB;*/
  border: 1px solid #D1D1D1;
  border-bottom: none;
  padding: 20px 16px;
}

.left_side a {
  display: block;
}

.left_side .submenu {
  background: #fff;
  margin-bottom: 15px;
  padding: 10px 4px;
  width: 156px;
}
.left_side .submenu_tit {
  border-bottom: 3px solid #ccc;
  margin: 0 -4px;
  padding-bottom: 10px;
  text-align: center;
}

.left_side .submenu_list {}
  .left_side .submenu_list li {
    margin-top: 10px;
  }
  .left_side .submenu_btn {
    color: #000;
    display: block;
    line-height: 33px;
    text-align: center;
  }
    .left_side .submenu_btn:hover {
      text-decoration: none;
      opacity: 0.7;
    }
  .left_side .submenu_content {
    border: 1px solid #A8A8A8;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
    .left_side .submenu_content dt {
      background: #f5f5f6;
      border-bottom: 3px solid #A8A8A8;
      margin-bottom: -1px;
      padding: 7px;
      text-align: center;
    }
    .left_side .submenu_content dd {
      border-top: 1px dotted #A8A8A8;
    }
      .left_side .submenu_content dd a {
        background: #F5F5F6 url(../img/common/side_arr.png) 99% 50% no-repeat scroll;
        color: #000;
        padding: 7px 10px;
      }
      .left_side .submenu_content dd a:hover {
        opacity: 0.7;
        text-decoration: none;
      }

#side_nav > *:first-child {
  margin-top: 0px;
}

#side_nav > *:last-child {
  margin-bottom: 0px;
}

/*** navi_look_for ***/
#side_nav .navi_look_for{
  display: block;
  width: 156px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#side_nav .navi_look_for > li.side_look_for_tit{
/*  width: 164px;*/
  width: 156px;
  height: 38px;
  padding: 0 1em;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border-bottom: 3px solid #d1d1d1;
}

#side_nav .navi_look_for > li > a{
  display: block;
  width: 156px;
  min-height: 29px;
  line-height: 29px;
  text-align: left;
  /*text-indent: 12px;*/
  padding: 0 1em;
  color: #000;
  background-color: #fff;
  background-image: url(../img/icon/side_genre_arrow.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  border-bottom: 1px dashed #d1d1d1;
}

#side_nav .side_genre_l {
  display: block;
  position: relative;
}

#side_nav .side_genre_navi_outer > li > a > span {
  /* position: absolute;
  top: 0;
  left: 5;
  width: 164px;
  width: 160px;*/
  display: block;
  padding-top: 7px;
}

#side_nav .navi_look_for > li > a > span{
  /*position: absolute;
  top: 0;
  left: 5;
  width: 160px;*/
  display: block;
  padding: 7px 0px;
}

#side_nav .side_genre_navi_outer > li > a.side-row2 {
  line-height: 1.1;
}

#side_nav .side_genre_navi_outer > li > a.side-row2 > span {
  top: 5px;
}

#side_nav .navi_look_for > li > a:hover,
#side_nav .navi_look_for > li > a.active{
  background: #888;
  color: #fff;
  text-decoration: none;
}

#side_nav .navi_look_for > li > a:hover span,
#side_nav .navi_look_for > li > a.active span{
  color: #fff;
}

#side_nav .navi_look_for li:last-child > a{
  border-bottom: none;
}


/*
footerWrapper
------------------------------------------*/
#footerWrapper {
  width:100%;
  min-width: 1000px;
  overflow:hidden;
}

.footer_bnr_frame {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.footer_service {
  width: 100%;
  background: #000;
  line-height: 1.8;
}

.footer_service,
.footer_service a {
  color: #FFF;
}

.footer_service .fs_inner {
  width: 100%;
  background: #000;
  min-width: 1000px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 12px 0px;
}

.footer_service .fs_tit {
  width: auto;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.4;
}

.footer_service .main_left,
.footer_service .main_center,
.footer_service .main_right {
  padding-right: 15px;
}

.footer_service .ul_inner {
  padding-top: 7px;
  border-top: 1px dotted #646464;
}

.footer_service .sub_contents {
  padding-left: 15px;
}

.footer_service .contents02 {
  border-left: 1px dotted #646464;
  padding-left: 15px;
}

.footer_service .contents02 ul {
  padding-left: 1em;
}

.footer_service .rentaru_inner li a,
.footer_service .contents02 li a {
  float: left;
  clear: both;
  margin-right: 5px;
}

.footer_service .rentaru_inner i,
.footer_service .contents02 i {
  float: left;
  display: block;
}

.footer_service .rentaru_inner i {
	margin-top: 3px;
}

.footer_service .img_block {
  padding-top: 10px;
  clear: both;
}

.footer_service .width2 {
  width: 20%;
}

.footer_service .width2_5 {
  width: 20.83333%;
}

.footer_service .width3 {
  width: 25%;
}

.footer_service .width3_5 {
  width: 29.16667%;
}

.footer_service .width4 {
  width: 33.33333%;
}

.footer_service .width5 {
  width: 41.66667%;
}

.footer_service .width6 {
  width: 50%;
}

.footer_service .width7 {
  width: 58.33333%;
}

.footer_service .width8 {
  width: 66.66667%;
}

.footer_service .width9 {
  width: 75%;
}

.footer_service .width10 {
  width: 83.33333%;
}

.footer_bnr_frame a {
  display: inline-block;
}

.footerNaviFrame {
  background: url(../img/common/commonnavi_bg_bottom.jpg) repeat left top;
  width: 100%;
  min-height: 64px;
}

.footerInFrame {
  width: 100%;
  background: url(../img/common/commonnavi_bg_bottom.jpg) repeat left top;
  min-width: 1000px;
  max-width: 1300px;
  margin: 0px auto;
  padding: 10px 0px;
}

.footerTopFrame {
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #888888;
}



.footerTopFrame li,
.footerBottomFrame li {
  float: left;
  margin-right: 15px;
  padding-left: 10px;
  font-weight: bold;
}

.footerTopFrame li:first-child {
  padding-left: 10px;
}

.footerTopFrame li {
  margin-right:0;
  padding-left:2em;
}

.bottomsubtitbar{
  background-position:-716px 0;
  width:2px;
  height:16px;
  margin: 0 10px -4px -10px;
  float: none!important;
}
.bottomtitbar{
  display: inline-block;
  background-position:-709px 0;
  width:5px;
  height:16px;
  margin: 0 5px -2px 0;
}

.footerTopFrame li a,
.footerBottomFrame li a {
  color: #444444;
}

.footerTopFrame li a:hover,
.footerBottomFrame li a:hover {
  color: #0099b7;
  text-decoration: underline;
}

.footerInFrame img {
  vertical-align: middle;
}

.footerTopFrame li i,
.footerBottomFrame li i {
  display: inline-block;
  float: right;
  margin-top: 3px;
}
.footerTopFrame li i {
  margin-top: 4px;
  margin-left: 5px;
}

.copyrightFrame {
  color: #000;
  width: 100%;
}

.copyrightInFrame {
  width: 100%;
  min-width: 1000px;
  max-width: 1300px;
  margin: 0px auto;
  padding: 7px 0px;
  text-align: center;
}
