@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* 
-------------------------------------------------------------------*/
/* import
-------------------------------------------------------------------*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* CSS
-------------------------------------------------------------------*/
@import url("/?originalUrl=https%3A%2F%2Ffonts.googleapis.com%2Fcss2%3Ffamily%3DPoppins%3Awght%40600%26display%3Dswap");
@import url("/?originalUrl=https%3A%2F%2Ffonts.googleapis.com%2Fcss2%3Ffamily%3DNoto%2BSans%2BJP%3Awght%40400%3B700%26display%3Dswap");
body {
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Poppins", "Noto Sans JP", "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

p {
  font-weight: 400;
  line-height: 1.6em;
}

strong, b, h1, h2, h3, h4, h5 {
  font-weight: 700;
}

p, div, a, ul, ol, li, h1, h2, h3, h4, h5 {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  letter-spacing: 0.1rem;
}

p, ul, li, ol, span, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

a {
  outline: none;
}

li {
  list-style: none;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*================================================================================
フッター
================================================================================*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
#bookpageTitle {
  width: 100%;
  height: 15vw;
  background: #2784d9;
}
@media print, screen and (min-width: 641px) {
  #bookpageTitle {
    height: 150px;
    background: #2784d9 url("/?originalUrl=https%3A%2F%2Fnextpublishing.jp%2Fimg%2Fbg_title.jpg") right top no-repeat;
  }
}
#bookpageTitle p {
  text-align: center;
  color: #fff;
  font-size: 4.5vw;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 15vw;
}
@media print, screen and (min-width: 641px) {
  #bookpageTitle p {
    font-size: 25px;
    line-height: 150px;
    text-align: left;
    padding-left: 55px;
  }
}

#bookContent {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  #bookContent {
    padding-bottom: 50px;
    background: #eff2f3;
  }
}
#bookContent .inner {
  position: relative;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 5vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner {
    border-radius: 5px;
    width: 1100px;
    top: -28px;
    padding: 50px 70px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  }
}
#bookContent .inner #columnLeft {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner #columnLeft {
    width: 700px;
  }
}
#bookContent .inner #columnRight {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner #columnRight {
    width: 220px;
  }
}
#bookContent .inner h1 {
  font-size: 5.2vw;
  margin-bottom: 10vw;
  padding-bottom: 5vw;
  border-bottom: 2px solid #eff2f3;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner h1 {
    font-size: 28px;
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
}
#bookContent .inner p {
  font-size: 3.7vw;
  line-height: 2;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#bookContent .inner .post-date {
  color: #00367a;
  font-weight: bold;
  margin-bottom: 0;
}
#bookContent .inner .btnShare {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70vw;
  margin: 50px auto 5vw;
  border-bottom: 2px solid #eff2f3;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner .btnShare {
    width: 540px;
    margin: 50px auto 0px;
    border: none;
  }
}
#bookContent .inner .btnShare li {
  position: relative;
  width: 100%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner .btnShare li {
    width: 32%;
    margin-bottom: 0;
  }
}
#bookContent .inner .btnShare li a {
  display: block;
  position: relative;
  text-align: center;
  height: 12vw;
  line-height: 12vw;
  color: #fff;
  text-decoration: none;
  border-radius: 6vw;
  padding-left: 5vw;
  font-size: 3.7vw;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner .btnShare li a {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
    padding-left: 15px;
  }
}
#bookContent .inner .btnShare li.tw a {
  background: #2b97f0 url("/?originalUrl=https%3A%2F%2Fnextpublishing.jp%2Fimg%2Fbtn_icon_tw.png") left 5vw center no-repeat;
  background-size: 6vw 6vw;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner .btnShare li.tw a {
    background: #2b97f0 url("/?originalUrl=https%3A%2F%2Fnextpublishing.jp%2Fimg%2Fbtn_icon_tw.png") left 15px center no-repeat;
    background-size: 24px 24px;
  }
}
#bookContent .inner .btnShare li.fb a {
  background: #3b5a9b url("/?originalUrl=https%3A%2F%2Fnextpublishing.jp%2Fimg%2Fbtn_icon_fb.png") left 5vw center no-repeat;
  background-size: 6vw 6vw;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner .btnShare li.fb a {
    background: #3b5a9b url("/?originalUrl=https%3A%2F%2Fnextpublishing.jp%2Fimg%2Fbtn_icon_fb.png") left 15px center no-repeat;
    background-size: 24px 24px;
  }
}
#bookContent .inner .btnShare li.ln a {
  background: #00b900 url("/?originalUrl=https%3A%2F%2Fnextpublishing.jp%2Fimg%2Fbtn_icon_ln.png") left 5vw center no-repeat;
  background-size: 6vw 6vw;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner .btnShare li.ln a {
    background: #00b900 url("/?originalUrl=https%3A%2F%2Fnextpublishing.jp%2Fimg%2Fbtn_icon_ln.png") left 15px center no-repeat;
    background-size: 24px 24px;
  }
}

