@charset "euc-jp";
/*****************************************************************
 * books-header.css
 *
 * ver:  2.0.0
 * date: 2015-06-18
 * ver:  1.0.0
 * date: 2015-03-14
*****************************************************************/
/*header_20140630.css*/
#header {
  line-height: 1;
  padding-top: 20px;
  position: relative;
  z-index: 60;
  width: 100%;
  min-width: 950px;
  width: expression(document.body.clientWidth < 952? "950px" : "auto");
}
#header a {
  text-decoration: none;
  color: #0033cc;
}
#header a:hover {
  text-decoration: underline;
}
#header a:active {
  text-decoration: none;
}
#header a:link {
  font-weight: bold;
}
#header a:visited {
  font-weight: bold;
}
#headerBox > img {
  height: 0;
  display: block;
}
#siteID {
  float: left;
  width: 185px;
  margin: 10px 10px 6px 0;
}
#siteID .serviceLogo {
  border: none;
  margin: 4px 0 1px 11px;
  background-image: url(//image.books.rakuten.co.jp/books/img/common/header/pc/201507/head-image_150622.gif);
  background-top: 0;
  background-left: 0;
  background-repeat: no-repeat;
}
#remoteNav {
  display: block;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 950px;
  font-size: 75%;
  float: right;
  vertical-align: bottom;
}
#remoteNav dt,
#subRemoteNav dt,
#myPageMenu dt,
#sectionNav dt,
#subSectionNav dt,
#topicPath dt,
#grpheader .navSkip{
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
#remoteNav .grpRelation ul {
  clear: right;
  float: right;
  padding-right: 2px;
}
#remoteNav .grpRelation li {
  float: left;
  padding: 9px 0;
  line-height: 1;
  list-style-type: none;
}
#remoteNav .grpRelation li a {
  white-space: nowrap;
  padding: 0 9px 0 8px;
  display: block;
  border-right: 1px solid #999999;
}
#remoteNav .grpRelation .grpHome a {
  border-right: none;
}

