@charset "utf-8";

/* reset */
html{
  overflow-y: scroll;
}
html, body{
  height: 100%;
  font-size: 12px;
}
body{
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  background: #fff;
  color: #333;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5;
}
body * {
  font-feature-settings: "palt";
}
html, body, header, footer, article, aside, section, div, a, abbr, acronym, address, applet, audio, b, big, blockquote, canvas, caption, center, cite, code, del, details, dialog, dfn, em, embed, fieldset, form, figure, figcaption, hgroup, hr, iframe, img, ins, i, kbd, label, legend, main, menu, mark, nav, object, output, p, pre, q, ruby, s, samp, small, strike, strong, sub, sup, summary, span, table, tbody, tr, th, td, tt, tfoot, thead, time, u, var, video, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, summary, menu, nav, section{
  display: block;
}
html, body, header, footer, article, aside, section, div, address, blockquote, caption, details, dialog, fieldset, form, figure, figcaption, hgroup, hr, iframe, main, nav, p, pre, ruby, summary, table, tbody, tr, th, td, tt, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li{
  font-size: 12px;
}
input, button, textarea, select{
  font: inherit;
  color: inherit;
  vertical-align: middle;
}
input,textarea,select{
  font-family:メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  vertical-align:middle;
}
a, button, label, select{
  cursor: pointer;
}
:disabled{
  cursor: not-allowed;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
p, h1, h2, h3, h4, h5, h6{
  overflow-wrap: break-word;
}
.font_8{
  font-size: 10px;
}
.font_10{
  font-size:10px
}
.font_12{
  font-size:12px
}
.font_14{
  font-size:14px
}
.font_16{
  font-size:16px
}
.font_18{
  font-size:18px
}
.font_20{
  font-size:20px
}
.font_24{
  font-size:24px
}
.font_26{
  font-size:26px
}
.w_b {
  font-weight:bold;
}
.color_yl{
  color:#ff0;
}
.color_rd{
  color:#f03;
}
.color_pk{
  color:#f36;
}
.color_or{
  color:#f60;
}
.color_bl{
  color:#06f;
}
.color_w, .color_wh{
  color:#fff;
}
.color_bk{
  color:#000;
}
.color_g, .color_gr{
  color:#090;
}
ol, ul, li{
  list-style: none;
}
blockquote, q{
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after{
  content: "";
  content: none;
}
hr{
  margin: 0;
}
.dips_bl{
  display:block;
}
.dips_no{
  display:none;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
  border-padding:0;
  empty-cells:show;
}
img{
  vertical-align: middle;
  border: 0;
}
.clearfix:after,
.clfix:after{
  content: "";
  display: block;
  clear: both;
}
a{
  color: #333;
  text-decoration: none;
  text-decoration-skip-ink: none;
}
a:hover{
  color: #005580;
  text-decoration: underline;
}
a:hover img{
  opacity: .7;
}
.underline{
  text-decoration: underline;
}
.v-top{
  vertical-align:top;
}
.v-center{
  vertical-align:middle;
}
.v-bottom{
  vertical-align:bottom;
}
.h-center{
  text-align:center;
}
.h-left{
  text-align:left;
}
.h-right{
  text-align:right;
}
.margin_2 {
  margin:2px;
}
.margin_top2 {
  margin-top:2px;
}
.margin_bottom2 {
  margin-bottom:2px;
}
.margin_right2 {
  margin-right:2px;
}
.margin_left2 {
  margin-left:2px;
}
.margin_3 {
  margin:2px;
}
.margin_top3 {
  margin-top:3px;
}
.margin_bottom3 {
  margin-bottom:3px;
}
.margin_right3 {
  margin-right:3px;
}
.margin_left3 {
  margin-left:3px;
}
.margin_5 {
  margin:5px;
}
.margin_top5 {
  margin-top:5px;
}
.margin_bottom5 {
  margin-bottom:5px;
}
.margin_right5 {
  margin-right:5px;
}
.margin_left5 {
  margin-left:5px;
}
.margin_10 {
  margin:10px;
}
.margin_top10 {
  margin-top:10px;
}
.margin_bottom10 {
  margin-bottom:10px;
}
.margin_right10 {
  margin-right:10px;
}
.margin_left10 {
  margin-left:10px;
}
.margin_top20 {
  margin-top:20px;
}
.margin_bottom20 {
  margin-bottom:20px;
}
.margin_top30 {
  margin-top:30px;
}
.margin_bottom30 {
  margin-bottom:30px;
}
.padding3 {
  padding:3px;
}
.padding_top3 {
  padding-top:3px;
}
.padding_bottom3 {
  padding-bottom:3px;
}
.padding_right3 {
  padding-right:3px;
}
.padding_left3 {
  padding-left:3px;
}
.padding_5 {
  padding:5px;
}
.padding_top5 {
  padding-top:5px;
}
.padding_bottom5 {
  padding-bottom:5px;
}
.padding_right5 {
  padding-right:5px;
}
.padding_left5 {
  padding-left:5px;
}

/* genreObiBottomNavi
-----------------------------------------------*/
.genreObiBottomNavi {
  text-align: right;
  width: 990px;
  height: 24px;
  line-height: 25px;
  padding: 0 10px;
  font-size: 12px;
  margin: auto;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
  color: #373737;
  box-sizing: border-box;
}
.genreObiBottomNavi a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 18px;
  position: relative;
  font-feature-settings: "palt";
}
.genreObiBottomNavi a:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 10px;
  width: 0;
  height:0;
  border-style:solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #777;
}

