/* Defaults styles */
html {
  font-size: 64.5%;
}
body {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333;
  /* Viewport fix */
  min-width: 1140px;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
table,
figure,
figcaption {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 10px;
}
h1 {
  font-size: 3.8rem;
  line-height: 1.2;
}
h2 {
  font-size: 2.4rem;
  line-height: 1.2;
}
h3 {
  font-size: 2rem;
  line-height: 1.42;
}
h4 {
  font-size: 1.8rem;
  line-height: 1.42;
}
h5 {
  font-size: 1.6rem;
  line-height: 1.42;
}
h6 {
  font-size: 1.4rem;
  line-height: 1.42;
}
p,
ul,
ol,
dl,
table,
figure {
  font-size: 1.2rem;
  line-height: 1.62;
  margin-bottom: 10px;
}
ul,
ol {
  list-style: none;
  padding: 0;
}
dl dt,
dl dd {
  padding: 0;
  margin: 0;
}
table {
  line-height: 1.42;
  border-collapse: collapse;
}
table th,
table td {
  font-weight: normal;
  text-align: left;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* Common styles */
.fade {
  opacity: 1;
  transition: opacity 0.4s ease 0s;
}
.fade:hover {
  opacity: 0.6;
}
/* Page */
/* Header */
#header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  position: relative;
}
#header .inner {
  width: 1140px;
  padding: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
#header #head_top {
  color: #fff;
  background: #333;
}
#header #head_top a {
  color: #fff;
  text-decoration: none;
}
#header #head_top a:hover {
  text-decoration: underline;
}
#header #head_top .txt {
  margin: 0;
}
#header #head_top .hnavi {
  margin: 0;
}
#header #head_top .hnavi li {
  display: inline-block;
}
#header #head_top .hnavi li::after {
  content: '|';
  padding-right: 7px;
  margin-left: 11px;
}
#header #head_top .hnavi li:last-child {
  padding: 0 10px;
}
#header #head_top .hnavi li:last-child::after {
  display: none;
}
#header #head_btm .inner {
  padding: 20px 10px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#header #head_btm #logo {
  width: 240px;
  padding-right: 68px;
}
#header #head_btm #logo .txt {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 5px;
}
#header #head_btm #buttonMenu a,
#header #head_btm #buttonSearch a {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-postion: 0 0;
  -moz-background-size: 60px auto;
  -webkit-background-size: 60px auto;
  background-size: 60px auto;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#header #head_btm #buttonMenu {
  display: none;
}
#header #head_btm #buttonMenu a {
  background-image: url(../images/common/smp_btn_menu.png);
}
.en #header #head_btm #buttonMenu a {
  background-image: url(../images/common/smp_btn_menu_en.png);
}
#header #head_btm #buttonSearch {
  display: none;
}
#header #head_btm #buttonSearch a {
  background-image: url(../images/common/smp_btn_search.png);
}
.en #header #head_btm #buttonSearch a {
  background-image: url(../images/common/smp_btn_search_en.png);
}
#header #head_btm #search {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#header #head_btm #search .form form {
  position: relative;
}
#header #head_btm #search .form form #hnaviSearchWord {
  width: 485px;
  height: 34px;
  font-size: 1.4rem;
  color: #333;
  line-height: 34px;
  padding: 5px 40px 5px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
#header #head_btm #search .form form #hnaviSearchSubmit {
  width: 34px;
  height: 34px;
  background: #333 url(../images/common/btn_search.png) no-repeat center center;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#header #head_btm #search .detail {
  margin: 0 10px;
}
#header #head_btm #search .detail .tb {
  display: none;
}
#header #head_btm #search .detail a {
  text-decoration: underline;
}
#header #head_btm #search .detail a:hover {
  text-decoration: none;
}
#header #head_btm #etc_btn {
  font-size: 1.24rem;
  line-height: 34px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#header #head_btm #etc_btn a {
  width: 70px;
  color: #fff;
  padding-left: 40px;
  background: #333 url(../images/common/icon_book.png) no-repeat 12px 7px;
  margin-left: 10px;
}
/* Layout */
#contents {
  width: 1120px;
  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;
  margin: 0 auto 60px;
}
#contents .error,
#contents .note {
  color: #FF0000;
}
#main_column {
  width: 850px;
}
#side_column {
  width: 240px;
}
/* Sidebar */
#sidebar .sidebar {
  margin-bottom: 30px;
}
#sidebar .sidebar.banner + .banner {
  margin-top: -15px;
}
#sidebar .sidebar .ttl {
  font-size: 1.4rem;
  color: #fff;
  background-color: #333;
  background-repeat: no-repeat;
  background-position: 5px center;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  padding: 4px 8px 4px 30px;
  margin: 0;
}
#sidebar .sidebar .ttl.ttl-ranking {
  background-image: url(../images/common/icon_ranking.png);
}
#sidebar .sidebar .ttl.ttl-label {
  background-image: url(../images/common/icon_label.png);
}
#sidebar .sidebar .ttl.ttl-books {
  background-image: url(../images/common/icon_books.png);
}
#sidebar .sidebar .ttl.ttl-ebook {
  background-image: url(../images/common/icon_degi.png);
}
#sidebar .sidebar .ttl.ttl-app {
  background-image: url(../images/common/icon_app.png);
}
#sidebar .sidebar .ttl.ttl-link {
  padding: 0;
  position: relative;
}
#sidebar .sidebar .ttl.ttl-link a {
  color: #fff;
}
#sidebar .sidebar .ttl.ttl-link a:first-child {
  padding: 4px 8px 4px 30px;
  -moz-background-size: 18px auto;
  -webkit-background-size: 18px auto;
  background-size: 18px auto;
  display: block;
}
#sidebar .sidebar .ttl.ttl-link span {
  padding: 4px 8px 4px 30px;
  -moz-background-size: 18px auto;
  -webkit-background-size: 18px auto;
  background-size: 18px auto;
  display: block;
}
#sidebar .sidebar .ttl.ttl-link a.more {
  font-size: 1.2rem;
  padding: 4px 0;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  padding-left: 18px;
  background: url(../images/common/arrow_w_down.png) no-repeat left center;
  -moz-background-size: 15px auto;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
}
#sidebar .sidebar .ttl.ttl-link a.more.active {
  background-image: url(../images/common/arrow_w_up.png);
}
#sidebar .sidebar .list {
  background: #fdfdfd;
  margin: 0;
}
#sidebar .sidebar .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 #e5e5e5;
  position: relative;
}
#sidebar .sidebar .list > li > a {
  width: 100%;
  -webkit-flex: 1;
  flex: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