#newsContentList {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  #newsContentList {
    padding-bottom: 50px;
    background: #eff2f3;
  }
}
#newsContentList .inner {
  position: relative;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 5vw;
}
@media print, screen and (min-width: 641px) {
  #newsContentList .inner {
    border-radius: 5px;
    width: 890px;
    top: -28px;
    padding: 50px 70px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  }
}
#newsContentList .inner ul.yearSelect {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #newsContentList .inner ul.yearSelect {
    margin-bottom: 50px;
  }
}
#newsContentList .inner ul.yearSelect li {
  width: 18%;
  margin: 0 1% 3vw;
}
@media print, screen and (min-width: 641px) {
  #newsContentList .inner ul.yearSelect li {
    width: 9%;
    margin: 0 10px 0 0;
  }
}
#newsContentList .inner ul.yearSelect li a {
  display: block;
  border: 1px solid #00367a;
  text-align: center;
  padding: 2vw 0;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.2s;
}
@media print, screen and (min-width: 641px) {
  #newsContentList .inner ul.yearSelect li a {
    padding: 10px 0;
  }
}
#newsContentList .inner ul.yearSelect li a:hover {
  background: #00367a;
  color: #fff;
  transition: 0.2s;
  opacity: 1;
}
#newsContentList .inner ul.yearSelect li.current a {
  background: #00367a;
  color: #fff;
}
#newsContentList .inner ul.newsList {
  margin: 0;
  padding: 0;
}
#newsContentList .inner ul.newsList li {
  padding: 10px 0;
  border-bottom: 1px solid #c6c6c6;
}
#newsContentList .inner ul.newsList li a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
  align-items: center;
  padding-right: 30px;
}
@media print, screen and (min-width: 641px) {
  #newsContentList .inner ul.newsList li a {
    justify-content: space-between;
    padding-right: 50px;
  }
}
#newsContentList .inner ul.newsList li a .date {
  width: 10rem;
  color: #818181;
  display: inline-block;
  text-align: left;
}
@media print, screen and (min-width: 641px) {
  #newsContentList .inner ul.newsList li a .date {
    width: 18%;
    text-align: center;
    min-height: 2.8rem;
  }
}
#newsContentList .inner ul.newsList li a::before, #newsContentList .inner ul.newsList li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media print, screen and (min-width: 641px) {
  #newsContentList .inner ul.newsList li a::before, #newsContentList .inner ul.newsList li a::after {
    right: 10px;
  }
}
#newsContentList .inner ul.newsList li a::before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #333;
}
#newsContentList .inner ul.newsList li a::after {
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 641px) {
  #newsContentList .inner ul.newsList li a::after {
    right: 20px;
  }
}
#newsContentList .inner ul.newsList li a p {
  margin-bottom: 0;
}
#newsContentList .inner ul.newsList li a ul {
  width: calc(100% - 5rem);
  display: inline-block;
}
@media print, screen and (min-width: 641px) {
  #newsContentList .inner ul.newsList li a ul {
    width: 12%;
  }
}
#newsContentList .inner ul.newsList li a ul li {
  border: none;
  display: inline-block;
  text-align: center;
  line-height: 1rem;
  padding: 3px 1vw;
  margin: 5px 0;
  font-size: 13px;
  border-radius: 3px;
}
@media print, screen and (min-width: 641px) {
  #newsContentList .inner ul.newsList li a ul li {
    display: block;
    padding: 3px 0;
  }
}
#newsContentList .inner ul.newsList li a .subject {
  width: 100%;
  display: inline-block;
  font-size: 15px;
}
@media print, screen and (min-width: 641px) {
  #newsContentList .inner ul.newsList li a .subject {
    width: 80%;
    min-height: 2.8rem;
  }
}
#newsContentList .inner ul.newsList li a .subject span {
  display: inline-block;
  color: #00367a;
  line-height: 1;
  border: 1px solid #00367a;
  padding: 2px 5px;
  border-radius: 3px;
  margin-right: 10px;
}
#newsContentList .inner ul.newsList li a .subject br {
  display: none;
}