/* layout
-----------------------------------------------*/
.contentsWrapper {
  width: 990px;
  padding: 15px 0 1px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.contentsWrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contentsArea {
  float: right;
  width: 770px;
}

/* sideNaviArea
-----------------------------------------------*/
#sideNaviArea *,
#sideNaviArea *:before,
#sideNaviArea *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sideNaviArea {
  float: left;
  width: 182px;
  text-align: left;
}
#sideNaviArea .naviBlock + .naviBlock {
  margin-top: 20px;
}
#sideNaviArea .naviBlock.navBanner + .naviBlock.navBanner {
  margin-top: 8px;
}
#sideNaviArea .navBanner a {
  display: block;
}
#sideNaviArea .navBanner a + a {
  margin-top: 8px;
}
#sideNaviArea .navBanner img {
  width: 100%;
  height: auto;
}
#sideNaviArea .naviBlock .title {
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 6px;
  padding-left: .3em;
}
#sideNaviArea .linkArea {
  line-height: 2;
}
#sideNaviArea .linkArea li {
  padding: 0 .3em;
}
#sideNaviArea .linkArea a {
  display: block;
  color: #333;
  font-size: 12px;
}
#sideNaviArea .linkArea .mark {
  padding-left: 1.3em;
  position: relative;
}
#sideNaviArea .linkArea .mark + .linkTitle {
  border-top: 1px solid #d4d4d4;
  margin-top: 6px;
  padding-top: 6px;
}
#sideNaviArea .linkArea .child:before {
  display: block;
  content: "└";
  position: absolute;
  top: 1px;
  left: 0;
}
#sideNaviArea .linkArea .mark .check:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 2px 0 5px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #ff8c2f;
}
#sideNaviArea .linkArea .mark .list:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 2px 0 5px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #777;
}
#sideNaviArea .linkArea + .moreLink {
  border-top: 1px solid #d4d4d4;
  margin-top: 6px;
  padding-top: 6px;
}
#sideNaviArea .moreLink {
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
}
#sideNaviArea .moreLink a {
  color: #ff6600;
}
#sideNaviArea .naviBlock .sub_title {
  padding: 0 .3em;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
}
#sideNaviArea .naviBlock ul + .sub_title {
  margin-top: 12px;
}
#sideNaviArea .naviBlock.navMagazineLogo li {
  display: flex;
}
#sideNaviArea .naviBlock.navMagazineLogo li a {
  width: 49%;
  padding: 2px 0;
}
#sideNaviArea .naviBlock.navMagazineLogo li a + a {
  margin-left: 2%;
}
#sideNaviArea .naviBlock.navMagazineLogo ul + .moreLink {
  border-top: 1px solid #d4d4d4;
  margin-top: 6px;
  padding-top: 6px;
}
#sideNaviArea .btnNewRegist {
  background: #fffbe9;
  border: 1px solid #ffbc58;
  border-radius: 3px;
  padding: 8px 0 10px;
  text-align: center;
}
#sideNaviArea .btnNewRegist.new2 {
  padding: 10px 0 4px;
}
#sideNaviArea .btnNewRegist .text {
  margin: 0 auto 3px;
  font-size: 10px;
}
#sideNaviArea .btnNewRegist .registBtn {
  display: block;
  width: 90%;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  background: #f90;
  border: 1px solid #f90;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#sideNaviArea .btnNewRegist .link {
  margin-top: 6px;
}

