@charset "UTF-8";
/* モーダル共通 */

.mdl-opac {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
  top: 50%;
  padding: 10px 0;
  width: 550px;
  color: #000;
}

.mdl-opac p.explain {
  min-width: 100% !important;
  margin-bottom: 0px !important;
  padding-left: 10px;
  margin-top: -82px;
}

.mdl-opac .title {
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  letter-spacing: 0;
  padding: 0 10px 5px 20px;
}

.mdl-opac .opac-modal-close {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #212121;
  cursor: pointer;
  opacity: 1;
  width: 25px;
  height: 25px;
  background: transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.opac-modal-close:before,
.opac-modal-close:after {
  display: block;
  content: " ";
  position: absolute;
  right: 10px;
  top: 5px;
  width: 3px;
  height: 20px;
  border-radius: 4px;
  background: #212121;
  transition: background 0.2s ease-in-out;
}

.opac-modal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.opac-modal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.opac-modal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.mdl-opac .content {
  padding: 0 20px;
}

.mdl-opac .content-explain {
  padding-top: 30px;
}

.mdl-opac .content-service {
  padding: 30px 20px;
}

.mdl-opac .description {
  margin: 20px 0;
  font-size: 14px;
  letter-spacing: 0;
}

.mdl-opac .del-description {
  margin: 0 0 20px;
  font-size: 14px;
  letter-spacing: 0;
}

.mdl-opac .target {
  margin: 20px 0 30px 14px;
  font-size: 14px;
  letter-spacing: 0;
  max-height: 155px;
  overflow-y: auto;
}

.mdl-opac .wish-target {
  margin: 20px 0 15px 14px;
  font-size: 14px;
  letter-spacing: 0;
  max-height: 155px;
  overflow-y: auto;
}

.mdl-opac .wish-hokaCount {
  margin: 0 0 30px 14px;
}

.mdl-opac .btnMain {
  margin-top: 20px;
  margin-bottom: 10px;
}

.mdl-cond .btnMain {
  margin-top: 0;
}

.mdl-opac .btnMain>a {
  font-size: 18px;
}

.mdl-opac .content h3.block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 510px;
  margin-bottom: 8px;
  padding-left: 13px;
  border: 1px solid #cccccc;
  background: #eeeeee;
  color: #000000;
  font-size: 16px;
  line-height: 30px;
}

.mdl-opac .content form {
  margin-bottom: 0;
}

.mdl-opac .content ul.radioList {
  margin-bottom: 20px;
  padding-left: 10px;
}

.mdl-opac .content .checkBoxList li,
.mdl-opac .content .radioList li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin-bottom: 4px;
  font-size: 16px;
}

.mdl-opac .content .radioReadingSituation li {
  width: 160px;
}

.mdl-opac .content .checkBoxList li label,
.mdl-opac .content .radioList li label {
  margin-left: 10px;
}

.mdl-opac .content input[type="radio"]+label::before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: url(../img/iconRadio.png) no-repeat center;
}

.mdl-opac .content input[type="radio"]:checked+label::before {
  background: url(../img/iconRadioOn.png) no-repeat center;
}

button.normal {
  background-color: #fff;
  border: 1px solid;
  border-color: #ccc;
  color: #000;
}

p.btn {
  width: 200px;
  height: 46px;
  line-height: 50px;
  margin: 0 auto;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.bottomButtonBox.searchButton .bottomButtonInnerBox p.btn>a {
  font-size: 18px;
}

.mdl-opac .content .memoInput textarea {
  resize: none;
  border: 1px solid #cccccc;
  padding: 5px;
  width: 100%;
}

div.book-description {
  padding-left: 20px;
}

div.book-title {
  font-size: 16px;
  line-height: 1.0;
  margin-bottom: 10px;
}

div.book-author {
  font-size: 14px;
  color: #666666;
}

.categoryItem {
  list-style: none;
  margin: 12px 0 3px;
}

.categoryItem>li {
  position: relative;
  margin: 0 0 10px 13px;
}

.categoryItem ul {
  list-style: none;
}

.categoryItem ul>li {
  float: left;
}

.categoryItem .select01 {
  width: 450px;
}

.categoryItem .select01 select {
  width: 450px;
  height: 35px;
}

.categoryItem button {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: none;
}

button.addCategory {
  width: 510px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #f2fbff;
  color: #212121;
  font-size: 14px;
}

button.addCategory::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 35px;
  margin-right: 5px;
  background: url("../img/iconAdd.png") no-repeat center top 7px;
  vertical-align: middle;
}

div.categoryInput {
  margin: 15px 0 30px 20px;
}

.dlgCategoryInput {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
}

.memoHeader {
  margin-bottom: 0 !important;
}

.dlgNickInput {
  width: 404px;
}

button.btnCheck {
  display: inline-block;
  font-size: 14px;
  width: auto;
  height: auto;
  padding: 5px 8px;
  margin-left: 10px;
}

.dlgServiceArea {
  height: 150px;
  font-size: 14px;
  padding: 12px !important;
  line-height: 22px;
  color: #666666;
}

.termCheckList {
  margin-top: 20px;
}

.termCheckList li {
  width: 100% !important;
  margin-left: 100px;
}