#newsContent .btnTop,
#newsContentList .btnTop {
  width: 70%;
  text-align: center;
  margin: 0 auto 20vw;
}
@media print, screen and (min-width: 641px) {
  #newsContent .btnTop,
  #newsContentList .btnTop {
    width: 225px;
    margin: 0 auto;
  }
}
#newsContent .btnTop a,
#newsContentList .btnTop a {
  display: block;
  position: relative;
  text-align: center;
  height: 12vw;
  line-height: 12vw;
  color: #fff;
  background: #333333;
  text-decoration: none;
  border-radius: 6vw;
  font-size: 3.7vw;
}
@media print, screen and (min-width: 641px) {
  #newsContent .btnTop a,
  #newsContentList .btnTop a {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
  }
}
#newsContent .btnTop a::before, #newsContent .btnTop a::after,
#newsContentList .btnTop a::before,
#newsContentList .btnTop a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#newsContent .btnTop a::before,
#newsContentList .btnTop a::before {
  left: 7vw;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(225deg);
}
@media print, screen and (min-width: 641px) {
  #newsContent .btnTop a::before,
  #newsContentList .btnTop a::before {
    left: 15px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

/*================================================================================
サイドバー
================================================================================*/
#sidebar {
  display: none;
  margin-bottom: 13px;
  padding-bottom: 1px;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
@media print, screen and (min-width: 641px) {
  #sidebar {
    display: block;
  }
}

#sidebar h3 {
  margin-bottom: 10px;
}

#sidebar ul {
  margin-left: 15px;
  margin-bottom: 20px;
}

#sidebar ul.bookCat {
  margin-bottom: 10px;
}

ul#sideBanner li {
  margin-bottom: 13px;
  text-align: center;
}

#searchForm {
  position: relative;
  width: 195px;
  height: 39px;
  margin-left: 14px;
  margin-bottom: 20px;
  background: url("/?originalUrl=https%3A%2F%2Fnextpublishing.jp%2Fcommon%2Fimg%2Fbg_search.png") left top no-repeat;
}

#searchForm input.searchTxt {
  position: absolute;
  top: 4px;
  width: 145px;
  height: 27px;
  margin-left: 3px;
  border: none;
}

#searchForm input.submitBtn {
  position: absolute;
  top: 4px;
  right: 4px;
}

#sidebar ul li {
  line-height: 1.6;
  padding-left: 12px;
  margin-bottom: 3px;
  background: url("/?originalUrl=https%3A%2F%2Fnextpublishing.jp%2Fcommon%2Fimg%2Fimg_sidebar_nav.png") left 8px no-repeat;
}

.bookListLink {
  margin-left: 15px;
  margin-bottom: 16px;
}

#topicPath {
  display: none !important;
  padding: 0;
  margin-bottom: 3vw;
}
@media print, screen and (min-width: 641px) {
  #topicPath {
    display: block !important;
    padding: 17px 15px 15px 0;
    margin-bottom: 20px;
  }
}