/* swiper
-----------------------------------------------*/
.contentsArea .swiper-wrapper {
  height: auto;
  padding-bottom: 1px;
}

/* topBanner
-----------------------------------------------*/
.contentsArea .topBanner {
  text-align: right;
}
.contentsArea .topBanner .upperBannerArea img {
  width: 770px;
  height: 320px;
}
/* swiper */
.contentsArea .topBanner .upperBannerArea .swiper-container {
  padding-bottom: 15px;
}
.contentsArea .topBanner .swiper-wrapper {
  height: 320px;
}
.contentsArea .topBanner .upperBannerArea .swiper-pagination.swiper-pagination-bullets {
  bottom: 0 !important;
}
.contentsArea .topBanner .upperBannerArea .swiper-pagination .swiper-pagination-bullet {
  border-radius: 3px;
  width: 15px;
  height: 3px;
}
.contentsArea .topBanner .upperBannerArea .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff9900;
}

/* registBannerArea
-----------------------------------------------*/
.registBannerArea {
  text-align: right;
}
.registBannerArea img {
  width: 770px;
  height: auto;
}

/* information
-----------------------------------------------*/
.contentsArea .information {
  width: 740px;
  margin: 15px auto;
}
.contentsArea .information a {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: left;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-decoration: none;
  font-feature-settings: "palt";
}
.contentsArea .information a:hover{
  background: #fffdf5;
}
.contentsArea .information.creca a,
.contentsArea .information.creca a:hover{
  background: #fff8f9;
}
.contentsArea .information span{
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}
.contentsArea .information .info_text{
  text-align: left;
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.4;
}
.contentsArea .information .no_read{
  width: 4em;
  text-align: center;
}
.contentsArea .information .info_cnt {
  display: inline-block;
  padding: 0 4px;
  background: #f00;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

/* contentsArea Common
-----------------------------------------------*/
.contentsArea .secArea .secTitle {
  display: block;
  position: relative;
  width: 740px;
  margin: 0 auto;
  text-align: left;
  height: 40px;
  line-height: 40px;
}
.contentsArea .secArea .secTitle a {
  display: block;
  text-decoration: none;
}
.contentsArea .secArea .secTitle a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .secArea .secTitle .titleTxt {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #444;
}
.contentsArea .secArea .secTitle .rightLinkMore {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #444;
  font-weight: bold;
  padding-right: 15px;
}
.contentsArea .secArea .seoTxt {
  width: 740px;
  margin: 0 auto;
  text-align: left;
  font-size: 11px;
  color: #777;
}
.contentsArea .secArea .seoTxt .title {
  font-size: 11px;
  color: #777;
}
.contentsArea .secArea .secSubTitle {
  display: block;
  position: relative;
  width: 740px;
  margin: 0 auto;
  text-align: left;
  height: 30px;
  line-height: 30px;
}
.contentsArea .secArea .secSubTitle a {
  display: block;
  text-decoration: none;
}
.contentsArea .secArea .secSubTitle a:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-top: 2px solid #ff8c2f;
  border-right: 2px solid #ff8c2f;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .secArea .secSubTitle .titleTxt {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #ff8c2f;
}
.contentsArea .secArea .secSubTitle .rightLinkMore {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #ff8c2f;
  font-weight: bold;
  padding-right: 15px;
}
.contentsArea .secArea .sliderTitleArea +  .secSubTitle {
  margin-top: 20px;
}