#subRemoteNav {
  display: block;
  width: 66%;
  float: right;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  font-size: 75%;
}
#subRemoteNav dt {
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
#subRemoteNav .siteUtility ul {
  clear: right;
  float: right;
  padding-right: 2px;
}
#subRemoteNav .siteUtility li {
  padding: 8px 0;
  float: left;
  line-height: 1;
  list-style-type: none;
}
#subRemoteNav .siteUtility li a {
  white-space: nowrap;
  padding: 0 9px 0 8px;
  display: block;
  border-right: 1px solid #999999;
}
#subRemoteNav .siteUtility li.last a {
  border-right: none;
}
#myPageMenu {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 60%;
  float: right;
  margin-top: 5px;
  margin-bottom: 2px;
  padding-right: 12px;
  vertical-align: bottom;
  font-size: 75%;
}
#myPageMenu dt {
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
#myPageMenu ul {
  width: auto;
  background: #f0f0f0;
  font-weight: bold;
}
/* =======================================
	Section Navi
======================================= */
#sectionNav {
  clear: both;
  font-size: 13px;
}
#sectionNav dt {
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
#sectionNav .menuList {
  position: relative;
  display: block;
  border-top: 2px solid #bf0000;
  border-bottom: 1px solid #cccccc;
  background: #f0f0f0;
  padding: 4px 0 0;
  /* height: 30px; */
}
#sectionNav .menuList ul {
  padding: 0;
  display: inline;
  float: left;
  min-height: 1%;
  width: 100%;
}
#sectionNav .menuList ul li {
  float: left;
  position: relative;
  margin-right: 1px;
}
#sectionNav .menuList ul li.first {
  margin-left: 12px;
}
#sectionNav .menuList  ul li.adult{
	float: right;
}
@media screen and (max-width: 1060px) {
  #sectionNav .menuList ul li a,
  #sectionNav .menuList ul li a:visited {
    padding: 8px !important;
  }
  #sectionNav .menuList ul li.adult a,
  #sectionNav .menuList ul li.adult a:visited {
    padding: 8px 0 !important;
  }
  #sectionNav .menuList ul li span a,
  #sectionNav .menuList ul li span a:visited {
    padding: 0 10px !important;
  }
  #sectionNav .menuList ul li.current a {
    padding-bottom: 9px !important;
  }
}
#sectionNav .menuList a, #sectionNav .menuList a:link, #sectionNav .menuList a:visited {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  padding: 8px 12px;
  padding: expression(document.body.clientWidth < 1062 ? "8px" : "8px 12px");
  color: #515151;
  white-space: nowrap;
  text-decoration: none;
}
#sectionNav .menuList .adult a{
  color: #acacac;
  padding: 8px 0;
}
#sectionNav .menuList a:hover {
  text-decoration: underline;
}
#sectionNav .menuList ul li.current a:hover {
  text-decoration: none;
}
#sectionNav .menuList  ul li.adult a:hover{
  background-color: inherit;
  text-decoration: underline;
}
#sectionNav .menuList .current a, #sectionNav .menuList .current a:link, #sectionNav .menuList .current a:visited {
    background: #ffffff none repeat scroll 0 0;
    border-color: #cccccc #cccccc #ffffff;
    border-style: solid;
    border-width: 1px;
    color: #bf0000;
    margin-bottom: -1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    position: relative
}
#sectionNav .menuListKoboTab, #sectionNav .menuListEntameTab {
  background: url(//image.books.rakuten.co.jp/books/img/common/main/ebook_header_border_r.gif);
  background-repeat: repeat-x;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0px;
  padding: 10px 10px 2px;
  margin: 2px 10px 0 0;
  border-top: 0px solid #63c8d5;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#sectionNav .menuListKoboTab:not(:target), #sectionNav .menuListEntameTab:not(:target) {
  padding: 10px 10px 2px;
}
#sectionNav .menuListKoboTab img, #sectionNav .menuListEntameTab img {
  border: none;
  margin: -2px 0 2px;
}
#sectionNav .menuListKoboTab a, #sectionNav .menuListKoboTab a:link, #sectionNav .menuListKoboTab a:visited, #sectionNav .menuListEntameTab a, #sectionNav .menuListEntameTab a:link, #sectionNav .menuListEntameTab a:visited {
  display: inline;
  background: none;
  color: #989898;
  padding: 0px 10px;
  vertical-align: top;
  font-size: 85%;
  border-right: 1px solid #cccccc;
  white-space: nowrap;
  text-decoration: none;
}
#sectionNav .menuListKoboTab a.last, #sectionNav .menuListKoboTab a:link.last, #sectionNav .menuListKoboTab a:visited.last, #sectionNav .menuListEntameTab a.last, #sectionNav .menuListEntameTab a:link.last, #sectionNav .menuListEntameTab a:visited.last {
  border-right: none;
  padding-right: 0px;
}
#sectionNav .menuListKoboTab a:hover, #sectionNav .menuListEntameTab a:hover {
  text-decoration: underline;
}
#sectionNav .menuListKoboTabTab {
  background-image: url(//image.books.rakuten.co.jp/books/img/common/main/ebook_header_border_r.gif);
}
#sectionNav .menuListEntameTab {
  background-image: url(//image.books.rakuten.co.jp/books/img/common/main/dvd_header_border.gif);
}

