/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
	 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Font face */
@font-face {
  font-family: 'NotoSansCJKjp-Regular';
  src: url("fonts/NotoSansCJKjp-Regular.eot?") format("eot"), url("fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCJKjp-Bold';
  src: url("fonts/NotoSansCJKjp-Bold.eot?") format("eot"), url("fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
/* Defaults styles */
body {
  min-width: 660px;
}
/* Page */
body.active {
  position: fixed;
}
/* Header */
#header .inner {
  width: 100%;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#header .inner > div {
  margin-right: 20px;
}
#header #head_top .txt {
  display: none;
}
#header #head_top .hnavi {
  width: 100%;
  text-align: center;
}
#header #head_btm #logo {
  width: 140px;
  padding-right: 0;
}
#header #head_btm #buttonMenu {
  display: block;
  margin-right: 0;
}
#header #head_btm #buttonMenu a.active {
  background-position: 0 -60px;
}
#header #head_btm #buttonSearch {
  display: none;
}
#header #head_btm #buttonSearch a.active {
  background-position: 0 -60px;
}
#header #head_btm #search .detail .tb {
  display: inline;
}
#header #head_btm #search .form form {
  position: relative;
}
#header #head_btm #search .form form #hnaviSearchWord {
  width: 250px;
}
#header #head_btm #etc_btn a.trial {
  font-size: 0;
  width: auto;
}
#header #head_btm .inner .banner {
  padding-left: 60px;
}
#header #head_btm .inner .banner img {
  max-width: 140px;
}
/* Layout */
#contents {
  width: auto;
  margin: 0 auto 60px;
}
#main_column {
  width: 100%;
}
#side_column {
  width: 100%;
}
/* Sidebar */
#sidebar {
  display: none;
}
/* Pickup */
#pickup {
  margin: 0 10px 20px;
}
/* Special issue */
.specialIssue {
  padding: 10px;
  margin-bottom: 20px;
}
.specialIssue .ttlWrap h2 {
  font-size: 2.3rem;
  color: #fff;
  padding: 5px 15px;
  background: #333;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
.specialIssue .ttlWrap h2 .toList {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: underline;
}
.specialIssue .entryWrap .entry > a {
  width: 100%;
  color: #0090b4;
  text-decoration: none;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background: #ecfbff;
  border: 1px solid #c6d8de;
  border-width: 0 1px 1px;
}
.specialIssue .entryWrap .entry .summary {
  -webkit-flex: 1;
  flex: 1;
}
.specialIssue .entryWrap .entry .summary p:last-child {
  margin: 0;
}
.specialIssue .entryWrap .entry .fig {
  width: 50px;
}
/* Ads banners Horizontal */
#adsBannersHorizontal {
  margin: 20px 10px;
}
/* Ads banners */
#adsBanners {
  margin: 0 10px;
}
/* News block */
#newsBlock {
  width: auto;
  padding: 0 10px;
}
/* Contents Wrap */
#contentsWrap {
  padding: 0 10px;
}
#contentsWrap #main {
  width: auto;
  -webkit-flex: 1;
  flex: 1;
  margin-right: 10px;
}
#contentsWrap #sub {
  width: 200px;
}
/* Paging Wrap */
.pagingWrap .left {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.pagingWrap .right {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.pagingWrap .right a,
.pagingWrap .right strong {
  padding: 0;
}
.pagingWrap .right .prev {
  padding: 0;
  margin: 0 5px 0 0;
}
.pagingWrap .right .next {
  padding: 0;
  margin: 0 0 0 5px;
}
/* Search */
#main .resultWrap .changeOrder > dl {
  width: 100%;
}
#main .resultWrap .bookWrap ul li {
  width: 230px;
  width: 47.916666666%;
  margin: 0 0 15px 0;
  margin-right: 4.1666666666%;
  border: 1px solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main .resultWrap .bookWrap ul li:nth-child(3n) {
  margin-right: 4.1666666666%;
}
#main .resultWrap .bookWrap ul li:nth-child(2n) {
  margin-right: 0;
}
/* Event */
#main .newsWrap .newsListType1 .entry {
  padding: 10px 0;
  margin-top: 10px;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#main .newsWrap .newsListType1 .entry .category {
  margin-bottom: 5px;
}
/* New Published */
#newPublished {
  padding: 10px;
}
/* Relation Books */
#relationBooks {
  padding: 10px;
}
/* Relation Goods */
#relationGoods {
  margin: 0 10px 30px;
}
#relationGoods ul {
  width: auto;
}
#relationGoods ul li {
  width: 178px;
  width: 23.796791443%;
  padding: 10px 10px 45px;
  margin: 0 12px 12px 0;
  margin-right: 1.604278074%;
}
#relationGoods ul li:nth-child(5n) {
  margin-right: 1.604278074%;
}
#relationGoods ul li:nth-child(4n) {
  margin-right: 0;
}
/* Relation News */
#relationNews {
  margin-bottom: 50px;
}
#relationNews .ttlWrap h2 {
  font-size: 2rem;
  color: #fff;
  background: #333;
  padding: 5px 15px;
  margin-bottom: 20px;
}
#relationNews ul {
  font-size: 1.2rem;
  line-height: 1.42;
}
#relationNews ul li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}
#relationNews ul li .update {
  margin-right: 10px;
}
#relationNews ul li .tag {
  width: 6rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.572;
  color: #fff;
  background: #333;
  margin-right: 10px;
}
#relationNews ul li .tag a {
  color: #fff;
}
/* Relation News */
#relationNews {
  margin: 0 10px 30px;
}
/* Drawer */
.drawer-container {
  position: relative;
  z-index: 9999;
  display: none;
}
.drawer-container .drawer-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  cursor: pointer;
}
.drawer-container .drawer-viewport {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  right: 0;
  top: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}