/* .resBox
-----------------------------------------------*/
.contentsArea .resBox{
  width: 752px;
  margin: 0 auto;
}
.contentsArea .resBox.sliderTitleArea {
  width: 746px;
  margin: 0 15px 0 auto;
}
.contentsArea .resBox ul + ul {
  margin-top: 20px;
}
.contentsArea .resBox li {
  display: block;
  width: 16.666%;
  float: left;
  padding: 0 6px;
  margin-top: 20px;
}
.contentsArea .resBox.cells7 li {
  width: 14.285%;
}
.contentsArea .resBox.cells6 li {
  width: 16.666%;
}
.contentsArea .resBox.cells5 li {
  width: 20%;
}
.contentsArea .resBox.cells4 li {
  width: 25%;
}
.contentsArea .resBox.sliderTitleArea .swiper-slide {
  width: 20%;
  padding: 0 6px;
}
.contentsArea .resBox.cells7 li:nth-child(-n+7),
.contentsArea .resBox.cells6 li:nth-child(-n+6),
.contentsArea .resBox.cells5 li:nth-child(-n+5),
.contentsArea .resBox.cells4 li:nth-child(-n+4) {
  margin-top: 0;
}
.contentsArea .resBox.cells7 li:nth-child(7n+1),
.contentsArea .resBox.cells6 li:nth-child(6n+1),
.contentsArea .resBox.cells5 li:nth-child(5n+1),
.contentsArea .resBox.cells4 li:nth-child(4n+1) {
  clear: both;
}
.contentsArea .resBox .rankNum {
  color: #f60;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  text-align: center;
  margin: 0 auto;
}
.contentsArea .resBox .rankNum a {
  color: #f60;
  text-decoration: none;
}
.contentsArea .resBox .rankNum span {
  font-size: 14px;
}
.contentsArea .resBox .rankNumGenre {
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  color: #333;text-align: center;
  margin: 0 auto;
}
.contentsArea .resBox .rankNumGenre span {
  font-size: 14px;
}
.contentsArea .resBox.cells6 .thumBox {
  height: 165px;  
}
.contentsArea .resBox.cells5 .thumBox {
  height: 195px;
}
.contentsArea .resBox .thumBox span,
.contentsArea .resBox .thumBox a {
  display: block;
  position: relative;
}
.contentsArea .resBox.cells6 .thumBox span,
.contentsArea .resBox.cells6 .thumBox a {
  height: 162px;
}
.contentsArea .resBox.cells5 .thumBox span,
.contentsArea .resBox.cells5 .thumBox a {
  height: 192px;
}
.contentsArea .resBox .camMark {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d00;
  color: #d00;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  font-size: 10px;
  z-index: 1;
}
.contentsArea .resBox .camMark.new {
  background: #ec1e0d;
  color: #fff;
  font-size: 11px;
}
.contentsArea .resBox .thumBox img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #eee;
}
.contentsArea .resBox .thumBox img.precede {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  border: none;
  opacity: .8;
  z-index: 1;
}
.contentsArea .resBox img.plusMore {
  border: none;
}
.contentsArea .resBox .titleName {
  display: block;
  text-align: center;
  height: 16px;
  overflow: hidden;
}
.contentsArea .resBox .titleName a {
  color: #333;
  font-size: 12px;
  line-height: 17px;
  font-feature-settings: "palt";
}
.contentsArea .resBox .authorName {
  display: block;
  text-align: center;
  height: 16px;
  overflow: hidden;
  color: #767676;
}
.contentsArea .resBox .authorName a {
  color: #767676;
  font-size: 10px;
  line-height: 17px;
  font-feature-settings: "palt";
}
.contentsArea .resBox .reviewNum {
  display: block;
  text-align: center;
  height: 16px;
  font-size: 12px;
  line-height: 17px;
  overflow: hidden;
}
.contentsArea .resBox .reviewNum span {
  color: #f60;
}
.contentsArea .resBox .reviewStar {
  display: block;
  text-align: center;
  font-size: 12px;
  font-feature-settings: "palt";
}
.contentsArea .resBox .reviewStar img {
  height: 13px;
}
.contentsArea .resBox .btnBox {
  margin: 0 auto;
}
.contentsArea .resBox .btnBox a {
  display: block;
  width: 100%;
  height: 28px;
  margin: 6px auto 0;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #f6f6f6));
  background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 26px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #797979;
  text-decoration: none;
  font-feature-settings: "palt";
}
.contentsArea .resBox .btnBox a:hover {
  background: #fff;
}
.contentsArea .resBox .btnBox a.btn01 {
  background: #fbda37;
  border: 1px solid #d8c90f;
  color: #5c4d31;
}
.contentsArea .resBox .btnBox a.btn01:hover {
  background: #fbda37;
  opacity: .7;
}

