@charset "utf-8";
/* v3 header css */
/* このファイルには、v3 header で使うもの以外書いてはいけない */
header {
  background: #323232;
  /*****************************
   header-search
   */
  /*****************************
   ナビ
   */
  /*****************************
   customer-links
   */
}
header #header-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 60px;
  color: white;
  background: transparent;
}
@media (min-width: 1200px) {
  header #header-inner {
    width: calc(100% - 80px);
  }
}
header #site-id {
  position: absolute;
  top: 13px;
  left: 0;
  color: white;
  font-size: 30px;
}
header #site-id a,
header #site-id img {
  display: block;
}
header #site-id img {
  width: 230px;
  height: auto;
}
header #site-id h1 {
  margin: 0;
  padding: 0;
}
header a {
  color: white;
}
header a:visited {
  color: white;
  /*compatible*/
}
header .header-search {
  position: relative;
  top: 15px;
  left: 255px;
  width: calc(100% - 840px);
}
@media (min-width: 1200px) {
  header .header-search {
    width: calc(100% - 920px);
  }
}
header .header-search input[type="text"],
header .header-search .dummy-input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 0 1px 30px;
  border: none;
  border-radius: 3px;
  background: #aaa;
  color: black;
  height: 29px;
  outline: none;
  display: inline-block;
  line-height: 27px;
  width: 100%;
}
header .header-search input[type="text"]:hover,
header .header-search .dummy-input:hover {
  background: #eee;
}
header .header-search input[type="text"]:focus,
header .header-search .dummy-input:focus {
  background: #fff;
  color: black;
}
header .header-search input[type="text"]::-webkit-input-placeholder,
header .header-search .dummy-input::-webkit-input-placeholder {
  padding-top: 1px;
  color: black;
}
header .header-search input[type="text"]::-ms-input-placeholder,
header .header-search .dummy-input::-ms-input-placeholder {
  padding-top: 1px;
  color: black;
}
header .header-search input[type="text"]::-moz-placeholder,
header .header-search .dummy-input::-moz-placeholder {
  padding-top: 1px;
  color: black;
}
header .header-search input[type="text"]:focus::-webkit-input-placeholder,
header .header-search .dummy-input:focus::-webkit-input-placeholder {
  color: transparent;
}
header .header-search input[type="text"]:focus::-moz-placeholder,
header .header-search .dummy-input:focus::-moz-placeholder {
  color: transparent;
}
header .header-search img#search-symbol {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
}
header .header-nav-pop {
  z-index: 3;
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
}
header .header-nav-pop ul {
  list-style: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0;
}
header .header-nav-pop ul li {
  display: block;
  text-align: left;
}
header .header-nav-pop ul li.login-required,
header .header-nav-pop ul li.logout-required {
  display: none;
}
header .header-nav-pop ul li a {
  background: #3c3c3c;
  display: block;
  padding: 15px 0 15px 15px;
  border-top: 1px solid #555;
  width: 280px;
  font-size: 16px;
}
header .header-nav-pop ul li a strong {
  font-size: 16px;
  color: #ffffee;
}
header .header-nav-pop ul li a.products {
  background: #003893;
}
header .header-nav-pop ul li a.ebooks {
  background: #E71F19;
}
header .header-nav-pop ul li a:hover {
  background: #1e1e1e;
  color: white !important;
  /* compatible */
}
header #category-links {
  position: absolute;
  top: 20px;
  right: 270px;
  list-style: none;
}
header #category-links li.category-link-item {
  float: left;
  font-size: 20px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  position: relative;
  word-break: keep-all;
}
@media (min-width: 1200px) {
  header #category-links li.category-link-item {
    padding: 0 20px;
  }
}
header #category-links li.category-link-item > a {
  font-size: 20px;
  /*compatible*/
}
header #category-links li.category-link-item .pulldown-indicator {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  width: 6px;
  height: 6px;
  margin: 2px auto 0;
  transform: rotate(45deg);
}
header .customer-links {
  position: absolute;
  top: 16px;
  right: 0;
  margin: 0 0 0 auto;
  text-align: right;
  list-style: none;
}
header .customer-links li {
  float: left;
  position: relative;
}
header .customer-links li .badge {
  position: absolute;
  top: -10px;
  right: -2px;
  background: red;
  border-radius: 30%;
  min-width: 16px;
  min-height: 16px;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  border: 1px solid white;
  color: white;
  z-index: 1;
  padding: 0;
}
header .customer-links a {
  background: #f0f0f0;
  color: #777;
  display: block;
  width: 86px;
  margin-left: 2px;
  padding: 3px 0;
  float: left;
  text-align: center;
  border-radius: 1px;
  font-size: 12px;
}
header .customer-links a span {
  font-size: 12px;
  /* compatible */
}
header .customer-links a:hover {
  background: #bbb;
}
header #google-translate-element {
  position: absolute;
  top: 0;
  right: 0;
}
header .suggest-holder {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #323232;
  border: 1px solid #777;
  z-index: 10;
  display: none;
  width: 400px;
}
header .suggest-holder ul.suggest {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .suggest-holder ul.suggest li {
  border-bottom: 1px solid #999;
}
header .suggest-holder ul.suggest li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 5px 10px;
  color: white;
}
header .suggest-holder ul.suggest li a:hover {
  background-color: #464646;
  color: white;
}
header .suggest-holder ul.suggest li a span.title {
  line-height: 30px;
}
header .suggest-holder ul.suggest li a span.title strong {
  color: #ffffaa;
}
header .suggest-holder ul.suggest li a div.type-labels {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
header .suggest-holder ul.suggest li a div.type-labels .product-type {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
  line-height: 30px;
  width: 40px;
  text-align: center;
}
header .suggest-holder ul.suggest li a div.type-labels .product-type-1 {
  background-color: #003893;
}
header .suggest-holder ul.suggest li a div.type-labels .product-type-2 {
  background-color: #E71F19;
}
header .suggest-holder .suggest-header {
  background-color: #442635;
  color: white;
  margin: 0;
  padding: 5px;
  border: none;
  font-weight: normal;
  border-bottom: 1px solid #999;
}
header .suggest-holder .suggest-header .help-text {
  display: inline-block;
  font-size: 11px;
  margin-left: 20px;
}
header .suggest-holder .limited-header {
  background-color: #E71F19;
  color: white;
  margin: 0;
  padding: 5px;
  border: none;
  font-weight: normal;
}
header .suggest-holder ul.limited li {
  display: block;
  width: 50%;
  float: left;
}
header .suggest-holder ul.limited li .thumbnail-box {
  width: 90px;
  padding: 5px 0;
  height: 100px;
  display: block;
  float: left;
  text-align: center;
}
header .suggest-holder ul.limited li .thumbnail-box img.thumbnail {
  height: 80px;
  width: auto;
}
header .suggest-holder ul.limited li .detail-box {
  padding: 0 5px;
}
header .suggest-holder ul.limited li .detail-box .title-name {
  margin: 5px 0;
  font-size: 12px;
}
header .suggest-holder ul.limited li .detail-box .rect-button {
  background-color: #DD9600;
  padding: 5px 20px;
  border-radius: 4px;
}
/* ビューアダウンロードダイアログ */
.popup-dialogue {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 400px;
  background: #f0f0f0;
  border-radius: 5px;
  -moz-box-shadow: 0 5px 10px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px 10px rgba(0, 0, 0, 0.4);
  z-index: 20;
  display: none;
}
.popup-dialogue p {
  margin: 10px;
  font-size: 15px;
  font-weight: bold;
}
.popup-dialogue a.link-button {
  display: block;
  padding: 10px 0;
  text-align: center;
  background: #fba000;
  color: white;
  margin: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
}
.popup-dialogue a.link-button.sub {
  background: #aeaeae;
}
.popup-dialogue a.link-button:hover {
  opacity: 0.7;
  color: white !important;
}
.popup-dialogue .dialogue-close-button {
  display: block;
  color: white;
  position: absolute;
  top: -5px;
  right: -5px;
}
.popup-dialogue .dialogue-close-button img {
  width: 30px;
  height: 30px;
}
/*****************************
 header-alert
 */
#header-alert {
  background: #feffd3;
}
#header-alert .header-alert-inner {
  width: 960px;
  margin: 0 auto;
  line-height: 30px;
  text-align: center;
}
#header-alert .header-alert-inner a.outbound {
  border: 1px solid gray;
  border-radius: 4px;
  padding: 3px 10px;
  background: #f7f7f7;
  color: #444;
}