#sidebar .sidebar .list > li > a.more {
  width: auto;
  color: #333;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
#sidebar .sidebar .list > li > a.more::before {
  content: '';
  width: 15px;
  height: 15px;
  vertical-align: -0.3rem;
  background: url(../images/common/arrow_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;
}
#sidebar .sidebar .list > li > a.more.active {
  color: #bbb;
}
#sidebar .sidebar .list > li > a.more.active::before {
  opacity: 0.4;
  background-image: url(../images/common/arrow_up.png);
}
#sidebar .sidebar .list > li ul {
  width: 100%;
  padding: 10px 0;
  margin: 0;
}
#sidebar .sidebar .list > li ul li a {
  background: url(../images/common/arrow.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;
}
#sidebar #sidebarNav-ranking {
  margin-bottom: 30px;
}
#sidebar #sidebarNav-ranking .ranking .entry {
  background-color: #fdfdfd;
  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 #eee;
}
#sidebar #sidebarNav-ranking .ranking .entry.entry-01 {
  background-image: url(../images/common/ranking_no_b01.png);
}
#sidebar #sidebarNav-ranking .ranking .entry.entry-02 {
  background-image: url(../images/common/ranking_no_b02.png);
}
#sidebar #sidebarNav-ranking .ranking .entry.entry-03 {
  background-image: url(../images/common/ranking_no_b03.png);
}
#sidebar #sidebarNav-ranking .ranking .entry.entry-04 {
  background-image: url(../images/common/ranking_no_b04.png);
}
#sidebar #sidebarNav-ranking .ranking .entry.entry-05 {
  background-image: url(../images/common/ranking_no_b05.png);
}
#sidebar #sidebarNav-ranking .ranking .entry a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 10px 10px 10px 30px;
}
#sidebar #sidebarNav-ranking .ranking .entry a .fig {
  width: 50px;
}
#sidebar #sidebarNav-ranking .ranking .entry a .summary {
  font-size: 1.2rem;
  line-height: 1.32;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 10px;
}
#sidebar #sidebarBanners .banners {
  text-align: center;
}
#sidebar #sidebarBanners .banners li {
  margin: 10px 0;
}
#sidebar .dropdown-panel {
  display: none;
}
#sidebar .dropdown-panel.active {
  display: block;
  animation: sidebarNavShow 0.4s ease 0s;
}
@keyframes sidebarNavShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Pickup */
#pickup {
  position: relative;
  padding-right: 90px;
  margin-bottom: 30px;
}
#pickup .slideWrapper {
  width: 730px;
  width: auto;
  padding: 15px;
  border: 1px solid #ddd;
}
#pickup .inner {
  height: 280px;
  overflow: hidden;
  z-index: 10;
}
#pickup ul {
  *zoom: 1;
  margin: 0;
}
#pickup ul:after {
  content: '';
  display: block;
  clear: both;
}
#pickup .content {
  padding: 10px 0;
  padding: 0;
  background-color: #fff;
  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;
}
#pickup .mainView {
  width: 230px;
  text-align: center;
  overflow: hidden;
}
#pickup .mainView ul {
  position: relative;
  margin-left: -230px;
  width: 1260px;
}
#pickup .mainView ul li {
  float: left;
  width: 230px;
  height: 260px;
}
#pickup .mainView ul li .image img {
  max-height: 260px;
}
#pickup .mainView .btns {
  margin-top: 7px;
}
#pickup .mainView .ttl {
  display: none;
}
#pickup .mainView .outline {
  display: none;
}
#pickup .wrap {
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px 0;
  overflow: hidden;
}
#pickup .textsView {
  width: auto;
  height: 260px;
  padding-right: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-flex: 1;
  flex: 1;
}
#pickup .textsView.count1 .wrap {
  display: none;
}
#pickup .textsView.count1 .titles li:first-child {
  display: none;
}
#pickup .textsView.count2 .list {
  width: 150px;
}
#pickup .textsView.count3 .list {
  width: 300px;
}
#pickup .textsView.count4 .list {
  width: 450px;
}
#pickup .titles {
  line-height: 1.5;
}
#pickup .titles .ttl {
  font-size: 2.8rem;
  margin-bottom: 15px;
}
#pickup .titles .ttl a {
  text-decoration: none;
}
#pickup .titles .ttl a:hover {
  text-decoration: underline;
}
#pickup .titles p {
  font-size: 1.4rem;
  line-height: 1.42;
}
#pickup .titles .outline {
  margin: 15px 0;
}
#pickup .titles .btn {
  width: 146px;
}
#pickup .titles .btn a {
  color: #fff;
  line-height: 32px;
  padding-left: 60px;
  background: #333 url(../images/common/icon_book.png) no-repeat 35px 4px;
  display: block;
}
#pickup .list {
  overflow: hidden;
}
#pickup .list ul {
  position: relative;
}
#pickup .list ul li {
  width: 78px;
  height: 78px;
  border: 1px solid #ddd;
  margin-bottom: 6px;
}
#pickup .list ul li:hover {
  border: 1px solid #ddd;
}
#pickup .list ul li img {
  max-height: 78px;
}
#pickup .list .image {
  text-align: center;
  padding-bottom: 5px;
}
#pickup .list .ttl {
  font-size: 100%;
  display: none;
}
#pickup .list .ttl a {
  text-decoration: none;
  color: #07588B;
}
#pickup .list .ttl a:hover {
  text-decoration: underline;
}
#pickup .list .author {
  display: none;
}
#pickup .list .price {
  display: none;
}
#pickup .list .outline {
  display: none;
}
#pickup .list .btn {
  display: none;
}
#pickup .paginator {
  width: 850px;
  text-align: right;
  margin: 10px auto 0;
  display: none;
}
#pickup .paginator span {
  width: 40px;
  height: 5px;
  background-color: #BDBDBD;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