/* .bottomLinks
-----------------------------------------------*/
.contentsArea .bottomLinks {
  width: 740px;
  margin: 0 auto;
}
.contentsArea .bottomLinks li {
  float: left;
  width: 33.33%;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.contentsArea .bottomLinks.cells3 li {
  width: 33.33%;
}
.contentsArea .bottomLinks.cells3 li:nth-child(-n+3) {
  border-top: 1px solid #ddd;
}
.contentsArea .bottomLinks.cells3 li:nth-child(3n+3) {
  border-right: 1px solid #ddd;
}
.contentsArea .bottomLinks.cells2 li {
  width: 50%;
}
.contentsArea .bottomLinks.cells2 li:nth-child(-n+2) {
  border-top: 1px solid #ddd;
}
.contentsArea .bottomLinks.cells2 li:nth-child(2n+2) {
  border-right: 1px solid #ddd;
}
.contentsArea .bottomLinks.cells4 li {
  width: 25%;
}
.contentsArea .bottomLinks.cells4 li:nth-child(-n+4) {
  border-top: 1px solid #ddd;
}
.contentsArea .bottomLinks.cells4 li:nth-child(4n+4) {
  border-right: 1px solid #ddd;
}
.contentsArea .bottomLinks li a {
  display: block;
  position: relative;
  width: 100%;
  height: 35px;
  line-height: 37px;
  font-size: 13px;
  text-decoration: none;
  font-feature-settings: "palt";
}
.contentsArea .bottomLinks li a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .bottomLinks li a:hover {
  background: #fffdf5;
}
.contentsArea .bottomLinks li.wp_point a {
  position: relative;
}
.contentsArea .bottomLinks li.wp_point .mark {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -85px;
  padding: 4px 2px;
  background: #ec1e0d;
  border: 1px solid #f00;
  border-radius: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 10px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  z-index: 1;
}
.contentsArea .bottomLinks li.wp_point .mark.appeal1 {
  font-size: 11px;
  line-height: 20px;
}

/* bottomBtns
-----------------------------------------------*/
.contentsArea .bottomBtns {
  margin: 0 auto;
}
.contentsArea .bottomBtns.cells2 {
  width: 760px;
}
.contentsArea .bottomBtns a {
  display: block;
  position: relative;
  width: 430px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
}
.contentsArea .bottomBtns.cells2 a {
  width: 360px;
  float: left;
  margin: 0 10px;
}
.contentsArea .bottomBtns a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .bottomBtns a:hover {
  background: #fffdf5;
}

/* sliderBannerArea
-----------------------------------------------*/
.contentsArea .sliderBannerArea {
  width: 744px;
  margin: 0 auto;
}
.contentsArea .sliderBannerArea .swiper-slide,
.contentsArea .sliderBannerArea.cells3 .swiper-slide {
  width: 33.33%;
  padding: 0 2px;
}
.contentsArea .sliderBannerArea.cells4 .swiper-slide {
  width: 25%;
}
.contentsArea .sliderBannerArea.cells2 .swiper-slide {
  width: 50%;
}
.contentsArea .sliderBannerArea .swiper-slide a {
  display: block;
  margin: 0 auto;
}
.contentsArea .sliderBannerArea img {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}

/* imgBannerArea
-----------------------------------------------*/
.contentsArea .imgBannerArea {
  width: 744px;
  margin: 0 auto;
}
.contentsArea .imgBannerArea a {
  display: block;
  margin: 0 auto;
  padding: 0 2px;
}
.contentsArea .imgBannerArea img {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}
.contentsArea .imgBannerArea.long img {
  max-width: 740px;
}
.contentsArea .imgBannerArea.cells4 a {
  width: 25%;
  float: left;
}
.contentsArea .imgBannerArea.cells3 a {
  width: 33.33%;
  float: left;
}
.contentsArea .imgBannerArea.cells2 a {
  width: 50%;
  float: left;
}
.contentsArea .imgBannerArea.long a {
  display: inline-block;
  padding: 0;
}

/* asideBannerArea
-----------------------------------------------*/
.contentsArea .asideBannerArea {
  margin: 15px 0;
}
.contentsArea .asideBannerArea a {
  display: inline-block;
}

/* titleBannerArea
-----------------------------------------------*/
.contentsArea .titleBannerArea {
  display: block;
  width: 744px;
  margin: 0 auto;
}
.contentsArea .titleBannerArea .thumBox {
  float: left;
  width: 20%;
  height: 207px;
  padding: 0 2px;
}
.contentsArea .titleBannerArea .thumBox a {
  display: block;
}
.contentsArea .titleBannerArea .thumBox img {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}

/* BannerArea 共通
-----------------------------------------------*/
.contentsArea .imgBannerArea .bottom_txt,
.contentsArea .sliderBannerArea .bottom_txt {
  display: block;
  text-align: center;
  font-size: 13px;
  padding-top: 3px;
}

/* keyWordSliderArea
-----------------------------------------------*/
.contentsArea .keyWordSliderArea {
  width: 743px;
  margin: 0 15px 0 auto;
  padding-bottom: 5px;
}
.contentsArea .keyWordSliderArea .swiper-wrapper {
  height: 36px;
}
.contentsArea .keyWordSliderArea .swiper-slide {
  width: auto;
}
.contentsArea .keyWordSliderArea .swiper-slide a {
  display: block;
  margin: 0 3px;
  padding: 8px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #f6f6f6));
  background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

/* .recent_title #title_hist_box,#no_title_hist
-----------------------------------------------*/
#title_hist_box,
#no_title_hist {
  margin-top: 60px;
}
#title_hist_box .secTitle,
#no_title_hist .secTitle {
  display: block;
  position: relative;
  width: 740px;
  margin: 0 auto;
  text-align: left;
  height: 40px;
  line-height: 40px;
}
#title_hist_box .secTitle .title_name,
#no_title_hist .secTitle .title_name {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #444;
}
#title_hist_box .secTitle .right_top_link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #444;
  cursor: pointer;
}
#title_hist_box .secTitle .right_top_link:hover {
  color: #005580;
  text-decoration: underline;
}
#title_hist_box .subTitle,
#no_title_hist .subTitle {
  width: 740px;
  margin: 0 auto;
  text-align: left;
  font-size: 11px;
  color: #777;
}
#title_hist_box .sliderBlock {
  position: relative;
  display: block;
  margin-top: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}