.drawer-container.active {
  display: block;
}
.drawer-container.active .drawer-viewport {
  animation: drawerAction .4s ease 0s;
}
@keyframes drawerAction {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* Drawer menu contents */
#drawerMenuContainer {
  display: block;
}
#drawerMenu {
  width: 250px;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#drawerMenu .drawerMenu {
  margin-bottom: 10px;
}
#drawerMenu .drawerMenu .ttl {
  font-size: 1.4rem;
  color: #fff;
  background: url(../images/common/icon_label.png) no-repeat 5px center;
  background-color: #777;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  padding: 8px 8px 8px 30px;
  margin: 0;
}
#drawerMenu .drawerMenu .ttl.ttl-ranking {
  background-image: url(../images/common/icon_ranking.png);
}
#drawerMenu .drawerMenu .ttl.ttl-app {
  background-image: url(../images/common/icon_app.png) !important;
}
#drawerMenu .drawerMenu .ttl.ttl-ebook {
  background-image: url(../images/common/icon_degi.png) !important;
}
#drawerMenu .drawerMenu .ttl.ttl-link {
  padding: 0;
  background: #777777 url(../images/common/icon_books.png) no-repeat 7px center;
  -moz-background-size: 18px auto;
  -webkit-background-size: 18px auto;
  background-size: 18px auto;
}
#drawerMenu .drawerMenu .ttl.ttl-link a {
  color: #fff;
  padding: 8px 8px 8px 30px;
  display: block;
}
#drawerMenu .drawerMenu .list {
  margin: 0;
}
#drawerMenu .drawerMenu .list > li div div {
  margin: -20px 0 0 0;
}
#drawerMenu .drawerMenu .list > li div > div {
  margin-left: 20px;
}
#drawerMenu .drawerMenu .list > li div > div div {
  margin-left: 0;
}
#drawerMenu .drawerMenu .list > li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #555;
  position: relative;
}
#drawerMenu .drawerMenu .list > li:first-child {
  border-top: none;
}
#drawerMenu .drawerMenu .list > li a {
  display: block;
  width: 100%;
  color: #fff;
  -webkit-flex: 1;
  flex: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  border: 1px solid transparent;
}
#drawerMenu .drawerMenu .list > li > a.more {
  width: auto;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