#topicPath li {
  float: left;
  padding-left: 16px;
  margin-left: 10px;
  display: inline;
  line-height: 1.6;
  background: url("/?originalUrl=https%3A%2F%2Fnextpublishing.jp%2Fcommon%2Fimg%2FarrowTP.png") 3px 8px no-repeat;
}

#topicPath li a {
  color: #999;
}

#topicPath li a:hover {
  color: #CCC !important;
}

#topicPath li.home {
  background: none;
  padding-left: 0;
  margin-left: 0;
}

#topicPath li.current, #topicPath li.current a {
  color: #4a7abc;
  font-weight: bold;
}

/*================================================================================
一覧
================================================================================*/
#listArea {
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.archive .newsEntry h2, .archive .bookEntry h2, .search-results .bookEntry h2 {
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
}

.archive .newsEntry h2 a, .archive .bookEntry h2 a, .search-results .bookEntry h2 a {
  color: #333;
}

.archive .bookEntry .thumbnail, .search-results .bookEntry .thumbnail {
  float: left;
  margin-right: 18px;
  width: 80px;
  height: auto;
  border: 1px #CCC solid;
}

.post-type-archive-book.archive .newsEntry h2 a, .search-results .newsEntry h2 a {
  color: #4a7abc;
}

.result h1 {
  font-weight: bold;
  padding: 30px 30px 0;
}

.result h1 span {
  color: #4a7abc;
}

/*================================================================================
詳細
================================================================================*/
.newsEntry, .bookEntry, .navigation {
  color: #555;
}
.newsEntry p.post-date {
  color: #666;
}

.newsEntry h1, .bookEntry h1 {
  color: #333;
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .newsEntry h1, .bookEntry h1 {
    padding-bottom: 15px;
  }
}

.newsEntry .category, .bookEntry .category {
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  float: right;
}
@media print, screen and (min-width: 641px) {
  .newsEntry .category, .bookEntry .category {
    margin-left: 30px;
    margin-bottom: 20px;
  }
}

.newsEntry .category a, .bookEntry .category a {
  color: #FFF;
  background-color: #4a7abc;
  border-radius: 3px;
  padding: 5px;
  text-shadow: 0 1px 1px #265391;
}
.newsEntry .category a:hover, .bookEntry .category a:hover {
  color: #FFF !important;
  background-color: #99b0e2 !important;
  text-shadow: 0 1px 1px #4a7abc;
}

.newsEntry p, .bookEntry p {
  padding-bottom: 12px;
}
#shereTool {
  height: 30px;
  padding-top: 8px;
}
/* -- ページネーション -- */
.wp-pagenavi {
  clear: both;
  padding-top: 20px;
  margin: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #333;
  text-decoration: none;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  background-color: #EEE;
  padding: 10px 12px;
  margin: 3px;
  display: inline-block;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  font-weight: bold;
  background-color: #4a7abc;
}

.wp-pagenavi span.extend {
  display: none;
}

/*書籍詳細--------------------------------------------------*/
#post {
  letter-spacing: normal;
}
#post h1, #post h2, #post h3, #post h4, #post h5 {
  letter-spacing: normal;
}

#bookContent .pc {
  display: none;
}
@media print, screen and (min-width: 641px) {
  #bookContent .pc {
    display: block;
  }
}
#bookContent .sp {
  display: block;
}
@media print, screen and (min-width: 641px) {
  #bookContent .sp {
    display: none;
  }
}

.bookCategory {
  float: right;
  margin-left: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.bookCategory a {
  color: #fff;
  padding: 5px 5px 3px 5px;
  margin-left: 5px;
  text-shadow: 0 1px 1px #265391;
  background: #4a7abc;
  border-radius: 3px;
  text-decoration: none;
}

.bookCategory a:hover {
  color: #fff !important;
  background: #99b0e2 !important;
  text-shadow: 0 1px 1px #4a7abc;
}

@media print, screen and (min-width: 641px) {
  #bookTitle {
    padding-left: 17px;
    margin-bottom: 30px;
    border-left: 5px solid #4a7abc;
  }
}