#pickup .paginator span .cur {
  background-color: #74615c;
}
#pickup .paginator span span:before,
#pickup .paginator span span:after {
  content: '';
  width: 40px;
  border-top: 3px solid transparent;
  display: block;
  position: absolute;
}
#pickup .paginator span span:before {
  top: -3px;
}
#pickup .paginator span span:after {
  bottom: -3px;
}
#pickup .arrows {
  *zoom: 1;
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#pickup .arrows:after {
  content: '';
  display: block;
  clear: both;
}
#pickup .arrows div {
  width: 80px;
  height: 20px;
  display: block;
  position: absolute;
  cursor: pointer;
}
#pickup .arrows div.prev {
  background-image: url(../images/common/slider_prev.png);
}
#pickup .arrows div.next {
  top: 260px;
  background-image: url(../images/common/slider_next.png);
}
#pickup .arrows div.prev.thumbnail {
  width: 80px;
  height: 80px;
  top: 30px;
  background-image: none;
}
#pickup .arrows div.next.thumbnail {
  width: 80px;
  height: 80px;
  top: 202px !important;
  background-image: none;
}
#pickup .arrows .active {
  width: 74px;
  height: 74px;
  border: 3px solid #333;
  top: 117px;
}
/* Special issue */
.specialIssue {
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.specialIssue.online .entryWrap .entry > a {
  padding-left: 70px;
  background-image: url(../images/top/icon-online.png);
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.specialIssue.online .entryWrap .entry .summary {
  padding-right: 10px;
}
.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.2rem;
  color: #fff;
  text-decoration: underline;
}
.specialIssue .ttlWrap h2 .editor span {
  white-space: nowrap;
}
.specialIssue .ttlWrap h2 a {
  white-space: nowrap;
}
.specialIssue .entryWrap .entry {
  display: none;
}
.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 {
  font-size: 1.2rem;
}
.specialIssue .entryWrap .entry .summary p:last-child {
  margin: 0;
}
.specialIssue .entryWrap .entry .fig {
  width: 50px;
}
.specialIssue .editor span {
  font-size: 1.4rem;
}
.specialIssue h2 a {
  color: #fff;
  font-size: 1.4rem;
}
/* Ads banners Horizontal */
#adsBannersHorizontal {
  margin: 20px 0;
}
#adsBannersHorizontal .banner {
  margin: 10px 0;
}
/* Ads banners */
#adsBanners .banners {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
#adsBanners .banners .banner {
  width: 200px;
  width: 23.25581395%;
  margin: 0 20px 20px 0;
  margin-right: 2.32558139%;
}
#adsBanners .banners .banner:nth-child(4n) {
  margin-right: 0;
}
/* News block */
#codeBlock {
  margin-bottom: 30px;
}
.attnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#newsBlock {
  width: 500px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#newsBlock.wide {
  width: 100%;
}
#newsBlock::before {
  content: '';
  width: 100%;
  border-top: 1px solid #ddd;
  display: block;
}
#newsBlock .ttlWrap {
  padding: 15px 0;
}
#newsBlock .ttlWrap h3 {
  font-size: 2.3rem;
  color: #333;
  display: inline-block;
  margin: 0;
}
#newsBlock .ttlWrap p {
  display: inline-block;
  margin: 0 0 0 10px;
}
#newsBlock .ttlWrap p a {
  text-decoration: underline;
}
#newsBlock .ttlWrap p a:hover {
  text-decoration: none;
}
#newsBlock .entryWrap {
  width: 100%;
  height: 130px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#newsBlock .entryWrap .entryList .entry {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 7px 0;
}
#newsBlock .entryWrap .entryList .entry:first-child {
  margin-top: 0;
}
#newsBlock .entryWrap .entryList .entry:last-child {
  margin-bottom: 0;
}
#newsBlock .entryWrap .entryList .entry p {
  font-size: 1.4rem;
  line-height: 1.572;
  margin: 0;
}
#newsBlock .entryWrap .entryList .entry p.update {
  white-space: nowrap;
  margin-right: 10px;
}
#newsBlock .entryWrap .entryList .entry p.category {
  width: 7rem;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background: #333;
  padding: 2px 0;
  margin-right: 10px;
}
#newsBlock .entryWrap .entryList .entry p.category a {
  color: #fff;
  text-decoration: none;
}
#newsBlock .entryWrap .entryList .entry p.category a:hover {
  text-decoration: underline;
}
#newsBlock .entryWrap .entryList .entry p.txt {
  -webkit-flex: 1;
  flex: 1;
}
/* Contents Wrap */
#contentsWrap {
  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;
  position: relative;
}
#contentsWrap #main,
#contentsWrap #sub {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contentsWrap #main {
  width: 630px;
}
#contentsWrap #sub {
  width: 200px;
}
#contentsWrap {
  margin: 0 auto 70px;
}
#contentsWrap #main .iconWrap {
  margin-bottom: 15px;
}
#contentsWrap #main .iconWrap div {
  font-size: 12px;
  background: #f3f3f3;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 5px;
}
#contentsWrap #main .titleType1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
#contentsWrap #main .titleWrap {
  margin-bottom: 20px;
}
#contentsWrap #main .titleWrap .titleType1 {
  margin-bottom: 2px;
}
#contentsWrap #main .titleWrap .conditionsWrap {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 5px;
}
#contentsWrap #main .titleWrap p {
  font-size: 1.4rem;
  color: #656565;
}
#contentsWrap #main .detail {
  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;
  margin-bottom: 30px;
}
#contentsWrap #main .detail .left {
  width: 50%;
}
#contentsWrap #main .detail .left .cover {
  margin-bottom: 15px;
  text-align: center;
}
#contentsWrap #main .detail .left .cover img {
  border: 1px solid #ddd;
}
#contentsWrap #main .detail .left .sample {
  width: 100%;
  text-align: center;
  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;
  margin: 0;
}
#contentsWrap #main .detail .left .sample li {
  width: 50%;
  padding: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contentsWrap #main .detail .left .sample li iframe {
  width: 100%;
}
#contentsWrap #main .detail .left .sample li.full {
  width: 100%;
}
#contentsWrap #main .detail .left .sample li a {
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  display: block;
}
#contentsWrap #main .detail .left .btn a {
  width: auto;
  height: 60px;
  color: #fff;
  text-indent: -9999px;
  background: #333 url(../images/common/btn_trial.png) no-repeat 0 0;
  display: block;
}
#contentsWrap #main .detail .left p {
  color: #656565;
  text-align: center;
}
#contentsWrap #main .detail .left p.cap {
  color: #FF0000;
}
#contentsWrap #main .detail .left p img {
  margin-right: 6px;
  vertical-align: -2px;
}
#contentsWrap #main .detail .right {
  width: 50%;
  color: #333;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contentsWrap #main .detail .right > p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
