@charset "UTF-8";
/*==================================================

** online_journals common
==================================================*/
.indent_TLT {
  padding-left:1em;
  text-indent:-1em;
}
.indent_TXT {
  padding-left:1em;
}




/*==================================================

** index
==================================================*/
#bookSec #bookList {
  margin: 30px 0 0;
}
#bookSec #bookList .flex {
  margin: 20px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#bookSec #bookList .ttlbox > :first-child,
#bookSec #bookList .txtbox > :first-child {
  margin-top: 0;
}
#bookSec #bookList .ttlbox {
  width: 17%;
}
#bookSec #bookList .txtbox {
  width: 79%;
  margin-left: 40px;
}
#bookSec .genrebox dt {
  width: 100%;
  border: 1px solid #808080;
  padding: 2px 10px 2px 30px;
  cursor: pointer;
  background: url("../images/common/ico_cir_arr_black_btm.svg") no-repeat 10px center #fff;
  background-size: 16px 16px;
}
#bookSec .genrebox dt.close {
  background-image: url("../images/common/ico_cir_arr_black_top.svg");
}
#bookSec .genrebox dd {
  display: none;
  position: absolute;
  width: 17%;
  z-index: 99;
}
#bookSec .genrebox dd ul li {
  margin: 0;
  padding: 3px 10px 3px 30px;
  font-size: 1.2rem;
  background: url("../images/common/ico_cir_arr_black_right.svg") no-repeat 10px center #f2f2f2;
  background-size: 16px 16px;
  transition: all 0.2s;
  cursor: pointer;
}
#bookSec .genrebox dd ul li:hover {
  opacity: 1;
  text-decoration: none;
  background-color: #e5e5e5;
  transition: all 0.4s;
}
#bookSec #bookList .txtbox .booklist li {
  position: relative;
  border-bottom: 1px solid #808080;
  padding-bottom: 20px;
}
#bookSec #bookList .txtbox .booklist li + li {
  margin-top: 20px;
}
#bookSec #bookList .txtbox .booklist li h5 {
  margin: 0;
  font-weight: bold;
}
#bookSec #bookList .txtbox .booklist li h5 a[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 13px;
  background: url("../images/common/ico_window.svg") no-repeat left top;
  background-size: contain;
  margin-left: 10px;
}
#bookSec #bookList .txtbox .booklist li h5 a:hover {
  color: #5fc3be;
}
#bookSec #bookList .txtbox .booklist li p {
  margin: 0;
}
#bookSec #bookList .txtbox .booklist li .day {
  font-size: 1.2rem;
  font-weight: bold;
  color: #5fc3be;
}





@media screen and (min-width: 768px) {
  #bookSec .initialsmenu dl .menu-box {
    display: block !important;
  }
  #bookSec #bookList {
    margin: 40px 0 0;
  }
  #bookSec #bookList .txtbox .morebtn {
    display: none;
  }
}





@media screen and (max-width: 767px) {
  #bookSec #bookList {
    margin: 40px 0 0;
  }
  #bookSec #bookList .flex {
    margin: 15px 0 0;
  }
  #bookSec #bookList .ttlbox,
  #bookSec #bookList .txtbox {
    width: 100%;
  }
  #bookSec .genrebox, #bookSec .genrebox dt, #bookSec .genrebox dd {
    width: 100%;
  }
  #bookSec #bookList .txtbox {
    margin: 0;
  }
  #bookSec #bookList .txtbox h2 {
    padding-top: 40px;
  }
  #bookSec #bookList .txtbox .booklist {
    margin: 10px 0 0;
  }
  #bookSec #bookList .txtbox .booklist li {
    padding-bottom: 10px;
  }
  #bookSec #bookList .txtbox .booklist li + li {
    margin-top: 10px;
  }
  #bookSec #bookList .txtbox .booklist.alllist li:nth-child(n+21) {
    display: none;
  }
  #bookSec #bookList .txtbox .booklist.jplist li:nth-child(n+13) {
    display: none;
  }
  #bookSec #bookList .txtbox .booklist.enlist li:nth-child(n+11) {
    display: none;
  }
}