#bookTitle h1 {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 5vw !important;
}
@media print, screen and (min-width: 641px) {
  #bookTitle h1 {
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 15px !important;
    font-size: 24px;
  }
}

#bookTitle p.author {
  font-weight: bold;
  color: #555;
  width: 100%;
  line-height: 1.6;
  margin-bottom: 3vw;
}
@media print, screen and (min-width: 641px) {
  #bookTitle p.author {
    margin-bottom: 5px;
  }
}

#bookTitle p.copy {
  font-weight: bold;
  color: #4a7abc;
  margin-bottom: 3vw;
  line-height: 1.6;
}
@media print, screen and (min-width: 641px) {
  #bookTitle p.copy {
    margin-bottom: 0px;
  }
}

#post p.bookIndex {
  padding-left: 10px;
}

#post p.bookInformation {
  line-height: 2em;
  padding-left: 10px;
}

#post p.writerName {
  padding-left: 10px;
  margin-bottom: 10px;
}

#post p.writerText {
  padding-left: 10px;
  margin-bottom: 10px;
}

#post p.wrongList {
  padding-left: 10px;
  margin-bottom: 10px;
}

a.tachiyomi {
  width: 195px;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  background: #4a7abc;
}

a.tachiyomi:hover {
  opacity: 0.7;
}

a.tachiyomi img {
  vertical-align: text-bottom;
  margin-right: 5px;
}

/*  -----------------------------------------------------------*/
#cover {
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  #cover {
    float: left;
    width: 210px;
  }
}

#cover img.frontCover {
  box-shadow: 0px 2px 2px #CCC;
  width: 70%;
  margin: 0 auto 5vw;
}
@media print, screen and (min-width: 641px) {
  #cover img.frontCover {
/*     margin-right: 3px; */
    max-width: 195px;
    max-height: 300px;
  }
}

#cover img.backCover {
  margin-right: 0;
  max-width: 21px;
  max-height: 260px;
}

@media print, screen and (min-width: 641px) {
  #description {
    float: right;
    width: 480px;
  }
}

#description p {
  margin-bottom: 15px;
}

#description p span {
  font-weight: bold;
}

#description .fb_iframe_widget {
  display: inline-flex !important;
}

#desc {
  height: 10em;
  overflow-y: hidden;
}

#moreless {
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  border-top: 1px solid #e2e2e2;
}

#moreless p {
  position: relative;
  color: #4a7abc !important;
  top: -17px;
  line-height: 14px;
  padding: 5px 10px;
  border-radius: 15px;
  border: 1px solid #e2e2e2;
  background: #fff;
}

p.descMore {
  display: inline;
}

p.descLess {
  display: none;
}

#description p.priceBook {
  padding-left: 6vw;
  line-height: 1.4;
  min-height: 6vw;
  background: url("/?originalUrl=https%3A%2F%2Fnextpublishing.jp%2Fcommon%2Fimg%2Ficon_book.png") left top no-repeat;
  background-size: 4.5vw auto;
}
@media print, screen and (min-width: 641px) {
  #description p.priceBook {
    height: 24px;
    padding: 0 0 0 30px;
    background: url("/?originalUrl=https%3A%2F%2Fnextpublishing.jp%2Fcommon%2Fimg%2Ficon_book.png") left top no-repeat;
    background-size: auto auto;
  }
}

#description p.priceDownload {
  padding-left: 6vw;
  line-height: 1.4;
  min-height: 6vw;
  background: url("/?originalUrl=https%3A%2F%2Fnextpublishing.jp%2Fcommon%2Fimg%2Ficon_download.png") left top no-repeat;
  background-size: 5vw auto;
}
@media print, screen and (min-width: 641px) {
  #description p.priceDownload {
    padding-left: 30px;
    margin-bottom: 10px;
    min-height: 24px;
    padding-top: 3px;
    background: url("/?originalUrl=https%3A%2F%2Fnextpublishing.jp%2Fcommon%2Fimg%2Ficon_download.png") left top no-repeat;
    background-size: auto auto;
  }
}