#contentsWrap #main .detail .right > p.info {
  text-align: center;
  padding: 5px;
  background: #e5eaef;
}
#contentsWrap #main .detail .right #relateForHonzuki {
  font-size: 1.2rem;
}
#contentsWrap #main .detail .right table {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
#contentsWrap #main .detail .right table tr {
  border-top: solid 1px #ddd;
}
#contentsWrap #main .detail .right table th,
#contentsWrap #main .detail .right table td {
  padding: 15px 0;
}
#contentsWrap #main .detail .right table th {
  width: 130px;
  color: #6B5551;
  vertical-align: top;
}
#contentsWrap #main .detail .right table td p {
  margin-top: 8px;
}
#contentsWrap #main .detail .right table td p:first-child {
  margin-top: 0;
}
#contentsWrap #main .btnWrap {
  font-size: 1.2rem;
  line-height: 1.32;
  padding: 10px 15px;
  background: #e5e5e5;
  margin-bottom: 20px;
}
#contentsWrap #main .btnWrap dt {
  margin-bottom: 4px;
}
#contentsWrap #main .btnWrap dd a,
#contentsWrap #main .btnWrap dd span {
  display: inline-block;
  border-left: 1px solid #888;
  padding-left: 4px;
  margin-left: 4px;
}
#contentsWrap #main .btnWrap dd a {
  color: #888;
}
#contentsWrap #main .btnWrap dd span:first-child,
#contentsWrap #main .btnWrap dd a:first-child {
  font-weight: bold;
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
#contentsWrap #main .textWrap .tab {
  font-size: 1.4rem;
  margin-bottom: 20px;
  border-bottom: 5px solid #333;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contentsWrap #main .textWrap .tab div {
  max-width: 130px;
  color: #fff;
  text-align: center;
  background: #888;
  margin-right: 5px;
}
#contentsWrap #main .textWrap .tab div a {
  color: #fff;
  padding: 12px 20px;
  display: block;
}
#contentsWrap #main .textWrap .tab div.current {
  background: #333;
}
#contentsWrap #main .textWrap .tab div.current a {
  color: #fff;
}
#contentsWrap #main .textWrap .wrap > div {
  display: none;
}
#contentsWrap #main .textWrap .wrap > div p {
  font-size: 1.4rem;
  line-height: 1.32;
}
#contentsWrap #sub > div {
  margin-top: 15px;
}
#contentsWrap #sub > div:first-child {
  margin-top: 0;
}
#contentsWrap #sub > div h2 {
  font-size: 1.4rem;
  color: #fff;
  padding: 7px 15px;
  margin: 0;
}
#contentsWrap #sub > div .wrap {
  padding: 15px 10px;
}
/* Cateogry */
.category {
  color: #fff;
}
.category span {
  font-size: 1.2rem;
  padding: 3px;
  background: #333;
  display: block;
}
.category span.reprint {
  background-color: #3AA97F;
}
.category span.pr {
  background-color: #ED9E76;
}
.category span.event {
  background-color: #ED6E6D;
}
.category span.bookstore {
  background-color: #2D86CE;
}
.category span.errata {
  background-color: #5569B0;
}
.category span.recruit {
  background-color: #81C927;
}
.category span.news {
  background-color: #B950C5;
}
/* Paging Wrap */
.pagingWrap {
  font-size: 1.24rem;
  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;
  -webkit-align-items: center;
  align-items: center;
  margin: 10px 0;
}
.pagingWrap .left .sort,
.pagingWrap .left .number {
  display: inline-block;
}
.pagingWrap .left p,
.pagingWrap .left select {
  font-size: inherit;
  vertical-align: middle;
  display: inline-block;
}
.pagingWrap .right {
  text-align: right;
}
.pagingWrap .right a,
.pagingWrap .right strong {
  color: #333;
  padding: 0 4px;
  display: inline-block;
}
.pagingWrap .right .prev {
  padding: 0;
  margin-right: 15px;
  background-position: left center;
  background-repeat: no-repeat;
}
.pagingWrap .right .prev::before {
  content: '< ';
}
.pagingWrap .right .next {
  padding: 0;
  margin-left: 15px;
  background-position: right center;
  background-repeat: no-repeat;
}
.pagingWrap .right .next::after {
  content: ' >';
}
/* Sticky in #sub */
.sticky {
  width: auto;
  position: absolute;
  top: 0;
  left: auto;
}
.sticky.fixed {
  position: fixed;
  top: 40px;
  left: auto;
}
.sticky.stopped {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
}
.sticky.static {
  position: static;
}
/* Shopping in #sub */
#shopping {
  width: 200px;
  margin-bottom: 15px;
  padding-bottom: 1px;
}
#shopping h2 {
  font-size: 1.2rem;
  color: #fff;
  padding: 7px 15px;
  margin: 0;
}
#shopping .cart {
  text-align: center;
  margin: 15px 0;
}
#shopping .cart .price {
  font-size: 134%;
  color: #D90000;
  margin: 15px 0;
}
#shopping .cart .price + .btns {
  margin: 0 0 15px;
}
#shopping .btns > div {
  margin-bottom: 10px;
  background: #333;
}
#shopping .btns > div:first-child {
  margin-top: 15px;
}
#shopping .btns > div.btn {
  max-width: 180px;
  max-height: 60px;
  margin: 15px 15px 10px;
}
#shopping .btns > div.cart_btn a {
  background: #333;
  display: block;
}
#shopping .btns > div.yondemill_btn a {
  color: #fff;
  padding: 15px 5px 15px 10px;
  background: url(../images/common/icon_book.png) no-repeat 20px 10px;
  display: block;
}
#shopping .format {
  margin: 0;
}
#shopping .netshop {
  margin: 0 0 15px;
}
#shopping .netshop > p {
  color: #878787;
  background: #ededed;
  padding: 2px 14px;
}
#shopping .netshop .wrap {
  padding: 0px 15px;
}
#shopping .netshop .wrap ul li {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
#shopping .netshop .wrap ul li img {
  width: 100%;
}
#shopping .netshop .wrap p.other {
  margin: 20px 0;
}
#shopping .netshop .wrap p.other a {
  color: #6c5651;
  padding-right: 20px;
  background: url(../images/common/icon2.gif) no-repeat right center;
}
#shopping > ul {
  padding: 20px 25px 20px 0;
}
#shopping > ul li {
  margin-top: 12px;
}
#shopping > ul li:first-child {
  margin-top: 0;
}
#shopping > ul li a {
  color: #333;
  padding-left: 10px;
  position: relative;
  top: 0;
  left: 0;
}
#shopping .onlineshopbtn {
  margin-top: 15px;
  padding: 0 15px 15px;
}
#shopping .onlineshopbtn + .netshop {
  margin-top: 0;
}
/* Share in #sub */
#share {
  width: 200px;
  background-color: #fff !important;
}
#share h2 {
  font-size: 1.2rem;
  color: #fff;
  padding: 7px 15px;
  margin-bottom: 10px;
}
#share .sns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#share .sns li {
  padding: 2px 5px;
}
/* Category */
#category {
  width: 200px;
  margin-bottom: 15px;
}
#category ul {
  margin: 0;
}
#category ul li {
  margin-top: 10px;
}
#category ul li:first-child {
  margin-top: 0;
}
#category a {
  color: #333;
  padding-left: 13px;
  position: relative;
  top: 0;
  left: 0;
}
#category a::before {
  content: '';
  width: 4px;
  height: 4px;
  border-top: 2px solid #5E5E5E;
  border-right: 2px solid #5E5E5E;
  -webkit-transform: rotation(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
/* Recommend */
#recommend {
  width: 200px;
}
#recommend ul {
  margin: 0;
}
#recommend ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #888;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#recommend .image {
  width: 50px;
}
#recommend .image img {
  width: 100%;
}
#recommend .detail {
  width: auto;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 10px;
}
#recommend .detail h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#recommend .detail p {
  margin-bottom: 5px;
}
#recommend .detail .author {
  margin-bottom: 5px;
  color: #656565;
}
#recommend .detail .author a {
  color: #656565;
}
#recommend .slide {
  padding: 25px 0;
  position: relative;
}
#recommend .slide .bx-prev,
#recommend .slide .bx-next {
  height: 20px;
  width: 80px;
  display: inline-block;
  position: absolute;
}
#recommend .slide .bx-prev {
  top: 0;
  left: 50%;
  background: url(../images/common/slider_prev.png) 0 0 no-repeat;
  transform: translateX(-50%);
}
#recommend .slide .bx-next {
  bottom: 0;
  left: 50%;
  background: url(../images/common/slider_next.png) 0 0 no-repeat;
  transform: translateX(-50%);
}
/* Other Shop */
#otherShop {
  width: 472px;
  padding: 27px;
  border: 3px solid #333;
  background: #fff;
  display: none;
  position: absolute;
  top: 60px;
  left: 30%;
  z-index: 1001;
}
#otherShop ul {
  width: 100%;
  overflow: hidden;
}
#otherShop ul li {
  width: 145px;
  display: inline-block;
  margin: 0 5px 10px;
  float: left;
}
#otherShop ul li img {
  width: 100%;
}
#otherShop .close {
  position: absolute;
  top: -3px;
  right: -60px;
}
#otherShop .close a {
  width: 60px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  background: #333;
  display: inline-block;
}
/* Relation Goods */
#relationGoods {
  margin-bottom: 50px;
}
#relationGoods .ttlWrap h2 {
  font-size: 2.3rem;
  color: #fff;
  background: #333;
  padding: 5px 15px;
  margin-bottom: 20px;
}
#relationGoods ul {
  width: 850px;
  font-size: 1.2rem;
  line-height: 1.42;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#relationGoods ul li {
  width: 162px;
  width: 19.05882353%;
  padding: 10px 10px 50px;
  border: 1px solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  margin-right: 1.17647059%;
  position: relative;
}
#relationGoods ul li:nth-child(5n) {
  margin-right: 0;
}
#relationGoods ul li p {
  font-size: inherit;
  line-height: inherit;
}
#relationGoods ul li .image {
  width: 100%;
  height: 160px;
  text-align: center;
  margin-bottom: 15px;
}
#relationGoods ul li .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#relationGoods ul li .txt p {
  margin-bottom: 5px;
}
#relationGoods ul li .txt .ttl {
  font-weight: bold;
}
#relationGoods ul li .txt .price {
  text-align: center;
}
#relationGoods ul li .txt .author {
  text-align: center;
}
#relationGoods ul li .btns {
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}
#relationGoods ul li .btns .btn {
  margin: 0;
}
#relationGoods ul li .btns .btn a {
  width: 100%;
  font-size: 1.24rem;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: #333;
  display: block;
}
#relationGoods ul li .btns .btn a::before {
  content: '';
  width: 19px;
  height: 19px;
  vertical-align: -0.32rem;
  background: url(../images/common/icon_book.png) no-repeat center center;
  -moz-background-size: 19px auto;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  display: inline-block;
  margin: 0 5px 0 -8px;
}
/* Section Type 1 */
.sectionType1 {
  margin-bottom: 50px;
}
.sectionType1 .ttlWrap {
  *zoom: 1;
  margin-bottom: 15px;
}
.sectionType1 .ttlWrap::after {
  content: "";
  display: block;
  clear: both;
}
.sectionType1 .ttlWrap h2 {
  font-size: 24px;
  background: #333;
  color: #fff;
  padding: 5px 15px;
}
.sectionType1 .ttlWrap h2 a {
  color: #fff;
}
.sectionType1 .ttlWrap h2 img {
  padding-right: 7px;
  vertical-align: 0;
}
.sectionType1 .ttlWrap p {
  float: right;
}
.sectionType1 .ttlWrap p img {
  padding-left: 9px;
  vertical-align: 0;
}
.sectionType1 .content {
  padding: 0 40px;
}
/* Tool Tip */
.tool_tip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
.tool_tip > p {
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 520;
}
.tool_tip > p a {
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.tool_tip > p > span {
  display: block;
  padding-top: 10px;
  cursor: pointer;
}
.tool_tip > p > span.onborder {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}
.tool_tip > p > span:first-child {
  padding-top: 0;
  margin-bottom: 0;
}
.tool_tip > p > span:first-child a {
  display: block;
  padding-bottom: 0;
}
.tool_tip > div {
  background: #000;
  opacity: 0.8;
  z-index: 510;
}
.tool_tip > div a {
  display: block;
  width: 100%;
  height: 100%;
}
/* Items */
.items {
  position: relative;
}
.items .tool_tip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  display: none;
}
.items .tool_tip > p {
  line-height: 1.2;
  color: #fff;
  position: absolute;
  z-index: 520;
  text-align: center;
  width: 100%;
}
.items .tool_tip > p span {
  display: block;
}
/* List Type 1 */
.listType1 h2 {
  font-size: 2.3rem;
  color: #fff;
  background: #333;
  padding: 5px 15px;
  margin-bottom: 15px;
}
.listType1 ul li {
  float: left;
  margin: 0 15px 15px 0;
  border: 1px solid #ddd;
  width: 156px;
}
.listType1 ul li .image {
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}
.listType1 ul li .image a {
  display: block;
}
.listType1 ul li .image img {
  width: 110px;
  height: auto;
}
.listType1 ul li .ttl {
  font-weight: bold;
  padding: 0 7px;
  margin-bottom: 7px;
}
.listType1 ul li .txt {
  margin-bottom: 7px;
}
.listType1 ul li .price {
  text-align: center;
  margin-bottom: 7px;
}
.listType1 ul li .author {
  text-align: center;
  margin-bottom: 7px;
}
.listType1 ul li .author a {
  color: #656565;
}
.listType1 ul li .btns {
  margin-bottom: 7px;
}
.listType1 ul li .btns .btn {
  margin: 7px;
  min-height: 32px;
}
.listType1 ul li .btns .btn a {
  color: #fff;
  line-height: 32px;
  background: #333 url(../images/common/icon_book.png) no-repeat 35px 4px;
  padding-left: 60px;
  display: block;
}
/* New published */
#newPublished {
  padding: 0;
  overflow: hidden;
}
#newPublished ul li {
  float: left;
  width: 156px;
  margin: 0 15px 15px 0;
  border: 1px solid #ddd;
}
#newPublished ul li .image {
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}
#newPublished ul li .image a {
  display: block;
}
#newPublished ul li .image img {
  width: 110px;
  height: auto;
}
#newPublished ul li .image .wrap {
  padding-bottom: 5px;
}
#newPublished ul li .image .book_title {
  text-align: left;
}
#newPublished ul li .image .book_title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#newPublished ul li .ttl {
  font-weight: bold;
  padding: 0 7px;
  margin-bottom: 7px;
}
#newPublished ul li .txt {
  margin-bottom: 7px;
}
#newPublished ul li .price {
  text-align: center;
  margin-bottom: 7px;
}
#newPublished ul li .author {
  text-align: center;
  margin-bottom: 7px;
}
#newPublished ul li .author a {
  color: #656565;
}
#newPublished ul li .btns .btn {
  text-align: center;
  margin: 7px;
}
#newPublished ul li .btns .btn a {
  color: #fff;
  line-height: 32px;
  padding-left: 20px;
  background: #333;
  display: block;
}
#newPublished ul li .btns .btn a::before {
  content: '';
  width: 18px;
  height: 18px;
  vertical-align: -0.3rem;
  background: url(../images/common/icon_book.png) no-repeat center center;
  display: inline-block;
  margin: 0 5px 0 -30px;
}
/* Slide Type 2 */
.slideType2 {
  position: relative;
}
.slideType2 > ul {
  *zoom: 1;
  padding: 0 94px;
}
.slideType2 > ul::after {
  content: "";
  display: block;
  clear: both;
}
.slideType2 > ul li {
  float: left;
  width: 156px;
  margin: 0 10px 10px 0;
  border: 1px solid #ddd;
}
.slideType2 .bx-wrapper {
  padding: 0 94px;
}
.slideType2 ul li {
  width: 156px !important;
  margin: 0 10px 10px 0;
  border: 1px solid #ddd;
}
.slideType2 .image {
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.slideType2 .image img {
  max-width: 133px;
}
.slideType2 .ttl {
  font-weight: bold;
  padding: 0 7px;
  margin-bottom: 7px;
}
.slideType2 .txt {
  margin-bottom: 7px;
}
.slideType2 .price {
  text-align: center;
  margin-bottom: 7px;
}
.slideType2 .author {
  margin-bottom: 7px;
  text-align: center;
}
.slideType2 .author a {
  color: #656565;
}
.slideType2 .btns .btn {
  margin: 0 7px 7px;
}
.slideType2 .btns .btn a {
  background: #333 url(../images/common/icon_book.png) no-repeat 35px 4px;
  display: block;
  line-height: 32px;
  color: #fff;
  padding-left: 60px;
}
.slideType2 .bx-prev,
.slideType2 .bx-next {
  position: absolute;
  width: 44px;
  height: 44px;
  display: block;
  top: 0;
}
.slideType2 .bx-prev {
  left: 0;
  background: url(../images/common/bxslider_prev.gif) 0 0 no-repeat;
}
.slideType2 .bx-next {
  right: 0;
  background: url(../images/common/bxslider_next.gif) 0 0 no-repeat;
}
.slideType2 .bx-viewport {
  height: auto !important;
}
/* Relation Books */
#relationBooks {
  padding: 0;
}
#relationBooks ul {
  padding: 0 !important;
  margin-right: -10px;
}
#relationBooks ul li {
  width: 143px !important;
}
#relationBooks .bx-wrapper {
  padding: 0 !important;
  max-width: initial !important;
  max-width: auto !important;
}
#relationBooks .bx-viewport {
  width: 100% !important;
}
/* Relation News */
#relationNews {
  margin-bottom: 50px;
}
#relationNews .ttlWrap h2 {
  font-size: 2.3rem;
  color: #fff;
  background: #333;
  padding: 5px 15px;
  margin-bottom: 20px;
}
#relationNews ul {
  font-size: 1.3rem;
  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: 7rem;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.572;
  color: #fff;
  background: #333;
  margin-right: 10px;
}
#relationNews ul li .tag a {
  color: #fff;
}
/* Search */
#main .iconWrap {
  *zoom: 1;
  margin-bottom: 15px;
}
#main .iconWrap::after {
  content: "";
  display: block;
  clear: both;
}
#main .iconWrap div {
  font-size: 12px;
  padding: 5px 10px;
  background: #f3f3f3;
  display: inline-block;
  margin-right: 5px;
}
#main .conditionsWrap {
  margin-bottom: 20px;
}
#main .conditionsWrap .wrap {
  font-size: 1.4rem;
  color: #333;
  padding: 15px;
  background: #EAEAEA;
  border: 1px solid #333;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#main .conditionsWrap .wrap dt {
  width: 5em;
  font-weight: bold;
}
.en #main .conditionsWrap .wrap dt {
  width: 10em;
}
#main .conditionsWrap .wrap dd.conditions {
  width: auto;
  -webkit-flex: 1;
  flex: 1;
}
#main .conditionsWrap .wrap dd.conditions span::after {
  content: '、 ';
  display: inline-block;
}
#main .conditionsWrap .wrap dd.conditions span:last-child:after {
  content: '';
}
#main .conditionsWrap .btn {
  text-align: center;
}
#main .conditionsWrap .btn a {
  display: inline-block;
  width: 120px;
  background: #333 url(../images/common/btn_search.png) no-repeat left center;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 14px;
}
.en #main .conditionsWrap .btn a {
  width: 240px;
}
#main .searchWrap {
  margin-bottom: 30px;
}
#main .searchWrap.hide {
  display: none;
}
#main .searchWrap .formatRadio {
  text-align: center;
  margin-top: 15px;
}
#main .searchWrap .button {
  margin-top: 15px;
  text-align: center;
}
#main .searchWrap a {
  color: #333;
  margin-right: 30px;
  padding-left: 13px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