#subSectionNav {
  clear: both;
  position: relative;
  background-color: #ffffff;
}
#subSectionNav dt {
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
#subSectionNav .menuList {
  line-height: 1.1;
  padding-left: 10px;
  font-size: 75%;
}
#subSectionNav .menuList ul {
  display: block;
  width: 100%;
  min-height: 1%;
  float: left;
}
#subSectionNav .menuList ul li {
  display: inline;
  float: left;
  list-style-type: none;
  padding: 10px 0;
}
#subSectionNav .menuList ul li a {
  display: block;
  color: #666666;
  white-space: nowrap;
  padding: 0 10px;
}
#subSectionNav .menuList ul li a:link, #subSectionNav .menuList ul li a:visited {
  color: #666666;
  font-weight: normal;
  border-right: 0 none;
}
#subSectionNav .menuList ul li.last a {
  padding-right: 0;
  border: none;
}
#subSectionNav .menuList ul li.current {
  font-weight: bold;
}
#subSectionNav .menuList ul li.koboicon{
  padding: 7px 0 8px;
}
#subSectionNav .menuList ul li.koboicon a {
  margin-top: 1px;
  padding-bottom: 1px;
}
#subSectionNav .menuList ul li.koboicon img {
  margin-top: -1px;
  padding-bottom: 1px;
}
#subSectionNav .menuList ul li.alignRight {
  float: right;
  margin-right: 10px;
  padding-left: 5px;
  background-image: url(//image.books.rakuten.co.jp/books/img/common/main/icon/subMenuArrow.gif);
  background-position: left 50%;
  background-repeat: no-repeat;
}

/* ==============================================
   search
============================================== */
#search {
  position: relative;
  padding-top: 7px;
  background: #ececec;
  border-top: 1px solid #a6a6a6;
 /* border-bottom: 1px solid #a6a6a6; */
  z-index: 1;
  zoom: 1;
}
#search .banner {
  position: absolute;
  right: 18px;
  top: 7px;
  z-index: auto;
}
#search .searchInner {
  margin-right: 330px;
  z-index: 10;
}
#search .searchBox {
  background: #ececec;
  zoom: 1;
}
#search .searchBox .cartArea {
  border: medium none;
  border: none;
}
#search .searchBoxGr {
  background: #bf0000;
  padding: 7px 0;
  position: relative;
}
#search .searchOption {
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #ffffff #cccccc #ffffff #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 1px 2px 1px 1px;
    height: 26px;
    left: 12px;
    line-height: 22px;
/*    padding: 4px 6px;*/
    padding-left: 6px;
    position: absolute;
    top: 7px;
    width: 246px;
}
#search .searchInput {
  position: relative;
  margin-left: 256px;
  margin-right: 109px;
  padding-left: 5px;
  background-color: white;

  zoom: 1;
}
#search .searchInput input {
  width: 100%;
  height: 26px;
  line-height: 26px;
  border: none;

}
#search .sggstInputWrap {
  /* padding-right: 5px; */

}
#search .sggstInputWrap input {
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0;
/*  line-height: 26px;*/
  border: none;


}
#search .sggstInputWrap input#searchWords {
  width: 100%;
  min-width: 100px;
  *position: relative;
/*  *top: -1px;*/
}
#search .sggstInputWrap .openSuggest {
  display: block;
  background: url(//image.books.rakuten.co.jp/books/img/common/suggest/new_off_23.gif) no-repeat center center;
  cursor: pointer;
  height: 27px;
  right: 2px;
  position: absolute;
  bottom: 0;
  width: 112px;
}
#search .searchButton {
  position: absolute;
  top: 7px;
  right: 12px;
  width: 94px;
  height: 0;
  padding-top: 26px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: url(//image.books.rakuten.co.jp/books/img/common/head/head-image_130226.gif) no-repeat -75px -36px;
  text-indent: -9999px;
}
#search .searchButton:hover {
  background: url(//image.books.rakuten.co.jp/books/img/common/head/head-image_130226.gif) no-repeat -177px -36px;
}
#search #nowordLine, #search #koboNowordLine {
  margin: 7px 0 7px 261px;
  font-size: 82%;
  color: #ff0000;
}
#search .hotKeywords {
  zoom: 1;
  overflow: hidden;
  padding-left: 12px;
  clear: both;
  font-size: 82%;
  line-height: 1.2;
}
#search .hotKeywords dt {
  margin-right: 5px;
  color: #d30000;
}
#search .hotKeywords dt, #search .hotKeywords dd {
  width: auto;
  float: left;
  padding: 0 0 7px 0;
  font-weight: normal;
}
#search .hotKeywords ul li {
  display: inline;
  margin-right: 15px;
  list-style-type: none;
}
#search .hotKeywords ul li.start {
  border: none;
}
#search .hotKeywords ul li a {
  white-space: nowrap;
   font-weight: normal;
}