#title_hist_box .sliderBlock .slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -30px;
  width: 16px;
  height: 16px;
  border: none;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  padding: 0;
  color: transparent;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#title_hist_box .sliderBlock .slick-arrow.slick-disabled {
  cursor: default;
  border-top: 2px solid #e7e7e7;
  border-right: 2px solid #e7e7e7;
}
#title_hist_box .sliderBlock .slick-arrow.slick-prev {
  left: 3px;
}
#title_hist_box .sliderBlock .slick-arrow.slick-next {
  right: 3px;
  transform: rotate(45deg);
}
#title_hist_box .sliderBlock .slick-list,
#title_hist_box .sliderBlock .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#title_hist_box .sliderBlock .slick-list {
  position: relative;
  display: block;
  width: 750px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
#title_hist_box .sliderBlock .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
}
#title_hist_box .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 5px;
}
#title_hist_box .slick-initialized .slick-slide {
  display: block;
}
#title_hist_box .slick-slide .thum_box {
  position: relative;
  margin: 0 auto;
  background: #fff;
  vertical-align: top;
  text-align: center;
}
#title_hist_box .slick-slide .cam_mark {
  position: absolute;
  top: 0;
  right: 1px;
  background: #fff;
  border: 1px solid #d00;
  color: #d00;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  font-size: 10px;
  z-index: 1;
}
#title_hist_box .slick-slide .thum_box a {
  display: block;
  height: 190px;
}
#title_hist_box .slick-slide .thum_box img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #eee;
}
#title_hist_box .slick-slide .text_box {
  margin: 5px 4px 0;
}
#title_hist_box .slick-slide .title_name {
  height: 13px;
  font-size: 12px;
  line-height: 14px;
  color: #333;
  margin-bottom: 4px;
  word-break: break-word;
  overflow: hidden;
}
#title_hist_box .slick-slide .title_name a {
  color: #333;
}
#title_hist_box .slick-slide .author_name {
  width: auto;
  height: 13px;
  font-size: 10px;
  line-height: 14px;
  color: #777;
  text-align: center;
  word-break: break-word;
  overflow: hidden;
}
#title_hist_box .slick-slide .author_name a {
  color: #777;
}
#title_hist_box .bottomBtns {
  margin: 18px auto 0;
}