#main .searchWrap a::before {
  content: '';
  width: 4px;
  height: 4px;
  border-top: 2px solid #5E5E5E;
  border-right: 2px solid #5E5E5E;
  -webkit-transform: rotation(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
#main .resultWrap h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 10px 10px;
  border-bottom: 2px solid #BDBDBD;
}
#main .resultWrap h2::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border: 2px solid #74615c;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#main .resultWrap .changeOrder {
  margin-bottom: 20px;
  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;
  overflow: hidden;
}
#main .resultWrap .changeOrder > dl {
  width: 49%;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #333;
  background: #EAEAEA;
}
#main .resultWrap .changeOrder > dl dt {
  width: 7em;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
  padding: 7px;
  display: table-cell;
}
#main .resultWrap .changeOrder > dl dd {
  text-align: left;
  vertical-align: middle;
  padding: 7px 10px;
  background: #fff;
  display: table-cell;
}
#main .resultWrap .bookWrap {
  margin: 30px 0 10px;
}
#main .resultWrap .bookWrap:last-child {
  background-image: none;
  padding-bottom: 0;
}
#main .resultWrap .bookWrap ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
}
#main .resultWrap .bookWrap ul li {
  width: 200px;
  width: 31.74603175%;
  margin: 0 0 15px 0;
  margin-right: 2.38095238%;
  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: 0;
}
#main .resultWrap .bookWrap .image {
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}
#main .resultWrap .bookWrap .ttl {
  font-weight: bold;
  text-align: center;
  padding: 0 7px;
  margin-bottom: 7px;
}
#main .resultWrap .bookWrap .txt {
  margin-bottom: 7px;
}
#main .resultWrap .bookWrap .price {
  text-align: center;
  margin-bottom: 7px;
}
#main .resultWrap .bookWrap .author {
  text-align: center;
  margin-bottom: 7px;
}
#main .resultWrap .bookWrap .author a {
  color: #656565;
}
#main .resultWrap .bookWrap .btns .btn {
  text-align: center;
  margin: 7px;
}
#main .resultWrap .bookWrap .btns .btn a {
  color: #fff;
  line-height: 32px;
  padding-left: 20px;
  background: #333;
  display: block;
}
#main .resultWrap .bookWrap .btns .btn a::before {
  content: '';
  width: 18px;
  height: 18px;
  vertical-align: -0.3rem;
  background: url(../images/common/icon_book.png) no-repeat center center;
  display: inline-block;
  margin: 0 5px 0 -30px;
}
/* Event */
#main .newsWrap h2 {
  font-size: 117%;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 10px 10px;
  border-bottom: 2px solid #BDBDBD;
}
#main .newsWrap h2::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-right: 6px;
  display: inline-block;
  border: 2px solid #74615c;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#main .newsListType1 {
  margin-bottom: 10px;
  padding: 20px 0 45px;
}
#main .newsListType1 .ttlWrap {
  *zoom: 1;
  margin-bottom: 20px;
  padding: 0 16px 8px 10px;
  border-bottom: 2px solid #BDBDBD;
  font-size: 117%;
}
#main .newsListType1 .ttlWrap::after {
  content: '';
  display: block;
  clear: both;
}
#main .newsListType1 .ttlWrap h3 {
  float: left;
}
#main .newsListType1 .ttlWrap h3 img {
  padding-right: 7px;
  vertical-align: 0;
}
#main .newsListType1 .ttlWrap p {
  float: right;
}
#main .newsListType1 .ttlWrap p img {
  padding-left: 9px;
  vertical-align: 0;
}
#main .newsListType1 .entry {
  border-bottom: 1px dotted #888;
  padding: 15px 0;
  margin-top: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#main .newsListType1 .category {
  width: 100px;
  display: block;
  padding-right: 16px;
  color: #fff;
  text-align: center;
}
#main .newsListType1 .txt {
  font-size: 1.4rem;
  line-height: 1.32;
  margin: 0;
  width: 500px;
}
#main .newsListType1 .txt span {
  padding-right: 16px;
  display: inline-block;
}
/* News Category */
#newsCategory {
  margin-bottom: 15px;
}
#newsCategory .entry {
  padding: 5px 0;
}
#newsCategory .entry:first-child {
  margin-top: 0;
}
#newsCategory .category {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  display: block;
}
#newsCategory .entry > ul {
  margin: 0;
}
#newsCategory .entry > ul > li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 1.4rem;
}
#newsCategory .entry > ul > li > .category {
  width: 60px;
  vertical-align: top;
}
#newsCategory .entry > ul > li > .txt {
  width: 118px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
