@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";
/* =========================================================
   Equipments
========================================================= */

/* Confirm
----------------------------------------------- */
.confirmMessage {
  margin-bottom: 30px;
  font-size: 120%;
  text-align: center;
}
/* Errors
----------------------------------------------- */
.errorExplanation {
  margin: 0px 10px;
  color: #f00;
}
.errorExplanation h2 {
  padding: 4px;
  background-color: #fdd;
  font-weight: bold;
}
.errorExplanation p {
  margin-top: 4px;
}
.errorExplanation ul {
  margin: 2px 20px;
  list-style-type: disc;
}
/* Recommend
----------------------------------------------- */
#recommend-list {
  padding: 0 0 20px 0;
}
#recommend-list dl {
  float: left;
  width: 226px;
  margin: 0 12px 0 0;
}
#recommend-list dl dd {
  padding: 5px 0;
}
/* UpdateStart 20141020 yamamoto */
#recommend-list ul li {
  display: inline-block;
  margin: 20px 20px 0 0;
}
.recommend_list_pdf {
  margin-top: 10px;
  padding: 0 0 10px 20px;
  display: inline-block;
  background-image: url(images/ic_pdf.gif);
  background-repeat: no-repeat;
}
/* UpdateEnd 20141020 yamamoto */
/* equipment :
----------------------------------------------- */
.back a {
  display: block;
  width: 95px;
  margin: 0px auto;
  padding: 3px 0px;
  border: 1px solid #999999;
  background-color: #ececec;
}
/* equipmentList :
----------------------------------------------- */
.listTable {
  width: 895px;
  border-collapse: collapse;
  border: 1px solid #dedbde;
  text-align: left;
  margin-left: 1em;
}
.listTable th {
  text-align: center;
  background-color: #87cefa;
}
.listTable th.name {
  width: 220px;
}
.listTable th.purpose {
  width: 440px;
}
.listTable th.fee {
  width: 155px;
  text-align: center;
}
.listTable th.unusable {
  width: 80px;
}
.listTable td {
  padding: 3px 6px;
  border: 1px solid #dedbde;
}
.listTable td.fee {
  text-align: center;
}
.listTable td.unusable {
  text-align: center;
}

/* equipmentSearchBox
----------------------------------------------- */
#equipmentSearchBox {
  margin: 20px 0 40px;
}

#equipmentSearchBox form {
  display: flex;
  flex-direction: column;
}

#equipmentSearchBox form .keyword {
  order: 1;
  margin-bottom: 30px;
}

#equipmentSearchBox form .categories {
  order: 2;
}

#equipmentSearchBox form .submitters {
  order: 3;
}

.checkboxesContainer > div {
  display: none;
}

#equipmentSearchBox fieldset legend {
  width: 100%;
  height: 35px;
  padding: 0 10px 0 23px;
  margin: 0 0 20px 0;
  line-height: 35px;
  background-image: url(../piece/images/h2_content.gif);
  background-repeat: no-repeat;
}

#equipmentSearchBox .checkboxesContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin: 0 0 30px;
}

#equipmentSearchBox .checkboxesContainer > * {
  flex: 0 0 18%;
}

#equipmentSearchBox .submitters input {
  padding: 9px;
  background-color: #0168b7;
  border: none;
  color: #fff;
  border-radius: 5px;
}

/* checkbox */

/* dropdown
#equipmentSearchBox fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#equipmentSearchBox fieldset legend {
  display: contents;
}

#equipmentSearchBox .categories legend + div {
  flex: 0;
}

#equipmentSearchBox .keyword {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

#equipmentSearchBox .submitters input {
  padding: 9px;
  background-color: #0168b7;
  border: none;
  color: #fff;
  border-radius: 5px;
}

.searchInfo .category_ids {
  height: 35px;
  padding: 0 10px 0 23px;
  margin: 0 0 20px 0;
  line-height: 35px;
  background-image: url(/_themes/joruri/piece/images/h2_content.gif);
  background-repeat: no-repeat;
}
*/

/* equipmentSearchResult
----------------------------------------------- */
.docs li {
  display: flex;
  gap: 0 1rem;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.docs li:first-child {
  border-top: 1px solid #ccc;
}

.docs li .title_link {
  flex: 0 0 14rem;
}

/* equipmentDoc
----------------------------------------------- */
.contentGpArticleDoc .body {
  padding: 0 30px;
}

.contentGpArticleDoc .text-beginning {
  position: relative;
}

.contentGpArticleDoc .text-beginning > *:not(h2) {
  max-width: 520px;
  word-break: break-all;
}

.contentGpArticleDoc h2:first-child {
  font-size: 1.25rem;
  margin: 0 0 20px;
  padding: 0;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 3px #008000;
}

.contentGpArticleDoc h3 {
  width: 520px;
  margin: 1.5rem 0.5rem;
  padding: 0;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #ccc;
  color: #00f;
}

.contentGpArticleDoc p {
  margin-left: 2rem;
  max-width: 500px;
}

.contentGpArticleDoc .equipment-block {
  position: absolute;
  top: 64px;
  right: 0;
}

.contentGpArticleDoc .equipment-block .not-available {
  font-weight: bold;
  color: #e00;
  text-align: center;
}