.border {
  clear: both;
  padding-top: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}

.border hr {
  display: none;
}

#post h2 {
  margin-bottom: 3vw;
  padding-left: 2vw;
  font-size: 4.5vw;
  font-weight: bold;
  border-left: 4px solid #4a7abc;
}
@media print, screen and (min-width: 641px) {
  #post h2 {
    margin-bottom: 20px;
    padding-left: 8px;
    font-size: 24px;
  }
}

#post h2 span {
  margin-left: 10px;
  color: #a2a2a2;
}

#post p {
  color: #333;
  line-height: 1.7em;
}

#content_entry p a {
  font-weight: bold;
}

#content_entry img {
  display: block;
  margin-bottom: 15px;
  box-shadow: 0px 2px 2px #CCC;
}

#content_entry img.alignleft {
  float: left;
  margin-right: 20px;
}

#content_entry img.alignright {
  float: right;
  margin-left: 20px;
}

.shoppingBook {
  float: left;
  margin-right: 20px;
}

.shoppingBook p,
.shoppingDownload p {
  text-align: center;
  padding: 15px 0;
}

.shoppingDownload {
  float: left;
}

/* store -----------------------------------------------------------*/
@media print, screen and (min-width: 641px) {
  .storeBook {
    float: right;
    width: 300px;
    margin-right: 10px;
  }
}

.storeBook h3,
.storeDownload h3 {
  text-align: center;
  font-weight: bold;
  color: #4a7abc;
  margin-bottom: 10px;
}

.storeBook ul li,
.storeDownload ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 641px) {
  .storeDownload {
    float: left;
    width: 300px;
    margin-left: 10px;
  }
}

#storeDL {
  clear: both;
  color: #fff;
  margin-bottom: 3vw;
  padding: 3vw;
  background: #728cc7;
  border-radius: 5px;
}
@media print, screen and (min-width: 641px) {
  #storeDL {
    margin-bottom: 20px;
    padding: 20px 0 10px;
  }
}

#storeBK {
  clear: both;
  color: #fff;
  padding: 3vw;
  background: #a4acbc;
  border-radius: 5px;
}
@media print, screen and (min-width: 641px) {
  #storeBK {
    padding: 20px 0 10px;
  }
}

#storeDL h3,
#storeBK h3 {
  font-weight: bold;
  width: 100%;
  margin-bottom: 2vw;
}
@media print, screen and (min-width: 641px) {
  #storeDL h3,
  #storeBK h3 {
    float: left;
    width: 120px;
    margin-left: 20px;
    margin-bottom: 0;
  }
}

#storeDL ul,
#storeBK ul {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 641px) {
  #storeDL ul,
  #storeBK ul {
    display: block;
    float: right;
    width: 545px;
  }
}

#storeDL ul li,
#storeBK ul li {
  width: 32%;
  height: 10vw;
  line-height: 9vw;
  margin-bottom: 5px;
  margin-right: 2%;
  background: #fff;
  border-radius: 3px;
}
@media print, screen and (min-width: 641px) {
  #storeDL ul li,
  #storeBK ul li {
    float: left;
    width: 127px;
    height: 31px;
    margin-left: 5px;
    margin-right: 0;
  }
}
#storeDL ul li:nth-child(3n),
#storeBK ul li:nth-child(3n) {
  margin-right: 0;
}

#storeDL ul li.no-link,
#storeBK ul li.no-link {
  opacity: 0.2;
}
@media print, screen and (min-width: 641px) {
  #storeDL ul li.no-link,
  #storeBK ul li.no-link {
    display: block;
    height: 31px;
    line-height: 31px;
    font-size: 31px;
  }
}