#koboForm {
  display: none;
}

div#searchCart {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 250px;
  background: #bf0000;
  color: #ffffff;
  font-size: 12px;
}
div#searchCart #searchCartIcon {
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: none;
}

* html #search .searchOption {
  margin-top: 2px;
}

*:first-child + html #search .searchOption {
/*  margin-top: 2px;*/
}

* html .searchBoxGr {
  zoom: 1;
}

*:first-child + html #search .searchInput input {
  margin-top: -1px;
  padding-top: 5px;
  height: 21px;
  line-height: 1.2;
}

* html #search .searchInput input {
  margin-top: -1px;
  padding-top: 5px;
  height: 26px;
  line-height: 1.2;
}

* html #search .searchButton {
  height: 26px;
  padding: 0;
}

#searchWords {
  min-width: 100px;
  width: expression(document.body.clientWidth < 102? "100px" : "auto");
}
/* ==============================================
   information
============================================== */
#userNotice {
  line-height: 1;
  background: #fefb88;
  text-align: center;
  width: auto;
  margin: 30px auto 5px auto;
  padding: 5px;
  border: 1px solid #000000;
}
#userNotice a {
  color: #000000;
  font-weight: bold;
}



#information, #noJs {
  font-size: 82%;
  line-height: 1;
  background: #fefb88;
  text-align: center;
  width: auto;
  margin: 5px auto;
  padding: 5px;
  border: 1px solid #fe0000;
}

#information a, #noJs {
  font-weight: bold;
}
/* ==============================================
   cartArea new design
============================================== */
.cartArea {
  border-right: 10px solid #FFF;
  padding: 0 !important;
}
.cartArea .inner {
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 1px solid #A0A7A8;
  padding: 2px 6px;
  min-height: 20px;
  height: 20px;
  white-space: nowrap;
}
.cartArea .inner .iconCart {
  display: inline-block;
  width: 28px;
  height: 20px;
  margin-right: 6px;
  background: url(//image.books.rakuten.co.jp/books/img/common/head/head-image_131130.gif) no-repeat 0 -42px;
  vertical-align: text-bottom;
}
.cartArea .inner .num {
  color: #666;
  font-size: 150%;
  padding: 3px 3px 0 0;
  vertical-align: top;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
}
.cartArea .inner .cartBook {
  margin-right: 5px;
}
.cartArea .inner .cartBook, .cartArea .inner .cartEbook {
  font-weight: bold;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #ECECEC;
  vertical-align: top;
}
.cartArea .inner .cartBook a, .cartArea .inner .cartEbook a {
  display: block;
  border: none;
  padding: 5px 9px 3px 9px;
  line-height: 1;
}

*:first-child + html .cartArea .inner .iconCart {
  display: inline;
}

* html .cartArea .inner .iconCart {
  display: inline;
}
/* ==============================================
   maintenance
============================================== */
/* maintenance */
ul#maintenance  {
    text-align: center;
    margin: 20px auto 30px auto;
    width: 30%;
}
* html ul#maintenance  {
    width: 100%;
}
ul#maintenance li  {
    font-size: 82%;
    line-height: 1;
    text-align: center;
    background: #fefb88;
    padding: 5px;
    border: 1px solid #000000;
}
* html ul#maintenance li  {
    width: 30%;
}
ul#maintenance li a  {
    color: #000000;
    font-weight: bold;
}