/* .precedeBooks
-----------------------------------------------*/
.contentsArea .precedeBooks {
  background: #fbda37;
  padding: 10px 0 20px;
}
.contentsArea .precedeBooks .resBox .authorName {
  color: #333;
}
.contentsArea .precedeBooks .resBox .authorName a {
  color: #333;
}

/* .tableBlock #staffRecommend #goodReviews
-----------------------------------------------*/
.contentsArea .tableBlock {
  display: table;
  table-layout: fixed;
  width: 770px;
  margin: 0 auto;
}
.contentsArea .tableBlock .tableBlockCell {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 6px 15px;
  border-left: 1px solid #ccc;
}
.contentsArea .tableBlock.cells2 .tableBlockCell {
  width: 50%;
  padding: 0 15px 6px;
}
.contentsArea .tableBlock.cells3 .tableBlockCell {
  width: 33.33%;
}
.contentsArea .tableBlock .tableBlockCell:first-child {
  border-left: none;
}
.contentsArea .tableBlock .tableBlockCell .thumBox {
  display: block;
  width: 40%;
  float: left;
}
.contentsArea .tableBlock .tableBlockCell .thumBox a {
  display: block;
  text-align: left;
}
.contentsArea .tableBlock.cells2 .tableBlockCell .thumBox a {
  height: 200px;
}
.contentsArea .tableBlock .tableBlockCell .thumBox img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #eee;
}
.contentsArea .tableBlock .tableBlockCell .titleInfoBox {
  display: block;
  position: relative;
  width: 60%;
  padding: 2px 0 5px 8px;
  float: right;
  text-align: left;
}
.contentsArea .tableBlock.cells2 .tableBlockCell .titleInfoBox {
  padding: 22px 0 5px 8px;
}
.contentsArea .tableBlock.cells3 .tableBlockCell .titleInfoBox {
  height: 130px;
}
.contentsArea .tableBlock.cells2 .tableBlockCell .titleInfoBox .titleName {
  font-size: 14px;
  line-height: 19px;
  height: 20px;
  overflow: hidden;
  word-break: break-all;
}
.contentsArea .tableBlock.cells3 .tableBlockCell .titleInfoBox .titleName {
  font-size: 13px;
  line-height: 16px;
  max-height: 64px;
  overflow: hidden;
  word-break: break-all;
}
.contentsArea .tableBlock .tableBlockCell .titleInfoBox .titleName a {
  color: #333;
  font-weight: bold;
  font-feature-settings: "palt";
}
.contentsArea .tableBlock.cells2 .tableBlockCell .titleInfoBox .titleName a {
  font-size: 14px;
  line-height: 19px;
}
.contentsArea .tableBlock.cells3 .tableBlockCell .titleInfoBox .titleName a {
  font-size: 13px;
  line-height: 16px;
}
.contentsArea .tableBlock .tableBlockCell .titleInfoBox .authorName {
  height: 17px;
  overflow: hidden;
  color: #767676;
  font-size: 12px;
  line-height: 18px;
}
.contentsArea .tableBlock .tableBlockCell .titleInfoBox .authorName a {
  color: #767676;
  font-size: 12px;
  line-height: 18px;
  font-feature-settings: "palt";
}
.contentsArea .tableBlock .tableBlockCell .titleInfoBox .reviewStar {
  font-size: 12px;
}
.contentsArea .tableBlock .tableBlockCell .titleInfoBox .reviewStar span {
  margin-left: 2px;
  vertical-align: text-bottom;
}
.contentsArea .tableBlock .tableBlockCell .btnBox {
  width: 130px;
  position: absolute;
  bottom: 5px;
  right: 0;
}
.contentsArea .tableBlock .tableBlockCell .btnBox a {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0 auto;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #f6f6f6));
  background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 26px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #797979;
  text-decoration: none;
  font-feature-settings: "palt";
}
.contentsArea .tableBlock .tableBlockCell .btnBox a:hover {
  background: #fff;
}
.contentsArea .tableBlock .tableBlockCell input.readMore {
  display: none;
}
.contentsArea .tableBlock .tableBlockCell label {
  display: block;
}
.contentsArea .tableBlock .tableBlockCell label .open,
.contentsArea .tableBlock .tableBlockCell label .close {
  color: #333;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
}
.contentsArea .tableBlock .tableBlockCell label .close {
  display: none;
}
.contentsArea .tableBlock .tableBlockCell label .open:after {
  content: "▼";
  display: inline;
}
.contentsArea .tableBlock .tableBlockCell label .close:after {
  content: "▲";
  display: inline;
}
.contentsArea .tableBlock .tableBlockCell .reviewText {
  display: block;
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.contentsArea .tableBlock .tableBlockCell .reviewText br {
  display: none;
}
.contentsArea .tableBlock .tableBlockCell input.readMore:checked ~ label .reviewText {
  height: auto;
}
.contentsArea .tableBlock .tableBlockCell input.readMore:checked ~ label .open {
  display: none;
}
.contentsArea .tableBlock .tableBlockCell input.readMore:checked ~ label .close {
  display: block;
}

/* .tableBlock #goodReviews * nologin
-----------------------------------------------*/
.contentsArea .tableBlock.cells2 .tableBlockCell .titleInfoBox .reviewTitle {
  margin-top: 10px;
  color: #d00;
  font-size: 12px;
  line-height: 17px;
  height: 16px;
  overflow: hidden;
}
.contentsArea .tableBlock.cells2 .tableBlockCell .titleInfoBox .reviewText {
  font-size: 13px;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
}
.contentsArea .tableBlock.cells2 .tableBlockCell .titleInfoBox .reviewText.all {
  height: auto;
}

/* .tableBlock #staffRecommend
-----------------------------------------------*/
.contentsArea .tableBlock.cells3 .tableBlockCell .reviewBlock {
  display: block;
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 5px;
}
.contentsArea .tableBlock.cells3 .tableBlockCell .reviewBlock .reviewTitle {
  display: block;
  font-size: 13px;
  font-weight: bold;
}

/* #article .smallBannerText
-----------------------------------------------*/
#article .smallBannerText {
  display: table;
  width: 756px;
  margin: 0 auto;
  table-layout: fixed;
}
#article .smallBannerText + .smallBannerText {
  border-top: 1px dotted #ccc;
}
#article .smallBannerText .left_box {
  display: table-cell;
  width: 240px;
  padding: 8px;
  background: #fff;
  vertical-align: top;
}
#article .smallBannerText.top .left_box {
  padding: 3px 8px 8px;
}
#article .smallBannerText .left_box a {
  display: block;
}
#article .smallBannerText .left_box img {
  width: 224px;
  height: auto;
}
#article .smallBannerText .right_box {
  display: table-cell;
  width: 516px;
  vertical-align: top;
  text-align: left;
  padding: 10px 8px 0px 8px;
}
#article .smallBannerText.top .right_box {
  padding: 4px 8px 0 8px;
}
#article .smallBannerText .right_box .txt1 {
  font-size: 14px;
  font-weight: bold;
}
#article .smallBannerText .right_box .txt1 a {
  display: block;
  color: #555;
  text-decoration: none;
}
#article .smallBannerText .right_box .txt2 {
  padding: 5px 0;
  line-height: 20px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