#storeDL ul li img,
#storeBK ul li img {
  max-width: 90%;
  vertical-align: middle;
  display: inline-block;
}
@media print, screen and (min-width: 641px) {
  #storeDL ul li img,
  #storeBK ul li img {
    line-height: 31px;
    max-width: inherit;
    vertical-align: baseline;
  }
}

#storeDL ul li a,
#storeBK ul li a {
  display: block;
}
@media print, screen and (min-width: 641px) {
  #storeDL ul li a,
  #storeBK ul li a {
    height: 31px;
    line-height: 31px;
    font-size: 31px;
  }
}

#storeDL ul li a:hover,
#storeBK ul li a:hover {
  opacity: 0.5;
}

/*書籍一覧 --------------------------------------------------*/
#bookContent .inner #listArea h3.tit-book-series,
#bookContent .inner #listArea h3.tit-book-cat {
  margin-bottom: 30px;
}
#bookContent .inner .bookEntry {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner .bookEntry a {
    width: 100px;
  }
}
#bookContent .inner .bookEntry .bookTxt {
  width: calc(100% - 100px);
  margin-bottom: 30px;
}
#bookContent .inner .bookEntry .bookTxt p.listSeries {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner .bookEntry .bookTxt p.listSeries {
    font-size: 14px;
  }
}
#bookContent .inner .bookEntry .bookTxt .category {
  margin-top: 5px;
}
#bookContent .inner .bookEntry .bookTxt .category a {
  text-decoration: none;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner .bookEntry .bookTxt .category a {
    font-size: 14px;
  }
}
#bookContent .inner .bookEntry .bookTxt h2.entry-title a {
  text-decoration: none;
  letter-spacing: normal;
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner .bookEntry .bookTxt h2.entry-title a {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 641px) {
  #bookContent .inner .bookEntry .bookTxt p.excerpt {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* -- ページネーション -- */
.wp-pagenavi {
  font-size: 12px;
  clear: both;
  padding-top: 20px;
  margin: 0 auto;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #333;
  text-decoration: none;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  background-color: #EEE;
  padding: 10px 12px;
  margin: 3px;
  display: inline-block;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  font-weight: bold;
  background-color: #4a7abc;
}

.wp-pagenavi span.extend {
  display: none;
}

.sideNav {
  display: none;
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid #e2e2e2;
}
@media print, screen and (min-width: 641px) {
  .sideNav {
    display: block;
  }
}
.sideNav li {
  margin: 0;
  background: none;
  list-style: none;
  padding: 12px 0;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
}
.sideNav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
  padding-left: 20px;
}
.sideNav li a::before, .sideNav li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sideNav li a::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}

/* 販売ストア
----------------------------------------------------*/
#topStoreList {
  clear: both;
  background: #fff;
}

#topStoreList .inner {
  width: 960px;
  margin: 0 auto;
  padding: 12px 0 50px;
}

#topStoreList h3 {
  float: left;
  width: 108px;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #336ede;
  line-height: 165px;
}

.storelist {
  float: left;
  width: 840px;
  border-bottom: 1px solid #dadada;
}

.storelist.bottom {
  border: none;
}

.storelist h4 {
  float: left;
  width: 6em;
  line-height: 40px;
  font-size: 1.2em;
}

.storelist ul {
  float: left;
  width: 760px;
}

.storelist ul li {
  float: left;
  display: table;
  height: 40px;
  margin-right: 10px;
}

.storelist ul li p {
  display: table-cell;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  vertical-align: middle;
}

.storelist ul li a img {
  transition: 0.3s;
}

.storelist ul li a img:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.storeBook {
  float: right;
  width: 300px;
  margin-right: 10px;
}

.storeBook h3,
.storeDownload h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #4a7abc;
  margin-bottom: 10px;
}

.storeBook ul li,
.storeDownload ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 15px;
}

.storeDownload {
  float: left;
  width: 300px;
  margin-left: 10px;
}/*# sourceMappingURL=book.css.map */