/* =========================================================
   ANA header2009.03.09
========================================================= */
div#anaHeader {
    width: auto;
    height: 50px;
    position: relative;
    min-width: 760px;
    margin-top: 4px;
}
div#anaHeader a{
    background: url(//books.rakuten.co.jp/RBOOKS/include/ANA/bk.gif) repeat-x left top;
    display: block;
    width: 100%;
    height: 50px;
}
div#anaHeader img {
    float: right;
    margin-left: 270px;
}
div#anaHeader img.anaLogo {
    float: left;
    margin-left: 0;
    margin-right: -269px;
    position: relative;
}
* html div#anaHeader img.anaLogo {
    margin-left: -3px;
}

/* SSL */
div#anaHeaderSsl {
    width: auto;
    height: 50px;
    position: relative;
    min-width: 760px;
}
div#anaHeaderSsl a{
    background: url(https://books.rakuten.co.jp/RBOOKS/include/ANA/bk.gif) repeat-x left top;
    display: block;
    width: 100%;
    height: 50px;
}
div#anaHeaderSsl img {
    float: right;
    margin-left: 270px;
}
div#anaHeaderSsl img.anaLogo {
    float: left;
    margin-left: 0;
    margin-right: -269px;
    position: relative;
}
* html div#anaHeaderSsl img.anaLogo {
    margin-left: -3px;
}


/* ==============================================
   override
============================================== */
#header #headerBox{
	padding-top: 0;
}

#booksHeader .rbhWrap{
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-size: 13px;
	
}

#box_header #booksHeader a{
     font-weight: normal;
}