#drawerMenu .drawerMenu .list > li > a.more::before {
  content: '';
  width: 15px;
  height: 15px;
  vertical-align: -0.3rem;
  background: url(../images/common/arrow_w_down.png) no-repeat 0 0;
  -moz-background-size: 15px auto;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
  display: inline-block;
  margin-right: 3px;
}
#drawerMenu .drawerMenu .list > li > a.more.active {
  color: #bbb;
}
#drawerMenu .drawerMenu .list > li > a.more.active::before {
  opacity: .4;
  background-image: url(../images/common/arrow_w_up.png);
}
#drawerMenu .drawerMenu .list > li ul {
  width: 100%;
  padding: 10px 0;
  margin: 0;
}
#drawerMenu .drawerMenu .list > li ul li a {
  color: #fff;
  background: url(../images/common/arrow_w_right.png) no-repeat 5px center;
  -moz-background-size: 13px auto;
  -webkit-background-size: 13px auto;
  background-size: 13px auto;
  padding: 1px 0 1px 22px;
  display: block;
}
#drawerMenu #drawerMenu-general .list li:first-child a {
  padding-top: 0;
}
#drawerMenu #drawerMenu-ranking {
  margin-bottom: 30px;
}
#drawerMenu #drawerMenu-ranking .ranking .entry {
  background-repeat: no-repeat;
  background-position: 0 10px;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  border-bottom: 1px solid #555;
}
#drawerMenu #drawerMenu-ranking .ranking .entry.entry-01 {
  background-image: url(../images/common/ranking_no_w01.png);
}
#drawerMenu #drawerMenu-ranking .ranking .entry.entry-02 {
  background-image: url(../images/common/ranking_no_w02.png);
}
#drawerMenu #drawerMenu-ranking .ranking .entry.entry-03 {
  background-image: url(../images/common/ranking_no_w03.png);
}
#drawerMenu #drawerMenu-ranking .ranking .entry.entry-04 {
  background-image: url(../images/common/ranking_no_w04.png);
}
#drawerMenu #drawerMenu-ranking .ranking .entry.entry-05 {
  background-image: url(../images/common/ranking_no_w05.png);
}
#drawerMenu #drawerMenu-ranking .ranking .entry a {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 10px 10px 10px 30px;
}
#drawerMenu #drawerMenu-ranking .ranking .entry a .fig {
  width: 50px;
}
#drawerMenu #drawerMenu-ranking .ranking .entry a .summary {
  font-size: 1.2rem;
  line-height: 1.32;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 10px;
}
#drawerMenu #drawerBanners .banners {
  text-align: center;
}
#drawerMenu #drawerBanners .banners li {
  margin: 10px 0;
}
#drawerMenu .dropdown-panel {
  display: none;
}
#drawerMenu .dropdown-panel.active {
  display: block;
  animation: drawerMenuShow .4s ease 0s;
}
@keyframes drawerMenuShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Footer */
#footer .inner {
  width: auto;
}
#footer #copyright p {
  width: 100%;
  text-align: center;
}
#drawerMenu .drawerMenu.other .ttl.ttl-link {
  padding: 0;
  background: #ffaa00 url(../images/common/icon_books.png) no-repeat 7px center;
  -moz-background-size: 18px auto;
  -webkit-background-size: 18px auto;
  background-size: 18px auto;
}
.codePC {
  display: none;
}
.codeTABLET {
  display: block;
}
.codeSMP {
  display: none;
}
#codeBlockFooter {
  margin: 0 10px 20px;
}
#codeBlock {
  margin-right: 10px;
  margin-left: 10px;
}
.attnWrap {
  display: block;
}