#newsCategory .entry > ul > li > ul {
  width: 100%;
  display: none;
  margin-top: 5px;
  margin-left: 80px;
}
#newsCategory .entry > ul > li > ul > li .category {
  display: none;
}
#newsCategory .entry > ul > li > ul > li > ul {
  display: none;
}
#newsCategory .entry > ul > li > ul > li > ul > li .category {
  display: none;
}
#newsCategory .txt {
  font-size: 1.4rem;
  line-height: 1.32;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#newsCategory .txt a {
  display: block;
}
#newsCategory .switch {
  visibility: hidden;
  width: 6px;
  height: 6px;
  margin: 5px 6px 0 0;
  border-top: 2px solid #5E5E5E;
  border-right: 2px solid #5E5E5E;
  -webkit-transform: rotation(45deg) translateX(3px);
  transform: rotate(45deg) translateX(3px);
  vertical-align: -6px;
}
#newsCategory .switch:hover {
  text-decoration: none;
}
/* #sub */
#sub {
  /* Archive List */
}
#sub .archiveList {
  background-color: #eee;
}
#sub .archiveList > dl {
  font-size: 1.4rem;
  padding: 15px 14px;
  margin: 0;
}
#sub .archiveList > dl > dt {
  margin-bottom: 5px;
  cursor: pointer;
}
#sub .archiveList > dl > dt span {
  width: 15px;
  font-size: 1.6rem;
  color: #bbb;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
  display: inline-block;
  border: 2px solid #bbb;
  margin-left: 0.5em;
  padding-left: 1px;
  cursor: pointer;
}
#sub .archiveList > dl > dd {
  padding-left: 3em;
  margin-bottom: 1em;
  display: none;
}
#sub .archiveList > dl > dd ul {
  font-size: inherit;
  line-height: inherit;
}
#company {
  margin-bottom: 15px;
}
#company .wrap .entry {
  margin-top: 15px;
}
#company .wrap .entry:first-child {
  margin-top: 0;
}
#company .switch {
  visibility: hidden;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 3px 8px 0 0;
  border-top: 2px solid #5E5E5E;
  border-right: 2px solid #5E5E5E;
  -webkit-transform: rotation(45deg);
  transform: rotate(45deg);
  vertical-align: -5px;
}
#company .switch:hover {
  text-decoration: none;
}
#company .entry > ul {
  font-size: 1.4rem;
  line-height: 1.42;
  margin: 0;
}
#company .entry > ul > li > ul {
  display: none;
  margin-top: 4px;
  padding-left: 15px;
}
#company .entry > ul > li > ul > li > ul {
  display: none;
  margin-top: 4px;
  padding-left: 15px;
}
/* Contact */
#main form {
  margin-top: 15px;
}
#main form input[name=book_name],
#main form input[name=shop] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main form input[name=mail] {
  width: 230px;
}
#main form textarea {
  width: 360px;
  height: 100px;
}
#main .button {
  margin-top: 15px;
  text-align: center;
}
#main .tableType1 {
  width: 100%;
  border-top: 1px solid #ddd;
}
#main .tableType1 tr {
  border-bottom: 1px solid #ddd;
}
#main .tableType1 th,
#main .tableType1 td {
  padding: 15px 0;
}
#main .tableType1 th {
  width: 130px;
  color: #6B5551;
  vertical-align: middle;
}
#main .tableType1 td p {
  margin-top: 8px;
}
#main .tableType1 td p:first-child {
  margin-top: 0;
}
/* Drawer menu */
#drawerMenuContainer {
  display: none;
}
/* Footer */
#footer {
  background: #f5f5f5;
}
#footer .inner {
  width: 1120px;
  padding: 25px 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