#booksHeader .rbhWrap a{
	color: #1d54a7;
	text-decoration: none;
	font-weight: normal;
}
#booksHeader .rbhWrap a:hover{
	color: #c00000;
	text-decoration: underline;
}
#booksHeader #rbhTopBelt{
	margin: 0;
	padding: 0;
	position: absolute; /* relative #header */
	top: 0;
	right: 0;
	width: 100%;
	z-index:800;
}
#booksHeader #rbhTopBelt #remoteNav{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	background: #f9f9f9;
/*	overflow: hidden; */
	zoom: 1;
	position: static;
	width: 100%;
	min-width: 950px;
	float: none;
	vertical-align: inherit;
	font-size: 13px;
}
#booksHeader #rbhTopBelt ul {
	text-align: right;
	float: right;
	white-space: nowrap;
}
#booksHeader #rbhTopBelt ul li{
	float: left;
	border-right: none;
	margin: 0;
  padding: 0;
}
#booksHeader #rbhTopBelt ul li a{
  padding: 2px 8px;
  color: #515151;
  display: block;
}
#booksHeader #rbhTopBelt ul li a:hover{
  text-decoration: none;
  background: #f0f0f0;
}
#booksHeader #rbhTopBelt ul li.hoverOpen{
	position: relative;
}
#booksHeader #rbhTopBelt ul li.hoverOpen:hover{

}
#booksHeader #rbhTopBelt ul li.hoverOpen .hoverLink{
	padding-right: 12px;
	position: relative;
}
#booksHeader #rbhTopBelt ul li.hoverOpen .hoverLink:after{
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 0;
  border-left-width: 4px;
  border-color: #686868 transparent transparent transparent;
  margin-top: -2px;
  vertical-align: middle;
}
#booksHeader #rbhTopBelt ul li.hoverOpen:hover .hoverLink:after{
  border-top-color: #333333;
}
#booksHeader #rbhTopBelt ul li.hoverOpen div.hoverMenu{
	position: absolute;
	top: 18px;
	right: 0;
	min-width: 100px;
	background: #ffffff;
	border: solid 1px #686868;
	box-shadow: 3px 3px #cecece;
	-moz-box-shadow: 3px 3px #cecece;
	-webkit-box-shadow: 3px 3px #cecece;
	-o-box-shadow: 3px 3px #cecece;
	-ms-box-shadow: 3px 3px #cecece;
	padding:0;
	z-index: 777;
	text-align: left;
	display: none;	
}
#booksHeader #rbhTopBelt ul li.hoverOpen:hover .hoverLink{
	background-position: 70px -383px;
}
#booksHeader #rbhTopBelt ul li.hoverOpen:hover div.hoverMenu{
	display: block;
}
#booksHeader #rbhTopBelt ul li.hoverOpen:hover div.hoverMenu dl dd{
	padding: 0;
}
#booksHeader #rbhTopBelt ul li.hoverOpen:hover div.hoverMenu dl dd a{
  display: block;
  padding: 5px 15px;
}
#booksHeader #rbhTopBelt ul li.hoverOpen:hover div.hoverMenu dl dd a:hover{
  color: #000000;
  background: #f6f6f6;
}
#booksHeader #rbhHeader{
	margin: 10px 0 8px;
	padding: 0;
	clear: both;
	zoom: 1;
	min-height: 1px;
}
#booksHeader #rbhHeader .navSkip {
	overflow: hidden;
	width: 0;
	height: 0;
	position: absolute;
}
#booksHeader #rbhHeader .noCSS {
	display: none;
}
#booksHeader #rbhHeader #siteID{
	float: left;
	width: 185px;
	display: inline;
	margin: 15px 10px 0 4px;
}
#booksHeader #rbhHeader #commonAppeal {
	float: left;
	display: inline;
	line-height: 1.4;
	padding: 0 10px;
	font-size: 12px;
	margin: 17px 0 5px 0;
}
#booksHeader #rbhHeader:after{
	content:".";
	display: block;
	clear:both;
	height: 1px;
	margin-top: -1px;
	visibility:hidden;
}
#booksHeader #rbhBasketArea {
	width: 630px;
	float: right;
	display: inline;
	position: relative;
	right: 0;
	z-index: 666;
	margin: 0;
}
#booksHeader #rbhBasketArea #myPageMenu {
	background: url(//image.books.rakuten.co.jp/books/img/common/header/pc/icn_topcart_02.gif) no-repeat 9px 7px;
/*	max-width: 249px; */ 
	width: auto;
	min-height: 36px;
	font-weight: bold;
	float: left;
	display: inline;
	position: relative;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 7px;
	vertical-align: bottom;
	font-size: 12px;

}
#booksHeader #rbhBasketArea #rbhBasketBox{
	vertical-align: middle;
	background: none;
	border: none;
	min-height: 32px;
	height:32px;
	border: solid 1px #b2b2b2;
	padding: 4px 4px 6px 0;
}
#booksHeader #rbhBasketArea #rbhBasketBox .inner {
	vertical-align: middle;
	background: none;
	border: none;
	padding: 3px 6px 2px 33px;
	font-size: 12px;
	min-height: 22px;
	height: 22px;
	text-align: right;
    white-space: nowrap;
}
#booksHeader #rbhBasketArea #rbhBasketBox .inner .num{
	color: #bf0000;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 3px 0 0;
	vertical-align: top;
	display: inline-block;
	line-height: 1;
	max-width: 35px;
	text-align: left;
	float: left;
}
#booksHeader #rbhBasketArea #rbhBasketBox .inner .cartBook,
#booksHeader #rbhBasketArea #rbhBasketBox .inner .cartEbook{
	font-weight: bold;
	background-color: #ECECEC;
	display: inline-block;
	vertical-align: middle;
	vertical-align: top;
	padding: 3px 4px;
	line-height: 1;
	margin-right: 4px;
	float: left;
}
#booksHeader #rbhBasketArea #rbhBasketBox .inner a{
	padding: 4px;
	text-align: left;
	font-weight: bold;
}
#booksHeader #rbhBasketArea #rbhBasketHelp{
	float: right;
	text-align: right;
	max-width: 375px;
	zoom: 1;
}
#booksHeader #rbhBasketArea #rbhBasketHelp .rbhBasketHelpLine {
	float: right;
	text-align: right;
	margin-top: 2px;
	clear: both;
}
#booksHeader #rbhBasketArea #rbhBasketHelp .rbhBasketHelpLine:first-child {
	margin-top: 0;
}
#booksHeader #rbhBasketArea #rbhBasketHelp .rbhBasketHelpLine li {
	border-right: solid 1px #000000;
	padding: 0 4px 0 2px;
	margin: 0 0 0 4px;
	float: left;
	display: inline;
	white-space: nowrap;
}
#booksHeader #rbhBasketArea #rbhBasketHelp .rbhBasketHelpLine li.last{
  border-right: none;
}
#booksHeader #rbhBasketArea #rbhBasketHelp .rbhBasketHelpLine li.tooltipctrl{
  position: relative;
  z-index: 10;
}
#booksHeader #rbhBasketArea #rbhBasketHelp .rbhBasketHelpLine li .tooltipcont {
  display: none;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  white-space: normal;
  text-align: left;
  z-index: 777;
}
#booksHeader #rbhBasketArea #rbhBasketHelp .rbhBasketHelpLine li .tooltipcont p{
  background: #ffffff;
  border: solid 1px #686868;
  box-shadow: 3px 3px #cecece;
  -moz-box-shadow: 3px 3px #cecece;
  -webkit-box-shadow: 3px 3px #cecece;
  -o-box-shadow: 3px 3px #cecece;
  -ms-box-shadow: 3px 3px #cecece;
  padding: 5px 15px;
  z-index: 777;
}
#booksHeader #rbhBasketArea #rbhBasketHelp .rbhBasketHelpLine li.tooltipctrl:hover .tooltipcont {
  display: block;
}
#booksHeader #rbhBasketArea:after{
	content:".";
	display: block;
	clear:both;
	height: 1px;
	margin-top: -1px;
	visibility:hidden;
}
#booksHeader .rbhCmnUserRetBtn{
	height: 24px;
	width: 630px;
	float: right;
	text-align: left;
	margin: 0 0 0 0;
	white-space: nowrap;
}
#booksHeader .rbhCmnUserRetBtn li{
	vertical-align: top;
	display: inline-block;
	zoom: 1;
	position: relative;
	float: left;
	margin-right: 4px;
}
#booksHeader .rbhCmnUserRetBtn li a, #booksHeader .rbhCmnUserRetBtn li a:visited {
	text-decoration: none;
	color: #1d54a7!important;
	outline: 0;
	text-align: left;
	text-indent: -9999px;
}
#booksHeader .rbhCmnUserRetBtn li a {
	display: block;
	background: url(//image.books.rakuten.co.jp/books/img/common/header/pc/201507/btn_ret_menu_sprite_books_0724.gif) 0 0;
	height: 24px;
	width: 101px;
	line-height: 2px;
	float: left;
}
#booksHeader .rbhCmnUserRetBtn .notification #rbhNotificationBadge{
	/*display: none;*/
	border-radius: 10px;
	padding: 3px 5px 2px 5px;
	border: solid 2px #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #bf0000;
	position: absolute;
	top: -7px;
	left: 24px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
	line-height: 1.1em;
	z-index: 1;
}
#booksHeader .rbhCmnUserRetBtn .mycoupon #rbhmycouponBadge{
	display: none;
	border-radius: 10px;
	padding: 3px 5px 2px 5px;
	border: solid 2px #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #bf0000;
	position: absolute;
	top: -7px;
	left: 14px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
	line-height: 1.1em;
	z-index: 1;
}
#booksHeader .rbhCmnUserRetBtn .notification a{
	background-position: 0 0;
}