.termCheckList li input[type=checkbox]+label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.termCheckList li input[type=checkbox]+label::before {
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/iconCheckBox.png) no-repeat center;
}

.termCheckList li input[type=checkbox]:checked+label::before {
  background: url('../img/iconCheckBoxOn.png') no-repeat center;
}

p.btnDisabled {
  background: #cccccc !important;
}

p.btnDisabled>a {
  color: #888888 !important;
}

.deleteCategory {
  top: 5px !important;
}

.caution-title {
  margin-bottom: 40px;
}

.caution-mdl {
  top: -40px;
}

.bottomButtonInnerBox button:nth-child(2) {
  margin-left: 10px;
}

.authorItem li{
  position: relative;
  list-style: none;
  float: left;
}
.authorItem input[type=text]{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 280px;
  height: 32px;
  padding-left: 10px;
  margin-right: 30px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 14px;
}
.authorItem button{
  width: 90px;
  height: 32px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 14px;
}
.authorItem .btnSearch{
  margin-right: 10px;
}

.authorList {
  width: 100%;
}
.authorList .authorNumber {
  margin-bottom: 10px;
  color: #666666;
  margin-left: 10px;
}
.authorList .articleNavigation {
  margin-top: -29px;
  margin-right: 20px;
}
.authorList .navigation_nodata {
  color: #666666;
}
.authors {
  width: 95%;
  margin-bottom: 12px;
  margin-left: 10px;
  background-color: #ffffff;
}
.authors table {
  font-size: 14px;
  width: 100%;
}
.authors table tbody {
  display: block;
  max-height: 430px;
  overflow-y: auto;
}
.authors table thead,
.authors table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.authors table thead tr {
  background: #cccccc !important;
  height: 35px;
}
.authors table thead tr th:nth-child(1) {
  width: 17%;
}
.authors table tbody tr {
  border-top: 1px solid #cccccc;
}
.authors table tbody tr td:nth-child(1) {
  width: 17%;
}
.authors table .authorTitle { 
  padding-left: 30%;
}
.authors table .authorNo { 
  text-align: center;
}

@media screen and (max-width: 768px) {
  p.btn {
    width: inherit;
    height: 44px;
    line-height: 44px;
  }
  .mdl-opac {
    width: 100%;
    position: inherit;
    transform: none;
    left: 0;
  }
  .mdl-opac .title {
    padding: 0 10px 5px 10px;
  }
  .mdl-opac .content {
    padding: 0 10px;
  }
  .mdl-opac .content h3.block {
    width: 100%;
  }
  .mdl-opac .content .checkBoxList li,
  .mdl-opac .content .radioList li {
    width: 120px;
    margin-bottom: 4px;
    font-size: 16px;
  }
  button.addCategory {
    width: 100%;
    height: 44px;
  }
  .categoryItem>li {
    margin-left: 0px;
  }
  .categoryItem ul>li {
    width: 85%;
    text-align: left;
  }
  .categoryItem ul>li:nth-child(odd) {
    margin-left: 0;
    line-height: 43px;
  }
  .categoryItem .select01,
  .categoryItem .select01 select,
  .search fieldset input[type="text"] {
    width: 100%;
    height: 43px;
  }
  .categoryItem button {
    top: 11px;
  }
  .radioReadingSituation>li {
    width: 48% !important;
  }
  .dlgInfoButton {
    top: 5px;
  }
  .dlgInfoButton2 {
    top: 5px !important;
  }
  .dlgCategoryInput {
    height: 40px;
  }
  .mdl-opac .content .memoInput textarea {
    border: 1px solid #cccccc;
    width: 100%;
  }
  .memoHeader {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
  .dlgNickInput {
    width: calc(99% - 107px);
    height: 50px;
  }
  button.btnCheck {
    width: 102px;
    height: 50px;
    padding: 4px 8px;
    margin-left: 5px;
  }
  .mdl-opac div.content-service {
    padding: 50px 10px;
  }
  .termCheckList li {
    margin-left: 20px;
  }
  div.categoryInput {
    margin: 15px 0 23px 20px;
  }
  .mdl-opac p.explain {
    padding-left: 42px;
    margin-top: -79px;
  }
  .mdl-opac p.explain.done {
    margin-top: -79px;
  }
  .mdl-opac .content-explain {
    padding-top: 40px;
  }
  .termCheckList {
    margin-top: 15px;
  }
  .dlgServiceArea {
    height: 250px;
  }
  .caution-mdl {
    top: -32px;
  }
  .deleteCategory {
    line-height: 0px;
  }
  .infoCloseServiceButton{
    background-image: none !important;
    color: black;
  }
  .infoCloseServiceButton:before, .infoCloseServiceButton:after {
    display: block;
    content: " ";
    position: absolute;
    right: 14px;
    top: 0px;
    width: 3px;
    height: 20px;
    border-radius: 4px;
    background: #212121;
    transition: background 0.2s ease-in-out;
 }
 .infoCloseServiceButton:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .infoCloseServiceButton:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .authorItem input[type=text]{
    width: 190px;
    margin-right: 10px;
    height: 40px
  }
  .authorItem button{
    width: 70px;
    height: 40px
  }
  .authorList ul.articleNavigation {
    margin-right: 11px;
  }
}