#footer .inner dl {
  width: 30%;
  font-size: 1.6rem;
  line-height: 1.32;
  margin-right: 20px;
  margin-right: 1.78571429%;
}
#footer .inner dl:nth-child(4n) {
  margin-right: 0;
}
#footer .inner dl dt {
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
}
#footer .inner dl dt.normal,
#footer .inner dl dt.normal a {
  color: #333333 !important;
}
#footer .inner dl dt.jp,
#footer .inner dl dt.jp a {
  color: #FFAA00 !important;
}
#footer .inner dl dd ul {
  font-size: 1.24rem;
  line-height: 1.42;
  padding: 15px 0;
}
#footer .inner dl dd ul li {
  margin: 4px 0;
  padding-left: 16px;
  background: url(../images/common/icon_dotted.png) no-repeat left center;
  -moz-background-size: 12px auto;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
}
#footer #copyright {
  width: 100%;
  padding: 15px 0;
  background: #fff;
}
#footer #copyright p {
  width: 1120px;
  text-align: left;
  margin: 0 auto;
}
.soldout > div {
  margin-bottom: 40px;
}
.soldout ul {
  margin: 0 0 20px 30px;
}
.soldout .select {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.soldout .ttlWrap h2 {
  font-size: 2.3rem;
  color: #fff;
  background: #333;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.country2,
.country3 {
  padding-left: 30px;
}
#tag {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#tag p {
  padding-right: 10px;
}
#tag ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
#tag ul li {
  font-size: 1.1rem;
  background: #f3f3f3;
  padding: 3px 5px;
  display: inline-block;
  margin: 0 5px 5px 0;
}
#main .resultWrap .bookWrap .label {
  padding: 3px;
  text-align: center;
  color: #FFFFFF;
}
#header #head_btm #etc_btn a:last-child {
  width: auto;
  height: 20px;
  margin-top: 6px;
  line-height: 1.5;
  padding: 0 10px 0 15px;
  position: relative;
  color: #0000FF;
  background: none;
  background-color: #ffffff !important;
  border: 1px solid #0000FF !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#header #head_btm #etc_btn a:last-child::after {
  border: 5px solid transparent;
  border-left-color: #0000FF;
  content: '';
  height: 0;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 0;
}
#contentsWrap #main .detail .left .sample li a.download {
  border: 1px solid #265CFF;
  background: #0040FF;
  background: -moz-linear-gradient(top, #0040FF 0%, #0000FF 100%);
  background: -webkit-linear-gradient(top, #0040FF 0%, #0000FF 100%);
  background: linear-gradient(to bottom, #0040FF 0%, #0000FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0040FF', endColorstr='#0000FF', GradientType=0);
  color: #fff;
}
#contentsWrap #main .privacytext b {
  font-weight: bold;
}
#contentsWrap #main .privacytext a {
  text-decoration: underline;
}
#contentsWrap #main .privacytext a:hover {
  text-decoration: none;
}
#contentsWrap #main .privacycheck {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.2rem;
}
.ro {
  overflow: auto;
  margin-right: -25px;
}
.googleBanner {
  margin-bottom: 30px;
}
.fsSp {
  font-size: 1.1rem !important;
}
.codePC {
  display: block;
}
.codeTABLET {
  display: none;
}
.codeSMP {
  display: none;
}
#codeBlockFooter {
  margin: 0 0 20px;
}