#booksHeader .rbhCmnUserRetBtn .mycoupon a{
	background-position: 0 -24px;
}
#booksHeader .rbhCmnUserRetBtn .ashiato a{
	background-position: 0 -48px;
}
#booksHeader .rbhCmnUserRetBtn .bookmark a{
	background-position: 0 -72px;
}
#booksHeader .rbhCmnUserRetBtn .order a{
	background-position: 0 -96px;
}
#booksHeader .rbhCmnUserRetBtn .ordership a{
  background-image: url(//image.books.rakuten.co.jp/books/img/common/header/pc/201507/btn_ret_menu_sprite_books_0724.gif);
  background-position: 0 -96px;
}
#booksHeader .rbhCmnUserRetBtn .mypage a{
	background-position: 0 -144px;
}
#booksHeader .rbhCmnUserRetBtn .order a{
}
#booksHeader .rbhCmnUserRetBtn .mylibrary a{
	background-position: 0 -120px;
}

/*for searchbox*/

.cartArea .inner .iconCart {
    background: url("//image.books.rakuten.co.jp/books/img/common/header/pc/icn_topcart_02.gif") no-repeat scroll 9px center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    margin-right: 6px;
    vertical-align: text-bottom;
    width: 30px;
}


/*for notificationBadge  */
li#notificationButton.notification{
overflow: visible;

}