#article .smallBannerText .right_box .txt2 a {
  display: block;
  color: #555;
  text-decoration: none;
}

/* beginnerArea
-----------------------------------------------*/
.contentsArea .beginnerArea {
  width: 740px;
  margin: 15px auto 0;
  text-align: left;
}
.contentsArea .beginnerArea .beginnerInfo {
  margin-bottom: 12px;
}
.contentsArea .beginnerArea .beginnerInfo p {
  color: #7B7B7B;
  font-size: 12px;
}
.contentsArea .beginnerArea .appArea {
  border: 1px solid #ccc;
  padding: 14px;
  border-radius: 3px;
}
.contentsArea .beginnerArea .appArea .left {
  float: left;
  width: 590px;
}
.contentsArea .beginnerArea .appArea .right {
  float: right;
  width: 110px;
  text-align: right;
}
.contentsArea .beginnerArea .appArea .title {
  font-size: 14px;
  font-weight: bold;
  color: #7B7B7B;
  padding-left: 5px;
}
.contentsArea .beginnerArea .appArea .appTable {
  display: table;
  width: 100%;
}
.contentsArea .beginnerArea .appArea .appTable .tcell {
  display: table-cell;
  vertical-align: top;
}
.contentsArea .beginnerArea .appArea .appTable .img {
  padding: 0;
}
.contentsArea .beginnerArea .appArea .appTable .text {
  padding: 8px;
  color: #7B7B7B;
  line-height: 1.2;
  font-size: 12px;
}