/*ie7??*/
*+html #search{float:right;}
/* *+html #booksHeader .rbhCmnUserRetBtn LI { float: left;} /* */
*+html #booksHeader #rbhBasketArea #rbhBasketHelp .rbhBasketHelpLine LI {   float: none;}
/* *+html #booksHeader #rbhBasketArea #rbhBasketBox .inner {    text-align: left;}/* */
/* **+html #booksHeader #rbhBasketArea #rbhBasketBox .inner .num {    float: left;}/* */
/* **+html #booksHeader #rbhBasketArea #rbhBasketBox .inner .cartBook {    float: left;}/* */
*+html #information { display: inline-block;}
*+html #booksHeader #rbhHeader {margin: 10px 0 3px;}
*+html .clearfix { clear: both;}
*+html #adultTopicPath {display: inline-block;}
*+html #extra .purchaseBoxMain .mgn { width: auto;}



/*Start Clearfix*/
.clearfix:after, #remoteNav ul:after, dl#subSectionNav:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0.1em;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix, #remoteNav ul, #subSectionNav {
  display: inline-block;
}

* html .clearfix, * html #remoteNav ul, * html #subSectionNav {
  height: 1%;
}

.clearfix, #remoteNav ul, #subSectionNav {
  display: block;
}

#remoteNav:after, #subRemoteNav:after, #myPageMenu:after, #sectionNav .menuList:after, #subSectionNav:after, #subSectionNav .menuList ul:after, #search:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}

#remoteNav, #subRemoteNav, #myPageMenu, #sectionNav .menuList, #subSectionNav, #subSectionNav .menuList ul, #search {
  display: inline-block;
}

/* Hides from IE Mac */
* html #remoteNav, * html #subRemoteNav, * html #myPageMenu, * html #sectionNav .menuList, * html #subSectionNav, #subSectionNav .menuList, * html #search, #search .searchBox {
  height: 1%;
}

#remoteNav, #subRemoteNav, #myPageMenu, #sectionNav .menuList, #subSectionNav, #subSectionNav .menuList, #search, #search .searchBox {
  display: block;
}

/* End Hack */

/* */
#tagLine {
    color: #999999;
    display: none;
    font-size: 82%;
    line-height: 1.1;
    margin-bottom: 10px;
    text-align: right;
}

div#headerBox table   table  tr td{
	  padding: 1px;
}

table#oem_top  tr td{
      vertical-align: bottom;

}
/* view mode footer */
dl#smartphoneFooter {
  text-align:center;
  margin-bottom: 15px;
  font-size:80%;
}
dl#smartphoneFooter dt {
  display:inline !important;
}
dl#smartphoneFooter dd {
  display:inline !important;
  padding-right: 10px;
  border-right: 1px solid #333333;
}
dl#smartphoneFooter dd.last {
  display:inline !important;
  padding-left: 10px;
  border: none;
}
